﻿* {
    pading: 0;
    margin: 0;
    font-family: Segoe UI, Arial;
}

.container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
}

main {
    flex: 1;
    overflow-y: auto;
    overflow-x: auto;
}

.divmain {
    flex: 1;
    overflow-y: auto;
    overflow-x: auto;
    margin: 0px 5px;
}

.informacoesTopo {
    background: #FFF;
    height: 7.5vh;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.controle_config {
    height: 100%;
    display: flex;
    align-items: end;
    margin-bottom: 15px;
    margin-right: 20px;
}

.span_user {
    font-weight: bold;
    margin-right: 10px;
    font-size: 14px;
}

.logoff {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    text-decoration: none;
}

.logoff:hover {
    cursor:pointer;
}

.logo {
    height: 55px;
    margin-left: 15px;
}

.barraTitulo {
    background: #083B5E;
    height: 7vh;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.titulo {
    color: #FFF;
    font-size: 27px;
    margin-bottom: 8px;
    padding: 7px 15px;
    letter-spacing: 1px;
}



footer {
    background: #555757;
    height: 4vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divfooter {
    background: #555757;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boxfooter {
    width: 100%;
    height: 4vh;
    margin-left: 5px;
    display:flex;
    align-items:center;
}

.boxFooterCenter {
    width: 100%;
    display: flex;
    justify-content: center
}

.textFooter {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}

.span_version {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
}

.box_label {
    color: #968888;
    margin-bottom: 10px;
}

.div_box {
    display: flex;
    flex-direction: row;
    margin-right: 10px;
    margin-bottom: 20px;
}

.div_box_column {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 20px;
}

input {
    padding: 7px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #C9C9C9;
    outline: none;
}

    input:hover {
        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

    input:focus {
        border: 1px solid #C9C9C9;
        background: #FEF7E6;
    }

select {
    padding: 7px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #C9C9C9;
    outline: none;
}
