button {
  background-color: #FF5D15 !important;
  border-color: #FF5D15 !important;
  color: white !important;
}

.navigation > li.active > a, .navigation>li>ul li.active>a, .navigation>li>ul li.active>a:hover {
  background-color: #FF5D15 !important;
}

.navigation>li>ul li>a:hover {
  background-color: #35373B !important;
}

.navigation > li.active > a.reports-sidebar {
  background-color: #2B2D30 !important;
}

.navigation > li.active > a.reports-sidebar:hover {
  background-color: #35373B !important;
}


#cconsent-bar {
  background-color: #17181A !important;
}

.sidebar {
  background-color: #222326 !important;
}

div.breadcrumb-line {
  background-color: #F7F8FA;
}

div.content-wrapper {
  background-color: #EDEFF2;
}

.login-container div.content-wrapper {
  background-color: transparent;
}

div.navbar.navbar-inverse {
  background-color: #35373B;
  border-color: #2B2D30;
}

span.bootstrap-switch-handle-off.bootstrap-switch-danger {
  background-color: #DB1A3A;
}

span.bootstrap-switch-handle-on.bootstrap-switch-success {
  background-color: #0D804F;
}

label.btn.btn-secondary.active {
  background-color: #F7F8FA;
}

a.paginate_button.current {
  background-color: #35373B !important;
}

.btn-transparent {
  color: black !important;
  margin-right: 10px;
  background-color: transparent !important;
  border-radius: 3px !important;
  border-color: #ddd !important;
  height: 36px !important;
}

.btn-export {
  border-radius: 3px !important;
  height: 36px !important;
}

input[type=checkbox], .checker input[type=checkbox] {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: flex !important;
  align-content: center !important;
  justify-content: center !important;
  font-size: 2rem !important;
  padding: 0.1rem !important;
  border: 1px solid #9DA0A6 !important;
  border-radius: 4px !important;
}

input[type=checkbox]:checked, .checker input[type=checkbox]:checked {
  background-color: #FF5D15 !important;
  border-color: #FF5D15 !important;
}

input[type=checkbox]::before, .checker input[type=checkbox]::before {
  content: "";
  width: 12px !important;
  height: 12px !important;
  clip-path: polygon( 33.333% 66.667%,82.5% 5.208%,82.5% 5.208%,82.971% 4.664%,83.467% 4.177%,83.988% 3.747%,84.533% 3.375%,85.104% 3.06%,85.7% 2.802%,86.321% 2.602%,86.967% 2.458%,87.638% 2.372%,88.333% 2.344%,88.333% 2.344%,89.029% 2.372%,89.7% 2.458%,90.346% 2.602%,90.967% 2.802%,91.563% 3.06%,92.133% 3.375%,92.679% 3.747%,93.2% 4.177%,93.696% 4.664%,94.167% 5.208%,94.167% 5.208%,94.602% 5.797%,94.992% 6.417%,95.335% 7.068%,95.633% 7.75%,95.885% 8.464%,96.092% 9.208%,96.252% 9.984%,96.367% 10.792%,96.435% 11.63%,96.458% 12.5%,96.458% 12.5%,96.435% 13.37%,96.367% 14.208%,96.252% 15.016%,96.092% 15.792%,95.885% 16.536%,95.633% 17.25%,95.335% 17.932%,94.992% 18.583%,94.602% 19.203%,94.167% 19.792%,39.167% 88.542%,39.167% 88.542%,38.658% 89.135%,38.133% 89.667%,37.592% 90.135%,37.033% 90.542%,36.458% 90.885%,35.867% 91.167%,35.258% 91.385%,34.633% 91.542%,33.992% 91.635%,33.333% 91.667%,33.333% 91.667%,32.675% 91.635%,32.033% 91.542%,31.408% 91.385%,30.8% 91.167%,30.208% 90.885%,29.633% 90.542%,29.075% 90.135%,28.533% 89.667%,28.008% 89.135%,27.5% 88.542%,5.833% 61.458%,5.833% 61.458%,5.398% 60.87%,5.008% 60.25%,4.665% 59.599%,4.367% 58.917%,4.115% 58.203%,3.908% 57.458%,3.748% 56.682%,3.633% 55.875%,3.565% 55.036%,3.542% 54.167%,3.542% 54.167%,3.565% 53.297%,3.633% 52.458%,3.748% 51.651%,3.908% 50.875%,4.115% 50.13%,4.367% 49.417%,4.665% 48.734%,5.008% 48.083%,5.398% 47.464%,5.833% 46.875%,5.833% 46.875%,6.304% 46.331%,6.8% 45.844%,7.321% 45.414%,7.867% 45.042%,8.438% 44.727%,9.033% 44.469%,9.654% 44.268%,10.3% 44.125%,10.971% 44.039%,11.667% 44.01%,11.667% 44.01%,12.363% 44.039%,13.033% 44.125%,13.679% 44.268%,14.3% 44.469%,14.896% 44.727%,15.467% 45.042%,16.013% 45.414%,16.533% 45.844%,17.029% 46.331%,17.5% 46.875%,33.333% 66.667% );
  transform: scale(0) ;
  background-color: white;
}

input[type=checkbox]:checked::before, .checker input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:hover, .checker input[type=checkbox]:hover {
  cursor: pointer;
}