:root
{
    --pri_color: rgba(74, 89, 145, 0.7);
    --sec_color: rgba(197, 175.9, 175.9, 0.5);   
        /*--transicao: .5s;*/
}

html, body
{
    font-family: "Roboto";
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../imagens/back9.jpg') ;
    margin-top: 0;
    margin-left: 0;
    font-family: 'Roboto';
}

header
{
    width: 100%;
    min-height: 50px;
    height: auto;
    overflow: hidden;
    background-image: linear-gradient(to right, var(--pri_color), rgba(0, 0, 0, 0.5), var(--pri_color));
}

/*
#horas
{

}
*/




.header_1
{
    /*min-height: 80px;*/
    /*height: auto;*/
    background-color: var(--pri_color);

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#logo
{
    width: 150px;
}

.local_logo, .local_login, .local_logaout
{
    /*width: 200px;*/
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
    /*height: auto;*/
    /*min-height: 60px;*/
    /*margin-left: 15px;*/
    background-color: transparent;
    color: white;
}

.local_logo
{
    /* margin-top: 40px; */
    width: 150px;
}

.local_login
{
    display: none;
}

.local_logaout
{
    /*margin-left: 0px;*/
    /*margin-right: 15px;*/
    display: block;
}

.principal
{
    /*width: 100%;*/
    min-height: 650px;
    background-color: var(--pri_color);
    /*background-color: transparent;*/
    margin-top: 25px;
}


.aside_1, .section_1
{
    /*
    */
    width: 25%;
    /*background-color: var(--pri_color);*/
    /*min-height: 400px;*/
    /*float: left;*/
    background-color: transparent;
}   

.section_1
{
    width: 75%;
    min-height: 650px;
    background-image: linear-gradient(to right, var(--pri_color), rgba(0, 0, 0, 0.5), var(--pri_color));
} 
    












/*      BOTTOMS     */

h1, h2, h3, h4, h5
{
    /*text-align: center;*/
    color: white;
}

p
{
    /*margin-left: 10%;    */
    /*width: 80%;*/
    /*text-align: justify;*/
}

.button_alone_1, .button_alone_2
{
    /*margin-left: 15%;*/
    /*width: 70%;*/
    /*height: 40px;*/
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
    /*transition: 0.5s all;*/
    /*background-color: white;*/
    /*color: black;*/
    background-image: linear-gradient(to right, var(--pri_color), var(--sec_color));
}



.button_pile_1, .button_alone_1
{
    /*
    width: 250px;
    */
    height: 60px;
    background-color: white;
    color: black;
    font-size: 17px;
    width: 100%;
    cursor: pointer;
    background-image: linear-gradient(to right, var(--pri_color), var(--sec_color));
}

.button_alone_1
{
    font-size: 13px;
    height: 40px;
    width: 175px;
}

.table_1
{
    /*background-color: var(--pri_color);*/
    background-color: rgba(14, 26, 69, 0.5);
    color: white;

}

.table_1 td, .table_1 th
{
    border: 1px white groove;    
    /*text-align: center;*/
    padding: 5px;
}

.table_2
{
    /*border: 1px rgba(128, 128, 128, 0.3) groove;    */
    /*border-radius: 15px;*/
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    /*text-align: center;*/
}

.input_text_1, .textarea_1
{
    /*margin-top: 25px;*/
    /*margin-left: 10%;*/
    /*width: 80%; */
    /*height: 35px; */
    /*font-size: 17px;*/
    /*padding-top: 5px;*/
    /*padding-left: 5px;*/
}

.input_text_1
{
    /*text-align: center;*/
    /*border: 1px gray;*/
    /*background-color: rgba(255, 255, 255, 0.9);*/
    /*background: linear-gradient(currentColor, currentColor) bottom / 5 .1em no-repeat;*/
    /*transition: 0.5s background-size;   */
    /*color: black;*/
}

.input_text_1:focus
{
    /*border: 0.5px gray;*/
    /*outline: 0;*/
    /*background-size: 100% .1em;*/
}


.textarea_1
{
    /*border-radius: 5px; */
    /*height: 100px; */
}

.div_elem_centralizado, .div_elem_lado_a_lado
{
    /*width: 100%;*/
    /*height: auto;*/
    /*overflow: hidden;*/
    /*background-color: transparent;*/
    /*padding-top: 25px;*/
    /*padding-bottom: 25px;*/
    
}

.div_elem_lado_a_lado
{
    
}

.div_inter_elemet_1, .div_inter_elemet_2
{
    /*width: auto; */
    /*padding-left: 10px; */
    /*padding-right: 10px; */
    /*border: black 1px groove; */
    /*border-radius: 15px;*/
    /*margin-left: 15px;*/
}



.div_elem_column
{
    width: 90%;
    
    /*
    background-color: yellow;
    margin-left: 10%; 
    padding-top: 25px;
    padding-bottom: 25px;
    */
}

.section_1 .div_elem_column .div_elem_centralize
{
    border-radius: 15px; 
    overflow: hidden; 
    background-color: var(--sec_color); 
    padding-top: 25px; 
    padding-bottom: 25px; 
    box-shadow: -5px 5px 25px black;
}    

.div_elem_centralize
{
    display: flex;
    flex-direction: col;
    justify-content: center;
    align-items: center;
}

#local_din .div_elem_column
{
    margin-left: 5%; 
    /*
    width: 400px; 
    background-color: rgba(255, 255, 255, 0.3);
    */
    background-color: red;
    width: 100%;
    border-radius: 15px; 
}    

#local_din .div_elem_column .table_1 
{
    /*
    margin-left: 5%;
    */
    width: 90%;
}

.aviso
{
    float: right; 
    background-color: #f94a4a; 
    border-top-left-radius: 150px; 
    border-bottom-left-radius: 150px; 
    width: 80%; 
    font-size: 15px; 
    padding-top: 15px; 
    padding-bottom: 15px; 
    color: white; 
    font-weight: 900;
}    


.pop_table
{
    width: 800px;
    height: 550px;
    padding-top: 15px;
    padding-bottom: 15px;
    
    border-radius: 15px;
    border: groove, 3px, white;
    
    position: fixed;
    display: none;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    
    z-index: 50;
    
    background-color: rgba(74, 89, 145, 1);
}

.pop_table p
{
    width: 90%;
    text-align: left;
    
    color: white;
}

.pop_table h3
{
    width: 90%;
    text-align: right;
    cursor: pointer;
}

.inter_pop_table
{
    width: 90%;
    /*height: auto;*/
    height: 400px;
    overflow-y: auto;
    
}


.linha_1 p, .linha_2 p
{
    cursor: pointer;
}

.linha_1 p, .linha_2 p, .linha_1 input, .linha_2 input
{
    width: 120px;
    /* padding-top: 0;
    padding-bottom: 0; */
    /* pointer-events:none;
    color:#AAA;
    background:#F5F5F5; */
}

.linha_1 input, .linha_2 input
{
    display: none;
}


.div_num_client_form
{
    display: none;
    cursor: pointer; 
    right: 50px; 
    bottom: 50px; 
    position: fixed; 
    width: 45px; 
    height: 45px; 
    border-radius: 50px; 
    background-color: red;
}