
*
{
    box-sizing: border-box;

    --border-radius: 6px;

    --altura-header: 54px;

    --altura-botao: 42px;
    --altura-textbox: 42px;

    --padding-left: 72px;
    --padding-right: 72px;

    --box-shadow: 0px 2px 4px 0px #0000001c;
    /* --box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%); */
    --box-shadow: 0px 0px 20px -10px #909090;
    --box-shadow: 0 1px 2px 0 rgba(0,0,0,.12);

    /* --- cores do sistema -- */

    --cor-de-fundo: #f2f1f5;
    --cor-de-fundo: #f0f0f0;
    --cor-de-fundo: #f5f5f5;
    --cor-de-fundo: #ebebeb;

    --border-color: #e0e0e0;
}

body 
{
    background-color: var(--cor-de-fundo);
    padding: 0;
    margin: 0;
    font-family: system-ui, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0.5px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* header */

header
{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: var(--box-shadow);
    background-color: #FFFFFF;
    background-color: #4483E0;

    background: rgb(0,127,208);
    background: radial-gradient(circle, rgba(0,127,208,1) 20%, rgba(55,92,125,1) 100%);

    background: rgb(0,101,166);
    /* background: radial-gradient(circle, rgba(0,101,166,1) 20%, rgba(68,97,123,1) 100%); */

    color: #FFFFFF;
}

header .container1
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 6px;
}

header .container1 .divLeft
{
    display: flex;
    align-items: center;
}

header .container1 .divCenter
{
    flex-grow: 1000;
    margin: 0 12px;
}

header .container1 .divRight
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btnNav
{
    padding: 0;
    border: none;
    /* font-size: 24px; */
    /* transform: rotate(90deg); */
    height: 48px;
    line-height: 48px;
    min-width: 48px;
    /* letter-spacing: -0.8px; */
    margin: 0;
}

header h1
{
    margin: 0 0 0 10px;
    /* font-size: 120%; */
    font-size: 18px;
    font-weight: 600;
    font-weight: 500;
    text-align: center;
    text-wrap: nowrap;
}

#btnUsuario
{
    padding: 0;
    border: none;
    margin-left: 0;
}

#divInformacoesUsuario
{
    display: none;
    /* box-shadow: 0px 0px 12px -3px #707070; */
    color: #212121;
}

#divInformacoesUsuario .divBack
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 999;
}

#divInformacoesUsuario .card
{
    position: relative;
    z-index: 9999;
}

/* ---------------------------------------------------------------------------------------------------- */
/* nav */

nav
{
    display: none;
    background-color: rgb(0 0 0 / 30%);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    /* backdrop-filter: blur(6px); */
}

nav .container3
{
    background-color: #FFFFFF;
    width: 280px;
    /* min-width: 260px; */
    height: 100%;
    overflow: auto;
}

nav .container4
{
    display: flex;
    align-items: center;
    padding: 8px 6px;
}

nav .container4 h1
{
    margin: 0 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    font-weight: 500;
}

nav .container5
{
    padding-top: 18px;
}

nav a
{
    text-decoration: none;
    color: #000000;
    display: block;
    font-size: 15px;
    font-size: 14px;
    margin: 6px 12px;
    padding: 12px 12px;
    border-radius: var(--border-radius);
    cursor: pointer;
    display: flex;
    align-items: center;
}

nav a:hover
{
    background-color: #d0d0d0;
    background-color: rgba(0, 0, 0, 0.1);
}

#nav_btnMinhaConta
{
    margin-top: 30px;
}

nav span
{
    margin: 0 10px;
}

.navVisivel
{
    display: flex;
}

nav .right
{
    flex-grow: 10000;
}

.figureLogo 
{
    margin: 0 0 0 9px;
}

nav .imgLogo 
{
    height: 45px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* overflow-menu */

.overflow-menu
{
    position: absolute;
    width: fit-content;
    display: none;
    /* z-index: 999; */
    top: 60px;
    right: 12px;
    overflow: auto;
    max-width: 290px;
}

.overflow-menu .bg
{
    background-color: #e0e8ec;
    background-color: #4483e026;
    border-radius: var(--border-radius);
    /* margin-bottom: 18px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 18px;
    text-align: center;
    color: #4483e0;
}

.overflow-menu a
{
    color: #000000;
    color: #212121;
    text-decoration: none;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 8px 20px;
    border-radius: var(--border-radius);
}

.overflow-menu a:hover
{
    background-color: #0366d6;
    color: #FFFFFF;
}

#lblNomeUsuario
{
    display: block;
    text-align: center;
    padding: 6px 6px 6px 6px;
    font-weight: 600;
    font-size: 16px;
}

#lblLocalTrabalho
{
    text-align: center;
    display: block;
    padding: 6px 6px 6px 6px;
    font-weight: 500;
}

#btnGerenciarConta, #btnAlterarLocalTrabalho, #btnSair
{
    width: 100%;
    margin: 12px 0 0 0;
}



/* ---------------------------------------------------------------------------------------------------- */
/* main */

main
{
    padding: 18px var(--padding-right) 18px var(--padding-left);
    width: 100%;
    max-width: 900px;
    /* max-width: 850px; */
    margin-left: auto;
    margin-right: auto;
}


/* ---------------------------------------------------------------------------------------------------- */
/* divTabela */

.divTabela
{
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    margin-top: 18px;
    background-color: #ffffff;
    flex-grow: 9999;
    display: flex;
    flex-direction: column;
    padding: 12px;
}

.divTabela .theader
{
    margin: 0px 0px 0px 0px;
    border-radius: 10px;
    padding: 12px;
    font-weight: 600;
    font-size: 16px;
}

.divTabela .theader .tleft
{
    /* font-size: 150%; */
}

.divTabela .theader .tcenter
{
    
}

.divTabela .theader .tright
{
    
}

.divTabela .theader .tright input
{
    width: 410px;
    background-color: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.15);
}

.divTabela .theader .tright input::placeholder
{
    color: rgba(0, 0, 0, 0.3);
}

.divTabela .theader button
{
    font-weight: 500;
    padding: 0 13px 0 13px;
    min-width: var(--altura-textbox);
    border-radius: 8px;
    text-align: center;
}

.btnAdd
{
    font-size: 24px;
    border-radius: 50px;
    padding: 0 13px 0 13px;
}

.divTabela .tbody
{
    /* padding: 10px; */
    /* border-radius: 10px; */
    /* background-color: #ffffff; */
    /* min-height: 30vh; */
}

.divTabela .tbody .tr
{
    padding: 12px;
    border: solid 1px var(--border-color);
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border-radius: var(--border-radius);
    margin: 0 0 6px 0;
}

.divTabela .tbody .tr .l1
{
    cursor: inherit;
    font-weight: 600;
    /* margin-bottom: 8px; */
    display: inline-block;
    font-size: 16px;
}

.divTabela .tbody .tr .l2
{
    cursor: inherit;
    color: #808080;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
}

.divTabela .tbody .tr .objeto
{
    display: none;
}

.divTabela .tbody .tr:hover
{
    background-color: #f5f5f5;
}

.divTabela .tbody .tr.selected
{
    background-color: #fafafa;
}

.divTabela .tfooter
{
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    height: 6px;
}

.divTabela .tbody .tr .btnEcluir
{
    height: 20px;
    line-height: 20px;
    padding: 0 0px;
    font-size: 10px;
    margin-right: 3px;
    min-width: initial;
    width: 20px;
}



/* ---------------------------------------------------------------------------------------------------- */
/* form */

input, input[type=text], input[type=email], input[type=password], input[type=number] 
{
    border-radius: var(--border-radius);
    width: 100%;
    padding: 0px 6px;
    font-size: 15px;
    border: 1px solid var(--border-color);
    margin: 0px 0px 0 0px;
    height: var(--altura-textbox);
    letter-spacing: 0.5px;
}

input:disabled
{
    cursor: not-allowed;
}

textarea
{
    border-radius: var(--border-radius);
    width: 100%;
    padding: 11px 6px;
    font-size: 15px;
    border: 1px solid var(--border-color);
    margin: 0px 0px 24px 0px;
    height: var(--altura-textbox);
    min-height: var(--altura-textbox);
    resize: none;
    font-family: system-ui, Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    line-height: 20px;
    overflow: hidden;
}

.form 
{
    background-color: #ffffff;
    border-radius: var(--border-radius);
    padding: 18px 18px 18px 18px;
    margin-bottom: 18px;
    box-shadow: var(--box-shadow);
}

.form .form-item
{
    margin-bottom: 18px;
}

.form .form-item2
{
    margin-bottom: 0px;
}

.form .header
{
    display: flex; 
    align-items: center;
    /* height: var(--altura-botao); */
    margin: 0 0 6px 0;
}

.form .form-item .content
{
    
}

.form h1
{
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 18px 0;
}

.form .div-info
{
    /* display: flex; */
}

.form .div-info .span-i
{
    border: 2px solid;
    padding: 0px 5px;
    border-radius: 50px;
    color: #707070;
    margin-left: 12px;
    font-weight: 600;
    font-size: 12px;
    cursor: default; 
}

.form .div-info .span-informacao
{
    display: none;
    position: absolute;
    margin: -52px 18px 0 6px;
    background-color: #ffffff;
    padding: 18px 24px;
    border-radius: var(--border-radius);
    border: 1px solid #c9c9c9;
    box-shadow: var(--box-shadow);
    font-size: 14px;
    max-width: 450px;
}

.form .div-info .span-informacao hr
{
    margin-left: -24px;
    margin-right: -24px;
    border-color: #e0e0e0;
    border-top: none;
}

.form .div-info .span-i:hover + .span-informacao
{
    display: initial;
}

.form input[type=text], input[type=email], input[type=password], textarea
{
    margin: 0px 0px 0px 0px;
}

.form label
{
    font-weight: 500;
    display: inline-block;
    padding-left: 1px;
}

input[type=radio] 
{
    border-radius: var(--border-radius);
    padding: 8px 6px;
    margin: 0;
    border: 1px solid var(--border-color);
    margin: 0px 5px 0px 0px;
    height: var(--altura-botao);
}

input[type=checkbox] 
{
    border-radius: var(--border-radius);
    width: initial;
    width: inherit;
    width: auto;
    width: fit-content;
    width: 15px;
    height: 15px;
    border: 1px solid var(--border-color);
    margin: 0px 2px 0px 0px;
}

.div-textarea 
{
    border: solid 1px var(--border-color);
    padding: 10px;
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    border-radius: var(--border-radius);
}

select
{
    font-size: 15px;
    width: 100%;
    width: -webkit-fill-available;
    height: var(--altura-textbox);
    border: solid 1px var(--border-color);
    padding: 10px 8px;
    background-color: #FFFFFF;
    margin: 4px 0px 10px 0px;
    border-radius: var(--border-radius);
}

/* ---------------------------------------------------------------------------------------------------- */
/* button */

button
{
    border: none;
    border: 1px solid var(--border-color);
    padding: 0 18px;
    font-size: 15px;
    cursor: pointer;
    border-radius: var(--border-radius);
    height: var(--altura-botao);
    line-height: var(--altura-botao);
    min-width: var(--altura-botao);
    color: inherit;
    background-color: inherit;
    letter-spacing: 0.5px;
    margin: 0 6px;
    font-family: system-ui, Helvetica, Arial, sans-serif;
}

/* button span
{
    display: inline-block;
    vertical-align: top;
    line-height: var(--altura-botao);
} */

button:hover
{
    background-color: rgba(0, 0, 0, 0.1);
    /* background-color: #8e8e8e; */
    /* botao escuto: background-color: #333333; color: #d6d6d6; hover: color: #ffffff; */
}

button i
{
    font-style: normal;
    display: inline-block;
    line-height: var(--altura-botao) !important;
}

button:disabled
{
    opacity: 0.3;
    cursor: not-allowed;
    /* background-color: initial; */
}

button.redondo
{
    border-radius: 50px;
}

button .info
{
    font-size: 12px;
    background: #40404096;
    text-align: center;
    color: #ffffff;
    padding: 6px;
    border-radius: var(--border-radius);
    position: absolute;
    margin-left: -48px;
    margin-top: 48px;
    line-height: initial;
    display: none;
}

button:hover .info
{
    display: initial;
}

.button1 
{
    background-color: #0071e3;
    color: white;
    border-radius: 50px;
    height: calc(var(--altura-botao) - 10px);
    line-height: calc(var(--altura-botao) - 10px);
}

.button1:hover
{
    background-color: #0065cc;
}

.button2 
{
    border-radius: 50px;
    height: calc(var(--altura-botao) - 10px);
    line-height: calc(var(--altura-botao) - 10px);
}

.buttonTab
{
    margin-left: 5px;
    border-radius: 50px;
    height: calc(var(--altura-botao) - 10px);
    line-height: calc(var(--altura-botao) - 10px);
    border: none;
    background-color: transparent;
}

.buttonTab:hover
{
    background-color: unset;
    border: none;
}

.buttonTab.selected
{
    background-color: #FFFFFF;
    /* box-shadow: 0px 0px 10px -2px #0000004a; */
    box-shadow: var(--box-shadow);
}

.button3
{
    background-color: #4483e0;
    color: white;
    border: none;
}

.button3:hover
{
    background-color: #3b7cde;
}

.button4
{
    background-color: #4483e026;
    color: #4483e0;
    border: none;
}

.button4:hover
{
    background-color: #4483e050;
}

/* ---------------------------------------------------------------------------------------------------- */
/* card */

.card 
{
    padding: 18px 18px 18px 18px;
    background-color: #FFFFFF;
    margin: 0px 0px 18px 0px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.card h1 
{
    /* font-weight: bold;
    font-weight: 600; */
    display: block;
    margin: 0px;
    /* font-size: 24px; */
    margin-bottom: 18px;
}

.card h2 
{
    display: block;
    margin: 0px;
    margin-bottom: 12px;
}

.card h3 
{
    /* font-weight: bold; */
    display: block;
    margin: 0px 0px 12px 0px;
    /* font-size: 16px;
    color: #707075; */
}

.card h5 
{
    font-weight: 400;
    display: block;
    margin: 0px 0px 16px 0px;
    font-size: 14px;
    color: #272727;
}

/* .card .rodape 
{
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
} */

.card .container1
{
    background-color: #e0e8ec;
    background-color: #4483e026;
    border-radius: var(--border-radius);
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 18px 24px 18px;
    text-align: center;
    color: #4483e0;
}


/* ---------------------------------------------------------------------------------------------------- */
/* dialog */


dialog 
{
    position: fixed;
    background-color: rgb(0 0 0 / 40%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    min-height: 100vh;
    border: none;
    z-index: 1000;
    margin: 0;
    padding: 18px 18px 18px 18px;
    /* backdrop-filter: blur(6px); */
}

#dialogLoading
{
    z-index: 9999999999999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    display: block;
    display: none;
}

#dialogLoading label
{
    color: #FFFFFF;
    font-size: 15px;
    background-color: rgb(0 0 0 / 70%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0px 10px 20px;
    min-width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0;
}

.loading
{
    float: right;
    margin-top: -23px;
    /* margin-right: 6px; */
    position: relative;
    /* display: none; */
}

#dialogLocalTrabalho
{
    /* padding-top: 78px; */
    align-items: center;
    position: absolute;
    position: fixed;
}

#dialogLocalTrabalho h1
{
    margin-bottom: 30px;
}

#dialogLocalTrabalho > div
{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    height: fit-content;
    /* min-height: 36vmin; */
    min-width: 50vmin;
}

#dialogLocalTrabalho button
{
    margin: 0 0 6px 0;
}


/* ---------------------------------------------------------------------------------------------------- */
/* outros */

.lblObs
{
    font-size: 12px;
    color: #808080;
    display: block;
    margin: 0px 2px 6px 6px;
    font-weight: 400 !important;
}

.txtPesquisar
{
    /* background-color: #f0f0f0; */
}

.linhaHorizontal 
{
    border-top: solid 1px var(--border-color);
    margin: 0;
    left: 0;
    right: 0;
    /* position: absolute; */
}

.body .linhaHorizontal 
{
    margin: 0 0 0 18px;
}

.flex
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1
{
    font-size: 20px;
    font-weight: 600;
    margin: 6px 0;
}

h2
{
    font-size: 18px;
    font-weight: 600;
    margin: 6px 0;
}

h3
{
    font-size: 16px;
    font-weight: 600;
    margin: 6px 0;
}

h4
{
    font-size: 14px;
    font-weight: 600;
    margin: 6px 0;
}

/* ---------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1440px) 
{

    

}



/* monitor pequeno */
@media screen and (max-width: 1100px) 
{

    *
    {

        --padding-left: 60px;
        --padding-right: 60px;

    }

    #divInformacoesUsuario
    {
        top: 60px;
    }
    
}

/* tablet pequeno e smartfone */
@media screen and (max-width: 768px) 
{

    *
    {

        --padding-left: 18px;
        --padding-right: 18px;

    }
    
}

@media screen and (max-width: 450px)
{

    *
    {

        --padding-left: 12px;
        --padding-right: 12px;

    }

    nav .container3
    {
        width: 80%;
    }

    #dialogLocalTrabalho
    {

    }
    
    #dialogLocalTrabalho > div
    {
        width: 100%;
    }
    
}



@media print
{

    *
    {
        --padding-left: 0px;
        --padding-right: 0px;
    }

    #divImpressao 
    { 
        background-color: #ffffff; 
        display: block; 
    }

}