/*.btn-primary{
    background-color: #444 !important;
}*/

.dataTables_wrapper .dataTables_filter input::-webkit-search-cancel-button {
    -webkit-appearance: none!important;
  }
  
select.form-control-sm~.select2-container--default {
  font-size: 100% !important;
  width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0!important;
}

.toggleClass {
  max-height: 0;
  max-width: 0;
  opacity: 0 !important;
}
.toggleClass + label {
  margin-bottom: 0px !important;
  display: block;
  position: relative;
  box-shadow: inset 0 0 0px 1px #d5d5d5;
  text-indent: -5000px;
  height: 25px;
  width: 44px;
  border-radius: 15px;
  top: -12px !important;
}

.toggleClass + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 24px;
  width: 44px;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: rgba(19, 119, 31, 0);
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out !important;
}

.toggleClass + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  top: 0;
  left: 0px;
  border-radius: 15px;
  background: white;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out !important;
}
.toggleClass:checked + label:before {
  width: 44px;
  background: rgba(7, 119, 31, 1) !important;
}

.toggleClass:checked + label:after {
  left: 20px;
  box-shadow: inset 0 0 0 1px #28a745 !important;
}
/*preloader*/
.lds-ripple {
    position: absolute;
    width: 64px;
    height: 64px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
  .lds-ripple div {
    position: absolute;
    border: 4px solid rgb(0, 225, 255);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
    }

  }
  

  .bg-danger {
    background-color: #B7292B !important;
  }

.sidebar-dark-danger .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-danger .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #B7292B !important;
    color: #fff;
}

.breadcrumb {
  background-color: transparent !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #B7292B !important;
}

.text-sm .select2-container--default .select2-selection--single .select2-selection__arrow, select.form-control-sm~.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
}
.select2-container .select2-selection--multiple {
    height: 30px;
    overflow-y:scroll;
} 

/*.brand-link .brand-image {
  float: none;
}*/
.logo-xl.brand-image-xs, .logo-xs.brand-image-xs {
  left: 72px;
  top: 12px;
}

  .vertical_align{
    display: flex;
    align-items: center;
  }
.span-danger {
    color: #f44336!important;
    background-color: #ffdddd!important;
}
.span-success {
    color: #4CAF50!important;
    background-color: #ddffdd!important;
}
.span-warning {
    color: #8a6d3b!important;
    background-color: #ffffcc!important
}
.span-info {
    color: #2196F3!important;
    background-color: #ddffff!important;
}
/*img {
   background-image: url('../../register/no-image-preview.png')
}*/
.navbar-expand .navbar-nav .nav-link{
  color:  #ecececd9 !important;
}
.navbar-expand .navbar-nav .nav-link:hover{
  color:  #fff !important;
}

.navbar-expand .navbar-nav .nav-link.active{
  color: #fff !important;
}

#profile .profile-header {
  height: 145px;
  padding: 10px;
  text-align: center;
  background-color: #3c8dbc;
} 

#profile .profile-footer {
  background-color: #f9f9f9;
  padding: 10px;
}

#telstraPerReadingTable_wrapper > .dataTables_length, #telstraReadingTable_wrapper >.dataTables_length {
  display: none;
}

.label-info {
  margin: 4PX 3PX;
  border-radius: 5px;
  background-color: #F2F2F2; 
/*  background-color: #b7292b; */
  padding: 5px 8px 5px 10px;
  border: 1px solid #e3d1e1;
}
.bootstrap-tagsinput {
  padding: 5px;
  border-radius: 5px;
  line-height: 35px;
}

.bootstrap-tagsinput .tag {
  color: black !important;
}
