﻿.BgMenu {
    background-color: #f8f9fa !important;
}
.Cursor {
    cursor: pointer;
}

.tamanhoIconesTopo {
    width: 83px;
    margin-right: 2px;
    height: 59.5px;
}

.tamanhoFonteIcones {
    font-size: 21pt;
}

.tamanhoFonteReserva {
    font-size: 16pt;
}

.tamanhoFonteReserva2 {
    font-size: 14pt;
}

.tamanhoIconesLaterais {
    width: 83px;
    margin-bottom: 2px;
    padding-bottom: 0px;
    /*height: 59.5px;*/
}

.tamanhoFonteDescricaoLateral {
    /*//font-size: 8pt;*/
    font-weight: bold;
    cursor: pointer;
}


#dvLoading, .load {    
    position: fixed;    
    left: 50%;       
}

.loadAjax {
    margin-left: 45%;
}

#dvLoading{
    height: 100px;
    width: 100px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 30%;
    margin: -25px 0 0 -25px;
}



.fontePequena {
    font-size: 80% !important;
    font-weight: 400 !important;
}

.fonteMedia {
    font-size: 88% !important;
    font-weight: 400 !important;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 2px;
    margin-left: 2px;
}

.tamanhoImgCiaDisp {
    width: 48px;
    height: 21px;
}

.tamanhoImgHtlDisp {
    width: 50px;
    height: 20px;
}

.tamanhoDataDisp {
    width: 92px !important;
}

.tamanhoDestinosDisp {
    width: 196px !important;
}

.popover {
    background: rgba(255, 252, 196,0.88);
}

    .popover .arrow::after {
        border-bottom-color: rgba(255, 252, 196, 0.88);
        border-right-color: rgba(255, 252, 196, 0.88);
    }

.tdValoresDisp {
    width: 125px !important;
}

.g3 {
    width: 40px;
    height: 18px;
}

.cias {
    width: 53px;
    height: 18px;
}

.bg-Sel-Colmeia {
    background-color: #e2eaf3 !important;
}

.w-5 {
    width: 5% !important;
}
.w-7 {
    width: 7% !important;
}
.w-10 {
    width: 10% !important;
}
.w-17 {
    width: 17% !important;
}
.w-96 {
    width: 96% !important;
}

.corEnvelope {
    color: #03ab03;
}
.modal80 {
    max-width: 80%;
}
.modalAnac {
    max-width: 553px;
}

.assento {
    width: 20px; 
    height: 22px;
}
.backAssento {
    background-repeat: no-repeat;
    background-size: 20px 22px;
}
.checkAssento {
    font-size:22px;
    font-weight:bold;
}
.corCorredor {
    background-color: #e2e8ef;
}
.larguraAsa {
    border-width: 3px !important;
    border-color: #cccdcf!important;
}
.ui-autocomplete {
    font-size: 9pt !important;
}
.cursorHelp {
    cursor: help !important;
}
.cap {
    text-transform: capitalize!important;
}

/* ============================================================
   Left side menu (#dvBotoesLaterais) - modern look
   Style only: markup is generated server-side and theme colors
   are preserved (the active background still comes from the
   theme rule .nav-pills .nav-link.active).
   Everything is scoped to #dvBotoesLaterais so other nav-pills
   across the system are not affected.
   ============================================================ */

/* Panel wrapper: soft rounded container */
.dvLateralPnl {
    padding: 8px 6px;
    border-radius: 12px;
}

/* Drop the old bootstrap "shadow" utility on each item */
#dvBotoesLaterais .nav-item.shadow {
    box-shadow: none !important;
}

/* Breathing room between items */
#dvBotoesLaterais .nav-item {
    margin-bottom: 4px;
}

#dvBotoesLaterais .nav-item:last-child {
    margin-bottom: 0;
}

/* Each menu button */
#dvBotoesLaterais .btnIcoLateral {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 5px 12px;
    transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

/* Hover on a non-selected item: neutral overlay, theme-agnostic */
#dvBotoesLaterais .btnIcoLateral:not(.active):hover {
    background-color: rgba(0, 0, 0, .06);
    transform: translateX(3px);
}

/* Selected item: keeps the theme background color, just modernizes
   the shape with a rounded pill, soft depth and a light accent bar */
#dvBotoesLaterais .btnIcoLateral.active {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .18), inset 4px 0 0 rgba(255, 255, 255, .45);
}

/* Label micro-spacing for a cleaner read.
   margin: 0 removes the default bottom margin a <label> carries in
   bootstrap, which otherwise pushes the text to the top of the item. */
#dvBotoesLaterais .tamanhoFonteDescricaoLateral {
    letter-spacing: .2px;
    margin: 0;
}

/* ============================================================
   Top menu icons (.btnIcoTopo) - modern look
   Style only: markup is generated server-side. Icons, labels and
   theme colors are preserved - the outline button color and the
   active "bg-info" highlight still come from the agency theme.
   sistema.css loads after the theme, so these rules win by cascade
   order without needing !important.
   ============================================================ */

/* Card-like icon button: rounded, smooth feedback.
   The original inline-block flow (icon -> <br/> -> label) is kept on
   purpose: the "Guardiao OS" red badge is injected by JS right after
   the icon and positioned with negative margins that depend on this
   flow, so switching to flex would break it. */
.btnIcoTopo {
    border-radius: 12px;
    margin: 3px 3px 4px;
    transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
}

/* Lift slightly on hover - the theme still provides the fill color */
.btnIcoTopo:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, .15);
}

/* Selected module keeps the theme bg-info color, just gains depth */
.btnIcoTopo.bg-info {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
}

/* Cleaner label under the icon */
.btnIcoTopo small {
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 1.1;
}