: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;
}

.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;
}

.user-panel>.image>img {
  width: 100%;
  max-width: 45px;
  height: auto;
  min-height: 45px;
  object-fit: contain;
}
/** card bootstrap */
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img {
	width: 100%;
	border-radius: calc(0.25rem - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}

	.card-deck .card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.card-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-group>.card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-group {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.card-group>.card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}

	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}

	.card-group>.card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.card-group>.card:first-child .card-img-top,
	.card-group>.card:first-child .card-header {
		border-top-right-radius: 0;
	}

	.card-group>.card:first-child .card-img-bottom,
	.card-group>.card:first-child .card-footer {
		border-bottom-right-radius: 0;
	}

	.card-group>.card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.card-group>.card:last-child .card-img-top,
	.card-group>.card:last-child .card-header {
		border-top-left-radius: 0;
	}

	.card-group>.card:last-child .card-img-bottom,
	.card-group>.card:last-child .card-footer {
		border-bottom-left-radius: 0;
	}

	.card-group>.card:only-child {
		border-radius: 0.25rem;
	}

	.card-group>.card:only-child .card-img-top,
	.card-group>.card:only-child .card-header {
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
	}

	.card-group>.card:only-child .card-img-bottom,
	.card-group>.card:only-child .card-footer {
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
	}

	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0;
	}

	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
		border-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}

	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0;
}

.accordion .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* fim card bootstrap */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}