:root{
  --primary: #3f5fa9;
  --primary-dark: #2d4f6b;
  --primary-light:#6687d3;
  --secondary:#f19702;
  --secondary-dark:#ea7500;
  --secondary-light:#f3a400;
}
.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;
}
.logo-mini img{
  border-radius: 100%;
}
.content-alert{
    border-radius: 10px;
}
.st-ativo{
	color:green;
	font-size:18px;
}
.st-ativo:hover{
  font-size: 22px;
}
.st-inativo{
	color:#dd4b39;
	font-size: 18px;
}
.st-inativo:hover{
  font-size: 22px;
}
.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: #3f5fa9 !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;
}
.hide{
  display: none;
}
.modal{
  overflow-y: auto;
}
.a-notificacao{
  color: #333 !important;
}
.wd-49{
  width: 49%;
}
/* 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-minuscle{
  padding: 0px;
    width: 40px!important;
    height: 40px;
    border-radius: 100%;
}
.skeleton-box{
  position: relative;
  background-color: #DDDBDD;
  overflow: hidden;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, var(--primary) 20%, var(--secondary) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 2s infinite;
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.tm200{
  width: 200px !important;
  display: block;
  text-align: center;
}
.btn-pqn{
	width: 34px !important;
	height: 30px !important;
  margin-left: 3px;
}
.optiondisabled{
  color: red !important;
  background: #ccc !important;
  cursor: not-allowed !important;
}
.bg-gray{
  background-color:darkgray !important;
  color: white;
}
#TblSolicitacoes{
  max-height: 40vh !important;
  overflow: auto !important;
  display: block !important;
}
#TblMotoristasVeiculos{
  max-height: 50vh !important;
  overflow: auto !important;
  display: block !important;
}
@media(min-height: 900px){
  #TblSolicitacoes{
    max-height: 55vh !important;
    overflow: auto !important;
    display: block !important;
  }
  #TblMotoristasVeiculos{
    max-height: 55vh !important;
    overflow: auto !important;
    display: block !important;
  }
}
#DivMapTrakers{
  z-index: 1;
  height: 70vh;
  width: 100%;
  position: relative;
}
.btn-resumo{
  background-color: gold !important;
  color: black !important;
}
.box-resumo{
  border-radius: 5px;
  position: absolute;
  right: 20px; 
  top:48px; 
  border: 1px #333 solid; 
  z-index: 3; 
  height: fit-content; 
  width: 300px; 
  background-color: #000000cf; 
  display: none;
}
#divopcoesgrid>label{
  font-size: 13px !important;
  margin: 0px !important;
  padding-bottom: 0px;
}
#DivGridTk{
  max-height: 30vh;
  overflow: auto;
}
#TrLimpo{
  margin-top: 50px;
}
.end-box{
  background-color:white;
  height:50px;
  border-radius:5px;
  color:black;
  margin-bottom: 3px;
}
.line-box{
  background-color:white;
  border-radius:3px;
  color:black;
  margin-bottom: 5px;
  padding-top: 1.5px;
  vertical-align: bottom;
}
.dropdown-menu{
  background-color: #364150 !important;
  color: #fff !important;
}
.dropdown-item{
  color: white !important;
}
.dropdown-item:hover{
  background-color: #333 !important;
  border-radius: .25rem;
}
input[name="inputBuscaGrid[]"] {
  font-size: 13px;
}
input[name="inputBuscaGrid[]"]:not(:placeholder-shown) {
  color: #495057;
  background-color: #fff;
  border-color: #0069da;
  outline: 0;
  box-shadow: inset 0 0 0 transparent,0 0 0 .2rem rgba(0, 123, 255, 0.534)
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1rem;
  color: #212529
}
#divopcoesgrid {
  position: fixed !important;
  top: 22vh !important;
  left: 25px !important;
}
.indicadores_onibus{
  text-align: center;
}
.indicadores_onibus>b{
  padding-bottom: 5px;
  display: inline-block;
}
.gm-style-iw{ 
  outline:none;
}
.bl-on{
  color:#00a65a !important;
}
.bl-semi{
  color:goldenrod !important;
}
.bl-off{
  color:#dd4b39 !important;
}

/* notificação */

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
  background: #fff;
}