.multiAbas {
  width: 100%;
  height: calc(100% - 40px);
  position: absolute;
  /*background: #b8c0c3;*/
  background: #b3c2c5;
  top: 40px;
  overflow: hidden;
}
.overlayMenu {
  width: calc(100% - 40px);
  height: 100%;
  position: fixed;
  left: 40px;
  overflow: hidden;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}
.overlayMenu.visible {
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
#navbar-fixed-left {
  height: calc(100% - 40px) !important;
  background: #ecf0f1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: visible;
  position: fixed;
  z-index: 5;
}
#navbar-fixed-left.invisible {
  opacity: 0;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
#navbar-fixed-left.visible {
  opacity: 1;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.homeWallpaper {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
}
.imgWallpaper {
  background-image: url(../img/multi-abas/home-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  max-height: 574px;
  margin: auto;
  -webkit-flex: initial;
  flex: initial;
  opacity: 0.8;
}
.footer-abas {
  width: 100%;
  height: 100px;
  background-color: #3e4444;
  position: absolute;
  bottom: 0px;
}
.footer-abas.toggled {
  height: 36px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-abas.toggled .row-1,
.footer-abas.toggled .limparAbas {
  display: none !important;
}
.handler-footer.toggled {
  top: -46px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.flexAbas {
  max-width: calc(100% - 146px);
  height: calc(100% - 5px);
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  display: -webkit-flex;
}
.ativo-abas {
  background-color: #f5f5f5;
  text-align: center;
  box-shadow: none;
  border: 3px solid #8d9f9f;
  border-radius: 8px;
  width: 120px;
  height: 60px;
}
.ativo-abas:hover,
.ativo-abas:focus {
  border-color: #b7d02c;
  outline: none;
}
.ativo-abas.active {
  border-color: #b7d02c;
}
.ativo-abas i {
  color: #494949;
  font-size: 22px;
}
.ativo-abas img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ativo-abas .closeBtn {
  background-image: url(../img/multi-abas/close-window.png);
  width: 20px;
  /*margin-top: -32px;*/
  margin-top: -8px;
  height: 8px;
  display: block;
  background-size: 8px;
  float: right;
  background-repeat: no-repeat;
  background-position-x: 100%;
}

.ativo-abas a:hover,
.ativo-abas a:focus {
  color: #b7d02c;
  text-decoration: none;
}
.wrap-btn {
  -webkit-flex: initial;
  flex: initial;
  margin: auto 10px;
  height: 92px;
  padding-top: 6px;
  position: relative;
  z-index: 4;
}
.wrap-btn:nth-of-type(1) {
  margin-left: 35px;
}
.wrap-btn p {
  text-align: center;
  color: #fff;
  font-size: 11px;
  padding-top: 5px;
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.limparAbas {
  width: 110px;
  display: inline-block;
}
.limparAbas img {
  margin-right: 5px;
}
.handler-footer {
  background-color: #3e4444;
  box-shadow: none;
  border: none;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  width: 40px;
  position: relative;
  top: -113px;
  z-index: 3;
  cursor: pointer;
}
.handler-footer a {
  color: #fff !important;
}
.handler-footer:hover,
.handler-footer:focus {
  font-size: 20px;
  /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
  color: #fff !important;
  text-decoration: none;
}
/*ELEMENTOS EM MULTIABAS*/
.elementos.header {
  background-color: #fff;
  border: solid 1px #ccc;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-top: 8px;
}
.elementos.footer {
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-top: 8px;
}
.elementos.header p {
  padding: 0px 5px;
  padding-top: 0px;
  display: inline-block;
  margin-bottom: 10px;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.elementos .min-max-frame {
  float: right;
  display: inline-block;
  margin-right: 10px;
}
.elementos .min-max-frame button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  display: inline-block;
  width: 18px;
}
.elementos .min-max-frame button img {
  width: 12px;
  height: 12px;
}
.elementos .min-max-frame button:hover,
.elementos .min-max-frame button:focus {
  opacity: 0.8;
}
.elementos-flutuantes {
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 210px);
  top: 62px;
  display: flex;
  display: -webkit-flex;
}
.elementos-flutuantes .uni-float {
  flex: initial;
  min-width: 300px;
}
.uni-float .botoes {
  background-color: #eeeeee;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  height: 50px;
  padding: 3px 5px;
  padding-top: 9px;
}
.uni-float .botoes .badge {
  font-size: 10px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  width: auto;
  max-width: 25px;
  overflow: hidden;
  padding-left: 3px;
  padding-right: 5px;
  padding-top: 1px;
  font-weight: 400;
  position: absolute;
  top: -5px;
}
.uni-float .botoes .controle {
  background-color: #fff;
  border-radius: 7px;
  width: 30px;
  margin-right: 10px;
  box-shadow: none;
  height: 23px;
  border: none;
  position: relative;
  vertical-align: top;
}
.uni-float .botoes .plotagem-replay {
  background-color: #96a6a6 !important;
  width: 85px;
  font-size: 12px;
  color: #fff;
  vertical-align: top;
  display: inline-block;
}
.uni-float .botoes .controle .mapa-toggle {
  width: 18px;
  height: 11px;
  background-image: url(../img/multi-abas/controle-toggle.png);
  display: block;
}
.uni-float .botoes .controle .mapa-bus {
  width: 18px;
  height: 11px;
  background-image: url(../img/multi-abas/controle-bus.png);
  display: block;
}
/*ELEMENTOS EM MULTIABAS*/

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  padding-top: 2px;
  outline: 0;
  background: rgba(194, 194, 194, 0.8);
}
.ui-dialog .ui-dialog-titlebar {
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 0px;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar span img {
  margin-right: 5px;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0px;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0px;
  right: 11px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-widget {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
}
.ui-widget .ui-widget {
  font-size: 0.9em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
}
.ui-widget-content {
  border: none;
  background: #ecf0f1;
  color: #535353;
  -webkit-box-shadow: -8px 6px 50px -9px rgba(51, 51, 51, 0.7);
  -moz-box-shadow: -8px 6px 50px -9px rgba(51, 51, 51, 0.7);
  box-shadow: -8px 6px 50px -9px rgba(51, 51, 51, 0.7);
}
.ui-widget-content a {
  color: #eeeeee;
}
.ui-widget-header {
  border: none;
  background: #ecf0f1;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.ui-state-default .ui-icon {
  background-image: url(../img/multi-abas/window-control.png);
}
.ui-dialog-titlebar-buttonpane .ui-state-default {
  background: transparent;
  border: none;
  margin-left: 0px;
}
.ui-dialog-titlebar-buttonpane .ui-state-default:hover,
.ui-dialog-titlebar-buttonpane .ui-state-default:focus {
  opacity: 0.8;
  outline: none;
}
.ui-icon-circle-close {
  background-position: -22px 0px;
}
.ui-icon-extlink {
  background-position: -11px 0px;
}
.ui-icon-minus {
  background-position: 0px 0px;
}
.ui-icon-newwin {
  background-position: -33px 0px;
}
.ui-dialog-titlebar-buttonpane .ui-icon-minus,
.panel-multiabas-max-min .ui-icon-minus,
.ui-dialog-titlebar-buttonpane .ui-icon-extlink,
.panel-multiabas-max-min .ui-icon-extlink,
.ui-dialog-titlebar-buttonpane .ui-icon-circle-close,
.panel-multiabas-max-min .ui-icon-circle-close,
.ui-dialog-titlebar-buttonpane .ui-icon-newwin,
.panel-multiabas-max-min .ui-icon-newwin {
  width: 11px !important;
  height: 11px !important;
}
iframe {
  border: none;
}
/*SESSÃO 01*/
.hm-01 {
  background: #fff;
  height: 45px;
  position: absolute;
  width: 100%;
  padding: 10px;
}
[data-id='mapaSearchMA'] .inputSearch input {
  width: 100% !important;
}
/*SESSÃO 01*/
/*SESSÃO 02*/
.hm-02 {
  color: #fff !important;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
}
.badge-retangulo {
  padding: 3px 7px;
  padding-top: 5px;
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  border-radius: 3px;
  font-size: 10px !important;
  white-space: nowrap;
  text-align: center;
  height: 100%;
  min-width: 40px;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tve-1 {
  width: calc(100% - 340px);
  float: left;
}
.tve-2 {
  width: 335px;
  float: right;
  padding-top: 3px;
}
.separador-box-linha {
  background-color: #4a535c;
  height: 20px;
  vertical-align: initial;
  width: 1px;
  display: inline-block;
  margin-left: 7px;
  margin-right: 2px;
}
/*SESSÃO 02*/
/*SESSÃO 03*/
.hm-cinza-float {
  background-color: #d5dfe1;
  padding: 6px 10px;
  position: relative;
  width: 100%;
  top: 45px;
  transition: all linear 0.25s;
}
.hm-cinza-float.ng-hide {
  opacity: 0;
}
.hm-cinza-float h3 {
  font-size: 11px;
  font-weight: 400;
  display: block;
  margin: 0px;
  text-transform: uppercase;
  color: #535353;
}
.row-flex {
  display: flex;
  display: -webkit-flex;
  padding-top: 2px;
  flex-wrap: wrap;
}
.row-flex .initial-6,
.row-flex .initial-5,
.row-flex .initial-4,
.row-flex .initial-3 {
  -webkit-flex: initial;
  flex: initial;
  margin-right: 5px;
}
.row-flex .initial-3 {
  width: 95px;
}
.row-flex .initial-4 {
  width: 115px;
}
.row-flex .initial-6 {
  width: 130px;
}
.row-flex .initial-5 {
  width: 165px;
}
.row-flex .initial-10 {
  width: 330px;
}
.hm-cinza-float .novoRelatorio2-0 .select2 > .select2-choice.ui-select-match {
  height: 24px;
}
.hm-cinza-float input[type='text'],
.hm-cinza-float input[type='email'],
.hm-cinza-float input[type='password'],
.hm-cinza-float input[type='date'],
.hm-cinza-float input[type='number'],
.hm-cinza-float input[type='search'] {
  height: 24px;
}
.hm-cinza-float .input-group-addon {
  padding: 0px 6px;
  font-size: 11px;
}
.hm-cinza-float .novoRelatorio2-0 .select2-container {
  width: 130px;
}
.hm-cinza-float .novoRelatorio2-0 .select2-container .select2-choice {
  line-height: 25px;
}
#container .hm-cinza-float .select2-container .select2-choice > .select2-chosen {
  width: 60% !important;
  font-size: 11px;
  text-overflow: ellipsis;
}
.hm-cinza-float .novoRelatorio2-0 .select2-container .select2-choice .select2-arrow {
  background: url('../img/select_xs.png') no-repeat 0 1px #aec90b;
  width: 24px;
}
.hm-cinza-float .novoRelatorio2-0 .select2-container .select2-choice .select2-arrow b {
  background: url('../img/select_xs.png') no-repeat 0 1px #aec90b;
}
.hm-cinza-float .novoRelatorio2-0 .select2-dropdown-open .select2-choice .select2-arrow b {
  background: url('../img/select_xs_.png') no-repeat 0 1px #aec90b;
}
#container .hm-cinza-float .novoRelatorio2-0 .combobox select {
  background: url(../img/select_drop_xs.png) 100% / 24px no-repeat #fff;
  height: 24px;
}
#container .hm-cinza-float div[data-clear] {
  left: 85px;
  top: -25px;
  display: inherit;
}
.hm-cinza-float .btn-new {
  position: relative;
  top: 20px;
  height: 24px;
  line-height: 0.5;
}
.hm-cinza-float .form-group {
  margin-bottom: 0px;
}
/*SESSÃO 03*/
/*SESSÃO CONTROLES*/
.hm-controle-float {
  background: #ecf0f1;
  position: absolute;
  left: 0px;
  margin-top: 6px;
  width: 100%;
}
.hm-controle-float .replay-title {
  background-color: #ec8b00;
  color: #fff;
  padding: 4px 10px;
  font-size: 11px;
  text-transform: uppercase;
  width: 100%;
}
.detalhesReplay p {
  font-size: 11px;
  color: #000;
  font-weight: 800;
  width: 37%;
  margin-right: 10px;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detalhesReplay p:last-of-type {
  width: 110px !important;
}
.detalhesReplay p span {
  text-transform: uppercase;
  font-size: 11px;
  color: #535353;
  font-weight: 400 !important;
}
.detalhesReplay {
  padding: 7px 10px;
  float: left;
  width: calc(100% - 170px);
}
.detalhesReplay,
.detalhesReplay p {
  display: inline-block;
}
.btns-controle-right {
  padding-right: 10px;
  padding-top: 7px;
}
#plotagemform .dropdown {
  min-width: 115px;
}
#plotagemform .row-flex {
  width: calc(100% - 100px);
  float: left;
}
.plotagem-control-position {
  background: #4a535e;
  position: absolute;
  left: 0px;
  margin-top: 6px;
  color: #fff;
  font-size: 9px;
  width: 300px !important;
  height: auto !important; /* important necessário por causa da interação com o jquery-ui draggable*/
}
.plotagem-title {
  background-color: #3399db;
  color: #fff;
  padding: 2px 10px;
  font-size: 115%;
  text-transform: uppercase;
  width: 100%;
}
.plotagem-container {
  display: flex;
  padding-left: 10px;
  padding-top: 5px;
  font-size: 9px;
}
.plotagem-container p {
  display: inline-block;
  font-size: 100%;
  vertical-align: top;
  margin: 0 0 3px 0;
}
.plotagem-container p span {
  text-transform: uppercase;
  font-size: 100%;
  color: #93bad1;
  font-weight: 400 !important;
}
.plotagem-container__content {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
}
.controlesPlotagem {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 5px;
}
.plotagem-container__buttons {
  margin-right: 10px;
  margin-top: 2px;
}
.plotagem-container__buttons a {
  background: #52616d;
  color: #fff;
  font-size: 90%;
  text-transform: uppercase;
  flex-grow: 0;
  flex-basis: 10px;
  padding: 3px;
  cursor: pointer;
}
.plotagem__exportar {
  width: 49px;
}
.plotagem__btn {
  width: 16px;
}
.plotagem__btn:hover,
.plotagem__exportar:hover {
  text-decoration: none;
  background: #657887; /*10% lighter than original*/
}
.plotagem__filtro {
  background-color: #52616d;
  width: 100%;
  padding-left: 5px;
  height: 33px;
}
.plotagem__filtro .title {
  font-size: 90%;
  margin-bottom: 0px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ccc;
  padding-left: 5px;
  padding-top: 4px;
}
.plotagem__font-control {
  font-size: 120%;
  font-weight: 600;
}
.plotagem__filtro .radio {
  margin-bottom: 0;
}
.plotagem__filtro .radio label,
.plotagem__filtro .checkbox label {
  min-height: 12px;
  font-size: 80%;
  padding-left: 15px;
}
.plotagem__back-button {
  margin-right: 10px;
}
.dadosPlotagem .radio label:before,
.checkbox label:before {
  bottom: 1px;
}
/*SESSÃO CONTROLES*/
/*MENU*/
.menu-multiabas {
  width: 25px;
  height: 25px;
  background-color: #f0f4f5;
  padding-top: 1px;
  box-shadow: none !important;
  border: none;
  margin-right: 5px;
  border-radius: 3px;
}
.menu-multiabas.active {
  background-color: #a3cd01;
  outline: none;
}
.menu-multiabas i {
  color: #000;
}
.menu-multiabas-controle {
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  padding-top: 4px;
  box-shadow: none !important;
  border: none;
  margin: 0px;
  margin-left: 5px;
  border-radius: 3px;
  display: inline-block;
  padding-left: 4px;
}
.menu-multiabas-controle:first-of-type {
  margin-left: 0px;
}
.menu-multiabas-controle span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.menu-multiabas-controle:hover {
  background-color: #ccc;
}
.menu-multiabas-controle.active {
  background-color: #a3cd01;
}
.menu-multiabas-controle:hover span,
.menu-multiabas-controle:focus span,
.menu-multiabas-controle.active span {
  background-position: 0px -15.1px;
}
.mm-controle-bus {
  background: url(../img/icones_mapa/novo/bus.png);
}
.mm-controle-bus-id {
  background: url(../img/icones_mapa/novo/bus-id.png);
}
.mm-controle-road {
  background: url(../img/icones_mapa/novo/road.png);
}
.mm-controle-cerca {
  background: url(../img/icones_mapa/novo/cerca.png);
}
.mm-controle-ponto {
  background: url(../img/icones_mapa/novo/ponto.png);
}
.mm-controle-ponto-id {
  background: url(../img/icones_mapa/novo/ponto-id.png);
}
.mm-controle-ponto-area {
  background: url(../img/icones_mapa/novo/ponto-area.png);
}
.mm-controle-ignicao {
  background: url(../img/icones_mapa/novo/ignicao.png);
}
.mm-controle-alerta {
  background: url(../img/icones_mapa/novo/alerta.png);
}
.mm-controle-agrupamento {
  background: url(../img/icones_mapa/novo/agrupamento.png);
}
.mm-controle-grid {
  background: url(../img/icones_mapa/novo/grid.png);
}
.hm-cinza-float.drop-controle {
  display: none;
  background-color: #e1e7e8;
}
/*MENU*/
/*ELEMENTOS AUXILIARES*/
.i-block {
  display: inline-block;
}
.btn-cinza-mapa {
  background-color: #f0f4f5;
  padding: 5px;
  height: 26px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #535353;
  text-align: center;
  font-size: 9px;
  font-weight: 600;
  border: 0px;
  margin-left: 5px;
}
.btn-cinza-mapa.active {
  background-color: #a3cd01;
  outline: none;
}
.btn-cinza-mapa i {
  color: #535353;
}
.btn-cinza-mapa img {
  width: 12px;
  margin-right: 3px;
}
.filtroBoxMapa2 .minimize,
.metricasBox .minimize {
  text-shadow: none;
  padding-right: 10px;
  font-size: 11px;
}
/*SCROLLBAR - BLUE*/
.extraDivMapa::-webkit-scrollbar,
[data-id='grid-multiAbas']::-webkit-scrollbar,
.darkGrid [data-id='fixed-parent']::-webkit-scrollbar {
  height: 5px;
  width: 8px;
  background: rgba(75, 84, 93, 1);
}
/* Track */
.extraDivMapa::-webkit-scrollbar-track,
[data-id='grid-multiAbas']::-webkit-scrollbar-track,
.darkGrid [data-id='fixed-parent']::-webkit-scrollbar-track,
.thin-scrollbar-blue::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(75, 84, 93, 1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(75, 84, 93, 1);
}
/* Handle */
.extraDivMapa::-webkit-scrollbar-thumb,
[data-id='grid-multiAbas']::-webkit-scrollbar-thumb,
.darkGrid [data-id='fixed-parent']::-webkit-scrollbar-thumb,
.thin-scrollbar-blue::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(139, 157, 177, 1);
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
}
.extraDivMapa::-webkit-scrollbar-thumb:window-inactive,
[data-id='grid-multiAbas']::-webkit-scrollbar-thumb:window-inactive,
.darkGrid [data-id='fixed-parent']::-webkit-scrollbar-thumb:window-inactive,
.thin-scrollbar-blue::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(139, 157, 177, 1);
}
.extraDivMapa::-webkit-scrollbar-thumb:hover,
[data-id='grid-multiAbas']::-webkit-scrollbar-thumb:hover,
.darkGrid [data-id='fixed-parent']::-webkit-scrollbar-thumb:hover,
.thin-scrollbar-blue::-webkit-scrollbar-thumb:hover {
  background: rgba(139, 157, 177, 0.5);
}
.thin-scrollbar-blue.thin-scrollbar-horizontal::-webkit-scrollbar {
  height: 3px;
  width: 8px;
  background: rgba(75, 84, 93, 1);
}
/*SCROLLBAR - BLUE*/
.btn-round-white {
  background: #fff;
  border-radius: 8px;
  box-shadow: none;
  border: solid 1px #dce5e4;
  color: #525252;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.panel-multiabas-max-min {
  position: absolute;
  top: 14px;
  right: 0.3em;
  margin-top: -10px;
  height: 18px;
}
.panel-multiabas-max-min button,
.panel-multiabas-max-min a {
  float: right;
  width: 19px;
  height: 18px;
}
.panel-multiabas-max-min .ui-state-default {
  background: transparent;
  border: none;
  margin-left: 0px;
}
.panel-multiabas-max-min .ui-icon {
  background-image: url(../img/multi-abas/window-control.png);
}
.panel-multiabas-max-min.panel-white .ui-icon {
  background-image: url(../img/multi-abas/window-control-white.png);
}
.rowControle,
.rowSinotico,
.rowFrotaOperando {
  height: 100%;
  width: 100%;
  background: #ecf0f1;
  padding: 15px;
  position: absolute;
}
.rowControle .select2-container,
.rowControle input {
  width: 210px;
}
.clearButton {
  width: 95%;
  padding: 15px;
}
.rowControle .filter-chosen {
  padding-left: 0px;
}
.filtro-new-sinotico .col-md-12 {
  width: 250px;
}
.row-fields-replay .initial-3 {
  width: 210px;
  flex: initial;
}
.row-fields-replay .initial-1 {
  width: 120px;
  flex: initial;
}
/*ELEMENTOS AUXILIARES*/
/*GRID METRICAS*/
[data-id='grid-multiAbas'] {
  position: relative;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  max-height: 105px;
  overflow-y: auto;
  z-index: 0;
}
.ellipsis-table {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.darkGrid [data-id='fixed-parent'] {
  max-height: 70px !important;
}
/*GRID METRICAS*/
/*RELATORIO PASSAGEIRO*/
.filter-bar .row-fields .relatorioLocalizacao .initial-6 {
  width: 245px !important;
}
/*RELATORIO PASSAGEIRO*/
/*MENU - MULTIABAS*/
.modal-menu.ui-widget-content {
  background: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: 38px;
  width: 100% !important;
  border-radius: 0px;
  height: calc(100% - 38px) !important;
  position: absolute;
}
.modal-menu.ui-widget-content nav {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px;
}
.modal-menu .ui-widget-header {
  display: none;
}
/*MENU - MULTIABAS*/
/* .filter-bar .row-fields .initial-6 */
#popup-painel-eventos-crtl,
#popup-painel-observacao-crtl {
  position: fixed;
  top: 100px;
  right: 100px;
  background-color: #fff;
  min-width: 400px;
  max-width: 400px;
  max-height: 500px;
  min-height: 115px;
  height: 300px;
  overflow: hidden;
}

#popup-painel-eventos-crtl .bg-white,
#popup-painel-observacao-crtl .bg-white {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#popup-painel-eventos-crtl .bg-white .header,
#popup-painel-observacao-crtl .bg-white .header {
  height: 38px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 5px 0 10px;
}

#popup-painel-eventos-crtl .bg-white .header p,
#popup-painel-observacao-crtl .bg-white .header p {
  padding: 0;
  margin: 0;
}

#popup-painel-eventos-crtl .bg-white .overflow,
#popup-painel-observacao-crtl .bg-white .overflow {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: scroll;
}

#popup-painel-eventos-crtl .bg-white .overflow .item,
#popup-painel-observacao-crtl .bg-white .overflow .item {
  height: 51px;
  min-height: 51px;
  max-height: 51px;
  overflow: hidden;
}

/*PAGINA ROTA ALTERNATIVA - TUTORIAL*/
.tutorial-rota-alternativa {
  width: 470px !important;
  z-index: 1000;
}

.tutorial-rota-alternativa .tutorial-cadastro {
  height: 530px !important;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 1px 33px -5.9px #292929;
  border-radius: 5px;
}

.tutorial-rota-alternativa .close {
  position: absolute;
  z-index: 1000;
  float: right;
  margin: -2% 87%;
}

.tutorial-rota-alternativa .header {
  height: 0px;
  background: #fff;
}

.tutorial-rota-alternativa .close,
.popup-tutorial-novo-mapa .close {
  position: absolute;
  z-index: 0;
  float: right;
  margin: -2% 87%;
}
.tutorial-rota-alternativa .ui-icon,
.popup-tutorial-novo-mapa .ui-icon {
  display: none !important;
}

.csslider {
  /*--Area total do slide e setas de navegação--*/
  width: 100%;
  height: 100%;
  display: block;
  text-align: left;
  position: relative;
  margin-top: 15px;
}
.csslider > input {
  display: none;
}
.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
  margin-left: -900%;
}
.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
  margin-left: -800%;
}
.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
  margin-left: -700%;
}
.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
  margin-left: -600%;
}
.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%;
}
.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%;
}
.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}
.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%;
}
.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%;
}
.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%;
}

.csslider > ul {
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.csslider > ul > li {
  color: #535b5d;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}

.csslider > ul .slide2 img,
.slide3 img {
  margin: 0 13%;
}
.csslider > ul .slide4 .passo4 {
  margin: 5px 8%;
}
.csslider > ul > li .scrollable {
  overflow-y: scroll;
}
.csslider > ul > .slide3 .content-step {
  width: 346px;
}
.csslider > ul > .slide4 .content-step {
  width: 422px;
}
.csslider > ul > .slide5 .content-step {
  width: 400px;
}
.csslider > ul > li > h1 {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 27px;
  color: #535b5d;
  border: none;
  box-shadow: none;
  text-align: left;
  width: 60%;
  text-shadow: none;
  display: inline-grid;
  margin: 0;
}

.csslider > ul > li > .step-tutorial {
  width: 82px;
  height: 82px;
  background: #77cb09;
  border-radius: 30%;
  border-bottom-left-radius: unset;
  padding: 18px 24px;
  display: inherit;
  float: right;
  margin-right: 17px;
}
.csslider > ul > li > .content-step,
.csslider > ul > li > .content-step {
  width: 300px;
  margin-top: 25px;
}
.csslider > ul > li > .content-step p {
  font-size: 14px;
}
.csslider > ul > li > .step-tutorial span:nth-child(1) {
  color: #fff;
  font-size: 13px;
  display: block;
}
.csslider > ul > li > .step-tutorial span:nth-child(2) {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 27px;
  font-weight: lighter;
}

.csslider > .navigation {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 10;
  margin-bottom: -10px;
  font-size: 0;
  line-height: 0;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.csslider > .arrows {
  position: absolute;
  left: 7px;
  top: 92%;
  width: 83%;
  height: 26px;
  padding: 0 31px;
  z-index: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.csslider > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  box-shadow: inset 2px -2px 0 0px #3a3a3a;
  cursor: pointer;
  -moz-transition: box-shadow 0.15s, margin 0.15s;
  -o-transition: box-shadow 0.15s, margin 0.15s;
  -webkit-transition: box-shadow 0.15s, margin 0.15s;
  transition: box-shadow 0.15s, margin 0.15s;
}

.csslider > .arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
}

.csslider > .arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
}

.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  left: 0;
  right: auto;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
  display: block;
  right: 0;
  left: auto;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(2):checked ~ .arrows > div > .step-previus,
.csslider > input:nth-of-type(3):checked ~ .arrows > div > .step-previus,
.csslider > input:nth-of-type(4):checked ~ .arrows > div > .step-previus,
.csslider > input:nth-of-type(5):checked ~ .arrows > div > .step-previus,
.csslider > input:nth-of-type(6):checked ~ .arrows > div > .step-previus {
  display: block;
}

.csslider .arrows > div {
  width: 100%;
  margin-top: 17px;
}
.csslider .arrows .step-previus {
  display: none;
  margin-left: -6%;
  float: left;
  font-size: 12px;
  font-weight: 600;
}
.csslider .arrows .step-next {
  margin-right: -15%;
  float: right;
  font-size: 12px;
  font-weight: 600;
}

.caption {
  line-height: 20px;
  margin: 0 0 -150%;
  position: absolute;
  padding: 320px 12px;
  opacity: 0;
  color: #fff;
  text-transform: none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 18px;
  opacity: 1;
  -webkit-transition: all 1s ease-out 0.6s;
  -moz-transition: all 1s ease-out 0.6s;
  -o-transition: all 1s ease-out 0.6s;
  transition: all 1s ease-out 0.6s;
}

/*END PAGINA ROTA ALTERNATIVA - TUTORIAL*/
/* TUTORIAL NOVO MAPA*/
.tutorialNovoMapa .btn-tutorial-mapa {
  position: absolute;
  left: 90.7%;
  top: 14%;
  color: #fff;
}
.tutorialNovoMapa .popup-tutorial-novo-mapa {
  margin-left: 67.5%;
  background-color: #f6f6f6;
  margin-top: 7%;
  position: absolute;
  width: 513px;
  height: 540px;
  padding: 25px;
}
.popup-tutorial-novo-mapa .menu > h1 {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 27px;
  color: #535b5d;
  border: none;
  box-shadow: none;
  text-align: left;
  width: 70%;
  text-shadow: none;
  display: inline-grid;
  margin-bottom: 20px;
  margin-top: 0;
}
.popup-tutorial-novo-mapa .menu > ul {
  padding: 0;
  display: grid;
  gap: 35px;
  grid-template-columns: 200px 200px;
}
.popup-tutorial-novo-mapa .menu > ul li {
  list-style: none;
}
.popup-tutorial-novo-mapa .menu > ul li button {
  width: 225px;
  height: 52px;
  border: none;
  background: none;
}
.popup-tutorial-novo-mapa .menu > ul li button img {
  width: 100%;
  box-shadow: 0px 3px 12px -5.9px #292929bf;
  border-radius: 14px;
}
.popup-tutorial-novo-mapa .menu > ul li button img:hover {
  box-shadow: 0px -5px 7px -5.9px #292929bf;
  transition: 400ms;
}

.popup-tutorial-novo-mapa li .content-step h1 {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 27px;
  color: #535b5d;
  border: none;
  box-shadow: none;
  text-align: left;
  width: 70%;
  text-shadow: none;
  display: inline-grid;
  margin-bottom: 20px;
  margin-top: 0;
}

/*--CRIAÇÃO DOS SLIDES--*/
.popup-tutorial-novo-mapa .slideTutorialNovoMapa > ul > li > .content-step {
  width: 100%;
  margin-top: 0;
}
.popup-tutorial-novo-mapa .slideTutorialNovoMapa > ul > li > .content-step p {
  font-size: 13px;
}
.popup-tutorial-novo-mapa .slideTutorialNovoMapa .slide1 .content-step img {
  width: 100%;
}
.popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .voltarMenu button img {
  width: 40%;
  box-shadow: none;
  margin: 0;
}
.popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .voltarMenu button {
  margin-left: -5px;
  border: 0;
  padding: 0;
  background: 0;
  font-size: 12px;
  font-weight: 600;
  width: 17%;
}

.popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img1 {
  margin: 0;
}
.popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img2 {
  margin: -5px 10%;
  width: 78%;
}
.popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img3 {
  margin: -23px 3% 0;
  width: 90%;
}
.popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img4 {
  margin: -1% 4%;
  width: 85%;
}
.popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img5 {
  width: 85%;
  margin: 0px 5%;
}

.popup-tutorial-novo-mapa .slideTutorialNovoMapa > .arrows {
  top: 93%;
}

.slideTutorialNovoMapa .content-step .voltarMenu {
  margin-top: -10px;
}

.slideTutorialNovoMapa .content-step .pTitle {
  padding: 15px 0 0 0;
}

.slideTutorialNovoMapa > ul li img.imgSlider {
  width: 6%;
}
.slideTutorialNovoMapa > ul li img.b_plotagem,
.slideTutorialNovoMapa > ul li img.b_replay {
  width: 15%;
  margin: 5px 0 5px 0;
  padding: 10px 0 0 0;
}
.slideTutorialNovoMapa .col-img {
  display: flex;
}
.slideTutorialNovoMapa p {
  font-size: 13px;
}
.slideTutorialNovoMapa .col-img .imgReplay {
  padding: 0;
  display: grid;
  grid-template-columns: 210px 210px;
  gap: 30px;
}
.slideTutorialNovoMapa .col-img .colReplay {
  list-style: none;
  font-size: 13px;
}

.slideTutorialNovoMapa {
  /*--Area total do slide e setas de navegação--*/
  width: 100%;
  height: 100%;
  display: block;
  text-align: left;
  position: relative;
  margin-top: 15px;
}
.slideTutorialNovoMapa > input {
  display: none;
}
.slideTutorialNovoMapa > input:nth-of-type(10):checked ~ ul li:first-of-type {
  margin-left: -900%;
}
.slideTutorialNovoMapa > input:nth-of-type(9):checked ~ ul li:first-of-type {
  margin-left: -800%;
}
.slideTutorialNovoMapa > input:nth-of-type(8):checked ~ ul li:first-of-type {
  margin-left: -700%;
}
.slideTutorialNovoMapa > input:nth-of-type(7):checked ~ ul li:first-of-type {
  margin-left: -600%;
}
.slideTutorialNovoMapa > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%;
}
.slideTutorialNovoMapa > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%;
}
.slideTutorialNovoMapa > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}
.slideTutorialNovoMapa > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%;
}
.slideTutorialNovoMapa > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%;
}
.slideTutorialNovoMapa > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%;
}
.slideTutorialNovoMapa > ul {
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.slideTutorialNovoMapa > ul > li {
  color: #535b5d;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}
.slideTutorialNovoMapa > ul .slide4 .passo4 {
  margin: 5px 8%;
}
.slideTutorialNovoMapa > ul > li .scrollable {
  overflow-y: scroll;
}
.slideTutorialNovoMapa > ul > .slide3 .content-step {
  width: 346px;
}
.slideTutorialNovoMapa > ul > .slide4 .content-step {
  width: 422px;
}
.slideTutorialNovoMapa > ul > .slide5 .content-step {
  width: 400px;
}
.slideTutorialNovoMapa > ul > li > h1 {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 27px;
  color: #535b5d;
  border: none;
  box-shadow: none;
  text-align: left;
  width: 60%;
  text-shadow: none;
  display: inline-grid;
  margin: 0;
}

.slideTutorialNovoMapa > ul > li > .step-tutorial {
  width: 82px;
  height: 82px;
  background: #77cb09;
  border-radius: 30%;
  border-bottom-left-radius: unset;
  padding: 18px 24px;
  display: inherit;
  float: right;
  margin-right: 17px;
}
.slideTutorialNovoMapa > ul > li > .content-step {
  width: 300px;
  margin-top: 25px;
}
.slideTutorialNovoMapa > ul > li > .content-step p {
  font-size: 14px;
}
.slideTutorialNovoMapa > ul > li > .step-tutorial span:nth-child(1) {
  color: #fff;
  font-size: 13px;
  display: block;
}
.slideTutorialNovoMapa > ul > li > .step-tutorial span:nth-child(2) {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 27px;
  font-weight: lighter;
}

.slideTutorialNovoMapa > .navigation {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 10;
  margin-bottom: -10px;
  font-size: 0;
  line-height: 0;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slideTutorialNovoMapa > .arrows {
  position: absolute;
  left: 7px;
  top: 92%;
  width: 83%;
  height: 26px;
  padding: 0 31px;
  z-index: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.slideTutorialNovoMapa > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  box-shadow: inset 2px -2px 0 0px #3a3a3a;
  cursor: pointer;
  -moz-transition: box-shadow 0.15s, margin 0.15s;
  -o-transition: box-shadow 0.15s, margin 0.15s;
  -webkit-transition: box-shadow 0.15s, margin 0.15s;
  transition: box-shadow 0.15s, margin 0.15s;
}

.slideTutorialNovoMapa > .arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
}

.slideTutorialNovoMapa.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.slideTutorialNovoMapa > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.slideTutorialNovoMapa > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.slideTutorialNovoMapa > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.slideTutorialNovoMapa > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.slideTutorialNovoMapa > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.slideTutorialNovoMapa > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.slideTutorialNovoMapa > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.slideTutorialNovoMapa > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.slideTutorialNovoMapa > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.slideTutorialNovoMapa > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.slideTutorialNovoMapa > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  left: 0;
  right: auto;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slideTutorialNovoMapa.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.slideTutorialNovoMapa > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.slideTutorialNovoMapa > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.slideTutorialNovoMapa > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.slideTutorialNovoMapa > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.slideTutorialNovoMapa > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.slideTutorialNovoMapa > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.slideTutorialNovoMapa > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.slideTutorialNovoMapa > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.slideTutorialNovoMapa > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.slideTutorialNovoMapa > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.slideTutorialNovoMapa > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
  display: block;
  right: 0;
  left: auto;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.slideTutorialNovoMapa.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.slideTutorialNovoMapa > input:nth-of-type(2):checked ~ .arrows > div > .step-previus,
.slideTutorialNovoMapa > input:nth-of-type(3):checked ~ .arrows > div > .step-previus,
.slideTutorialNovoMapa > input:nth-of-type(4):checked ~ .arrows > div > .step-previus,
.slideTutorialNovoMapa > input:nth-of-type(5):checked ~ .arrows > div > .step-previus,
.slideTutorialNovoMapa > input:nth-of-type(6):checked ~ .arrows > div > .step-previus {
  display: block;
}
.slideTutorialNovoMapa .arrows > div {
  width: 100%;
  margin-top: 17px;
}
.slideTutorialNovoMapa .arrows .step-previus {
  display: none;
  margin-left: -6%;
  float: left;
  font-size: 12px;
  font-weight: 600;
}
.slideTutorialNovoMapa .arrows .step-next {
  margin-right: -15%;
  float: right;
  font-size: 12px;
  font-weight: 600;
}
/*--END Area total do slide e setas de navegação--*/

.caption {
  line-height: 20px;
  margin: 0 0 -150%;
  position: absolute;
  padding: 320px 12px;
  opacity: 0;
  color: #fff;
  text-transform: none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 18px;
  opacity: 1;
  -webkit-transition: all 1s ease-out 0.6s;
  -moz-transition: all 1s ease-out 0.6s;
  -o-transition: all 1s ease-out 0.6s;
  transition: all 1s ease-out 0.6s;
}

/*End TUTORIAL NOVO MAPA*/
@media (max-width: 1680px) {
  .imgVazia {
    width: 100%;
  }
  /*  .tutorialNovoMapa .btn-tutorial-mapa {
    position: absolute;
    left: 87.6%;
    top: 14%;
    color: #fff;
  }
  .tutorialNovoMapa .popup-tutorial-novo-mapa {
    margin-left: 56.9%;
    background-color: #f6f6f6;
    margin-top: 9%;
    position: absolute;
    width: 513px;
    height: 540px;
    padding: 25px;
  }*/
}

@media (max-width: 1400px) {
  .tutorialNovoMapa .btn-tutorial-mapa {
    position: absolute;
    left: 87%;
    top: 22%;
    color: #fff;
  }
  .tutorialNovoMapa .popup-tutorial-novo-mapa {
    margin-left: 54.6%;
    background-color: #f6f6f6;
    margin-top: 6%;
    position: absolute;
    width: 513px;
    height: 460px;
    padding: 25px;
  }
  .popup-tutorial-novo-mapa li .content-step h1 {
    margin-bottom: 3px;
  }
  .popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img-center {
    margin: -10px 17%;
    width: 64%;
  }
  .slideTutorialNovoMapa .content-step .pTitle {
    padding: 10px 0 0 0;
  }
  .slideTutorialNovoMapa .content-step .voltarMenu {
    margin-top: 2px;
  }
  .slideTutorialNovoMapa > ul li img.b_plotagem,
  .slideTutorialNovoMapa > ul li img.b_replay {
    width: 15%;
    margin: 5px 0 5px 0;
    padding: 10px 0 0px 0px;
  }
  .popup-tutorial-novo-mapa .slideTutorialNovoMapa > .arrows {
    top: 90%;
  }

  .popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img1 {
    margin: 0;
  }
  .popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img2 {
    margin: -10px 17%;
    width: 61%;
  }
  .popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img3 {
    margin: -50px 5% 0;
    width: 86%;
  }
  .popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img4 {
    margin: -2% 8%;
    width: 75%;
  }
  .popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img5 {
    width: 78%;
    margin: -20px 8% 0;
  }
  .slideTutorialNovoMapa .col-img .imgReplay {
    padding: 0;
    display: grid;
    grid-template-columns: 187px 180px;
    gap: 11px;
    margin: 0 6%;
  }
}

@media screen and (min-width: 1430px) and (max-width: 1680px) {
  .tutorialNovoMapa .btn-tutorial-mapa {
    left: 87.7%;
    top: 16%;
  }
  .tutorialNovoMapa .popup-tutorial-novo-mapa {
    margin-left: 57%;
    margin-top: 9%;
  }
}

@media (max-width: 1280px) {
  .filter-bar .row-buttons {
    width: 100%;
    min-width: 500px;
    height: auto;
  }
}

@media (max-width: 900px) {
}

/*solução tutorial novo mapa telinha mapa*/
@media (max-width: 770px) {
  .slideTutorialNovoMapa {
    margin-top: -16px;
  }

  .tutorialNovoMapa .popup-tutorial-novo-mapa button.close img {
    width: 50%;
    margin-top: 15px;
  }
  .slideConsultar img {
    margin-top: -27px;
  }
  .tutorialNovoMapa .btn-tutorial-mapa {
    position: absolute;
    left: 76.9%;
    top: 32%;
    color: #fff;
  }
  .tutorialNovoMapa .popup-tutorial-novo-mapa {
    margin-left: 18%;
    background-color: #f6f6f6;
    margin-top: 6%;
    position: absolute;
    width: 513px;
    height: 320px;
    padding-top: 10px;
  }
  .popup-tutorial-novo-mapa .menu > h1,
  .popup-tutorial-novo-mapa li .content-step h1 {
    font-size: 15px;
  }
  .popup-tutorial-novo-mapa .menu > ul {
    gap: 23px;
  }
  .slideTutorialNovoMapa > .arrows {
    left: 27px;
  }
  .popup-tutorial-novo-mapa .slideTutorialNovoMapa > .arrows {
    top: 87%;
    z-index: 10;
    position: fixed;
    width: 54%;
    margin: 0 16%;
  }
  .popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img-center {
    margin: -10px 38%;
    width: 27%;
  }
  .slideTutorialNovoMapa .col-img .imgReplay {
    padding: 0;
    display: grid;
    grid-template-columns: 150px 171px;
    gap: 11px;
    margin: -7px 13%;
    line-height: 12px;
  }

  .popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img1 {
    margin: 0;
  }
  .popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img2 {
    margin: -10px 17%;
    width: 61%;
  }
  .popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img3 {
    margin: -36px 5% 0;
    width: 86%;
  }
  .popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img4 {
    margin: 0% 11%;
    width: 67%;
  }
  .popup-tutorial-novo-mapa .slideTutorialNovoMapa .content-step .img5 {
    width: 78%;
    margin: -20px 8% 0;
  }
  .slideTutorialNovoMapa .col-img .imgReplay {
    padding: 0;
    display: grid;
    grid-template-columns: 187px 180px;
    gap: 11px;
    margin: 0 6%;
  }

  .slideTutorialNovoMapa > ul li img.b_plotagem,
  .slideTutorialNovoMapa > ul li img.b_replay {
    padding: 0;
  }

  .popup-tutorial-novo-mapa .slideTutorialNovoMapa > ul > li > .content-step p {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
  }
  .popup-tutorial-novo-mapa .slideTutorialNovoMapa > ul > li > .content-step p br {
    display: none;
  }
}
/*end solução tutorial novo mapa telinha mapa*/
@media (max-width: 768px) {
  .filter-bar .row-buttons {
    padding-left: 0px !important;
    margin-top: 10px;
  }
  .filter-bar .row-buttons button,
  .filter-bar .row-buttons a {
    margin-left: 0px;
    margin-right: 10px;
    font-size: 11px !important;
  }
  .form-ponto-consulta .row-buttons {
    margin-top: 22px;
  }
  .form-ponto-consulta a {
    margin-top: 10px;
  }
  .cadastroDownload .rowCinzaBg .col-md-10 {
    width: 95%;
  }
  .cadastroDownload .rowCinzaBg .col-md-10 .pull-left .help-block {
    max-width: 500px;
  }
}
