.btn-default {
    text-align: right;
}

.infobox-1.inforbox-width {    
    width: 80%;    
}

@media (max-width: 575px) {
    .infobox-1.inforbox-width, .infobox-2.inforbox-width, .infobox-3.inforbox-width {
      width: auto; } }

div.disabled{
    display: none;
}

span.disabled{
    display: none;
}

.simple--counter-container .s-counter.white {  
    color: white;  
}

.simple--counter-container .counter-container .counter-content.red {
    background: #aa3d42;
    border-color: white;
    width: unset;
    min-width: 100px;
}

.simple--counter-container .counter-container .counter-content.green {
    background: green;
    border-color: white;
    width: unset;
    min-width: 100px;
}

.simple--counter-container .counter-container .counter-content.yellow {
    background: #ffbb44;
    border-color: white;      
    width: unset;
    min-width: 100px;    
}

.simple--counter-container .counter-container .counter-content.blue {
  background: #1b55e2;
  border-color: white;      
  width: unset;
  min-width: 100px;
}

.simple--counter-container .counter-container .counter-content {
    text-align: center;
}

.widget-activity-four .mt-container.unset-heigth{
    height: unset;
    overflow: hidden;
}

.loader-xs {
    width: 1.2rem;
    height: 1.2rem;
    border-width: 0.15em;
  }

  /*Multiselect*/

.btn-group.multiselect {
  display: block;
} 

.btn-group > .multiselect {
  width: 100%;
  text-align: left;
  background: #feffff;
  color: #3b3f5c;
  height: 43px;
  border-radius: 6px;
  border-color: #bfc9d4;
}

.btn-group > .multiselect.btn:hover, .btn-group > .multiselect.btn:focus {
    border-color: #bfc9d4;
}

.multiselect .caret {
  border-top-color: #009688;
  border-top: unset;
  border-right: unset;
  border-left: unset;
}

.select-multiple{
  overflow: hidden !important;
  height: 43px !important;
}

.btn-group > .multiselect-container{
  width: 99%;
}
  
  
  /*Multiselect*/


  /*Scrool*/
  body::-webkit-scrollbar {
    width: 1em;
  }
  
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }
  
  body::-webkit-scrollbar-thumb:vertical {
  background-color:  #bababe;
  border-radius: 5px;
  }
  
  body::-webkit-scrollbar-thumb:hover {
  background: #cbccce; 
  }
  
  .dataTables_scrollHead::-webkit-scrollbar {
    width:100%;
    height: 8px;      
  }
  
  .dataTables_scrollHead::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }
  
  .dataTables_scrollHead::-webkit-scrollbar-thumb:horizontal {
  background-color: #bababe;
  border-radius: 10px;    
  }
  
  .dataTables_scrollHead::-webkit-scrollbar-thumb:hover {
    background: #cbccce;
    opacity: 0.5; 
  }
  
  .dataTables_scrollBody::-webkit-scrollbar {
    width: 100%;
    height: 8px;
  }
  
  .dataTables_scrollBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }
  
  .dataTables_scrollBody::-webkit-scrollbar-thumb:horizontal {
  background-color: #bababe;
  border-radius: 10px;    
  }
  
  .dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background: #cbccce;
    opacity: 0.5;
  }

  /*Scrool*/