: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') ; */
    background-color: black;
    margin-top: 0;
    margin-left: 0;
}

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)); */
    background-color: var(--pri_color);
}

/*
#horas
{

}
*/

.flex_row
{
    display: flex;
    flex-direction: row;
}

.flex_col
{
    display: flex;
    flex-direction: column;
}


.justify_center
{
    justify-content: center;
    align-items: center;
}

.justify_col_center
{
    justify-content: start;
    align-items: center;
}

.justify_row_center
{
    justify-content: center;
    align-items: start;
}

.justify_between
{
    justify-content: space-between;
}

.w_100
{
    width: 100%;
}

.w_90
{
    width: 100%;
}

.py_15
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.my_15
{
    margin-top: 15px;
    margin-bottom: 15px;
}


.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)); */
    background-color: 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;
}





.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;
}