/* ALERTS */
    .alert-msg {
        background: red;
        color: white;
        position: absolute;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
        border-radius: 50%;
        font-size: 9px;
        font-weight: 900;
        top: 0px;
        left: -7px;
    }

    .alertp-100 {
        padding-left: 0.15rem;
        padding-right: 0.15rem;
    }

    .alertp-10 {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }

    .alertp-1 {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .alerta {
        box-shadow : 2px 2px 5px rgba( 0 , 0 , 0 , 0.2 );
        background-color : #e3a3a3;
        color : #ffffff !important;
        border-radius : 50%;
        transition : 0.3s;
        position : fixed;
        z-index : 9999;
        bottom : 20px;
        height : 50px;
        width : 50px;
        right : 10px;
    }
    .alerta:hover {
        box-shadow : 0 0 0 rgba( 0 , 0 , 0 , 0 );
        background-color : #995c5c;
    }
    .text-c {
        transform : translate( -50% , -50% );
        position : absolute;
        left : 50%;
        top : 50%;
    }

    .div_alert {
        border-radius : 5px;
        box-shadow : 1px 1px 5px rgba( 0 , 0 , 0 , 0.1 );
        font-family : arial;
        font-style : italic;
        height : auto;
        left : 0;
        margin : 0 auto;
        top : 20px;
        right : 0;
        z-index : 99999 !important;
    }

    .div-toast {
        border-radius: 5px;
        box-shadow: 1px 1px 5px rgba( 0 , 0 , 0 , 0.1 );
        font-family: arial;
        font-style: italic;
        height: auto;
        left: 0;
        margin: 0 auto;
        padding: 1vh;
        position: fixed;
        top: 20px;
        right: 0;
        width: 30%;
        z-index: 99999 !important;
    }

    .toast-body { padding: 1rem; }

    .alert_success {
        background-color:#d4edda;
        border: 1px solid #c3e6cb;
        color: #155724;
    }

    .alert_primary {
        background-color:#cce5ff;
        border: 1px solid #b8daff;
        color: #004085;
    }

    .alert_secondary {
        background-color:#e2e3e5;
        border: 1px solid #d6d8db;
        color: #383d41;
    }

    .alert_danger {
        background-color:#f8d7da;
        border: 1px solid #f5c6cb;
        color: #721c24;
    }

    .alert_warning {
        background-color:#fff3cd;
        border: 1px solid #ffeeba;
        color: #856404;
    }

    .alert_info {
        background-color:#d1ecf1;
        border: 1px solid #bee5eb;
        color: #0c5460;
    }

    .alert_light {
        background-color:#fefefe;
        border: 1px solid #fdfdfe;
        box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
        color: #818182;
    }

    .alert_dark {
        background-color: #d6d8d9;
        border: 1px solid #c6c8ca;
        color: #1b1e21;
    }

    .btn_warning {
        background: #bba253 !important;
        border: 1px solid #bba253 !important;
        box-shadow: none !important;
        color: #ffffff !important;
    }

    .btn_warning:hover {
        background: #9c8c5f !important;
    }

    .btn_light {
        background: #989898 !important;
        border: 1px solid #989898 !important;
        box-shadow: none !important;
        color: #ffffff !important;
    }

    .btn_light:hover {
        background: #767676 !important;
    }

    /* background-color:#fefefe;
    border: 1px solid #fdfdfe;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
    color: #818182; */

/* BACKGROUNDS */
    .bffd6d6 { background: #ffd6d6 !important; }
    .bfafafa { background: #fafafa; }
    .be9e9e9 { background: #e9e9e9; }
    .bcbcf55 { background: #cbcf55 !important; }
    .bwhite  { background: white; }
    .bred    { background: red; }
    .bblue   { background: blue; }
    .bgreen  { background: green; }
    .be8baba { background: #e8baba !important; }
    .bblack  { background: black !important; }
    .bc57d7d { background: #c57d7d !important; }
    .bd9bab8 { background: #d9bab8 !important; }

/* BORDERS */
    .border-nn { border: none; }
    .title-bb { border-bottom: solid 1px rgba( 210 , 215 , 217 , 0.75 ); }

    .border-2 { border: 2px solid; }
    .border-1 { border: 1px solid rgba( 210 , 215 , 217 , 0.75 ); }

    .fieldset-border {
        border: 1px solid #d2d7d9;
    }

    /* RADIUS */
        .rounded-sm { border-radius : 0.2em !important }

    /* BOTTOM */
        .border-b1 { border-bottom: 1px solid #dbdbdb; }
        .border-b2 { border-bottom: 2px solid #dbdbdb; }

    /* TOP */
        .border-t1 { border-top: 1px solid #dbdbdb; }
        .border-t2 { border-top: 2px solid #dbdbdb; }

/* BUTTONS */
    .btnZoomIn {
        box-shadow: none;
        border-radius: 100%;
        color: #aaa !important;
        padding: none !important;
        background: white !important;
        border: 1px solid #aaa !important;
    }

    .btnZoomIn:focus { background: white !important; }

    .a-mailto:hover { color: white !important; }

    .resize_n { resize : none; }

    .secondary {
        background-color: #c4c57d;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        color: #ffffff !important;
        transition: 0.3s;
    }

    .secondary:hover {
        background-color: #9c9a5f;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    .btn-close-toast {
        color: #7c7c7c !important;
    }

    .btn-close-toast:hover {
        color: #3d4449 !important;
    }

/* COLORS */
    .cc91e1e { color: #c91e1e; }
    .c59629e { color: #59629e; }
    .ced0000 { color: #ed0000; }
    .c146e21 { color: #146e21; }
    .c7f888f { color: #7f888f; }
    .ca4a5a6 { color: #a4a5a6; }
    .c3d4449 { color: #3d4449; }
    .ceb8034 { color: #eb8034; }
    .cdbdbdb { color: #dbdbdb; } 
    .c4f5357 { color: #4f5357; }
    .cwhite  { color: white; }
    .cred    { color: red; }
    .c5cb85c { color: #5cb85c !important; }
    .cdbcb14 { color: #dbcb14 !important; }
    .cd9534f { color: #d9534f !important; }
    .cblack  { color: black !important; }

/* CURSOR */
    .c-default { cursor: default !important; }
    .c-poniter { cursor: pointer !important; }

/* DISPLAYS */
    .dispblock { display: block !important; }
    .dispGrid { display: grid !important; }
    .dispFlex {
        display: flex !important;
        flex-wrap: wrap !important;
    }

/* DIVS */
    .div-group {
        background: white;
        border-radius: 5px;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
        width: auto;
        /* position: absolute; */
        z-index: 1000;
        height: 100%;
    }

    .div-body {
        display: block;
        height: auto !important;
        max-height: 300px !important;
        overflow-y: auto;
    }

    .div-header {
        display: block;
        height: 20%;
        padding: 0.5em 1em;
    }

/* DROPDOWN */
    .dropdown-div {
        background: white;
        border-radius: 5px;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
        width: auto;
        position: absolute;
        z-index: 1000;
    }

    .dropdown-body {
        display: block;
        height: auto !important;
        max-height: 300px !important;
        overflow-y: auto;
    }

    .dropdown-ul {
        list-style: none;
        margin: 0;
        padding: 1em;
    }

    .dropdown-header {
        display: block;
        height: 20%;
        padding: 0.5em 1em;
    }

    .dropdown-footer {
        display: block;
        padding: 0.5em 1em;
    }

/* FLOATS */
    .floatright { float: right !important; }

/* FONTS */
    @font-face {
        font-family: Calibri;
        src: url("Calibri.eot");
    }

    /* ALIGNS */
        .align-l { text-align: left; }
        .align-r { text-align: right; }
        .align-c { text-align: center; }

        .justify-c { justify-content: center !important; }
        .justify-sb { justify-content: space-between !important; }

    /* FONTS SIZE CUSTOMS */
        .font-s11 { font-size: 11px; }
        .font-s13 { font-size: 13px; }
        .font-s15 { font-size: 15px; }
        .font-s20 { font-size: 20px; }
        .font-s25 { font-size: 25px; }
        .font-s30 { font-size: 30px; }
        .font-s40 { font-size: 40px; }

    /* H1 H2 H3 H4 H5 H6 */
        h1, h2, h3, h4, h5, h6 {
            color: #3d4449;
            margin: 0 !important;
        }

        .h1 { font-size: 3rem; }
        .h2 { font-size: 2.25rem; }
        .h3 { font-size: 1.5rem; }
        .h4 { font-size: 1.25rem; }
        .h5 { font-size: 1rem; }
        .h6 { font-size: .875rem; }

    /* FONTS FAMILY */
        .f-arial { font-family: Arial, Helvetica, sans-serif; }

    /* FONTS DECORATIONS */
        .fs-normal { font-weight: normal; }
        .fs-bold { font-weight: bold; }
        .fs-italic { font-style: italic; }
    /* FONTS ALIGNS */
        .tx-center { text-align: center; }

/* GRID */
    /*  NÚMERO DE COLUNAS */
        .temp-col-5 { grid-template-columns: repeat(5, 1fr); }
        .temp-col-4 { grid-template-columns: repeat(4, 1fr); }
        .temp-col-3 { grid-template-columns: repeat(3, 1fr); }
        .temp-col-2 { grid-template-columns: repeat(2, 1fr); }
        .temp-col-1 { grid-template-columns: repeat(1, 1fr); }

    /* LARGURA DA COLUNA */
        .col-gap-5 { column-gap: 5em; }
        .col-gap-4 { column-gap: 4em; }
        .col-gap-3 { column-gap: 3em; }
        .col-gap-2 { column-gap: 2em; }
        .col-gap-1 { column-gap: 1em; }

    /* LARGURA DA LINHA */
        .row-gap-5 { row-gap: 5em; }
        .row-gap-4 { row-gap: 4em; }
        .row-gap-3 { row-gap: 3em; }
        .row-gap-2 { row-gap: 2em; }
        .row-gap-1 { row-gap: 1em; }

/* IMAGENS */
    .imgAnexo {
        width: 30px;
        height: 40px;
        float: right;
        cursor: pointer;
    }

    .img-show-ausencia {
        max-height: 450px;
        margin: auto;
        display: block;
    }

/* INPUTS */
    .is-invalid {
        color: #c20000 !important;
        border: 1px solid #c20000 !important;
    }

    .is-invalid::placeholder {
        color: #c20000 !important;
    }

    .focus-none:focus {
        box-shadow: 0 0 0 0 !important;
        border: solid 2px rgba(210, 215, 217, 0.75) !important;
        outline: 0 !important;
    }

    .js-example-basic-single {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

/* HEIGHTS */
    .height100 { height: 100%; }
    .height80 { height: 80% !important; }

/* MARGINS */
    .margauto { margin: auto !important; }

    .marg-t10 { margin-top: 10px; }

    /* TOP */
        .mt-auto { margin-top: auto; }

        .mt-5 { margin-top: 5em !important; }
        .mt-4 { margin-top: 4em !important; }
        .mt-3 { margin-top: 3em !important; }
        .mt-2 { margin-top: 2em !important; }
        .mt-1 { margin-top: 1em !important; }
        .mt-0 { margin-top: 0 !important; }

        .mt-5px { margin-top: 5px; }
        .mt-10px { margin-top: 10px; }
        .mt-20px { margin-top: 20px; }
        .mt-30px { margin-top: 30px; }

    /* RIGHT */
        /* REM */
            .mr-5 { margin-right: 5em; }
            .mr-4 { margin-right: 4em; }
            .mr-3 { margin-right: 3em; }
            .mr-2 { margin-right: 2em; }
            .mr-1 { margin-right: 1em; }
            .mr-05 { margin-right: 0.5em; }
            .mr-0 { margin-right: 0 !important; }
            
        /* PIXELS */
            .mr-auto { margin-right: auto; }
            .mr-5px { margin-right: 5px; }
            .mr-6px { margin-right: 6px; }
            .mr-10px { margin-right: 10px; }
            .mr-20px { margin-right: 20px; }
            .mr-30px { margin-right: 30px; }

    /* BOTTOM */
        .mb-auto { margin-bottom: auto; }

        /* REM */
            .mb-1 { margin-bottom: 1rem !important; }
            .mb-2 { margin-bottom: 2rem !important; }
            .mb-3 { margin-bottom: 3rem !important; }
            .mb-4 { margin-bottom: 4rem !important; }
            .mb-5 { margin-bottom: 5rem !important; }

        /* PIXELS */
            .mb-0 { margin-bottom: 0; }
            .mb-5px { margin-bottom: 5px; }
            .mb-10px { margin-bottom: 10px; }
            .mb-20px { margin-bottom: 20px; }
            .mb-30px { margin-bottom: 30px; }

    /* LEFT */
        /* REM */
            .ml-05 { margin-left: 0.5rem !important; }
            .ml-1 { margin-left: 1rem !important; }
            .ml-2 { margin-left: 2rem !important; }
            .ml-3 { margin-left: 3rem !important; }
            .ml-4 { margin-left: 4rem !important; }
            .ml-5 { margin-left: 5rem !important; }

        /* PIXELS */
            .ml-auto { margin-left: auto; }
            .ml-5px { margin-left: 5px; }
            .ml-10ox { margin-left: 10px; }
            .ml-20px { margin-left: 20px; }
            .ml-30px { margin-left: 30px; }

    /* X */
        .mx-auto { margin-left: auto; margin-right: auto; }
        .mx-5px { margin-left: 5px; margin-right: 5px; }
        .mx-10px { margin-left: 10px; margin-right: 10px; }
        .mx-20px { margin-left: 20px; margin-right: 20px; }
        .mx-30px { margin-left: 30px; margin-right: 30px; }

    /* MARGIN EIXO X */
        .my-5px { margin-top: 5px; margin-bottom: 5px; }
        .my-10px { margin-top: 10px; margin-bottom: 10px; }
        .my-20px { margin-top: 20px; margin-bottom: 20px; }
        .my-30px { margin-top: 30px; margin-bottom: 30px; }

/* OVERFLOWS */
    .overflowy_auto { overflow-y: auto !important; }
    .overflowx_auto { overflow-x: auto !important; }
    .overflow_hide { overflow: hidden !important; }

/* PADDINGS */
    .divpad { padding: 3px 0px; }

    .pad-5 { padding: 5em !important; }
    .pad-4 { padding: 4em !important; }
    .pad-3 { padding: 3em !important; }
    .pad-2 { padding: 2em !important; }
    .pad-1 { padding: 1em !important; }
    .pad-05 { padding: 0.5em !important; }
    .pad-0 { padding: 0 !important; }

    .pad-1-25 { padding: 1% 25% !important; }
    .pad-5-20 { padding: 5% 20% !important; }
    .pad-8-25 { padding: 8% 25% !important; }
    .padtb-10px { padding: 10px 0px 10px 0px !important; }

    /* BOTTOM */
        .padb-5 { padding-bottom: 5em; }
        .padb-4 { padding-bottom: 4em; }
        .padb-3 { padding-bottom: 3em; }
        .padb-2 { padding-bottom: 2em; }
        .padb-1 { padding-bottom: 1em; }
        .padb-05 { padding-bottom: 0.5em; }

    /* LEFT */
        .padl-3px { padding-left: 3px; }
        .padl-5px { padding-left: 5px; }

    /* RIGHT */
        .padr-3px { padding-right: 3px; }
        .padr-5px { padding-right: 5px; }

    /* TOP */
        .padt-5 { padding-top: 5em; }
        .padt-4 { padding-top: 4em; }
        .padt-3 { padding-top: 3em; }
        .padt-2 { padding-top: 2em; }
        .padt-1 { padding-top: 1em; }
        .padt-05 { padding-top: 0.5em; }
        .padt-0 { padding-top: 0px; }

    /* X */
        .padx-5px { padding-left: 5px; padding-right : 5px; }
        .padx-4px { padding-left: 4px; padding-right : 4px; }
        .padx-3px { padding-left: 3px; padding-right : 3px; }
        .padx-2px { padding-left: 2px; padding-right : 2px; }
        .padx-1px { padding-left: 1px; padding-right : 1px; }

        .padx-5 { padding-left: 5em; padding-right : 5em; }
        .padx-4 { padding-left: 4em; padding-right : 4em; }
        .padx-3 { padding-left: 3em; padding-right : 3em; }
        .padx-2 { padding-left: 2em; padding-right : 2em; }
        .padx-1 { padding-left: 1em !important; padding-right : 1em !important; }
        .padx-05 { padding-left: 0.5em; padding-right : 0.5em; }
        .padx-03 { padding-left: 0.3em; padding-right : 0.3em; }

    /* Y */
        .pady-5 { padding-bottom: 5em ; padding-top: 5em; }
        .pady-4 { padding-bottom: 4em ; padding-top: 4em; }
        .pady-3 { padding-bottom: 3em ; padding-top: 3em; }
        .pady-2 { padding-bottom: 2em ; padding-top: 2em; }
        .pady-1 { padding-bottom: 1em ; padding-top: 1em; }
        .pady-05 { padding-bottom: 0.5em ; padding-top: 0.5em; }
        .pady-0 { padding-bottom: 0 !important; padding-top: 0 !important; }

        /* PX */
            .pady-5px { padding-bottom: 5px ; padding-top: 5px; }
            .pady-4px { padding-bottom: 4px ; padding-top: 4px; }
            .pady-3px { padding-bottom: 3px ; padding-top: 3px; }
            .pady-2px { padding-bottom: 2px ; padding-top: 2px; }
            .pady-1px { padding-bottom: 1px ; padding-top: 1px; }

/* POSITIONS */
    .pos-absolute { position: absolute; }
    .pos-fixed { position: fixed; }
    .pos-initial { position: initial; }
    .pos-inherit { position: inherit; }
    .pos-relative { position: relative !important; }
    .pos-static { position: static; }
    .pos-sticky { position: sticky; }

/* SELECTS */
    .divselect {
        width: 100%;
        display: flex;
        cursor: pointer;
        height: 2.75em;
        /* max-height: 105px; */
        padding: 2px 15px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-radius: 5px;
        border-left: 1px solid rgba(0, 0, 0, 0);
        border: 1px solid rgba(210, 215, 217, 0.75);
    }

    .divoption {
        background : white;
        border : 1px solid rgba( 210 , 215 , 217 , 0.75 );
        border-radius : 5px;
        box-shadow : 0px 0px 10px rgba( 0 , 0 , 0 , 0.3 );
        /* max-height : 230px; */
        height : auto;
        padding : 3px;
        position : fixed;
        width : 26.3%;
        z-index : 100;
    }

    .divopts {
        max-height : 120px;
        /* height : 120px; */
        overflow : auto;
        position : relative;
        padding-left : 2px;
        padding-right : 2px;
    }

    .divopt {
        display : flex;
        cursor : pointer;
        /* background : #eee; */
        padding : 0px 5px;
        border-radius : 3px;
        list-style : none;
        margin-left : 0px !important;
    }

    .divopt:hover {
        background : #eee;
    }

    .del {
        width: 2%;
        color: white;
        cursor: pointer;
        text-align: center;
    }

    .optSel {
        width: 98%;
        color: white;
        margin: auto;
        cursor: pointer;
        font-size: 10px;
    }

    .divoptsel {
        display: flex;
        margin: auto;
        padding: 0px 10px;
        border-radius: 5px;
        background: #7d98c5;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    }

    .options {
        width : 95%;
        /* padding: 5px 5px 0px 0px; */
        margin-top : 6px;
        overflow-y : auto;
    }

    .options::-webkit-scrollbar { width: 3px; }
    .options::-webkit-scrollbar-thumb { background: #ddd; }

    #icon {
        width: 5%;
        margin: auto;
        text-align: center;
    }

    .icon {
        font-size: 17px;
        font-weight: bold;
        color: #dde1e3;
        margin: auto;
        text-align: center;
        width: 5%;
    }

    .divopts::-webkit-scrollbar-track {
        background-color: #FFFFFF;
    }

    .divopts::-webkit-scrollbar {
        width: 3px;
        background: #FFFFFF;
    }
    .divopts::-webkit-scrollbar-thumb {
        background: #dad7d7;
    }

/* TABLES */
    .table-bordered { border: 1px solid; }
    .table-striped { border-style: hidden; }
    .table-striped th { border: none !important; }
    .table-striped td { border: 2px solid rgba(210, 215, 217, 0.75); }

/*  WIDTHS */
    .widthauto { width: auto !important; }
    .width100 { width: 100% !important; }
    .width99 { width: 99% !important; }
    .width98 { width: 98% !important; }
    .width97 { width: 97% !important; }
    .width96 { width: 96% !important; }
    .width95 { width: 95% !important; }
    .width94 { width: 94% !important; }
    .width90 { width: 90% !important; }
    .width80 { width: 80% !important; }
    .width75 { width: 75% !important; }
    .width70 { width: 70% !important; }
    .width67 { width: 67% !important; }
    .width65 { width: 65% !important; }
    .width60 { width: 60% !important; }
    .width55 { width: 55% !important; }
    .width50 { width: 50% !important; }
    .width49 { width: 49% !important; }
    .width48 { width: 48% !important; }
    .width47 { width: 47% !important; }
    .width45 { width: 45% !important; }
    .width40 { width: 40% !important; }
    .width35 { width: 35% !important; }
    .width33 { width: 33% !important; }
    .width30 { width: 30% !important; }
    .width25 { width: 25% !important; }
    .width22 { width: 22% !important; }
    .width21 { width: 21% !important; }
    .width20 { width: 20% !important; }
    .width15 { width: 15% !important; }
    .width10 { width: 10% !important; }
    .width6 { width: 6% !important; }
    .width5 { width: 5% !important; }
    .width3 { width: 3% !important; }
    .width2 { width: 2% !important; }
    .width1 { width: 1% !important; }

    /* PIXELS */
    .width500px { width: 500px; }
    .width400px { width: 400px; }
    .width300px { width: 300px; }
    .width200px { width: 200px; }
    .width100px { width: 100px; }

/* WORD-BREK */
    .wb-break-word {
        word-break: break-word;
    }

/* Z-INDEX */
    .zindex-9 { z-index: 9000 !important; }
    .zindex-8 { z-index: 8000 !important; }
    .zindex-7 { z-index: 7000 !important; }
    .zindex-6 { z-index: 6000 !important; }
    .zindex-5 { z-index: 5000 !important; }
    .zindex-4 { z-index: 4000 !important; }
    .zindex-3 { z-index: 3000 !important; }
    .zindex-2 { z-index: 2000 !important; }
    .zindex-1 { z-index: 1000 !important; }

.divImgNota {
    width: 250px;
    margin: auto;
    height: 300px;
    display: block;
    border: 1px solid #ccc;
}
.divImgNota img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.zoomImg {
    margin: auto;
    display: block;
    cursor: zoom-out;
}

.zoomAnexo {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.hide { display: none !important;}

a {
    cursor: pointer;
    border-bottom: none;
}

.a-alert {
    color: #3d4449 !important;
}

.a-alert:hover {
    color: #7f888f !important;
}

.header {
    padding: 6em 0 1em 0;
    font-family: "Roboto Slab", serif;
    border-bottom: 5px solid #7d98c5;
}

.header a {
    color: #7f888f;
    font-size: 1.125em;
    border-bottom: none;
}

.fonte {
    font-size: 14px;
    font-weight: bold;
    color: #8a6d3b;
}

.grupo-input {
    display: flex;
    position: relative;
}
.grupo-input .input-label {
    color: white;
    padding: 1px 0px;
    min-width: 150px;
    font-weight: bold;
    line-height: 250%;
    text-align: center;
    background: #7d98c5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.grupo-input input, .grupo-input select, .grupo-input textarea {
    width: 100%;
    resize: none;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.grupo-input input, .grupo-input select { height: 40px; }
.grupo-input select:after { background: red !important; }
.modal-fundo {
    top: 0;
    left: 0;
    /* padding: 4rem 1% 1% 1%; */
    width: 100%;
    height: 100%;
    /* z-index: 9000; */
    align-items: center;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
}

.modal-header {
    padding: 1rem;
}

.modal-body {
    height: auto;
    padding: 1rem;
    overflow-y: auto !important;
    height: 100% !important;
}

.modal-body::-webkit-scrollbar { width: 5px; }

.modal-body::-webkit-scrollbar-thumb { background: #ddd; }

.modal-footer {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 0.7rem;
}

.modal-page {
    border-radius: 5px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 95vh;
}

/* SIZE */
    .msize-small {
        margin: 15px auto;
        width: 400px;
    }

    .msize-normal {
        margin: 15px auto;
        width: 800px;
    }

    .msize-large {
        margin: 15px auto;
        width: 1000px;
    }

    .msize-bigger {
        margin: 15px auto;
        width: 1200px;
    }

    .msize-full {
        margin: 15px auto;
        /* width: 1325px; */
        width: 98%;
        height: 96%;
    }

    /* HEIGHT */
        /* BODY */
            /* .hsize-full {
                height: 470px;
            } */

.link-icons {
    cursor: pointer;
    font-size: 25px;
    border-bottom: 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

/* Select Mult */
.div-input {
    display: flex;
    flex-wrap: wrap;
    padding-left: 3px;
    padding-right: 3px;
    width: 100%;
    height: 5.50rem;
    cursor: text;
    /* line-height: 200%; */
    border-radius: 0.375em;
    overflow: auto;
    border: 1px solid rgba(210, 215, 217, 0.75);
}

.div-input:focus {
    border: 2px solid #7d98c5;
}

.div-input div {text-align: center;}
.div-input div span {
    width: auto;
    padding: 2px 2px;
    background: #eee;
    position: relative;
    border-top-left-radius: 0.375em;
    border-bottom-left-radius: 0.375em;
}
.div-input div a {
    width: auto;
    margin: auto;
    padding: 2px 2px;
    background: #eee;
    position: relative;
    border-top-right-radius: 0.375em;
    border-bottom-right-radius: 0.375em;
}
.div-option {
    z-index: 10;
    min-width: 65%;
    margin-top: 3px;
    max-width: 82.2%;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    margin-left: 150px;
    background: white;
    border-radius: 0.375em;
    border: 1px solid rgba(210, 215, 217, 0.75);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.div-option div {
    cursor: pointer;
    background: white;
}
.div-option div:hover { background: #eee; }

.switch {
    width: 60px;
    height: 34px;
    position: relative;
}
.slider {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 47px;
    height: 22px;
    border: none;
    transition: .4s;
    cursor: pointer;
    position: absolute;
    -webkit-transition: .4s;
    background-color: #ccc;
}
.slider:before {
    top: 1px;
    left: 1px;
    content: "";
    width: 20px;
    height: 20px;
    transition: .4s;
    position: absolute;
    -webkit-transition: .4s;
    background-color: white;
}
input:checked + .slider { background-color: #7d98c5; }
input:checked + .slider:before {
    transform: translateX(26px);
    -ms-transform: translateX(26px);
    -webkit-transform: translateX(26px);
}
.slider{ border-radius: 34px; }
.slider:before { border-radius: 50%; }

input[readonly] { background: #eee; }

input[type="checkbox"] {
    background-color : initial !important;
    cursor : default !important;
    appearance : auto !important;
    box-sizing : border-box !important;
    /* margin : 3px 3px 3px 4px !important; */
    padding : initial !important;
    border : initial !important;
    width : 12px !important;
    height : 22px;
}

.inpnumber {
    width: 100%;
    padding: 0 1em;
    height: 2.75em;
    display: block;
    border-radius: 0.375em;
    border: solid 1px rgba(210, 215, 217, 0.75);
}
.inpnumber:focus {
    outline: none;
    border: solid 2px #929cd9;
}
.readOnlyImp {
    /* opacity: 0.5; */
    background: #eee;
    pointer-events: none;
}
.readOnlySel {
    /* opacity: 0.5; */
    background: #eee;
    pointer-events: none;
}
.readOnly {
    /* opacity: 0.5 !important; */
    background: #eee;
    pointer-events: none !important;
}
.pointer-none { pointer-events: none !important; }
.btn-pointer-none {
    pointer-events: none !important;
    opacity: 0.5 !important;
}
.shDesp {
    cursor: pointer;
    padding: 0px 7px;
    user-select: none;
    border: solid 1px rgba(210, 215, 217, 0.75);
}
.shEquip {
    cursor: pointer;
    padding: 0px 7px;
    user-select: none;
    border: solid 1px rgba(210, 215, 217, 0.75);
}

.modFundo {
    top: 0;
    left: 0;
    padding: 1%;
    width: 100%;
    height: 100%;
    /* z-index: 1000; */
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
}
.modFundo .divCont {
    padding: 2%;
    margin: auto;
    overflow: auto;
    border-radius: 5px;
    background: white;
}
.painel {
    padding: 20px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}
.divExped {
    border-radius: 5px;
    border: 1px solid #7d98c5;
}
.divExped .titleExp {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #7d98c5;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.divExped .divHoras {
    width: 25%;
    padding: 5px 10px;
}
.divHoras .titHora {
    text-align: center;
    /* border-bottom: 1px solid #d2d7d9; */
}
.divHoras .divHora { border: solid 2px #d2d7d9; }
.despTit {
    font-size: 20px;
    color: #4a4a4a;
    border-width: 50%;
    font-family: Arial;
    border-bottom: 1px solid #ddd;
}
.divDespesas {
    display: grid;
    column-gap: 15px; row-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.divDespesas .divDesp {
    padding: 15px;
    min-height: 400px;
    border-radius: 5px;
    position: relative;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.fieldDesp {
    resize: none;
    margin-bottom: 0;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0px 10px 10px 10px;
}
.fieldDesp legend {
    padding: 5px;
    margin-left: 5px;
}
.fieldObs {
    resize: none;
    min-height: 80px;
    margin-bottom: 0;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0px 15px 15px 15px;
}
.fieldObs legend {
    padding: 5px;
    margin-left: 0px;
}

.divExped .divDesp {
    width: 100%;
    padding: 5px 10px;
}
.divExped .divDesp {
    text-align: center;
    border-bottom: 1px solid #d2d7d9;
}

.placa { text-transform: uppercase; }

.upper { text-transform: uppercase; }

.capit { text-transform: capitalize; }

input[type = button]:focus { outline: none; }
input[type = checkbox]:focus { outline: none; }

.btn-export {
    transition: 0.3s;
    padding: 0px 10px;
    border-radius: 5px;
    border: 1px solid #aaa;
    color: rgba(0, 0, 0, 0.6);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.btn-export:hover {
    background: #ddd;
    border: 1px solid #aaa;
    color: rgba(0, 0, 0, 0.6) !important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
}

/* #sidebar {
    z-index: 800 !important;
} */

/* Customiza o cabeçalho */
.dataTables_wrapper .dataTables_filter input {
    border: 2px solid #007bff;
    border-radius: 5px;
    padding: 5px;
}

/* Alterna a cor das linhas */
.dataTables_wrapper tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}
