﻿
/* ------------------------------------------------------------------------------------------------------------------------------------------

    ###### Guardian Portal - Estilo Geral ######


    LBeB Consultores Associados
    http://www.lbeb.com.br/

 ------------------------------------------------------------------------------------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);

@font-face {
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 400;
    src: url(../Font/BalooTammudu2-Regular.ttf) format('truetype');
}

body {
    /*    font-family: 'Baloo' !important;*/
    color: #000 !important;
}


.btn-custom:focus,
.btn-custom:active,
a:focus,
a:active,
button:focus,
button:active,
i:focus,
i:active {
    outline: none !important;
    box-shadow: none !important;
}


body, input[type=checkbox], input[type=radio], select {
    font-family: 'Open Sans', sans-serif !important;
    color: #000 !important;
}

:root {
    --corPrincipal: #0C72B0 !important;
    --corBackground: #E1EAFB !important;
    --corEfeito: #ff8200 !important;
}


/* -------------------------------- Barra Superior -------------------------------- */

/* Cabeçalho */
.navbar {
    margin-bottom: 10px !important;
}

/* Cabeçalho */
.navbar-header {
    width: 100%;
}

/* -------------------- Conteudo -------------------- */

.botao-restrito {
    background-color: #FFC107 !important;
    color: black !important;
    border-color: #FFC107 !important;
    font-weight: bold !important;
}

.btn-purple {
    color: #fff;
    background-color: #6b40ac;
    border-color: #563d7c !important;
}

    .btn-purple:hover {
        color: #fff !important;
        background-color: #563d7c;
    }

.remove-resize {
    resize: none;
}

.remove-padding {
    padding: 0 !important;
}

/* -------------------------------- Formulario -------------------------------- */

/* Corpo Pagina */
#CorpoPagina {
    background-color: #ededed;
}

/* Sub Titulo */
.subTitulo-x1 {
    color: var(--corPrincipal);
    font-weight: bold;
    font-size: 20px;
}

/* Sub Titulo */
.subTitulo-x2 {
    color: var(--corPrincipal);
    font-weight: bold;
    font-size: 30px;
}

/* Compo Formulário */
.campoForm {
    margin-top: 20px;
}

.box-status {
    min-height: 20px !important;
}

/* Imagem Loading */
#imgLoading {
    border-style: None;
    width: 40px;
    position: absolute;
    right: 1%;
    top: 8%;
    z-index: 500;
}

.float-direita {
    float: right;
}

.float-esquerda {
    float: left;
}

.centralizar-texto {
    text-align: center;
}

.alinhar-direita {
    text-align: right;
}

.alinhar-esquerda {
    text-align: left;
}

.rolagem {
    overflow-x: auto;
    overflow-y: auto;
}

.color-ocoren {
    color: #FF0000 !important;
}

/*#region ----------------------------------------------------------------------------- MENSAGEM DE LOADING ----------------------------------------------------------------------------- */

.panel-loading {
    z-index: 1500;
    position: fixed;
    top: 35%;
    left: 20%;
    width: 60%;
    padding: 10px;
    opacity: 0.9;
    border-radius: 20px;
    text-align: center;
    color: white;
    font-size: 7rem;
    font-weight: bold;
}

.background-loading {
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
}

.privacidade-interior {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: inherit;
}

.botao-privacidade {
    padding: 8px 16px;
    border-radius: 3px;
    font-family: opensans, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.texto-privacidade {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.45px;
    color: #333;
}

.pum-close {
    position: absolute;
    height: 28px;
    width: 28px;
    left: auto;
    right: 8px;
    bottom: auto;
    top: 8px;
    padding: 4px;
    color: #fff;
    font-family: "Times New Roman";
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    border: 1px none #fff;
    border-radius: 42px;
    box-shadow: 0 0 0 0 rgba(2,2,2,.23);
    text-shadow: 0 0 0 rgba(0,0,0,.23);
    background-color: rgba(49,91,124,1.00);
}

.modal-privacidade {
    position: fixed;
    z-index: 1031;
    bottom: 16px;
    left: 16px;
    right: 16px;
    margin: auto;
    max-width: 1334px;
    min-height: 70px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
    border: solid 1px #eeeeee;
    background-color: #fff;
}


/*#endregion */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #7ec1e0;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #7ec1e0;
}

::-webkit-scrollbar-button {
    height: 15px;
    width: 15px;
    background-size: auto;
    background-repeat: no-repeat;
}

    ::-webkit-scrollbar-button:vertical:decrement {
        background-image: url("../Resources/arrow-up.png");
        background-position: top;
    }

    ::-webkit-scrollbar-button:vertical:increment {
        background-image: url("../Resources/arrow-down.png");
        background-position: bottom;
    }

    ::-webkit-scrollbar-button:horizontal:decrement {
        background-image: url("../Resources/arrow-left.png");
        background-position: left;
    }

    ::-webkit-scrollbar-button:horizontal:increment {
        background-image: url("../Resources/arrow-right.png");
        background-position: right;
    }


.azulClaroCopapa {
    background: #008a8c !important;
    color: white !important;
}

.container-branco {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 10px 15px 10px 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}





/*rodape*/

.rodapeMargin {
    margin-left: 15px;
    margin-bottom: 10px;
}


.divRodape {
    height: 45px !important;
    background-color: #5a8ab5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.legendaIndex {
    font-family: 'Baloo';
    font-size: 26px;
    font-weight: bold;
}

.botao-voltar {
    background-color: #7ba3c7;
    border-color: #7ba3c7;
    color: black;
}
