ul.permission_list {
  padding: 0px;
  list-style: none;
}
.tab-content {
  padding: 13px 30px;
}
.checkbox input[type=checkbox]+.cr:before {
  margin-left: 15px;
}
.slider.slider-horizontal {
  width: 100%;
  margin-top: 12px;
}

.top-bar-title {
    padding-top: 0px;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .btn-file {
    position: relative;
    overflow: hidden;
  }
  .btn-file input[type=file] {
    position  : absolute;
    top       : 0;
    right     : 0;
    min-width : 100%;
    min-height: 100%;
    font-size : 100px;
    text-align: right;
    filter    : alpha(opacity =0);
    opacity   : 0;
    outline   : none;
    background: white;
    cursor    : inherit;
    display   : block;
  }

  @media (min-width: 992px){
    #taskStatus_summary .col-md-2{
  }
    
  #taskStatus_summary .col-md-2 .panel-primary{
      min-height: 120px;
    }
  }

  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .btn-file {
    position: relative;
    overflow: hidden;
  }
  .btn-file input[type=file] {
    position  : absolute;
    top       : 0;
    right     : 0;
    min-width : 100%;
    min-height: 100%;
    font-size : 100px;
    text-align: right;
    filter    : alpha(opacity =0);
    opacity   : 0;
    outline   : none;
    background: white;
    cursor    : inherit;
    display   : block;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .btn-file {
    position: relative;
    overflow: hidden;
  }
  .btn-file input[type=file] {
    position  : absolute;
    top       : 0;
    right     : 0;
    min-width : 100%;
    min-height: 100%;
    font-size : 100px;
    text-align: right;
    filter    : alpha(opacity =0);
    opacity   : 0;
    outline   : none;
    background: white;
    cursor    : inherit;
    display   : block;
  }

  .top-bar-title {
    padding-top: 0px;
  }
  .bitcoin-wallet i {
    right: 30px !important;
    top: 27% !important;
  }
  .status-border {
    border: 1px solid #CBDBE0; 
    border-radius: 8px;
  }

  .media {
    border-bottom: 1px solid #eee;
    padding: 10px;
  }
  .customer_comment {
    background: #F2F5F8;
  }

  .timeline {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
  }
  .timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
  }
  .timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li > .timeline-item {
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
  }
  .timeline > li > .timeline-item > .time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
  }
  .timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
  }
  .timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
  }
  .timeline > li > .timeline-item > .timeline-body,
  .timeline > li > .timeline-item > .timeline-footer {
    padding: 10px;
  }
  .timeline > li > .fa,
  .timeline > li > .glyphicon,
  .timeline > li > .ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
  }
  .timeline > .time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
  }
  .timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .timeline-inverse > li > .timeline-item > .timeline-header {
    border-bottom-color: #ddd;
  }

  .bottom-border{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .bg-red{
    color: #fff !important;
    background-color: #dd4b39 !important;
  }

  .bg-blue {
    color: #fff !important;
    background-color: #0073b7 !important;
  }

  .tags-dropdown-hidden {
        display:none !important;
    }
    