﻿@charset "utf-8";
/*CSS Document */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
}

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
    background-color: #A6B8D0;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#MasterTopo {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
}

.ecx-header {
     padding: 12px 0;
}

.ecx-header-row {
    display: flex;
    align-items: center;
}

.ecx-logo img {
    height: 62px;
}

.ecx-search  {
    position: relative;
}

.ecx-search input {
    border-radius: 100px;
    background: var(--Neutro-100, #F0F0F0);
    border: none;
    font-size: 14px;
    padding: 18px 35px;
}

.ecx-search img {
    left: 25px;
    position: absolute;
    bottom: 8px;
}

/* Ações */
.ecx-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.ecx-user {
    padding: 5px 16px;
    border-radius: 100px;
    background: var(--Neutro-100, #F0F0F0);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.14px;
    color: var(--Neutro-500, #909090);
}
.ecx-user img {
    padding-left: 12px;
}

/* SIDEBAR */
.ecx-sidebar {
    width: 100%;
    background: #fff;
}

.ecx-sidebar a, .ecx-sidebar a:hover, .ecx-sidebar a:focus{
    text-decoration: none;
}
.ecx-menu-item {
    position: relative;
    margin-bottom: 16px;
}
.ecx-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 8px;
    border-radius: 12px;
    color: #555;
    text-decoration: none;
    transition: all .3s ease;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.ecx-menu-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ecx-icon {
    width: 18px;
    height: 18px;
    transition: filter .3s ease;
}
.ecx-arrow {
    font-size: 12px;
    transition: transform .3s ease, color .3s ease;
}
.ecx-menu-toggle:hover,
.ecx-menu-item.open > .ecx-menu-toggle {
    background: #4DB84F;
    color: #F8F8F8;
}
.ecx-menu-toggle:hover .ecx-icon,
.ecx-menu-item.open .ecx-icon {
    filter: brightness(0) invert(1);
}
.ecx-menu-item.open .ecx-arrow {
    transform: rotate(180deg);
}
.ecx-submenu {
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    min-width: 180px;
    border-radius: 12px;
    background: var(--Neutro-100, #F0F0F0);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 12px 12px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-5px);
    transition: all .2s ease;
    z-index: 100;
}
.ecx-menu-item.open > .ecx-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.ecx-submenu li a {
    display: block;
    padding: 6px 8px;
    font-size: 13px;
    color: #555;
    text-decoration: none;
    background: var(--Neutro-100, #F0F0F0);
}
.ecx-submenu li a:hover {
    background: #4DB84F;
    color: #F8F8F8;
    border-radius: 12px;
}
.ecx-sidebar-toggle {
    display: none;
}
@media (max-width: 992px) {
  .ecx-sidebar {
    position: fixed;
    top: 0;
    left: -260px;
    width: 250px;
    height: 100vh;
    background: #fff;
    z-index: 999;
    transition: left .3s ease;
    box-shadow: 2px 0 8px rgba(0,0,0,0.15);
    padding: 90px 10px 20px 10px;
  }
  .ecx-sidebar.active {
    left: 0;
  }
  .ecx-sidebar-toggle {
    position: fixed;
    top: 20px;
    left: 10px;
    width: 40px;
    height: 40px;
    background: #4DB84F;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    cursor: pointer;
    transition: transform .3s ease;
  }
  .ecx-sidebar-toggle svg {
    transition: transform .3s ease;
  }
  .ecx-sidebar-toggle.active svg {
    transform: rotate(180deg);
  }
}
/* SUMÁRIO */

.sec-title {
    color: var(--Azul-700, #1C2953);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08px;
    margin-top: 50px;
}

.painel_busca select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 12px;
    border: 1px solid var(--Neutro-700, #555);
    background: #FFF;
    padding: 10px 40px 9px 16px;
    width: 100%;
    color: var(--Neutro-500, #909090);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.16px;
    cursor: pointer;
}

.painel_busca .input-field-wrapper {
    flex: 1;
}

.painel_busca .input-field-wrapper input {
    border-radius: 12px;
    border: 1px solid var(--Neutro-700, #555);
    padding: 10px 10px;
    color: var(--Neutro-500, #909090);
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.16px;
    width: 100%;
}

.painel_busca .input-buscar {
    width: 100%;
    border-radius: 100px;
    border: 1px solid var(--Neutro-700, #555);
    padding: 11px 45px 11px 16px;
}

.painel_busca .input-buscar::placeholder{
    color: var(--Neutro-500, #909090);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.14px;
}

.select-wrapper, .input-wrapper {
    position: relative;
}

.input-wrapper .btn_image {
    position: absolute;
    right: 5px;
    top: 7px;
}

.select-wrapper::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 22%;
    background-image: url(../img/arrow.svg);
    width: 16px;
    height: 16px;
}

.gridBusca {
    width: 100%;
    overflow: auto; 
    max-height: 370px;
    margin: 20px 4px 20px 0;
    border-radius: 10px;
    background: #fff;
}

.gridBusca table {
    border-collapse: separate;
    border-spacing: 0 8px;
}

.gridBusca tr {
    background: transparent;
    border: transparent;
}

.gridBusca th {
    background: #E6E6E6;
    padding: 10px 12px;
    font-weight: 400;
    color: var(--Neutro-600, #686868);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.14px;
}

.gridBusca th a {
    color: var(--Neutro-600, #686868);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.14px;
}

.gridBusca th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.gridBusca th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.gridBusca td {
    /* background: #fff; */
    padding: 22px 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #0C1230;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

.gridBusca .edit-input { 
    text-align: center;
    border-radius: 12px;
    border: 1px solid #B0B0B0;
}

.gridBusca .update-button { 
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.14px;
}

.gridBusca .att-button{ 
    color: #38963A;
}

.gridBusca .cancel-button{ 
    color: #B00B27;
}

.gridBusca tr:hover td {
    background: #f7f7f7;
}

.gridBusca table {
    border-collapse: separate;
    border-spacing: 0;
}

.table-options {
    display: flex;
    justify-content: end;
    align-items: center;
}
.table-options .icon-divisor {
    margin-left: 10px;
    margin-right: 10px;
}

.breadcrumb {
    background-color: white !important;
    display: flex;
    align-items: center;
    padding-left: 0px !important;
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    border-radius: 0px !important;
    margin-bottom: 40px !important;
}
.breadcrumb p {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.014px;
    margin: 0px;
}
.breadcrumb p:first-child {
    color: #171717;
}
.breadcrumb p:last-child {
    color: #909090;
}
.breadcrumb svg {
    fill: #686868;
    margin-left: 16px;
    margin-right: 16px;
}

.div_modal {
    padding: 32px 24px;
    border-radius: 14px;
    background: var(--Neutro-100, #F0F0F0);
}

.div_modal h5 {
    color: var(--Verde-800, #2D8530);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.16px;
}
.registro-desc span {
    color: var(--Azul-900, #0C1230);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.14px;
}

.div_modal  {
    width: 880px;
}

/* .div_modal .gridBusca td {
    background:#F0F0F0;
} */

.div_modal .gridBusca th {
    background: #BABFCE;
    color: var(--Neutro-600, #373737);
}

.div_modal .gridBusca td {
    border-right: none;
    border-left: none;
}

.div_modal .gridBusca td:last-child {
   display: flex;
   align-items: center;
}

/* Paginação */

.gridPager:hover td {
  background: #E3E5EB;
}

.gridPager {
  padding: 15px 0;
  text-align: center;
}

.gridPager table {
  margin: 0 auto;
}

.gridPager td {
  border: none !important;
  padding: 6px 1px !important;
  background: var(--Azul-50, #E3E5EB);
  border-radius: 12px;
}

.gridPager a {
  padding: 5px 8px 4px 8px;
  background: #8E96AD;
  border-radius: 50%;
  text-decoration: none;
  margin: 0 0px;
  color: white;
}

.gridPager a:hover {
    color: white;
    text-decoration: none;
}

.gridPager span {
  padding: 5px 8px 4px 8px;
  background: #4DB84F;
  color: #fff;
  border-radius: 50%;
  margin: 0 0px;
}

/* checkbox */
.checkBox-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkBox-edit input{
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #4CAF50;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: all .2s ease;
  margin-top: 0px !important;
}
.checkBox-edit input::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #4CAF50;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .2s ease;
}
.checkBox-edit input:checked::before {
  transform: translate(-50%, -50%) scale(1);
}
.checkBox-edit input + label {
  cursor: pointer;
}
.checkBox-edit input:focus {
  outline: none;
  box-shadow: none;
}
.checkBox-edit input:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.modal-selecionar {
  background: #F0F0F0;
  position: absolute;
  z-index: 1999;
  border-radius: 14px;
  padding: 16px 24px;
    top: 42%;
    left: 55%;
}
.modal-selecionar .checkBox-edit, #divColunas tr {
  margin-bottom: 10px;
  display: block;
}
.modal-selecionar .checkBox-edit label {
  margin-left: 5px;
  font-size: 12px;
}
.modal-selecionar h6 {
    color: #0C1230;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.16px;
}
.modal-selecionar .modal-selecionar-body {
    margin-left: 40px;
}
.modal-selecionar  .modal-selecionar-button {
    display: flex;
    gap: 20px;
}
.modal-selecionar  .modal-selecionar-button input {
    width: 150px;
}
.modal-selecionar  .modal-selecionar-button .blue-button {
    width: 150px;
    padding: 10px 0px;
    cursor: pointer;
}

.modal-cancelar h5 {
    color: red;
}

.modal-cancelar .button-box {
    display: flex;
    gap: 20px;
}

.modal-cancelar .button-box .green-button,  .modal-cancelar .button-box .blue-button{
    width: 125px;
    padding: 8px 20px;
}

/* trajetos */

.trajetos .edit.green-button {
  margin-bottom: 16px;
}
.trajetos label {
  color: var(--Azul-900, #0C1230);
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08px;
}
.trajetos .label-span span {
  color: var(--Azul-900, #0C1230);
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08px;
}
.trajetos .form-group {
  display: flex;
  align-items: center;
}
.trajetos .form-group input {
  border-radius: 12px;
  border: 1px solid var(--Neutro-700, #555);
  padding: 10px 10px;
  color: var(--Neutro-500, #909090);
  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.16px;
  width: 100%;
}
.trajetos .search-button input{
  border-radius: 12px;
  background: var(--Verde-500, #4DB84F);
  padding: 12px 0px;
  color: var(--Neutro-50, #F8F8F8);
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14px;
  border: none;
  text-align: center;
}
.trajetos h6 span {
  color: var(--Azul-900, #0C1230);
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16px;
}

/* modal escolher veiculo */
.modal-escolher-veiculo  {
    padding: 32px 24px;
    border-radius: 14px;
    background: var(--Neutro-100, #F0F0F0);
}
.modal-escolher-veiculo p {
    color: var(--Azul-900, #0C1230);
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.16px;
}
.modal-escolher-veiculo .input-wrapper {
    width: 280px;
}
.modal-escolher-veiculo .painel_busca .input-buscar {
    width: 280px;
}
.modal-escolher-veiculo .input-wrapper .btn_image {
    right: 8px;
}
.modal-escolher-veiculo .gridBusca {
    background: #F0F0F0;
}
.modal-escolher-veiculo .gridBusca td {
    background: #F0F0F0;
    padding: 12px 12px;
}
.modal-escolher-veiculo .gridBusca tr:hover td {
    background: #F0F0F0;
}
.modal-escolher-veiculo .gridPager td {
    background: #E3E5EB !important;
}
.modal-escolher-veiculo .gridPager tr:hover td {
    background: #E3E5EB !important;
}
.modal-escolher-veiculo .gridBusca th {
    background: #BABFCE;
    color: #373737;
}
.modal-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}
.modal-buttons .green-button, .modal-buttons .blue-button{
    width: 150px;
    padding: 10px 0px;
}















.corpo03_form_pesquisa
{
    width: 40px;
    float: left;
    margin-top: 10px;
}
/* estrutura */

table
{
    border-spacing: 0px;
}

.textHeader
{
    color: #FFFFFF;
}

.topo
{
    width: 100%;
    height: 88px;
    float: left;
}

.hidden
{
    display: none;
}



.topo03_cliente
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: right;
    padding-top: 62px;
    width: 81px;
    height: 25px;
    float: left;
}

.topo03_separa
{
    width: 21px;
    height: 87px;
    float: left;
}

.topo03_sair
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    background-image: url(../img/botao_sair.jpg);
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-left: 5px;
    margin-left: 123px;
    width: 39px;
    height: 19px;
    float: left;
}

    .topo03_sair:hover
    {
        background-position: bottom;
    }

.corpo
{
    background-color: #FFFFFF;
    width: 100%;
    float: left;
    margin: 0 auto;
}

.corpo01
{
    margin-top: 100px;
    width: 149px;
    height: 600px;
    float: left;
}

.corpo011
{
    width: 149px;
    height: 45px;
    float: left;
}

.corpo03
{
    width: 762px;
    height: 738px;
    float: left;
}

.corpo04
{
    width: 762px;
    height: 1238px;
    float: left;
}


.corpo05
{
    width: 762px;
    height: 1338px;
    float: left;
}

.corpo03_menu
{
    width: 762px;
    height: 130px;
    float: left;
}

.login
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    padding-top: 20px;
    padding-left: 310px;
    width: 342px;
    height: 100px;
    float: left;
}

.logologin
{
    padding-top: 0px;
    padding-left: 40px;
    float: left;
}

.corpo03_menu02
{
    width: 762px;
    /*height: 44px;*/
    float: left;
}

.corpo03_botaomeio
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    width: 150px;
    line-height: 28px;
    float: left;
    margin-right: 4px;
    background-color: #3486b8;
    cursor: pointer;
    border: 0px;
    height: 28px;
}

.corpo_botao_historico
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    width: 80px;
    line-height: 10px;
    float: left;
    margin-right: 3px;
    background-color: #3486b8;
    cursor: pointer;
    border: 0px;
    height: 15px;
    border-radius: 6px;
    margin-top: 15px;
}

.corpo03_botaomeioMaior
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    width: 200px;
    line-height: 28px;
    float: left;
    border: 0px;
    margin-right: 4px;
    background-color: #3486b8;
    cursor: pointer;
    height: 28px;
}

.corpo03_botaomeio:hover
{
    background: #d8d8d8 url('../img/lightblue.jpg') repeat-x;
    color: #3486b8;
}

.corpo03_botaomeioMaior:hover
{
    background: #d8d8d8 url('../img/lightblue.jpg') repeat-x;
    color: #3486b8;
}

.corpo03_botaodir
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    background-image: url(../img/botao_fim.jpg);
    width: 160px;
    padding-top: 10px;
    height: 32px;
    float: left;
}

    .corpo03_botaodir:hover
    {
        background-position: bottom;
    }

.corpo03_forms
{
    width: 762px;
    height: 155%;
}

.corpo03_titulo
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #003366;
    padding-left: 60px;
    width: 702px;
    height: 40px;
    float: left;
}

.corpo04_titulo
{
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #003366;
    padding-left: 6px;
    width: 702px;
    height: 40px;
    float: left;
}

.caixaRisco
{
    width: 100px;
    margin: 200px 4px 6px 0;
}

.corpoGerenciador_texto_box
{
    font-family: Verdana;
    font-size: 9px;
    color: #003366;
    width: 121px;
    margin: 6px 4px 6px 0;
    padding-left: 10px;
    line-height: 25px;
    background-color: #d6e2ee;
    height: 25px;
}

.corpo03_texto_box
{
    font-family: Verdana;
    font-size: 11px;
    color: #003366;
    width: 121px;
    margin: 6px 4px 6px 0;
    float: left;
    padding-left: 10px;
    line-height: 25px;
    background-color: #d6e2ee;
    height: 25px;
}

.corpo03_texto_box_maior
{
    width: 145px;
}

.corpo03_texto_box2
{
    font-family: Verdana;
    font-size: 9px;
    color: #003366;
    width: 241px;
    margin: 6px 4px 6px 0;
    float: left;
    padding-left: 10px;
    line-height: 25px;
    background-color: #d6e2ee;
}

.box
{
    padding-left: 5px;
}

.corpo03_texto_grande_box
{
    font-family: Verdana;
    font-size: 16px;
    color: #003366;
    width: 521px;
    margin: 6px 4px 6px 0;
    float: left;
    padding-left: 10px;
    line-height: 25px;
}

.corpo03_texto_muito_grande
{
    font-family: Verdana;
    font-size: 20px;
    color: #003366;
    width: 521px;
    margin: 6px 4px 6px 0;
    float: left;
    padding-left: 10px;
    line-height: 25px;
}

.corpo03_texto_titulo
{
    font-family: Verdana;
    font-size: 20px;
    color: #003366;
    margin: 6px 4px 6px 0;
    float: left;
    padding-left: 10px;
    line-height: 25px;
}

.corpo03_texto_subtitulo
{
    font-family: Verdana;
    font-size: 14px;
    color: #003366;
    margin: 6px 4px 6px 0;
    float: left;
    padding-left: 10px;
    line-height: 25px;
}

.corpo03_form_caixa
{
    font-size: 9px;
    padding-top: 10px;
    width: 245px;
    height: 27px;
    float: left;
}

    .corpo03_form_caixa input
    {
        width: 97%;
    }

.linha
{
    width:100%;
    height: 27px;
    float:left;
    margin-left:0px;
    
}
.link01
{
    font-family: Verdana;
    color: #003366;
    text-decoration: none;
    font-size: 10px;
}

.link02
{
    font-family: Verdana;
    color: #003366;
    text-decoration: none;
    font-size: 11px;
}

.link03
{
    font-family: Verdana;
    color: #003366;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

.link04
{
    font-family: Verdana;
    color: #003366;
    text-decoration: none;
    font-size: 13px;
}

.labelMsg
{
    font-family: Verdana;
    color: #003366;
    text-decoration: none;
    font-size: 9px;
    float: right;
    margin-top: -22px;
}

.corpo03_botao_geral
{
    background-color: #FFFFFF;
    margin: 350px 0 20px 248px;
    text-align: center;
    width: 514px;
}

.corpo03_botao_geral_alto
{
    background-color: #FFFFFF;
    margin: 150px 0 20px 248px;
    text-align: center;
    width: 514px;
}

.corpo03_botao_perfil
{
    background-color: #FFFFFF;
    margin: 350px 0 20px 248px;
    text-align: center;
    width: 514px;
}

.corpo03_botao_geral2
{
    background-color: #FFFFFF;
    margin: 50px 0 20px 248px;
    text-align: center;
    width: 514px;
}

.corpo03_botao_geral_botao
{
    margin-right: 4px;
    float: left;
}

.corpo03_botao_geral_botao_proximo
{
    float: right;
    cursor: pointer;
    width: 70px;
}


.botao_salvar_corpoMaior
{
    border-style: none;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #3486b8;
    text-align: center;
    text-decoration: none;
    width: 135px;
    height: 26px;
    background: #d8d8d8 url('../img/lightblue.jpg') repeat-x;
    line-height: 26px;
    display: block;
    cursor: pointer;
}

    .botao_salvar_corpoMaior:hover
    {
        background: #3486b8;
        color: #ffffff;
    }

.botao_salvar_corpo_adicional
{
    border-style: none;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #3486b8;
    text-align: center;
    text-decoration: none;
    width: 35px;
    height: 22px;
    background: #d8d8d8 url('../img/lightblue.jpg') repeat-x;
    line-height: 22px;
    display: block;
    margin-top: 6px;
}

    .botao_salvar_corpo_adicional:hover
    {
        background: #3486b8;
        color: #ffffff;
    }

.rodape
{
    width: 100%;
    height: 100px;
    float: left;
}

/* MENU */

.submenu
{
    background-color: #CCCCCC;
    width: 170px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    border: 1px solid #FFFFFF;
}

    .submenu:hover
    {
        background-color: #6ABCEE;
    }

/* bulets e indentação */
ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

    /* Posicionando Itens da Lista */
    ul li
    {
        position: relative;
    }

/* Posicionando itens do sub-menu */
li ul
{
    position: absolute;
    left: 149px;
    display: none;
}

/* Melhorando aparência dos links */
ul li a
{
    display: block;
    text-decoration: none;
    color: #003366;
    font-family: Verdana;
    font-size: 10px;
    background: #fff;
}

/* bug IE */
/* Fix IE. Hide from IE Mac \*/
* html ul li
{
    float: left;
}

    * html ul li a
    {
        height: 1%;
    }
/* End */

/* exibindo o submenu */
li:hover ul
{
    display: block;
}

/* Estilizando a Classe Hover */
ul li a:hover
{
    text-decoration: none;
    background: #ccc;
}


/* MENU FIM */

/*TERMOS NOVOS*/
.painel_Trajeto
{
    float: left;
    /*width:80%;*/
    text-align: center;
    margin-top: 27px;
    /*margin-bottom:12px;*/
}

.painel_Relatorios
{
    float: left;
    /*width:80%;*/
    text-align: center;
    margin-top: 27px;
    /*margin-bottom:12px;*/
}

.painel_2
{
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.item
{
    border: 1px solid #99CCFF;
    width: 60px;
}

.image_button
{
    background-image: url('../img/CarroAtivo.png');
    background-repeat: no-repeat;
    background-color: Transparent;
    background-size: 45px;
    cursor: pointer;
}

.image_notificacao
{
    background-image: url('../img/email1.png');
    background-repeat: no-repeat;
    background-color: Transparent;
    background-size: 28px;
    border: none;
    float: right;
    cursor: pointer;
    margin-right: 7px;
}

.image_alerta
{
    background-image: url('../img/alerta.png');
    background-repeat: no-repeat;
    background-color: Transparent;
    width: 32px;
    height: 30px;
    border: none;
    float: right;
    cursor: pointer;
}

.image_alerta2
{
    background-image: url('../img/alerta.png');
    background-repeat: no-repeat;
    background-color: Transparent;
    width: 32px;
    height: 30px;
    border: none;
    float: right;
    cursor: pointer;
}

.image_motorista
{
    background-image: url('../img/people.png');
    background-repeat: no-repeat;
    background-color: Transparent;
    margin-left: 6px;
    cursor: pointer;
}

.imagemAlertaGif
{
    float: right;
    cursor: pointer;
}

.btnImgPesquisa
{
    border: none;
    background-image: url('../img/busca.gif');
    width: 25px;
    height: 24px;
    cursor: pointer;
}

.btnProcedimento
{
    width: 110px;
}

.result_busca
{
    width: 240px;
}

.th
{
    position: relative;
}

.gridManutencao
{
    width: 60%;
    top: 53%;
    font-family: Verdana;
    margin: 20px 4px 20px -20px;
    font-size: 11.5px;
    float: left;
    /*position:absolute;*/
}

.grid
{
    width: 100%;
    font-family: Verdana;
    margin: 20px 4px 20px 0;
    font-size: 12px;
}

.gridRegistros
{
    font-family: Verdana;
    font-size: 12px;
}

.divBarraRolagem
{
    height: 140px;
    overflow: auto;
    width: 190px;
    font-size: 10px;
}

#divBarraHorizontal
{
    height: 140px;
    overflow: auto;
    width: 190px;
    font-size: 10px;
}

.imgIcone
{
    width: 30px;
    height: 20px;
    float: none;
    vertical-align: middle;
    margin-top: 10px;
}

.div_texto_modal
{
    vertical-align: middle;
    padding: 10px;
}

.modalBackground
{
    background-color: transparent;
    border: silver 1px inset;
    padding: 2px;
    text-align: center;
    height: 2em;
    width: 200px;
}

.modalBackground2
{
    background-color: #708090;
    border: silver 1px inset;
    padding: 2px;
    text-align: center;
    height: 2em;
    width: 200px;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.botao_ok_modal
{
    margin: 15px;
    vertical-align: middle;
}

.div_botao_modal
{
    border-style: solid none none none;
    border-width: 1px;
    border-color: #CCCCFF;
    background-color: #F2F2F2;
}

.botaoFiltro
{
    float: right;
    margin-top: -30px;
    margin: -30px 30px auto auto;
}

.botaoFiltroCancel
{
    float: right;
    margin-top: -30px;
    margin: -30px 5px auto auto;
}


.modalShow
{
    position: absolute;
    left: 0px;
    top: 0px;
    /*background-color: rgba( 60, 60, 60, 0.8);
    background-color:#CDC9C9;*/
    background-color: rgba( 255, 255, 255,255);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB3C3C3C, endColorstr=#BB3C3C3C); /* IE 6/7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB3C3C3C, endColorstr=#BB3C3C3C)"; /* IE8 */
    height: 1024px;
    width: 100%;
    z-index: 1999;
}

.modalShow2
{
    position: absolute;
    left: 0px;
    top: 0px;
    /*background-color: rgba( 60, 60, 60, 0.8);
    background-color:#CDC9C9;*/
    background-color: transparent;
    width: 100%;
    z-index: 1999;
}


.modalShowULtimosRegistros
{
    position: absolute;
    left: 0px;
    top: 0px;
    /*background-color: rgba( 60, 60, 60, 0.8);
    background-color:#CDC9C9;*/
    background-color: transparent;
    height: 1024px;
    width: 100%;
    z-index: 1999;
}

.modalShow div
{
    margin: 300px auto;
}

.UpdateProgress
{
    width: 300px;
    height: 80px;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
}

.imgUpdateProgress
{
    margin: 240px auto auto 600px;
    border: solid 1px Gray;
}

.divTabelaComandos
{
    border-style: solid;
    border-color: #DCDCDC;
    border-width: 1px;
    border-radius: 7px;
    float: right;
    margin-right: 5px;
}

.botaoComandos
{
    width: 120px;
}

.botaoComandos2
{
    width: 200px;
    margin-top: 5px;
    margin-left: 3px;
}

#gridComandos
{
    width: 90%;
    margin-top: 40px;
    margin-left: 5px;
}

.accordion
{
    width: 675px;
}


.cabecalho
{
    background-color: #3486b8;
    color: White;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    border-spacing: 0px;
}

.accordionHeader
{
    border: none;
    color: #003366;
    background-color: #E3EAEB;
    font-family: Verdana;
    font-size: 11px;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 2px;
}

.accordionHeaderLocalizacao
{
    border: none;
    color: #003366;
    background-color: #E3EAEB;
    font-family: Verdana;
    font-size: 11px;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 2px;
}

    .accordionHeaderLocalizacao td
    {
        height: 35px;
        border-bottom: 3px solid #F5F5F5;
    }

.accordionHeaderSelected
{
    border: none;
    padding: 5px;
    color: #003366;
    background-color: #E3EAEB;
    font-family: Verdana;
    font-size: 10px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 2px;
}

.accordionContent
{
    background-color: #F5F5F5;
    /* border: 1px solid #2F4F4F;  
    border-top: none;  */
    border: none;
    padding: 5px;
    padding-top: 10px;
    font-family: Verdana;
    font-size: 11px;
    color: #363636;
}

.botaoFechar
{
    margin-left: 745px;
    cursor: pointer;
}

.divEnderecosRota
{
    font-size: 10px;
    border-style: solid;
    border-color: Gray;
    color: #003366;
    border-width: 1px;
    background-color: #E3EAEB;
    /*BackColor="#E3EAEB" ForeColor="#003366" Font-Size="10px" BorderStyle="Solid" 
BorderWidth="1px" BorderColor="Gray"*/
}

.ocorrencia_item
{
    float: left;
    display: inline;
    width: 800px;
    margin-bottom: 45px;
}
.loader {
    position: absolute;
    width: 100%;
    height: calc(100% + 50px);
    top: -25px;
    left: 32.5px;
    background: #0000005c;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader > div {
    width: 100px;
    height: 100px;
    border: 11px solid #FFF;
    border-bottom-color: #38963a;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
.div_map #divMapa {
    width: 100%;
    height: 656px;
    border: none;
    border-radius: 12px;
}
.cardCar > div:not(:first-child) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cardCar > div:not(:first-child) > div > img:last-child{
    cursor: pointer;
}
.cardCar h2 {
    color: #152147;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.14px;
    margin: 0;
}

.cardCar p {
    color: #555;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.36px;
    margin: 0;
}

.cardCar a {
    color: #2D8530;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.36px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.cardCar {
    background: #FFF;
    width: fit-content;
    height: fit-content;
    padding: 4px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 250px;
    position: relative;
}
.modalInfoCarMap{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000070;
}
.modalInfoCarMap > div{
    max-width: 100%;
    width: 888px;
    background: #fff;
    padding: 24px 31px;
    border-radius: 14px;
}
.modalInfoCarMap > div > h3{
    color: #0C1230;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.14px;
    margin: 0 0 34px 0;
}
.modalInfoCarMap > div > .modalInfoCarMapTable > .modalInfoCarMapHeader{
    border-radius: 12px 12px 0 0;
    background: #BABFCE;
}
.modalInfoCarMap > div > .modalInfoCarMapTable > div > div{
    padding: 8px 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modalInfoCarMap > div > .modalInfoCarMapTable > div > div > p{
    color: #373737;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.14px;
    margin: 0;
}            
.modalInfoCarMap > div > .modalInfoCarMapTable > div:not(.modalInfoCarMapHeader){
    border-radius: 0 0 8px 8px;
    border-bottom: 1px solid #E6E6E6;
}
.modalInfoCarMap > div > .modalInfoCarMapTable > div:not(.modalInfoCarMapHeader) > div{
    padding: 24px 0;
}
.modalInfoCarMap > div > .modalInfoCarMapList{
    padding: 10px 62px;
    border-radius: 0 0 8px 8px;
    border-bottom: 1px solid #E6E6E6;
}
.modalInfoCarMap > div > .modalInfoCarMapList > div > div{
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}
.modalInfoCarMap > div > .modalInfoCarMapList > div > div > p{
    display: flex;
    justify-content: space-between;
    margin: 0;
    color: #0C1230;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.14px;
    gap: 15px;
}
.modalInfoCarMap > div > .modalInfoCarMapButton{
    padding-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modalInfoCarMap > div > .modalInfoCarMapButton > button{
    max-width: 100%;
    width: 292px;
    border-radius: 100px;
    background: #475278;
    box-shadow: 0 4px 4px 0 #646F8D;
    color: #F8F8F8;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
    border: 1px solid #475278;
    padding: 12.5px;
    transition: 1s;
}
.modalInfoCarMap > div > .modalInfoCarMapButton > button:hover{
    background: #F8F8F8;
    color: #475278;
    transition: 1s;
}
.div_map .gm-style-iw-d{
    overflow: auto !important;
}
.gm-style-iw-chr {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
}
.gm-style-iw-chr > div:first-child {
    display: none;
}
.gm-style-iw-chr > button {
    position: absolute !important;
    width: 18px !important;
    height: 18px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #38963A !important;
    border-radius: 50%;
    top: 10px;
    right: 16px;
}
.gm-style-iw-chr > button > span {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    max-width: 100%;
    max-height: 100%;
    background-color: #fff;
}
.topoTablePontos {
	display: flex;
	width: 100%;
	justify-content: end;
	gap: 12px;
	margin-top: 48px;
}

/* .box-infos-page {
    width: 100%;
    height: auto;
    float: unset;
}

.box-infos-page h2 {
    color: #0C1230;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 6px;
}

.box-infos-page span {
    color: #646F8D;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    margin-bottom: 22px;
    display: block;
}

.box-infos-page p {
    width: 100%;
    height: auto;
    float: unset;
    padding: 0;
    margin-bottom: 30px;
    font-family: 'Roboto';
    color: #646F8D;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.16px;
}
.button-inline, .button-inline-green {
    color: #1C2953;
    background: transparent;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 10px 16px;
    border-radius: 100px;
    border: 1px solid #1C2953;
    width: 100%;
    text-align: center;
    float: unset;
}
.button-inline-green {
    border: 1px solid #4DB84F;
    color: #4DB84F;
}
.box-input-padrao {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 5px;
}
.box-input-padrao span {
    color: #0C1230;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.14px;
    min-width: 120px;
}
.box-input-padrao input[type="text"], .box-input-padrao select {
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #555;
    background: #FFF;
    color: #909090;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    width: 100%;
}
.box-img-search {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #C9E9CA;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-search-inside {
    height: 14px;
    width: 14px;
}

.box-input-grey input, .box-input-grey select,
.box-input-grey-transparent input, .box-input-grey-transparent select {
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid var(--Neutro-700, #555);
    background: #FFF;
    color: var(--Neutro-500, #909090);
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    width: 100%;
    z-index: 2;
    position: relative;
    appearance: auto;
}
}
.box-input-grey-transparent input, .box-input-grey-transparent select {
    background: transparent;
    border: 1px solid  #D5D5D5;
}
.box-pills {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.box-pills > a.active, .box-pills > input.active, .btn-select-driver-active .box-pills input[type="submit"], .btn-select-driver-active.box-pills input[type="submit"] {
    background: #0C1230;
    color: #FFF;
}

.box-pills > a, .box-pills > input {
    display: block;
    padding: 6px 12px;
    color: #0C1230;
    border-radius: 12px;
    background: #BABFCE;
    text-decoration: none !important;
    width: fit-content;
    border: none;
}

.radio-custom-container input[type="radio"] + label {
    color: #0C1230;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.08px;
    margin-bottom:0;
}
.radio-custom-container input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none !important;
    width: 18px;
    height: 18px;
    border: 1px solid #4CAF50;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease;
    vertical-align: middle;
    margin: 0 4px 0 0;
}

.radio-custom-container input[type="radio"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #4CAF50; 
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease;
}

.radio-custom-container input[type="radio"]:checked::after {
    transform: translate(-50%, -50%) scale(1);
}
.corpoPontos.box-novoCorpoPontos {
    width: 100%;
    float: unset;
}
.box-table-default table {
    border: none;
}
.box-table-default table tbody tr:last-child {
    border-radius: 12px;
    background: unset !important;
}
.box-table-default table tbody tr:not(:first-child):not(:nth-child(12)) {
    border-bottom: 1px solid #E6E6E6;
    background: transparent !important;
}
.box-table-default table tbody tr:nth-child(12) > td {
    padding: 4px 2px;
    background: #E3E5EB !important;
    border-radius: 12px;
}
.box-table-default table tbody tr:nth-child(2) > td {
    background:transparent !important;
    border-radius: unset !important;
}
.box-table-default table tbody tr th,
.box-table-default table tbody tr td {
    border: none;
    color: #0C1230;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.14px;
}

.box-table-default table tbody tr:not(:first-child):not(:nth-child(12)) td {
    padding: 10px;
}

.box-table-default table tbody tr:first-child {
    border-radius: 12px;
}

.box-table-default table tbody tr:first-child th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.box-table-default table tbody tr:first-child th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.box-table-default table tbody tr:first-child th:not(:first-child) {
    text-align: center;
}

.box-table-default table tbody tr:first-child th,
.box-table-default table tbody tr:last-child th {
    padding: 8px 16px;
    color: #686868;
}
.box-table-default table tbody tr:last-child td table tr td a,
.box-table-default table tbody tr:last-child td table tr td span {
    display: block;
    padding: 5px 10px;
    border-radius: 50%;
}

.box-table-default table tbody tr:last-child td table tr td a {
    background-color: #8E96AD;
}

.box-table-default table tbody tr:last-child td table tr td span {
    background-color: #38963A;
    color: #FFF;
}
.btn-close-modal-icon {
    position: absolute;
    top: 17px;
    right: 24px;
    z-index: 0;
}
.btn-close-modal-icon img{
   cursor: pointer;
} */

/*.div_topo_pagina {
    margin-bottom: 30px;
}
.mc-map {
    display: flex;
    gap: 32px;
}
.mc-map > div:first-child{
        width: 280px;
}
.mc-map > div.div_map{
    width: -webkit-fill-available;
}
#pageCercas .mcCampoConteudo > #divPonto,
#pageVinculacaoCerca .mcCampoConteudo > #divPonto {
    width: 280px;
    max-width: 100%;
}
#pageCercas .mcCampoConteudo > .div_map,
#pageVinculacaoCerca .mcCampoConteudo > .div_map {
    width: 100%;
}
#pageCercas .mcCampoConteudo > .div_map > div > #divMapa,
#pageVinculacaoCerca .mcCampoConteudo > .div_map > div > #divMapa{
    margin: 0;
}
.mcCampoData > .mc-map > .divPonto > div > .mcCampoDataSelect.duploOption {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.mcCampoData > .mc-map > .divPonto > div > .mcCampoDataSelect.duploOption  > div.corpo03_botao_geral_botao:last-child > input{
    background: #fff;
    border: 1px solid #1C2953;
    color: #1C2953;
    box-shadow: none;
} */