@media screen and (max-width: 768px) {
.fa.fa-search {
    padding-top: 50%;

}
.profile_pic{
vertical-align: middle;
max-width: 40px;
max-height: 40px;
border-radius: 50%;
margin-top:50%;
}
 .heading {
          margin-top:0;
    }
    .display_toggle{
display:block;
}
body{
font-family:'Nunito', sans-serif;

}

.mt-l-5{
width:100%;
margin-top:5%;
}
/*start board*/
.lists-container {
    display: flex;
    align-items: start;
    padding: 0 0.8rem 0.8rem;
    overflow-x: auto;
    height: 100%;
}
.listx {
    flex: 0 0 27rem;
    display: flex;
    flex-direction: column;
    background-color: #e2e4e6;
    max-height: calc(100vh - 11.8rem);
    border-radius: 0.3rem;
    margin-right: 0;
}
@supports (display: grid) {
.lists-container {
        display: block;
        width:100%;
        grid-auto-flow: row;
    }
.listx {
    display: grid;
    grid-template-rows: auto minmax(auto, 1fr) auto;
     margin-bottom: 2%;
}
}
/*endboard*/
/* kill left scroll*/
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0;margin-left:0;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}
/* end scrollable */
.navbar.navbar-light.border-bottom.col-md-12 {
    margin-bottom: 6%;
}
.heading_div {
font-size: 28px;
color: #303030;
font-weight: 400;
line-height: 1.5rem;
padding-left: 16px;
padding-top:20px;
padding-bottom: 10px;
background:#fafafa;
border-bottom:1px solid #eaeaea;
}
.nav-tabs {
    background: #fafafa;
    border: 0;
    padding-top: 5px;
}
#todo {
    height: 120px;
}
.text-muted {
  font-size: 12px;
   word-break: break-word;
   color:#888;
  }
.text-muted-body{
font-size: 20px;
color: #666;
font-weight: 400;
font-style: normal;

padding-bottom: 35px;
text-align:left;
}
.text-green{
color:green;
}
.text-muted-group-body{
font-size: 16px;
color: #444;
font-weight: 400;
font-style: normal;

padding-bottom: 5px;
text-align:left;
}
.text-muted-group{
font-size: 22px;
font-weight: 600;
color: #303030;
padding-top: 20px;
}
.text-muted-title{
font-size: 16px;
font-weight: 400;
font-style: normal;
padding-top: 30px;
padding-bottom: 5px;

}
.text-muted-date{
  padding-top:1.3%;
  color:#888;

  font-weight: 400;
  font-size: 10px;
}
.padding-l-5{
padding: 0 !important;
}
.col-form-label.col-sm-3.text-righted {
    text-align: left;
}
#action {
    width: 100%;
}
#passwordHelpBlock{
margin-left:0;
}
.sn{display:none;}
  table {
    border: 0;
    padding:0;
  }

  .table caption {
    font-size: 1.3em;
  }

  .table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .table tr {
    border-bottom: 5px solid #dbdbdb;
    display: block;
    margin-bottom: 10%;
    width:100%;
  }

  .table td {
    padding-top:5px;
    padding-bottom:5px;
    border-bottom: 1px solid #fafafa;
    display: block;
    font-size: .8em;
    text-align: left;
    width:100%;
  }

  .table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;

    color: #999;
    padding-right:2%;
    text-decoration:underline;
  }

  .table td:last-child {
    border-bottom: 0;
  }
  .todo_title {
    color: #666;
    padding-left:2%;
}
.textInput {
    padding-left: 1%;
}
.heading_div_drag {
    font-size: 28px;
    color: #303030;
    font-weight: 400;

    line-height: 1.5rem;
    padding-left: 16px;
    padding-top: 6%;
    margin-bottom: 20px;
    padding-bottom: 3%;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
}
#signUp4{
display:block;
margin-bottom:1%;
}
.input-append, .input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
    width: 90%;
}
.img-board{
width:100px;
}
.group-content{
font-size:16px;
color:#666;
}
}