body {
    background-color: #f0f0f0;
    font-size: 12px;
    /*padding-top: 80px;*/
    /*padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 10px !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 140px;
}

.nav-topo {
    display: flex;
    padding: 0;
    color: #ffffff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    flex-direction: row-reverse;
}

.nav-user {
    color: #9D9D9D;
}

a-quadros {
    color: #4f3fb5 !important;
    text-decoration: none !important;
}

textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    width: 100%;
    resize: none;
    max-width: 924px;
}

imgHeader {
    width: 160px;
}

::-webkit-scrollbar-track {
    background-color: #F0F8FF;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #708090;
}

::-webkit-scrollbar-thumb {
    background: #708090;
}

select {
    color: inherit;
    font: inherit;
    margin: 4px;
    border-radius: 4px;
    border-color: #555;
}

p {
    margin: 0 0 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

td {
    background-color: white;
}

.div-edicao {
    overflow: scroll;
    height: 40vh;
    background-color: white;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        overflow-y: scroll;
    }
}

.naoObrigatorio {
    color: Black !important;
}

.naoObrigatorioSel {
    color: DarkGray !important;
}

.navbar-inverse {
    background-color: #111111;
    border-color: #111111;
    padding: 0.8rem !important;
}

.nav-ul {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    justify-content: end;
}

.container-logo {
    padding: 10px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 0;
        margin-bottom: 0;
        text-align: right;
    }
}

hr {
    margin-top: 0 !important;
    background-color: #f0f0f0 !important;
}

.quadros {
    margin-bottom: 20px;
    font-size: 0;
    *zoom: 1;
}

    .quadros:before, .atalhos:after {
        content: "";
        display: table;
    }

    .quadros:after {
        clear: both;
    }

.quadro {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fbfbfb;
    border: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    padding: 26px 10px 20px;
    color: #666666;
    text-decoration: none;
    width: 100%;
    min-height: 100px;
    margin: 4% 0;
    vertical-align: top;
    position: relative;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.quadro-modulo {
    max-width: 140px;
    height: 140px;
    display: inline-block;
    float: initial !important;
    margin: 1%;
}

.icone {
    font-size: 3.8em;
    display: block;
    text-align: center;
    line-height: normal;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .icone:before {
        text-align: center;
    }

.descricao {
    display: block;
    margin: 0.6em auto;
    font-size: 0.8em;
}

    .descricao:first-child {
        margin-bottom: 0.7em;
    }

.atalho

.quadro, .imagem, .icone-imagem {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 0.5em;
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

a {
    color: #9133d4 !important;
    text-decoration: none !important;
}

.file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 3.4rem;
}

    .file input {
        min-width: 14rem;
        margin: 0;
        /*filter: alpha(opacity=0);*/
        opacity: 0;
    }

.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 2.4000000000000004rem;
    padding: 8px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: .075rem solid #ccc;
    border-radius: .25rem;
    /*box-shadow: inset 0 .2rem .4rem rgba(0,0,0,.05);*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .file-custom:after {
        content: "";
    }

    .file-custom:before {
        position: absolute;
        top: -.075rem;
        right: -.075rem;
        bottom: -.075rem;
        z-index: 6;
        display: block;
        content: "Procurar";
        height: 2.4000000000000004rem;
        padding: 8px;
        line-height: 1.5;
        color: #555;
        background-color: #eee;
        border: .075rem solid #ccc;
        border-radius: 0 .25rem .25rem 0;
        font-weight: 500;
    }

.inputCheck {
    margin: 0 65px 0 65px !important;
}

.icone-tooltip {
    font-size: 16px;
    margin-left: 10px;
}

.botao {
    color: #e1e1e1;
    background-color: #222;
    border-color: #222;
    max-width: fit-content !important;
}

    .botao:hover,
    .botao:active,
    .botao:focus {
        color: #e1e1e1 !important;
        background-color: #000;
        background-position: 0 -15px;
    }

/*.handsontable th:nth-child(1) {
    background-color: aquamarine;
    font-weight: bold;
}*/

span.obrigatorio {
    font-weight: bold;
    color: red;
}

.obrigatorio {
    color: red;
    font-size: 16px;
    margin-left: 10px;
}

.jexcel {
    background-color: #f0f0f0 !important;
}

.rodape-btn {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: row;
    padding-top: 5px;
}

.div-dados {
    display: flex;
    margin-right: -15px;
    flex-direction: row;
}

.div-arquivo {
    display: flex;
    margin-right: 33px;
    flex-direction: row;
    justify-content: space-between;
}

.rotulos {
    display: flex;
    max-width: 100%;
    font-weight: 700;
    padding-top: 5px;
}

.div-control {
    padding-top: 10px;
}

.row-form {
    display: flex;
}

.col-margem {
    margin-right: -15px;
}

.col1 {
    margin-right: -6px;
}

.col-margem2 {
    margin-left: -15px;
}

.validacao {
    display: flex;
    width: 3% !important;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.alerta {
    border-color: red !important;
}

.form-control:focus {
    border-color: DarkGray;
    box-shadow: unset;
}

.form-select:focus {
    border-color: DarkGray;
    box-shadow: unset;
}

.colunas {
    flex: 0 0 auto;
    width: 100%;
}

.inputs {
    max-width: 100%;
}

.btn-spinner {
    width: max-content;
}

.btn-control {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

.btn-confirmacao {
    color: #fff;
    background-color: #3F51B5;
    border-color: #3F51B5;
}

.btn-confirmacao:hover {
    color: #fff;
    background-color: #313f8d;
    border-color: #313f8d;
}

.selects {
    margin: 0;
}

.delimitador {
    width: 200px;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.opcoes-navbar {
    padding-left: 3px;
}

.ico-modulo {
    font-size: 1.4em;
    padding-right: 5px;
}

.ico-opcoes {
    font-weight: bold !important;
    padding-left: 3px;
    padding-right: 3px;
}

.principal {
    padding-top: 6px;
}
