/* CSS Document */

/* Fontes */

@font-face {
    font-family: 'frutiger-light';
    src: url('fonts/frutiger-light.eot');
    src: url('fonts/frutiger-light.eot?#iefix') format('embedded-opentype'), url('fonts/frutiger-light.woff') format('woff'), url('fonts/frutiger-light.ttf') format('truetype'), url('fonts/frutiger-light.svg#frutiger-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'frutiger-roman';
    src: url('fonts/frutiger-roman.eot');
    src: url('fonts/frutiger-roman.eot?#iefix') format('embedded-opentype'), url('fonts/frutiger-roman.woff') format('woff'), url('fonts/frutiger-roman.ttf') format('truetype'), url('fonts/frutiger-roman.svg#frutiger-roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'frutiger-bold';
    src: url('fonts/frutiger-bold.eot');
    src: url('fonts/frutiger-bold.eot?#iefix') format('embedded-opentype'), url('fonts/frutiger-bold.woff') format('woff'), url('fonts/frutiger-bold.ttf') format('truetype'), url('fonts/frutiger-bold.svg#frutiger-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'frutiger-black';
    src: url('fonts/frutiger-black.eot');
    src: url('fonts/frutiger-black.eot?#iefix') format('embedded-opentype'), url('fonts/frutiger-black.woff') format('woff'), url('fonts/frutiger-black.ttf') format('truetype'), url('fonts/frutiger-black.svg#frutiger-black') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* /Fontes */

/* Corpo */

body {
    font-family: 'frutiger-roman', Arial, sans-serif;
    text-rendering: optimizeLegibility;
    background: url('../images/fundo.jpg') no-repeat center top #d1d8ee fixed;
    position: relative;
}

/* /Corpo */

/* Topo */

header {
    background: url('../images/sombra.png') rgba(255,255,255,0.8) repeat-x center bottom;
    padding: 25px;
    width: 1100px;
    margin: 25px auto 5px;
    box-sizing: border-box;
    border-radius: 25px 0 0 0;
}

    header h1 {
        text-align: center;
        font-family: 'frutiger-bold';
        text-transform: uppercase;
        margin: 0;
    }

        header h1 a {
            text-decoration: none;
            color: #3777BC;
            display: block;
            background: url('../images/mrs.png') no-repeat left center / contain;
            padding: 15px;
            font-size: 30px;
        }

/* /Topo */

/* Rodapé */

footer {
    background: url('../images/sombra.png') rgba(255,255,255,0.8) repeat-x center bottom;
    padding: 25px;
    width: 1100px;
    margin: 5px auto 25px;
    box-sizing: border-box;
    border-radius: 0 0 25px 0;
}

    footer p {
        text-align: center;
        font-family: 'frutiger-roman';
        margin: 0;
        font-size: 12px;
        color: #6d6d6d;
    }

/* /Rodapé */

/*Início: Menu Interno*/
#menu-interno {
    margin: 10px 0 40px 0;
}

    #menu-interno ul {
        margin: 0;
        padding: 0;
    }

        #menu-interno ul li {
            display: inline;
            margin: 0 auto;
        }

            #menu-interno ul li a {
                border: 1px solid #ffda00;
                border-radius: 5px;
                box-shadow: 3px 3px 3px #6d6d6d;
                color: #00355b;
                display: inline-block;
                font-family: "frutiger-bold",sans-serif;
                font-size: 14px;
                height: 0;
                line-height: 0;
                margin: 0 0 5px 0;
                padding: 18px 15px 15px 15px;
                text-align: center;
                text-decoration: none;
                text-transform: uppercase;
                transition: background-color 0.5s ease 0s, background-size 0.5s ease 0s, color 0.5s ease 0s, box-shadow 0.5s ease 0s;
                box-sizing: border-box;
                /*width: 16.3%;*/
            }

                #menu-interno ul li a:hover {
                    background-color: #ffffff;
                    border: 1px solid #FFDA00;
                    color: #00355b;
                    box-shadow: 5px 5px 5px #00355B, inset 0 0 15px #00355B;
                }

/*Fim: Menu Interno*/

/* Conteúdo */

main {
    background: #fff;
    padding: 15px;
    width: 1100px;
    margin: 5px auto 5px;
    box-sizing: border-box;
}

    main h2 {
        text-align: center;
        font-family: 'frutiger-bold';
        margin: 10px 0 20px 0;
        padding: 0;
        font-size: 22px;
        color: #00355B;
    }

    main h3 {
        font-family: 'frutiger-bold';
        margin: 20px 0 0 15px;
        padding: 0;
        font-size: 18px;
        color: #3777BC;
    }

    main h4 {
        font-family: 'frutiger-bold';
        margin: 20px 0 0 15px;
        padding: 0;
        font-size: 16px;
        color: #DF6D27;
    }

    main p {
        font-family: 'frutiger-roman';
        margin: 15px 0 15px 0;
        padding: 0;
        font-size: 13px;
        color: #6d6d6d;
    }

        main p a {
            color: #6d6d6d;
            text-decoration: none;
        }

            main p a:hover {
                text-decoration: underline;
            }

    main .text-center {
        text-align: center;
    }

    main .bloco {
        border-top: 1px dotted rgba(109,109,109,0.2);
        padding: 5px 0 30px 0;
    }

        main .bloco:last-child {
            padding: 20px 0 5px 0;
        }

    main .espaco {
        padding: 20px 0 20px 0;
    }

    main .bloco .coluna {
        float: left;
        box-sizing: border-box;
        padding: 0 15px;
    }

    main .bloco .col-100 {
        width: 100%;
    }

    main .bloco .col-70 {
        width: 70%;
    }

    main .bloco .col-66 {
        width: 66.5%;
    }

    main .bloco .col-50 {
        width: 50%;
    }

    main .bloco .col-40 {
        width: 40%;
    }

    main .bloco .col-33 {
        width: 33.3%;
    }

    main .bloco .col-30 {
        width: 30%;
    }

    main .bloco .col-25 {
        width: 25%;
    }

    main .bloco .col-20 {
        width: 20%;
    }

    main .bloco .col-15 {
        width: 15%;
    }

    main .bloco .col-10 {
        width: 10%;
    }

    main .bloco label {
        display: block;
        font-family: 'frutiger-roman';
        font-size: 12px;
        color: #6d6d6d;
        margin: 15px 0 5px 0;
    }

    main .bloco input[type=text], main .bloco input[type=password], main .bloco input[type=email], main .bloco input[type=number], main .bloco input[type=date], main .bloco input[type=checkbox], main .bloco select {
        padding: 8px;
        box-sizing: border-box;
        font-family: 'frutiger-roman';
        font-size: 13px;
        color: #6d6d6d;
        border: 1px solid rgba(109,109,109,0.5);
        transition: background 0.3s ease;
        margin: 0 0 0 0;
        border-radius: 3px;
        height: 37px;
        width: 100%;
    }

    main .bloco input[type=checkbox] {
        width: auto;
        height: auto;
    }

        main .bloco input[type=text]:focus, main .bloco input[type=password]:focus, main .bloco input[type=email]:focus, main .bloco input[type=number]:focus, main .bloco input[type=date]:focus, main .bloco input[type=checkbox]:focus, main .bloco select:disabled:hover {
            background: rgba(109,109,109,0.1);
            border: 2px solid rgba(109,109,109,0.3);
            padding: 7px;
        }

    main .bloco select:disabled {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }

        main .bloco select:disabled::-ms-expand {
            display: none;
        }

    main .bloco td > select:disabled {
        background-color: rgb(235, 235, 228);
    }

    main .bloco input[type=radio], main .bloco input[type=checkbox] {
        top: 2px;
        position: relative;
    }

    main .bloco textarea {
        padding: 8px;
        box-sizing: border-box;
        font-family: 'frutiger-roman';
        font-size: 12px;
        color: #6d6d6d;
        border: 1px solid rgba(109,109,109,0.5);
        transition: background 0.3s ease;
        margin: 0 0 -5px 0;
        border-radius: 3px;
        height: 100px;
        line-height: 18px;
    }

        main .bloco textarea:focus {
            background: rgba(109,109,109,0.1);
            border: 2px solid rgba(109,109,109,0.3);
            padding: 7px;
        }

    main .bloco button, main .bloco .button {
        padding: 9px 9px 8px 9px;
        color: #fff;
        min-width: 123px;
        text-align: center;
        border-radius: 5px;
        margin: 0 5px 0 0;
        font-size: 14px;
        font-family: "frutiger-bold",sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        transition: opacity 0.5s ease;
        border: 0;
        display: inline-block;
    }

    main .bloco .button {
        display: block !important;
        margin: 0px !important;
    }

    main .bloco button:hover, main .bloco a:hover {
        cursor: pointer;
        opacity: 0.8;
    }

    main .bloco button:disabled {
        opacity: 0.55;
        cursor: not-allowed;
        filter: brightness(55%);
    }

    .not-active {
        pointer-events: none;
        opacity: 0.55;
        cursor: not-allowed;
        filter: brightness(55%);
    }

    main .bloco #btnEdicao:disabled {
        opacity: 0.55;
        cursor: not-allowed;
        filter: brightness(55%);
    }

    main .bloco .verde {
        background: #00853F;
        color: #FFDA00;
    }

    main .bloco .verde:disabled {
        background: #619178;
        cursor: not-allowed;
    }

    main .bloco .azul {
        background: #00355B;
        color: #FFDA00;
    }

    main .bloco .verde-claro {
        background: #00853F;
        color: #fff;
    }

    main .bloco .vermelho {
        background: #C61557;
        color: #fff;
    }

    main .bloco .cinza {
        background: #9b9b9b;
        color: #fff;
    }

    main .bloco .button-center {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 0px;
    }

    main .bloco .larg-100 {
        width: 100%;
    }

    main .bloco .larg-90 {
        width: 90%;
    }

    main .bloco .larg-80 {
        width: 80%;
    }

    main .bloco .larg-70 {
        width: 70%;
    }

    main .bloco .larg-50 {
        width: 50%;
    }

    main .bloco .larg-30 {
        width: 30%;
    }

    main .bloco .larg-15 {
        width: 15%;
    }

    main .bloco table {
        max-width: 1039px;
        width: 100%;
        margin: 15px 0 0 15px;
        border-collapse: collapse;
    }

        main .bloco table thead {
            font-family: "frutiger-bold",sans-serif;
        }

        main .bloco table .text-left {
            text-align: left;
        }

        main .bloco table .text-right {
            text-align: right;
        }

        main .bloco table thead th {
            background: #a6a6a7;
            color: #fff;
            font-weight: normal;
            font-size: 12px;
            text-transform: uppercase;
            padding: 8px;
            border-radius: 5px;
            border: 1px solid #fff;
            letter-spacing: 1px;
        }

        main .bloco table tbody td {
            color: #6d6d6d;
            font-weight: normal;
            font-size: 12px;
            padding: 8px;
            text-align: center;
            border: 1px solid #fff;
            border-radius: 5px;
            vertical-align: middle;
        }

        main .bloco table tbody tr:nth-child(odd) {
            background: #ede5ea;
        }

        main .bloco table tbody tr:nth-child(even) {
            background: #d4d8dc;
        }

        main .bloco table tbody tr.odd {
            background: #ede5ea;
        }

        main .bloco table tbody tr.even {
            background: #d4d8dc;
        }

        main .bloco table tbody tr:hover {
            background: #f9e2d4;
        }

        main .bloco table tbody td a {
            color: #6d6d6d;
            text-decoration: none;
            margin: 0 5px 0 5px;
        }

            main .bloco table tbody td a:hover {
                color: #4e4e4e;
                text-decoration: underline;
            }

        main .bloco table tbody td p {
            margin: 10px 0 5px 6px;
            border-left: 1px dotted #adadad;
            padding: 0;
        }

        main .bloco table tbody td img {
            width: 12px;
            height: auto;
            margin: 0 10px -2px 0;
        }

            main .bloco table tbody td img.icon {
                width: 14px;
            }

        main .bloco table tbody td .date {
            width: 84px;
        }

        main .bloco table tbody td img:hover {
            opacity: 0.8;
        }

        main .bloco table tbody .atrasado {
            background: #C61557;
            color: #fff;
            border-radius: 5px;
        }

        main .bloco table tbody .no-prazo {
            background: #00853F;
            color: #fff;
            border-radius: 5px;
        }

        main .bloco table tbody .neutro {
            background: #FFC840;
            color: #fff;
            border-radius: 5px;
        }

#conteudo .ver-mais {
    cursor: pointer;
}

/* /Conteúdo */

/*Início: Gerais*/

::-webkit-input-placeholder {
    color: #868484;
}

:-moz-placeholder {
    color: #868484;
}

::-moz-placeholder {
    color: #868484;
}

:-ms-input-placeholder {
    color: #868484;
}

.clear {
    clear: both;
}

* {
    outline: none;
}

input {
    outline: none;
}

.tooltip {
    position: relative;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 350px;
        background-color: gray;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 10%;
        margin-left: -60px;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent gray transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

/*Fim: Gerais*/

.invalid {
    border: 1px solid red !important;
}

.span-error {
    font-size: 10px;
    color: red;
    margin-top: 5px;
}

main .financeiro select {
    padding: 6px 8px !important;
}

.ui-dialog {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    margin: 0px;
    border: 1px solid #a6a6a7;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 22px 0px rgba(166,166,167,1);
    -moz-box-shadow: 3px 3px 22px 0px rgba(166,166,167,1);
    box-shadow: 3px 3px 22px 0px rgba(166,166,167,1);
}

    .ui-dialog main {
        width: auto;
        margin: 0px;
        padding: 0px;
    }

.partial-view h3 {
    margin: 0px;
}

.ui-dialog-titlebar, .ui-dialog-titlebar-close {
    display: none;
}

.ui-button {
    background: #00853F;
    color: #fff;
    padding: 9px 9px 8px 9px;
    color: #fff;
    min-width: 123px;
    text-align: center;
    border-radius: 5px;
    margin: 0 5px 0 0;
    font-size: 14px;
    font-family: "frutiger-bold",sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.5s ease;
    border: 0;
    display: inline-block;
}

    .ui-button.vermelho {
        background: #C61557;
        color: #fff;
    }

.divEditTaxa .div-submit {
    text-align: center;
    margin-top: 20px;
}

.divEditTaxa img.icon {
    width: 12px;
    margin: 0 10px -2px 0;
}

.clearfix {
    clear: both;
}

.dataField {
    width: 135px !important;
}

    .dataField::-webkit-inner-spin-button {
        display: none;
        -webkit-appearance: none;
    }

#table-solicitacoes a, #table-usuarios a {
    color: #3777BC;
}

#table-solicitacoes_filter, #table-usuarios_filter {
    text-align: right;
    padding: 0px 15px;
}

    #table-solicitacoes_filter input[type='search'], #table-usuarios_filter input[type='search'] {
        margin-left: 10px;
        padding: 8px;
        box-sizing: border-box;
        font-family: 'frutiger-roman';
        font-size: 13px;
        color: #6d6d6d;
        border: 1px solid rgba(109,109,109,0.5);
        transition: background 0.3s ease;
        border-radius: 3px;
        height: 37px;
    }

#table-solicitacoes tbody td, #table-usuarios tbody td {
    padding: 15px !important;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.dataTables_length {
    margin-left: 15px;
}

.no-label-fix {
    margin-top: 34px;
}

.login-form a {
    color: #3777BC;
    font-size: 12px;
    text-decoration: none;
}

#loading-image {
    position: absolute;
    top: 50%;
    /*left: 240px;*/
    z-index: 100;
}

.alert {
    padding: 20px;
    background-color: #00853F;
    color: white !important;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

    .alert.success {
        background-color: #00853F;
    }

    .alert.info {
        background-color: #8DC63F;
    }

    .alert.warning {
        background-color: #C61557;
    }

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }

.error-msg {
    font-size: 12px;
    color: red;
}

.menu {
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

    .menu a {
        color: #3777BC;
        text-decoration: none;
        font-size: 12px;
        margin-right: 15px;
    }

        .menu a:first-child {
            margin-left: 15px;
        }

.select2-selection {
    height: 37px !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    padding: 4px;
    font-family: 'frutiger-roman';
    font-size: 13px;
    color: #6d6d6d;
    border: 1px solid rgba(109,109,109,0.5) !important;
    transition: background 0.3s ease !important;
    margin: 0 0 0 0;
    width: 100%;
    padding-left: initial !important;
}

.select2-results__option, .select2-search__field {
    font-family: 'frutiger-roman';
    font-size: 13px;
    color: #6d6d6d;
}

.select2-container:not(.select2-container--above):not(.select2-container--below) {
    width: 100% !important;
}

.select2-dropdown {
    width: auto !important;
}

#table-solicitacoes .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 20px;
}

/* SLAS */
.slas {
    margin-left: 0 !important;
    width: 100% !important;
}

    .slas tbody tr {
        background-color: #ede5ea !important;
    }

        .slas tbody tr:nth-child(odd) {
            background-color: #d4d8dc !important;
        }
/* /SLAS */

/* Container das abas */
.tabs-container {
    position: relative;
    height: 325px;
    max-width: 100%;
    margin: 0 auto;
}

    .tabs-container:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: none;
    }

    .tabs-container p {
        margin: 0;
        padding: 0;
    }

    .tabs-container textarea {
        height: 135px !important;
    }
/* /Container das abas */

/* Abas */
input.tabs {
    display: none;
}

    input.tabs + label + div {
        width: 98%;
        position: absolute;
        background: #fff;
        top: 55px;
        left: 0;
        height: 250px;
        padding: 10px;
        transition: opacity ease-in-out .3s;
        border: 1px solid rgba(109,109,109,0.5);
        border-radius: 0 3px 3px 3px;
    }

    input.tabs:checked + label + div {
        opacity: 1;
        z-index: 1000;
    }

    input.tabs + label {
        line-height: 40px;
        padding: 0 20px;
        float: left;
        color: #6d6d6d;
        cursor: pointer;
        transition: background ease-in-out .3s;
        border: 1px solid rgba(109,109,109,0.5);
        border-radius: 3px;
    }

    input.tabs:checked + label {
        color: #6d6d6d;
        background: #ebebe4;
    }
/* /Abas */

/*Início: Gerais*/
::-webkit-input-placeholder {
    color: #868484;
}

:-moz-placeholder {
    color: #868484;
}

::-moz-placeholder {
    color: #868484;
}

:-ms-input-placeholder {
    color: #868484;
}

.clear {
    clear: both;
}

* {
    outline: none;
}

input {
    outline: none;
}

tspan {
    fill: #6c6c6c;
}

g text {
    text-decoration: none !important;
}
/*Fim: Gerais*/



/*Modal*/
#myModal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

    #myModal .painelModal {
        border-radius: 20px;
        background: #fff;
        width: 600px;
        height: auto;
        left: 50%;
        top: 50%;
        position: absolute;
        margin-top: -200px;
        margin-left: -300px;
        padding: 30px;
        box-sizing: border-box;
    }

    #myModal .close {
        margin-top: -2px;
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
    }


main .center {
    text-align: center;
    margin-bottom: 20px;
}

main .data-referencia td {
    background: #a6a6a7 !important;
    color: #fff !important;
    font-weight: normal !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    padding: 8px !important;
    border-radius: 5px !important;
    border: 1px solid #fff !important;
    letter-spacing: 1px !important;
}

main .excecao {
    color: #bf0d0e !important;
}

main .grafico {
    margin-top: 8px;
}




/* Timeline */
#timeline {
    list-style: none;
    margin: 50px 0 30px 120px !important;
    padding-left: 30px !important;
    border-left: 8px solid #DEDFE1;
    font-size: 12px;
    color: #696969
}

    #timeline li {
        margin: 40px 0;
        position: relative;
    }

    #timeline p {
        margin: 0 0 15px;
       
    }

    #timeline .date {
        margin-top: -10px;
        top: 50%;
        left: -158px;
        font-size: 0.95em;
        line-height: 20px;
        position: absolute;
    }

    #timeline .circle {
        margin-top: -10px;
        top: 50%;
        left: -44px;
        width: 10px;
        height: 10px;
        background: #F2F4F6;
        border: 5px solid #DEDFE1;
        border-radius: 50%;
        display: block;
        position: absolute;
    }

    #timeline .content {
        max-height: 20px;
        padding: 50px 20px 0;
        border-color: transparent;
        border-width: 2px;
        border-style: solid;
        border-radius: 0.5em;
        position: relative;
    }

        #timeline .content:before, #timeline .content:after {
            content: "";
            width: 0;
            height: 0;
            border: solid transparent;
            position: absolute;
            pointer-events: none;
            right: 100%;
        }

        #timeline .content:before {
            border-right-color: inherit;
            border-width: 20px;
            top: 50%;
            margin-top: -20px;
        }

        #timeline .content:after {
            border-right-color: #FFF;
            border-width: 17px;
            top: 50%;
            margin-top: -17px;
        }


        #timeline .content p {
            max-height: 0;
            color: inherit;
            text-align: justify;
            word-break: break-all;
            hyphens: auto;
            overflow: hidden;
        }

    #timeline label {
        font-size: 1.3em !important;
        position: absolute !important;
        z-index: 100 !important;
        cursor: pointer !important;
        top: 20px !important;
        transition: transform 0.2s linear !important;
        background: none !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    #timeline .radio {
        display: none;
    }

        #timeline .radio:checked + .relative label {
            cursor: auto;
            transform: translateX(42px) !important;
        }

        #timeline .radio:checked + .relative .circle {
            background: #00853F;
        }

        #timeline .radio:checked ~ .content {
            max-height: 180px;
            border-color: #DEDFE1;
            margin-right: 20px;
            transform: translateX(20px);
            transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
        }

            #timeline .radio:checked ~ .content p {
                max-height: 200px;
                transition: color 0.3s linear 0.3s;
                text-transform: inherit !important;
                font-weight: normal !important;
                font-family: inherit;
            }

.horizontal-scroll {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.fakeinput-outer {
    padding: 7px;
    box-sizing: border-box;
    font-family: 'frutiger-roman';
    font-size: 13px;
    color: #6d6d6d;
    border: 1px solid rgba(109,109,109,0.5);
    transition: background 0.3s ease;
    margin: 0 0 0 0;
    border-radius: 3px;
    height: 37px;
    width: 100%;
    display: table;
}
.fakeinput-inner {
    display: table-cell;
    vertical-align: middle;
}
.fakeinput-outer[disabled] {
    background-color: #fafafa;
}

.form-check {
    display: inline-block !important;
    padding-top: 4px !important;
    padding-left: 3em !important;
}
.form-check label {
    margin: 0 !important;
    vertical-align: middle !important;
    display: inline-block !important;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none; /* Ocultar inicialmente */
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}