:root{
  --primary: #2d8040;
  --primary-dark: #35925a;
  --primary-light:#a8d1ba;
}
/* width */
::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track{
  box-shadow: var(--primary-dark);
  border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb{
  background: var(--primary);
  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover{
  background: var(--primary-dark);
}
.btn-login{
}
.text-center{
  text-align: center !important;
}
.footer-alert{
    text-align:center !important;
    width:100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: white;
    text-align: center !important;
}
.content-alert{
    border-radius: 10px;
}
.st-ativo{
	color:green;
	font-size:18px;
}
.st-inativo{
	color:#dd4b39;
	font-size: 18px;
}
.dataTables_empty{
    text-align: center;
}
.modal-lg{
    width: 85%;
}
.btn-list{
    margin-left: 5px;
}
.hreader-hot{
    background-color: #dc3545 !important;
    color: white !important;
}
.header-warn{
  background-color: #f39c12 !important;
    color: white !important;
}
.hreader-hot .close{
    color: white !important;
}
.btl-list{
   /* margin-left: 0.25rem;*/
}
.select2-container--default .select2-selection--single{
    display: block;
    width: 100%;
    height: 34px !important;
    border: 1px solid #ccc!important;
    border-radius: 0px !important;
    color: #ccc !important;
}
.no-marg-pag{
    margin: 0px !important;
    padding: 0px !important;
}
.bg-desc{
    color: #08c;
}
td small{
    display: block;
}
.bg-passou{
    color: #D43;
}
.bg-pagou{
    color: #0A5;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important;
    padding: 1px 10px !important;
    color: #fff !important;
}
.select2-selection .select2-selection--multiple{
    display: block;
    width: 100%;
    height: 34px !important;
    border: 1px solid #ccc!important;
    border-radius: 0px !important;
    color: #ccc !important;
}
.select2-selection,.select2-selection--multiple{
    display: block;
    width: 100%;
    height: 34px !important;
    border: 1px solid #ccc!important;
    border-radius: 0px !important;
    color: #ccc !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: white !important;
}
/***************** AQUI PRA BAUXO È O CHECK*/
/* The container */
.container-mark {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal !important;
}

/* Hide the browser's default radio button */
.container-mark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  font-weight: normal !important;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d2d1d1;
  border-radius: .5rem;
}

/* On mouse-over, add a grey background color */
.container-mark:hover input ~ .checkmark {
  background-color: #969191;
}

/* When the radio button is checked, add a blue background */
.container-mark input:checked ~ .checkmark {
  background-color: #0A5;
}
.container-mark input:checked ~ .checkmark2 {
  background-color: #d73925 !important;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-mark input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-mark .checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*  END CHECK ***/
.invi{
    color: transparent !important;
}
select{
  cursor: pointer;
}
.black{
  color: black;
}
.rg{
  text-align: right;
}
.header-primary{
  background-color: #337ab7 !important;
  color:white !important;
}

.hreader-warn{
  background-color: #f39c12 !important;
  color:white !important;
}
.hreader-warn .close {
  filter: invert(100);
}
.fav{
  font-size: 22px;
}
.fav-true{
  content:'<i class="fa fa-fw fa-star"></i>';
  font-size: 22px;
  color: gold;
}
.fav-false{
  color: gray;
  content:'<i class="fa fa-fw fa-star-o"></i>'
}
.pac-container {
  background-color: #FFF;
  z-index: 2000;
  position: fixed;
  display: inline-block;
  float: left;
}
.modal{
  z-index: 2000;
}
.modal-backdrop{
  z-index: 1000;
}
.select2-dropdown{
  z-index: 2001 !important;
}
.select2-results{
  z-index: 2001 !important;
}
.select2-results__options{
  z-index: 2001 !important;
}
.dropdown-wrapper{
  z-index: 2001 !important;
}
status{
  color: transparent;
}
.btn-lista{
  width: 35px;
  height: 30px;
  text-align: center;
  padding: 0px;
}
#TblOcorrencias_info{
  display: none;
}
#chart-geral-ocorrencias{
  margin-top: 4rem;
}
.select2-container .select2-selection--multiple{
  height: fit-content !important;
  min-height: 32px;
}
option:disabled {
  cursor: not-allowed;
}
#TblQuebras_info{
  display: none;
}
#chart-quebras{
  margin-top:4rem;
}
#TblAtrasos_info{
  display: none;
}
#chart-atrasos{
  margin-top: 4rem;
}
.datepicker-dropdown{
  z-index: 9999 !important;
}
.bdge{
	color: white;
	padding: 3px;
	border-radius: 3px;
}
.bg-red{
	background-color: darkred;
}
.bg-orange{
	background-color: orangered;
}
.bg-yellow{
	background-color: goldenrod;
	color: white !important;
}
.bg-greenlight{
	background-color: greenyellow;
	color: black !important;
}
.bg-green{
	background-color: green;
}
#TblPendencias{
	font-size: 16px !important;
}
.foto-preview{
  margin: 0px;
  padding: 0px;
  width: 30px;
  height: 30px;
}
.input-moeda-hde{
    border: 0px;
    background: transparent;
    text-align: right;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
      display:block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-lg>.table-bordered {
      border: 0
  }
}