/*FOLHA DE ESTILO COMPLEMENTAR - Novos itens complementares - botões, toggle,etc...*/

/*TOGGLE ESTILO IOS*/

/* ============================================================
  COMMON
============================================================ */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle+label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body input {
  outline: none;
}

/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round+label {
  padding: 2px;
  width: 40px;
  height: 22px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 20px;
}

input.cmn-toggle-round+label:before,
input.cmn-toggle-round+label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: '';
}

input.cmn-toggle-round+label:before {
  right: 1px;
  background-color: #95a5a5;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round+label:after {
  width: 15px;
  height: 15px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
  margin-top: 2px;
  margin-left: 3px;
}

input.cmn-toggle-round:checked+label:before {
  background-color: #95a5a5;
}

input.cmn-toggle-round:checked+label:before {
  background-color: #1bbc9b !important;
}

input.cmn-toggle-round:checked+label:after {
  margin-left: 20px;
}

.toggle-all-default {
  float: none !important;
  margin-right: 0 !important;
}

.dropMapa input[type='checkbox']:checked+label:before,
.toggle-button-default input[type='checkbox']:checked+label:before {
  color: transparent !important;
}

/*TOGGLE ESTILO IOS*/
/*ESTILOS AUXILIARES*/
.uppercase {
  text-transform: uppercase;
}

.border-line {
  width: 100%;
  border-top: solid 1px #ccc;
  height: 1px;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

/*ESTILOS AUXILIARES*/
/*CSS NOVO DATEPICKER*/
/* NOVO DATEPICKER*/
.popover .datepickernovo input {
  font-size: 11px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-right: 0px;
  padding-left: 5px;
}

.popover .datepickernovo .btn-default {
  padding-left: 0px !important;
  padding-right: 0px !important;
  min-width: auto;
}

.popover .datepicker button {
  margin: 0px !important;
  padding: 0px !important;
}

.popover .timepicker button {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 8px !important;
  margin-right: 0px !important;
  padding: 0px !important;
}

.popover .datepickernovo_wrap .form-group,
.popover .datepickernovo_uni .form-group {
  width: 100%;
}

.popover .datepickernovo_wrap .datepicker,
.popover .datepickernovo_uni .datepicker {
  font-size: 12px !important;
  text-shadow: none !important;
  padding-top: 20px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: 250px;
  height: 250px;
}

.popover .datepickernovo_wrap .datepicker thead th,
.popover .datepickernovo_wrap .datepicker thead tr,
.popover .datepickernovo_uni .datepicker thead th,
.popover .datepickernovo_uni .datepicker thead tr {
  font-size: 12px !important;
  padding-bottom: 15px !important;
}

.popover .datepickernovo_wrap .datepicker thead th .btn-default:hover,
.popover .datepickernovo_wrap .datepicker thead tr .btn-default:hover,
.popover .datepickernovo_uni .datepicker thead th .btn-default:hover,
.popover .datepickernovo_uni .datepicker thead tr .btn-default:hover {
  background-color: transparent !important;
  color: #535353 !important;
}

.popover .datepickernovo_wrap .datepicker .btn-default,
.popover .datepickernovo_uni .datepicker .btn-default {
  text-shadow: none !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #535353;
  font-size: 12px !important;
  text-align: center;
  font-weight: 300;
  border-radius: 0px;
}

.popover .datepickernovo_wrap .datepicker .btn-default:hover,
.popover .datepickernovo_wrap .datepicker .btn-default:active,
.popover .datepickernovo_wrap .datepicker .btn-default:focus,
.popover .datepickernovo_uni .datepicker .btn-default:hover,
.popover .datepickernovo_uni .datepicker .btn-default:active,
.popover .datepickernovo_uni .datepicker .btn-default:focus {
  color: #fff !important;
  background-color: #a4cc00 !important;
  font-size: 12px !important;
}

.popover .datepickernovo_wrap .datepicker .btn-primary,
.popover .datepickernovo_uni .datepicker .btn-primary {
  color: #ffffff !important;
  background-color: #a4cc00 !important;
  border-color: #a4cc00 !important;
  font-size: 12px !important;
}

.popover .datepickernovo_wrap .datepicker .btn-today,
.popover .datepickernovo_uni .datepicker .btn-today {
  background-color: #96b032 !important;
  color: #fff !important;
  font-size: 12px !important;
}

.popover .datepickernovo_wrap .datepickernovo {
  width: 49%;
}

.popover .datepickernovo_wrap .datepickernovo_wrap {
  display: inline-block;
}

#container .datepicker-despacho .datepicker .btn-default,
#container .datepicker-despacho .datepicker .btn-default:hover {
  font-size: 15px !important;
  font-weight: 600 !important;
}

#container .datepicker-despacho .datepicker {
  height: 230px !important;
}

.popover .datepickernovo_wrap .datepickernovo:first-of-type {
  float: left;
}

.popover .datepickernovo_wrap .datepickernovo:last-of-type {
  float: right;
}

.popover .datepickernovo_wrap .datepickernovo .input-group-addon,
.popover .datepickernovo_uni .datepickernovo .input-group-addon {
  border-radius: 0px;
  background: #fff;
}

.popover .datepickernovo_wrap .timepicker,
.popover .datepickernovo_uni .timepicker {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 10px !important;
  width: 90px !important;
  height: 185px !important;
  font-size: 12px !important;
}

.popover .datepickernovo_wrap .timepicker i,
.popover .datepickernovo_uni .timepicker i {
  font-size: 11px !important;
}

.popover .datepickernovo_wrap .timepicker .btn-default,
.popover .datepickernovo_uni .timepicker .btn-default {
  text-shadow: none !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #96b032;
  box-shadow: none !important;
  color: #535353;
  font-size: 12px !important;
  text-align: center;
  font-weight: 300;
  border-radius: 0px;
}

.popover .datepickernovo_wrap .timepicker .btn-default:hover,
.popover .datepickernovo_wrap .timepicker .btn-default:active,
.popover .datepickernovo_wrap .timepicker .btn-default:focus,
.popover .datepickernovo_uni .timepicker .btn-default:hover,
.popover .datepickernovo_uni .timepicker .btn-default:active,
.popover .datepickernovo_uni .timepicker .btn-default:focus {
  color: #fff !important;
  background-color: #a4cc00 !important;
  padding: 0px !important;
  font-size: 12px !important;
}

.popover .datepickernovo_wrap .timepicker .input-group-addon,
.popover .datepickernovo_uni .timepicker .input-group-addon {
  border-radius: 0px;
  background: #fff;
}

/*CSS NOVO DATEPICKER*/
.dropMapa input[type='checkbox']:checked+label:before {
  color: transparent;
}

.item-toggle.checked {
  color: #000 !important;
}

/*TOGGLE ESTILO IOS*/

/*DARK GRID*/
.darkGrid.metricasBox {
  background: #4b535e;
  border: none !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.darkGrid p {
  color: #fff !important;
  font-size: 11px;
  padding-left: 10px;
  margin-bottom: 5px;
}

#container .darkGrid .table {
  width: calc(100% - 5px);
}

#container .darkGrid .table>thead>tr>td,
#container .darkGrid .table>tbody>tr>td {
  color: #d5e0e1;
  font-weight: 400 !important;
  border-color: #3e4444;
  padding-top: 8px !important;
  padding: 5px !important;
  font-size: 8px !important;
}
/*icones buschat*/
.icon-mObsViagem{
 margin-top:-5px;
 cursor:pointer;
}

/**/
/* Grid de metricas*/
#container .darkGrid #fixTable-grid thead tr>td {
  background-color: #4b535e;
}

#container .darkGrid .table>thead>tr>td {
  text-transform: uppercase;
}

/*substituindo background da grid*/
#container .darkGrid .table-striped>tbody>tr:nth-child(odd) {
  background-color: #304040 !important;
}

#container .darkGrid .table-striped>tbody>tr:nth-child(odd):hover {
  background-color: #304040 !important;
}

#container .darkGrid .table-striped>tbody>tr:nth-child(even) {
  background-color: #4b535e !important;
}

#container .darkGrid .table-striped>tbody>tr:nth-child(even):hover {
  background-color: #4b535e !important;
}

.darkGrid .ordenador a i {
  color: #fff !important;
}

.resultadoGridMetricas table .fa-circle {
  font-size: 9px !important;
}

.darkGrid .close {
  color: #fff !important;
}

.darkGrid .close:hover,
.darkGrid .close:focus {
  opacity: 0.8;
}

/*end grid de metricas*/
/*DARK GRID*/
/*PDF E HTML DINAMICOS*/
.modalHtmlDinamico .fixedHeader td:first-of-type,
.modalHtmlDinamico .srcollBody td:first-of-type {
  width: 80%;
}

.arrastoHtmlDinamico {
  margin-top: 20px;
}

.arrastoHtmlDinamico .listaDinamico .checkbox {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.preferencias-table {
  margin-bottom: 15px;
}

.preferencias-table td:nth-child(1) {
  width: 80%;
}

.preferencias-table table,
.add-preferencias-table table {
  max-height: 115px !important;
  height: auto;
  margin-bottom: 0px;
}

.novaPref {
  width: 100%;
  background-color: #36393e;
  padding: 15px 20px;
  margin-top: 15px;
  opacity: 0;
}

.novaPref.slideInDown {
  opacity: 1;
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  height: calc(100% + 15px);
  top: 15px;
}

.novaPref .form-control {
  background-color: #4b5355;
  color: #fff;
  border-radius: 0px;
  width: 100%;
}

.novaPref .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 12px;
}

.novaPref .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
}

.novaPref .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 12px;
}

.preferencias-add {
  margin-top: 30px;
}

.add-preferencias-table {
  border: solid 1px #4b5355;
  background-color: #36393e !important;
  margin-top: 15px;
}

.add-preferencias-table th {
  background-color: #4b5355;
  text-transform: uppercase;
  color: #fff !important;
  border: none !important;
  font-size: 11px !important;
  font-weight: 400;
}

.add-preferencias-table td {
  color: #fff !important;
  font-size: 11px;
  border-top: 0px !important;
}

.add-preferencias-table td:nth-child(1) {
  width: 80%;
}

.add-preferencias-table .tPainelEventos>tbody>tr:nth-child(2n) {
  background-color: #4b5355 !important;
}

.add-preferencias-table .tPainelEventos>tbody>tr:nth-child(odd) {
  background-color: #36393e !important;
}

.cadastro-table .tPainelArea>tbody>tr>td:nth-child(3) {
  text-align: center;
}

.cadastro-table .tPainelArea>tbody>tr>td>a:nth-child(1) {
  padding-left: 20px !important;
}

.cadastro-table .tPainelArea>tbody>tr>td>a:nth-child(2) {
  padding-left: 2px !important;
}

.cadastro-table .tPainelArea>thead>tr>th:nth-child(1n) {
  width: 20%;
}

.cadastro-table .tPainelArea>thead>tr>th:nth-child(2n) {
  width: 70%;
}

.cadastro-table .tPainelArea>thead>tr>th:nth-child(3n) {
  width: 20%;
  text-align: center;
}

.add-preferencias-table td:nth-child(2) {
  text-align: center !important;
}

.novaPref .buttons-filter {
  margin-top: 15px;
}

.novaPref .buttons-filter button:first-child {
  margin-right: 0px;
}

.modalHtmlDinamico .title {
  text-transform: uppercase;
  font-size: 13px;
}

/*PDF E HTML DINAMICOS*/
/*LOADING CONTENT*/
.spinLoadingContent {
  position: fixed;
  width: 100%;
  background: #4f5052;
  height: 100%;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinLoadingContent .wrap-loading {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.spinLoadingContent p {
  color: #fafafa;
  font-size: 11px;
  text-align: center;
  display: block;
  position: relative;
  top: -60px;
}

/*LOADING CONTENT*/
/*POPOVER*/
#container .input-group .form-control {
  z-index: 0;
}

/*contador de caracterers*/
.chat-window .panel-footer .inputMsgChat #contador-caracteres {
  display: table-footer-group;
  font-size: 12px;
}

/*icon fas fa-pencil-alt*/
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

.fa-pencil-alt:before {
  content: '\f303';
}

/*ICONE GESTÃO DE FALHAS*/
.i_falhas {
  background-image: url(../../img/i_falhas.png);
  height: 20px;
  width: 20px;
  background-position-x: 19px;
  background-position-y: 24px;
}

/*END ICONE GESTÂO DE FALHAS*/

.fa-camera:before {
  font-family: FontAwesome;
  content: '\f030 \00a0 ';
  color: #aec90b;
  margin-right: 2px;
  top: -1px;
}

.registro-tempo input {
  width: 100% !important;
}

.registro-tempo .input-prepend {
  margin-bottom: 21px;
}

.inputtrajeto {
  margin-bottom: 10px;
}

/*colunas estatus escala*/
.escalainfo {
  display: grid;
  grid-template-columns: 120px 200px 200px;
  gap: 10px;
}

.escalainfo .status-escala label {
  font-weight: 600 !important;
  font-size: 13px;
  color: #9aacad;
  font-style: italic;
}

.escalainfo .status-escala span {
  font-weight: bold;
  font-size: 13px;
  color: #292929;
  font-style: italic;
  display: block;
}

.escalainfo .status-escala:last-child label {
  font-weight: 600;
  font-size: 13px;
  font-style: normal;

  text-transform: uppercase;
}

.escalainfo .status-escala:last-child .csv {
  display: inline;
}

.escalainfo .status-escala:last-child img {
  width: 30px;
  height: 40px;
  cursor: pointer;
}

.table-escala thead td {
  position: sticky;
  top: 0px;
  border-image: initial;
  text-transform: uppercase;
  padding: 0 15px;
  background: #b3c0c6 !important;
}

.table-escala thead tr td {
  text-transform: none;
  font-weight: bold !important;
  padding: 15px !important;
}

.table-escala tr td:nth-child(1) {
  width: 50px !important;
}

.table-escala .checkbox label:before {
  top: 3px;
  margin-left: 7px;
}

.bg-primary {
  background: #b3c0c6 !important;
}

.table-escala table thead tr {
  background-color: #abb3b3;
}

.row-button-popup {
  margin-top: 130px;
  width: 100%;
  justify-content: flex-end;
  position: fixed;
  padding-right: 33px;
}

.row-button-popup .buttons-filter {
  margin-right: 0;
}

.grid-selected {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 15px;
}

.bg-blue {
  background-color: #2496ab;
}

.tabela-operando .bg-gray {
  background-color: #4e6574;
}

/*estilo da tela de frota operante*/
.grid-duo {
  width: 69%;
  display: grid;
  grid-template-columns: 74% 70%;
  margin-top: 3px;
}

.padding-table-second {
  padding: 0 45px;
}

#container .datepickernovo_wrap .datepickernovo:last-of-type>.text-left-filter-date {
  text-align: left !important;
}

table.tPlanejamentoPonto .acao-icones {
  border-top: unset;
}

.boxDateHour {
  z-index: 1;
  width: 250px;
  height: 166px;
  background: rgb(56, 64, 66);
  align-items: center;
  display: inline-grid;
  padding: 20px;
  margin-top: -20px;
  /*margin-bottom: 10px;*/
}

.boxDateHour span {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  display: block;
  text-align: right;
}

.boxDateHour span:nth-child(2) {
  font-weight: 600;
  font-size: 30px;
}

#container .formDespacho .select2-container>.select2-with-searchbox .select2-results .select2-result-label {
  font-size: 15px !important;
}

#container .formDespacho .row-buttons {
  padding-left: 0px !important;
  height: 83px !important;
  align-items: end;
}

#container .formDespacho .row-buttons .buttons-filter button.btn-new,
#container .formDespacho .row-buttons .buttons-filter a.btn-new {
  text-transform: uppercase;
  font-weight: bold !important;
  text-shadow: none !important;
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  border-radius: 0px !important;
  margin: 32px 10px 12px 0;
  padding: 12px 16px !important;
  min-width: 80px;
}

#container .formDespacho label {
  font-size: 18px !important;
  font-weight: 600;
}

#container .formDespacho {
  z-index: 1;
}

#container .formDespacho .datepickernovo_wrap.datepicker-despacho .datepickernovo,
#container .formDespacho .datepickernovo_wrap.datepicker-despacho .datepickernovo>input,
#container .formDespacho .datepickernovo_wrap.datepicker-despacho .datepickernovo>input::placeholder {
  width: 100% !important;
  height: 50px;
  font-size: 18px !important;
  color: #000;
  font-weight: 600;
  z-index: 10010;
}

#container .formDespacho .inputlinha>div.select2-container>a,
#container .formDespacho .inputlinha>div.select2-container,
#container .formDespacho .inputlinha>div.select2-container>a span {
  font-size: 18px !important;
  color: #000;
  font-weight: 600;
  z-index: 10010;
}

/*adicao24-09-21*/
#container .despacho .despacho-agreg .table-thead,
#container .despacho .table-second .table-thead {
  position: fixed;
  width: 40.6%;
  z-index: 1;
}

#container .despacho .table-second tbody tr td:nth-child(6) span {
  display: flex;
  justify-content: center;
  border-top: none !important;
}

#container .despacho .despacho-agreg table.table-thead,
#container .despacho .table-second table.table-thead,
#container .despacho .table-second thead,
#container .despacho .despacho-agreg thead {
  /*height: 52px !important;
  margin-top: 565px !important;
  position: sticky;
  top: -1px;
  z-index: 10;*/
  height: 52px !important;
  /*para sobrepora combo quando for selecionada*/
  z-index: 10000 !important;

  /*margin-top: -70px;*/
  margin-top: -52px;
}

#container .despacho .table-second table>.theadInside,
#container .despacho .despacho-agreg table>.theadInside {
  /*display: none;*/
  z-index: 100;
}

#container .despacho .despacho-agreg table td:nth-child(1),
#container .despacho .despacho-agreg table td:nth-child(2) {
  width: 24%;
}

#container .despacho .despacho-agreg table td:nth-child(3) {
  width: 25%;
}

#container .despacho .despacho-agreg table td:nth-child(4) {
  text-align: left;
}

#container .despacho .despacho-agreg table td:nth-child(4),
#container .despacho .despacho-agreg table td:nth-child(5) {
  width: 10%;
}

#container .despacho .despacho-agreg table.table-thead td:nth-child(1) {
  width: 25%;
  padding: 9px 0 0 20px !important;
}

#container .despacho .despacho-agreg table.table-thead td:nth-child(2) {
  width: 29%;
  padding: 9px 0 0 2px !important;
}

#container .despacho .despacho-agreg table.table-thead td:nth-child(3) {
  width: 0;
  padding: 9px 0 0 1px !important;
}

#container .despacho .despacho-agreg table.table-thead td:nth-child(4),
#container .despacho .despacho-agreg table.table-thead td:nth-child(5) {
  width: 3%;
}

/*#container .despacho .despacho-agreg .tabela-result .cadastro-table > table:last-child
{
  margin-top: -65px !important;
}*/

#container .despacho .results-wrap .scroller {
  max-height: calc(110vh - 32px);
  overflow: hidden;
  width: 100%;
  margin: 40px auto;
  margin-top: -20px;
  height: calc(70vh - 20px);
  padding-right: 5px;
}

#container .despacho .scroller-table {
  max-height: calc(65vh - 32px);
  overflow: hidden scroll;
  width: 100%;
  margin: 0 auto;

  height: calc(70vh - 20px);
  padding-right: 5px;
}

#container .despacho .results-wrap {
  position: absolute;
  /*margin-top: 180px;
  z-index: -1;*/
}

/*FIM adicao24-09-21*/

/*#container .despacho .results-wrap  {
  position:absolute;
  margin-top: 180px;

}*/

#container .despacho .despacho-agreg .header-table span.title,
#container .despacho .table-second .header-table span.title {
  font-size: 16px !important;
}

#container .despacho .table-second table>tbody>tr>td:nth-child(4),
#container .despacho .table-second table>tbody>tr>td:nth-child(5) {
  line-height: 8px;
}

#container .despacho .backgroundLinha {
  width: 100%;

  z-index: -100000;
  position: absolute;
  filter: brightness(5);
  height: 80.5%;
  opacity: 0.2;
}

.despacho-agreg table,
.table-second table {
  background: #fff;
}

#container .despacho .despacho-agreg .btn-new {
  font-size: 14px !important;
}

.despacho .table>tbody>tr>.acao-icones {
  padding-top: 14px !important;
}

.despacho .table>tbody>tr>.statusBus {
  /*text-align: right !important;*/
}

.despacho .table>tbody>tr>.statusBus img {
  width: 3.6rem;
  margin-top: -5px !important;
}

.despacho .table>tbody>tr>.acao-icones a {
  background: #a3ca00;
  padding: 8px 11px;
  border-radius: 50px;
  font-size: 14px;
  margin-top: 8px;

  margin-left: 16px !important;
}

.despacho .table>tbody>tr>.check-info a,
.despacho .table>tbody>tr>.map-info a {
  background: #f3f3f3;
  padding: 6px 9px;
  border-radius: 50px;
  font-size: 14px;
  color: #292929;
  border: 1px solid #292929;
  height: 0;
  border: 1px solid #292929;
}

.despacho .table>tbody>tr>.map-info a {
  padding: 7px 7px 7px 8px !important;
  font-size: 15px;
  background: #3c3c3c 0% 0% no-repeat padding-box;
  line-height: 27px;
}

.despacho .table>tbody>tr>.map-info a img {
  top: -2px;
  width: 1.3em;
}

.despacho .table>tbody>tr>.check-info>a.active,
.despacho .table>tbody>tr>.map-info>a.active {
  background: #a3ca00;
  padding: 8px 11px;
  border-radius: 50px;
  font-size: 14px;
  color: #292929;
  border: 0;
}

/*pagina incluir de planejamento de ponto*/
.formPlanejamentodePonto>.results-wrap>.row-v-buttons {
  padding-left: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex: 2;
  min-width: 270px;
  height: unset !important;
}

.formPlanejamentodePonto .head,
.formPlanejamentodePonto .head_body>.row_table {
  padding: 9px 9px 9px 20px !important;
  display: grid;
  grid-template-columns: 62% 15% 15%;
  gap: 30px;
  align-items: center;
  margin-bottom: 10px;
}

.formPlanejamentodePonto .results-wrap {
  margin-top: 15px;
  background-color: #f3f3f3;
  height: 100%;
}

.row_table {
  margin-top: 5px;
  background: #fff;
}

.formPlanejamentodePonto .head_body>.row_table>.row_table--fields {
  display: grid;
  grid-template-columns: 20px 420px;
  gap: 5px;
}

.formPlanejamentodePonto .head_body>.row_table>.row_table--fields .checkbox {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.formPlanejamentodePonto .head_body>.row_table>.row_table--fields .title {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.formPlanejamentodePonto .head_body>.row_table>.row_table--fields .title span:nth-child(1) {
  border: 2px solid;
  border-radius: 50px;
  width: 24px;
  display: flex;
  justify-content: center;
  /* margin: 0 auto; */
  height: 24px;
  margin-right: 10px;
}

.formPlanejamentodePonto .head_body>.row_table>.row_table--fields .title label {
  font-size: 14px;
  justify-content: space-around;
  display: contents;
}

#container .formfrequencia .datepickernovo input {
  font-size: 11px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-right: 0px;
  padding-left: 1px;
}

.formPlanejamentodePonto>.results-wrap>div div.circle-total {
  background: orange;
  color: #fff;
  font-weight: 600;
  width: 30px;
  border-radius: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 30px;
  margin-left: 10px;
}

/*
.formPlanejamentodePonto .head-body > .row_table > .datepickernovo_wrap > .datepickernovo{
  align-items: center;
  width: 100%;
}

*/

.formPlanejamentodePonto .head label {
  color: #000;
  font-weight: 600 !important;
  font-size: 14px;
}

/****dropdown de pontos adicionados em trajetos do cadastro de linhas******/

.pontouni .combobox .dropdown-dark {
  min-width: 80px;
}

#container .formPlanejamentodePonto .head_body>.row_table div>.datepickernovo_wrap .datepickernovo {
  width: 100% !important;
}

#container .pontouni .combobox select.dropdown-dark {
  border: none;
  background: url(../img/select_drop_dark_pq.jpg) 99% / 20px no-repeat #394243;
  font-size: 11px !important;
  height: 18px;
  padding: 1px 20px 4px 5px;
  color: #f6f6f6;
  font-weight: 400;

  height: 0% !important;
}

#container .pontouni .combobox select.dropdown-dark option {
  cursor: pointer;
}

#container .pontouni .combobox select.dropdown-dark:focus,
#container .pontouni .combobox select.dropdown-dark:hover {
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #3a3434a3;
}

.select2-container .select2-choice .select2-arrow b {
  background: url(../img/select_pq.png) no-repeat 0 1px #aec90b;
}

.pontouni .combobox {
  margin-top: 1px;
}

.grid-duo {
  width: 69%;
  display: grid;
  grid-template-columns: 74% 70%;
  margin-top: 2px;
}

.frota-operando .results-bar {
  padding: 10px 17px;
  padding-bottom: 10px;
  background: #ebf0f1;
}

.frota-operando .consulta-frota-operando .date-title {
  color: #4f4f4f !important;
  font-weight: 600;
  font-size: 12px;
}

.frota-operando .consulta-frota-operando .empresa-title {
  font-weight: 800;
}

.frota-operando .title i {
  margin-right: 5px;
}

.frota-operando .consulta-frota-operando thead tr td:nth-child(1) {
  width: 60%;
}

.frota-operando .consulta-frota-operando .table-result thead tr td:nth-child(2) {
  width: 11%;
}

.frota-operando .consulta-frota-operando .table-result thead {
  background-color: #93a4a5;
}

#container .frota-operando .consulta-frota-operando .table-result thead tr td {
  color: #fff;
}

/* ============================================================*/
td.table-triple-columns span.text-uppercase:nth-of-type(1) {
  text-transform: uppercase;
  font-style: italic;
  color: #515151;
  text-align: center;
  margin: -7px -3px -17px;
  display: block;
}

td.table-triple-columns div {
  display: grid;
  grid-template-columns: 29% 37% 35%;
}

/* ============================================================*/

.grid-selected .select2-container+[data-erro-msg] {
  left: 0px !important;
  top: 50px !important;
}

#container .tabela-operando .cadastro-table {
  width: 100%;
  height: 100vh;
  /*overflow: hidden;*/
}

#container .tabela-operando .cadastro-table table thead tr:nth-of-type(1) {
  position: sticky;
  top: 0;
}

#container .tabela-operando .cadastro-table table thead tr:nth-of-type(2) {
  position: sticky;
  top: 25px;
}

#container .tabela-operando table>thead>tr>td {
  text-transform: uppercase;
  color: #fff;
  /*padding: 1px !important;*/
  padding: 9.7px !important;
  text-align: center;
  border-top: 0;
  vertical-align: bottom;
}

#container .tabela-operando table>thead>tr:nth-of-type(1)>td:nth-of-type(2) {
  padding-bottom: 0 !important;
}

#container .tabela-operando table>tfoot>tr>td {
  text-transform: uppercase;
  color: #fff;
  /*padding: 1px !important;*/
  padding: 7px !important;
  text-align: center;
  border-top: 0;
}

#container .tabela-operando table>tbody>tr>td {
  text-align: center;
  font-weight: 400;
}

#container .tabela-operando table>tbody>tr>td {
  font-weight: bold !important;
}

#container .tabela-operando table>tfoot>tr>td {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1px !important;
  position: sticky;
  bottom: 0;
}

#container .tabela-operando table>tfoot {
  position: sticky;
  bottom: 0px;
}

#container .tabela-operando table>tfoot>tr>td:first-child {
  line-height: 27px;
}

#container .tabela-operando table>tfoot>tr>td>span {
  font-size: 20px;
  text-align: center;
}

#container .tabela-operando table>tfoot>tr>td {
  color: #41d9f2;
}

#container .tabela-operando table>tfoot>tr>td:nth-child(1) {
  text-align: end !important;
}

#container .tabela-operando table>tfoot>tr>td:nth-child(8),
#container .tabela-operando table>tfoot>tr>td:nth-child(1) {
  color: #fff !important;
}

#container .tabela-operando table>tfoot>tr>td:nth-child(2),
#container .tabela-operando table>tfoot>tr>td:nth-child(3),
#container .tabela-operando table>tfoot>tr>td:nth-child(4),
#container .tabela-operando table>tfoot>tr>td:nth-child(5),
#container .tabela-operando table>tfoot>tr>td:nth-child(6),
#container .tabela-operando table>tfoot>tr>td:nth-child(7),
#container .tabela-operando table>tfoot>tr>td:nth-child(8) {
  font-size: 18px !important;
}

/*tela de incluir*/
.tPlanejamentoPonto .table-second tbody .inputVeiculoWidth {
  width: 17% !important;
}

/*tela de incluir*/
.tPlanejamentoPonto .table-second tbody .inputVeiculoWidth {
  width: 17% !important;
}

.inputVeiculoD {
  width: 93% !important;
}

.inputVeiculoD .select2-drop .select2-search>input {
  width: 100% !important;
}

/*TELA DE DESPACHO*/

.despacho img {
  position: relative;
}

/**/
.despacho .header-table .title {
  font-size: 16px;
}

.despacho .header-table .title:last-child {
  margin-left: 0em;
}

/**/
.margin-top-table {
  margin-top: 58px;
}

.margin-top-table-second {
  margin-top: 40px;
}

/**/
.modal-despacho .modal-body {
  margin: -26px 0px 0px;
}

/**/

.modal-despacho .row-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.despacho table>tbody>tr>td>input,
.despacho table>tbody>tr>td>label,
.despacho .table-second .cadastro-table table>tbody>tr>td>label {
  text-align: center;
  font-size: 15px !important;
  font-weight: 600 !important;
}

/**/
.despacho .modal-despacho {
  z-index: 10010;
}

/**/

.despacho .modal-despacho>h3 {
  font-size: 15px !important;
}

.despacho form .buttons-filter {
  margin-right: 10px !important;
}

.despacho .buttons-filter {
  margin-right: 0 !important;
}

/**/
.despacho .header-table {
  height: 80px;
  z-index: 100;
  display: contents;
}

/**/

.despacho .despacho-agreg .cadastro-table table>tbody>tr>td div.select2-container {
  /**/
  width: 0% !important;
  color: #000;
  font-size: 15px !important;
  font-weight: 600 !important;
}

/**/

.inputdeVeiculo .select2-search>input {
  width: 100% !important;
  z-index: -1 !important;
}

.despacho .header-table .buttons-filter button {
  margin-right: 0;
}

/**/

.despacho .despacho-agreg .cadastro-table table>tbody>tr>td div.select2-container>a>span {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

/**/
.despacho .table-second .cadastro-table table>thead>tr {
  display: grid;
  /*grid-template-columns:  11% 13% 10% 15% 22% 13% 13%;*/
  grid-template-columns: 10% 9% 12% 12% 18% 12% 12% 13%;
  /* GRID COM VERSÃO NOVA COLUNA BUS*/
  /*grid-template-columns:9% 12% 9% 13% 20% 11% 12% 13%;*/
}

/**/
.despacho .table-second .cadastro-table img.iconBus {
  width: 36px;
  top: -5px;
  cursor: pointer;
}

.despacho .table-second .cadastro-table img.iconBus:hover {
  opacity: 0.8;
}

.despacho .despacho-agreg .cadastro-table table>thead>tr>td,
.despacho .table-second .cadastro-table table>thead>tr>td {
  font-size: 12px !important;
  /**/
  font-weight: 600;
  position: sticky;
  top: -2px;
  border-top: 1px solid #dddddd;
  padding: 9px !important;
  background-color: #bbc3c6;
  z-index: 1;
  border: none;
  border-top: none !important;
  /**/
}

/**/
.despacho .table-second .cadastro-table table>thead>tr>td {
  background-color: transparent;
}

/**/

.veiculo-input>.select2-drop>.select2-search>input {
  width: 100% !important;
}

/* adicao 24-09-21*/
/*.despacho .despacho-agreg .cadastro-table table > tbody > tr > .inputdeVeiculo{
  padding-left: 0 !important;
  padding-right: 0 !important;
  width:100% !important;
}*/

/**/

.despacho .despacho-agreg .cadastro-table table>tbody>tr>.inputdeVeiculo>div {
  width: 150px !important;
}

.despacho .despacho-agreg .cadastro-table table .select2-results .select2-result-label>div {
  font-size: 15px !important;
}

/**/

.despacho .despacho-agreg .cadastro-table table>thead>tr,
.despacho .table-second .cadastro-table table>thead>tr {
  background-color: #bbc3c6;
}

.despacho .table-second .cadastro-table .table>tbody+tbody {
  border-top: none;
}

/**/

.inputdeVeiculo .select2-search>input {
  width: 100% !important;
  z-index: -1 !important;
}

.addFields {
  text-decoration: none !important;
  color: #292929 !important;
}

.jornadadetrabalho-legenda {
  grid-template-columns: 12% 33% 49%;
}

.display-flex .jornadadetrabalho-legenda:nth-of-type(2) {
  grid-template-columns: 12% 36% 37%;
  margin-right: -16px;
}

/*.display-flex .jornadadetrabalho-legenda:nth-of-type(3) {
  grid-template-columns: 14% 31% 41% !important;
  margin-right: -16px;
}*/

.jornadadetrabalho-legenda-lineHeight {
  line-height: 16px;
}

.formulario--jornadadeMotorista-table .title {
  line-height: 16px;
  color: #000;
}

#container .table>thead>tr>td.jornadadetrabalho-legenda-padding-column {
  padding: 2px 9px 1px !important;
}

.table-jornadadetrabalho,
.table-jornadadetrabalho tbody>tr:nth-of-type(2)>td,
.table-jornadadetrabalho tbody>tr>td {
  border: 3px solid #fff;
}

.table-jornadadetrabalho thead:nth-of-type(1)>tr {
  border-bottom: none;
}

.table-jornadadetrabalho thead:nth-of-type(1)>tr>td {
  border-right: 3px solid #fff;
}

button.arrow-jornada,
button.arrow-jornada-atividades {
  display: none !important;
}

.table-jornadadetrabalho thead tr td button.arrow-jornada,
.table-jornadadetrabalho thead tr td button.arrow-jornada-atividades {
  border: none;
  background: none !important;
  float: right;
}

.table-jornadadetrabalho thead tr td button.arrow-jornada::before,
.table-jornadadetrabalho thead tr td button.arrow-jornada-atividades::before {
  content: '\203A';
  font-size: 30px;
  float: right;
  font-weight: 400;
  line-height: 15px;
  cursor: pointer;
  transform: rotate(-90deg);
  color: #fff;
}

.table-jornadadetrabalho thead tr td button.arrow-jornada-rotate::before {
  transform: rotate(90deg) !important;
  margin-right: -8px !important;
}

.width-6-jornada {
  width: 7% !important;
}

@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .tPlanejamentoPonto .table-second tbody .inputVeiculoWidth {
    width: 21% !important;
  }

  #container .select2-container .select2-choice>.select2-chosen {
    width: 37% !important;
    text-overflow: ellipsis;
  }

  /**/
  #container .despacho .results-wrap .row-fields div>div>.buttons-filter {
    width: 118%;
  }

  /**/
  /*.despacho .despacho-agreg .cadastro-table table >
  tbody > tr > td:nth-child(3) {
    width: 94% !important;
  }*/
}

/**/
@media screen and (min-width: 1050px) and (max-width: 1023px) {
  #container .despacho .results-wrap .row-fields div>div>.buttons-filter {
    width: 100%;
  }
}

/**/

/**/

@media screen and (min-width: 1366px) and (max-width: 1680px) {
  /*.despacho .despacho-agreg .cadastro-table table >
  tbody > tr > td:nth-child(3) {
    width: 94% !important;
  }*/

  /**/
  .width-col-status {
    width: 13% !important;
  }

  .width-6-jornada {
    width: 16% !important;
  }

  #container .select2-container .select2-choice>.select2-chosen {
    width: 37% !important;
    text-overflow: ellipsis;
  }

  .despacho .img-center {
    width: 15.333333%;
    margin-right: -21%;
  }

  #header-fixed {
    position: fixed;
    top: 0px;
    display: none;
    background-color: white;
  }

  .despacho .despacho-agreg {
    width: 49.333333%;
  }

  .inputdeVeiculo .select2-search>input {
    width: 100% !important;
  }

  #container .despacho .results-wrap .row-fields div>div>.buttons-filter {
    width: 125%;
  }

  /**/

  .tPlanejamentoPonto .acao-icones {
    display: grid;
    /* grid-template-columns: 15% 15% 15% 13%; */
    grid-template-columns: 15% 15% 15% 8% 18%;
    gap: 0;
    justify-content: end;
  }

  #container .despacho .results-wrap .row-fields {
    padding-right: 60px;
  }

  .despacho .despacho-agreg .cadastro-table table>tbody>tr>.inputdeVeiculo {
    width: 150px !important;
  }

  .despacho .despacho-agreg .cadastro-table table>tbody>tr>td>input {
    width: 150px !important;
  }

  #container .select2-container .select2-choice>.select2-chosen {
    width: 37% !important;
    text-overflow: ellipsis;
  }

  .despacho img {
    margin-right: 15%;
    /*margin-top: 80%;*/
  }

  .despacho .img-center {
    width: 15.333333%;
    margin-right: -21%;
  }

  /*
  .despacho .table-second{
    width: 37.333333%;
  }*/

  .despacho .despacho-agreg {
    width: 49.333333%;
  }

  .inputdeVeiculo .select2-search>input {
    width: 100% !important;
  }

  .despacho .table>tbody>tr>.map-info a {
    padding: 8px 1px 6px 6px !important;
    font-size: 15px;
    background: #3c3c3c 0% 0% no-repeat padding-box;
    line-height: 28px;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1368px) {

  /*button de viagem */
  .btn-viagem .buttons-filter {
    padding-left: 27%;
  }

  .align-btns-despacho {
    margin-left: -20px;
    z-index: 2;
  }

  /*legenda retangulos resultado de consulta relatorio de viagem*/
  .sums-total-legend {
    width: 100%;
    display: grid;
    grid-template-columns: 3% 90% 7% !important;
  }

  /*END legenda retangulos resultado de consulta relatorio de viagem*/
  #container .despacho .results-wrap .row-fields div>div>.buttons-filter {
    width: 118%;
  }

  #container .despacho .backgroundLinha {
    height: 70%;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1399px) {

  .tabela-ocorrendia-falhas table tbody tr:nth-of-type(1) td:nth-of-type(3),
  .tabela-ocorrendia-falhas table tbody tr:nth-of-type(1) td:nth-of-type(8),
  .tabela-ocorrendia-falhas table tbody tr:nth-of-type(1) td:nth-of-type(9) {
    line-height: unset;
  }

  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(3),
  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(8),
  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(9) {
    line-height: 31px;
  }

  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(1),
  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(2),
  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(4),
  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(5),
  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(6),
  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(7),
  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(10) {
    line-height: 30px;
  }

  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(4) {
    width: 10% !important;
  }

  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(5) {
    width: 5% !important;
  }

  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(6) {
    width: 30% !important;
  }

  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(9) {
    width: 8% !important;
  }

  .zoom-125 {
    width: 41.8% !important;
  }

  #container .despacho .scroller-table {
    width: 100% !important;
  }

  .width-second-table {
    width: none !important;
  }

  .despacho .buttons-filter {
    margin-right: -38px !important;
  }

  /**/

  #container .despacho .scroller-table {
    width: 100%;

    max-height: calc(48vh - 32px);
  }

  .formFrequencia {
    height: 15vh;
  }

  .despacho .buttons-filter {
    margin-right: -38px !important;
  }

  #container .despacho .results-wrap .scroller {
    height: calc(57vh - 20px);
  }

  .despacho .table>tbody>tr>.map-info a img {
    margin-left: 2px;
  }

  .despacho .despacho-agreg .cadastro-table table>tbody>tr>.inputdeVeiculo>div {
    /* width: 150px !important; */
    /* justify-self: normal; */
    display: flex;
    justify-content: flex-end;
  }

  .despacho .despacho-agreg .cadastro-table table>thead>tr>td,
  .despacho .table-second .cadastro-table table>thead>tr>td {
    font-size: 11px !important;
  }

  #container .despacho .table-second table>.theadInside,
  #container .despacho .despacho-agreg table>.theadInside {
    z-index: 100;
  }

  #container .despacho .despacho-agreg .table-thead {
    width: 56.1em;
  }

  #container .despacho .table-second .table-thead {
    position: fixed;
    width: 47.7em;
    z-index: 1;
  }

  #container .despacho .table-second .table-thead thead>tr>td:last-child {
    padding: 9px 9px 9px 0 !important;
  }

  .despacho .despacho-agreg .cadastro-table table>tbody>tr>td>input {
    width: 100% !important;
  }

  .despacho .despacho-agreg .cadastro-table table>tbody>tr>.inputdeVeiculo {
    width: 0% !important;
  }

  .modal-despacho .row-buttons {
    flex-direction: inherit;
  }

  /*size table*/

  #container .despacho .despacho-agreg table td:nth-child(1),
  #container .despacho .despacho-agreg table td:nth-child(2) {
    width: 20% !important;
  }

  #container .despacho .despacho-agreg table td:nth-child(3) {
    width: 23% !important;
  }

  #container .despacho .despacho-agreg table td:nth-child(4),
  #container .despacho .despacho-agreg table td:nth-child(5) {
    width: 11%;
  }

  #container .despacho .despacho-agreg table.table-thead td:nth-child(1),
  #container .despacho .despacho-agreg table.table-thead td:nth-child(2) {
    padding: 9px 0 0 0px !important;
  }

  /*size table-second*/
  #container .despacho .table-second table.table-thead>thead>tr>td:nth-child(1),
  #container .despacho .table-second table.table-thead>thead>tr>td:nth-child(2) {
    padding: 9px 0px !important;
  }

  /**/
}

@media screen and (min-width: 1400px) and (max-width: 1439px) {
  #container .despacho .table-second tbody tr td:nth-child(6) span {
    display: unset;
    justify-content: end;
    border-top: none !important;
    margin-left: 27%;
  }

  .align-btns-despacho {
    z-index: 2;
  }

  /*button de viagem */
  .btn-viagem .buttons-filter {
    padding-left: 27%;
  }

  .despacho .table>tbody>tr>.statusBus {
    width: 12% !important;
    margin-left: 15px !important;
  }

  .zoom-125 {
    width: 51.1% !important;
  }

  .width-second-table {
    width: 44.3% !important;
  }

  #container .despacho .backgroundLinha {
    height: 79.5%;
  }

  .despacho .buttons-filter {
    margin-right: -17px !important;
  }

  /**/
  .despacho .table>tbody>tr>.map-info a {
    padding: 7px 0px 7px 7px !important;
  }

  #container .despacho .scroller-table {
    width: 103.5%;
  }

  #container .despacho .table-second .scroller-table {
    width: 99.4%;
  }

  .formFrequencia {
    height: 12vh;
  }

  .despacho .margin-title {
    margin-left: 0.2em !important;
  }

  .despacho .header-table .title {
    margin-left: 0em;
  }

  #container .despacho .results-wrap .row-fields div>div>.buttons-filter {
    width: 100%;
  }

  #container .despacho .results-wrap .scroller {
    padding-right: 0.5px;
  }

  #container .despacho .despacho-agreg .table-thead,
  #container .despacho .despacho-agreg table>thead {
    width: 60em;
  }

  #container .despacho .table-second .table-thead,
  #container .despacho .table-second table>thead {
    width: 52em;
  }

  #container .despacho .table-second {
    width: 41em;
  }

  .despacho .despacho-agreg .cadastro-table table>thead>tr>td,
  .despacho .table-second .cadastro-table table>thead>tr>td {
    font-size: 11px !important;
  }

  .despacho .table-second .cadastro-table table>thead>tr>td:nth-child(6) {
    margin-left: 11px !important;
  }

  .despacho .table-second .cadastro-table table>thead>tr {
    /*grid-template-columns: 10% 15% 10% 20% 14% 15% 13% !important;*/
    grid-template-columns: 10% 10% 11% 13% 16% 14% 12% 13% !important;
    /* GRID COM VERSÃO NOVA COLUNA BUS*/
    /*    grid-template-columns:10% 10% 12% 11% 19% 11% 13% 14% !important;*/
  }

  /*size table despacho agreg*/
  #container .despacho .despacho-agreg table td:nth-child(1),
  #container .despacho .despacho-agreg table td:nth-child(2) {
    width: 20% !important;
  }

  #container .despacho .despacho-agreg table td:nth-child(3) {
    width: 31% !important;
  }

  #container .despacho .despacho-agreg table.table-thead td:nth-child(4),
  #container .despacho .despacho-agreg table.table-thead td:nth-child(5) {
    width: 0% !important;
  }

  .despacho .despacho-agreg .cadastro-table table>tbody>tr>td>input {
    width: 100% !important;
  }

  .despacho .despacho-agreg .cadastro-table table>tbody>tr>.inputdeVeiculo>div {
    width: 100% !important;
  }

  /*size table despacho-agreg*/

  .despacho .table>tbody>tr>.map-info a img {
    margin-left: 2%;
  }

  /**/
}

/**/

@media screen and (min-width: 1440px) and (max-width: 1449px) {

  .tabela-ocorrendia-falhas table tbody tr:nth-of-type(1) td:nth-of-type(3),
  .tabela-ocorrendia-falhas table tbody tr:nth-of-type(1) td:nth-of-type(8),
  .tabela-ocorrendia-falhas table tbody tr:nth-of-type(1) td:nth-of-type(9) {
    line-height: unset;
  }

  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(3),
  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(8),
  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(9) {
    line-height: 31px;
  }

  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(1),
  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(2),
  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(4),
  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(5),
  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(6),
  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(7),
  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(10) {
    line-height: 30px;
  }

  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(4) {
    width: 8% !important;
  }

  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(5) {
    width: 5% !important;
  }

  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(6) {
    width: 20% !important;
  }

  .tabela-ocorrendia-falhas table tbody tr td:nth-of-type(9) {
    width: 8% !important;
  }

  #container .despacho .table-second tbody tr td:nth-child(6) span {
    display: unset;
    justify-content: center;
    border-top: none !important;
    margin-left: 12%;
  }

  /*button de viagem */
  .btn-viagem .buttons-filter {
    padding-left: 24%;
  }

  .align-btns-despacho {
    z-index: 2;
  }

  .despacho .table>tbody>tr>.statusBus {
    text-align: center !important;
  }

  .statusBus {
    width: 12%;
  }

  .statusBus img {
    margin-right: -20px !important;
  }

  .zoom-125 {
    width: 49.9% !important;
  }

  .width-second-table {
    width: none !important;
  }

  #container .despacho .backgroundLinha {
    height: 75.2%;
  }

  /**/

  .despacho .header-table .title:last-child {
    margin-left: 0em;
  }

  #container .despacho .despacho-agreg table.table-thead td:nth-child(1) {
    width: 24%;
    padding: 9px 0 0 20px !important;
  }

  #container .despacho .scroller-table {
    width: 101%;
  }

  #container .despacho .table-second .tabela-result .scroller-table {
    width: 100%;
  }

  .margin-top-60 {
    margin-top: 50px !important;
  }

  /**/
  .despacho .table>tbody>tr>.map-info a {
    padding: 8px 0.1px 7px 7px !important;
  }

  #container .despacho .despacho-agreg table td:nth-child(3) {
    width: 25% !important;
  }

  .formFrequencia {
    height: 13vh;
  }

  #container .despacho .results-wrap .scroller {
    height: calc(65vh - 20px);
    padding-right: 10px;
  }

  #container .despacho .results-wrap .row-fields div>div>.buttons-filter {
    width: 100%;
  }

  #container .despacho .table-second .table-thead {
    width: 50.4em !important;
  }

  #container .despacho .despacho-agreg table.table-thead {
    width: 60.4em;
  }

  .despacho .table-second .cadastro-table table>thead>tr>td:nth-child(6) {
    margin-left: 2px !important;
  }

  #container .despacho .despacho-agreg table.table-thead,
  #container .despacho .table-second table.table-thead {
    margin-top: -52px;
  }

  #container .despacho .table-second .table-thead {
    width: 50.4em;
  }

  .despacho .table-second .cadastro-table table>thead>tr {
    display: grid;
    /*grid-template-columns: 10% 13% 12% 15% 23% 10% 13%;*/
    grid-template-columns: 9% 10% 12% 14% 15% 15% 10% 12%;
    /* GRID COM VERSÃO NOVA COLUNA BUS*/
    /*grid-template-columns: 10% 10% 9% 14% 20% 9% 14% 13%;*/
  }

  #container .despacho .despacho-agreg table td:nth-child(1),
  #container .despacho .despacho-agreg table td:nth-child(2) {
    width: 26%;
  }

  #container .despacho .despacho-agreg table td:nth-child(4),
  #container .despacho .despacho-agreg table td:nth-child(5) {
    width: 13% !important;
  }

  .despacho .despacho-agreg .cadastro-table table>tbody>tr>td>input {
    width: 100% !important;
  }

  .despacho .despacho-agreg .cadastro-table table>tbody>tr>.inputdeVeiculo>div {
    width: 100% !important;
  }

  /*size table despacho-agreg*/

  .despacho .table>tbody>tr>.map-info a img {
    margin-left: 1px;
  }

  #container .despacho .scroller-table {
    max-height: calc(55vh - 32px) !important;
  }

  .despacho .despacho-agreg .cadastro-table table>thead>tr>td,
  .despacho .table-second .cadastro-table table>thead>tr>td {
    font-size: 11px !important;
  }
}

@media screen and (min-width: 1450px) and (max-width: 1559px),
(-webkit-min-device-pixel-ratio: 2) {
  .sums-total-legend {
    width: 100%;
    display: grid;
    grid-template-columns: 3% 91% 7%;
  }

  .btn-viagem {
    margin-left: 4% !important;
    width: 8.6% !important;
  }

  .statusBus {
    width: 15%;
  }

  #container .despacho .zoom-125 {
    width: 49.4% !important;
  }

  #container .despacho .despacho-agreg .table-thead {
    position: fixed;
    width: 45.9%;
    z-index: 1;
  }

  #container .despacho .backgroundLinha {
    height: 75.2%;
  }

  #container .despacho .backgroundLinha {
    height: 74.3%;
  }

  #container .despacho .table-second .table-thead {
    width: 38.7%;
  }

  #container .despacho .scroller-table {
    max-height: calc(65vh - 32px);
    height: calc(55vh - 20px);
  }

  #container .despacho .despacho-agreg table.table-thead td:nth-child(2) {
    width: 21%;
    padding: 9px 0 0 2px !important;
  }

  #container .despacho .results-wrap .row-fields div>div>.buttons-filter {
    width: 100%;
  }

  .despacho .table>tbody>tr>.acao-icones a {
    margin-left: 0 !important;
  }

  .despacho .table-second .cadastro-table table>thead>tr {
    display: grid;
    /*grid-template-columns: 12% 13% 14% 14% 21% 13% 13%;*/
    grid-template-columns: 10% 10% 12% 13% 18% 14% 10% 10%;
    /* GRID COM VERSÃO NOVA COLUNA BUS*/
    /*grid-template-columns: 9% 11% 12% 14% 16% 11% 14% 14%;*/
  }

  .despacho .table>tbody>tr>.map-info a {
    padding: 9px 1px 6px 9px !important;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1679px) {

  /*button de viagem */
  .btn-viagem .buttons-filter {
    padding-left: 16%;
  }

  .align-btns-despacho {
    z-index: 2;
  }

  .zoom-125 {
    width: 51% !important;
  }

  .width-second-table {
    width: 41.9% !important;
    left: 0.22%;
  }

  #container .despacho .backgroundLinha {
    height: 75.2%;
  }

  /**/
  .despacho .table>tbody>tr>.acao-icones a {
    margin-left: 0 !important;
  }

  .despacho .table>tbody>tr>.map-info a {
    padding: 6px 0.1px 6px 7px !important;
  }

  #container .despacho .despacho-agreg table.table-thead td:nth-child(2) {
    width: 20%;
    padding: 9px 0 0 -25px !important;
  }

  #container .despacho .despacho-agreg table.table-thead td:nth-child(1) {
    width: 25%;
    padding: 9px 0 0 0px !important;
  }

  .despacho .header-table .title:last-child {
    margin-left: 0;
  }

  #container .despacho .scroller-table {
    width: 103.5%;
  }

  #container .despacho .table-second .scroller-table {
    width: 100.5%;
  }

  #container .despacho .scroller-table {
    max-height: calc(55vh - 32px) !important;
  }

  /**/
  .despacho .table-second .cadastro-table table>thead>tr {
    /*grid-template-columns: 10% 15% 13% 17% 20% 11% 12%;*/
    grid-template-columns: 10% 10% 13% 14% 17% 14% 8% 12%;
    /* GRID COM VERSÃO NOVA COLUNA BUS*/
    /*grid-template-columns: 10% 12% 12% 13% 17% 12% 12% 12%;  */
  }

  #container .despacho .results-wrap .row-fields div>div>.buttons-filter {
    width: 100%;
  }

  #container .despacho .despacho-agreg .table-thead {
    width: 69.2em;
  }

  #container .despacho .table-second .table-thead {
    /*width: 58.2em;*/
    width: 56.8em;
  }

  #container .despacho .results-wrap .scroller {
    height: calc(60vh - 20px);
  }
}

/* ============================================================*/
@media screen and (min-width: 1680px) and (max-width: 1800px) {
  .width-6-jornada {
    width: 7% !important;
  }

  .btn-flex.row-buttons {
    flex: unset !important;
    margin-left: 61% !important;
  }

  .btn-flex-falhas.row-buttons {
    flex: unset !important;
    margin-left: 73% !important;
  }

  .align-btns-despacho {
    width: 17% !important;
    z-index: 2;
  }

  .btn-viagem {
    width: 8.33333333% !important;
  }

  /*legenda retangulos resultado de consulta relatorio de viagem*/
  .sums-total-legend {
    width: 100%;
    display: grid;
    grid-template-columns: 3% 91% 7% !important;
  }

  .sums-total .sums-total-legend .hideBarraNovaSmall {
    padding-left: 18px;
  }

  /*END legenda retangulos resultado de consulta relatorio de viagem*/
  .statusBus {
    margin-right: 12%;
  }

  #container .despacho .backgroundLinha {
    height: 79.5%;
  }

  .zoom-125 {
    width: 41.7% !important;
  }

  #container .despacho .despacho-agreg .table-thead,
  #container .despacho .table-second .table-thead {
    width: 40.5%;
  }

  /**/
  .despacho .despacho-agreg .table>tbody>tr>.acao-icones a {
    /*margin-left: 21px !important;*/
    margin-left: 15px !important;
  }

  .despacho .table-second>tbody>tr>.acao-icones a {
    /* margin-left: 21px !important; */
    margin-left: 17px !important;
  }

  #container .despacho .scroller-table {
    width: 100%;
  }

  /**/
  .despacho .table>tbody>tr>.map-info a img {
    margin-left: 1px;
  }

  #container .despacho .despacho-agreg table.table-thead td:nth-child(4),
  #container .despacho .despacho-agreg table.table-thead td:nth-child(5) {
    width: 0% !important;
  }

  #container .despacho .results-wrap .row-fields div>div>.buttons-filter {
    width: 100%;
  }

  .despacho .despacho-agreg .cadastro-table table>tbody>tr>td>input {
    width: 100% !important;
  }

  .despacho .despacho-agreg .cadastro-table table>tbody>tr>.inputdeVeiculo>div {
    width: 100% !important;
  }

  /*size table despacho-agreg*/
  #container .despacho .despacho-agreg table td:nth-child(1),
  #container .despacho .despacho-agreg table td:nth-child(2) {
    width: 36%;
  }

  .despacho .table-second .cadastro-table table>thead>tr {
    display: grid;
    /*grid-template-columns: 10% 13% 11% 15% 20% 16% 12%;*/
    grid-template-columns: 10% 10% 12% 10% 18% 11% 16% 13%;
    /* GRID COM VERSÃO NOVA COLUNA BUS*/
    /*grid-template-columns:10% 10% 11% 13% 19% 11% 12% 13%;*/
  }

  #container .despacho .scroller-table {
    max-height: calc(55vh - 32px);
  }
}

/**/

@media screen and (min-width: 1700px) and (max-width: 1800px) {

  #container .despacho .despacho-agreg .table-thead,
  #container .despacho .table-second .table-thead {
    position: fixed;
    width: 40.5%;
  }

  #container .despacho .backgroundLinha {
    height: 76.5%;
  }

  .zoom-125 {
    width: 41.7% !important;
  }

  #container .despacho .scroller-table {
    width: 100% !important;
  }

  #container .despacho .table-second .table-thead {
    width: 62.9em !important;
  }
}

@media screen and (min-width: 1680px) and (max-width: 1800px) {

  /*button de viagem */
  .btn-viagem .buttons-filter {
    padding-left: 12%;
  }

  .despacho .despacho-agreg .cadastro-table table>tbody>tr>td:nth-child(3) {
    width: 94% !important;
  }
}