* {
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif !important;
}

body {
    font-size: 12px !important;
    line-height: 1.2;
    /*min-width: 1200px;
    min-height: 680px;*/
}

header {
    position: absolute;
    top: 0px;
    height: 50px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid lightgray;
    padding-top: 5px;
    background-color: #f8f9fa !important;
}

aside {
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 0px;
    width: 250px;
    border-right: 0px solid lightgray;
    overflow: auto;
    background-color: #f8f9fa !important;
    /*min-height: 400px !important;*/
}

aside * {
    color: #21618c !important;
    background-color: transparent !important;
}

aside a:hover {
    background-color: #b3c6ff !important;
}

aside .itemSelected {
    background-color: #d8def0 !important;
}

main {
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 250px;
    right: 0px;
    overflow: auto;
    min-width: 950px;
    /*min-height: 630px;*/
}

main .padding {
    padding: 12px;
}

main .form {
    /* background-color: #EEE; */
    padding-bottom: 5px;
}

main .form label {
    color: #555;
    padding-top: 5px;
}


textarea
,select
,input {
    color: blue !important;
}

textarea
,select
,input
,label
,button
,option {
    font-size: 12px !important;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

textarea:hover,
textarea:active,
textarea:focus,
select:hover,
select:active,
select:focus,
input[type=text]:hover:not(:read-only),
input[type=text]:active:not(:read-only),
input[type=text]:focus:not(:read-only) {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    background-color: rgb(252, 243, 229) !important;
}

button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.input-group input[type=text]:read-only {
    color: #555 !important;
    user-select: none !important;
}


.form-check-label.form-control {
    user-select: none;
    background-color: #e9ecef;
}

h1, h2, h3, h4, h5, h6 {
    user-select: none;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    user-select: none;
}


main nav {
    margin: 0px;
    padding: 8px;
    /* background-color: #CCC; */
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.input-group-text .form-check {
    min-height: auto !important;
}


.OcsOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #000;
    opacity: 0.3; */
    z-index: 10000;
}

/* Encolher interface */
.form-control-sm,
.form-select-sm:not(select[name="DataTables_Table_0_length"],
                    select[name="DataTables_Table_1_length"],
                    select[name="DataTables_Table_2_length"],
                    select[name="DataTables_Table_3_length"],
                    select[name="DataTables_Table_4_length"]) {
    min-height: 0 !important;
    padding: .1rem .5rem !important;
}

select[name="DataTables_Table_0_length"],
select[name="DataTables_Table_1_length"],
select[name="DataTables_Table_2_length"],
select[name="DataTables_Table_3_length"],
select[name="DataTables_Table_4_length"] {
    min-height: 0 !important;
    padding: .1rem 1.5rem !important;
}

.input-group,
.input-group-text {
    min-height: 0 !important;
    padding: .1rem !important;
}

/* Cores da interface */
body {
    background-color: rgb(254, 249, 242) !important;
}

header {
    background-color: #faead57a !important;
}

aside {
    background-color: #faead57a !important;
}

.nav,
.nav-item,
.sticky-top  {
    background-color: rgb(254, 249, 242) !important;
}

table{
    background-color: rgb(252, 250, 247) !important;
}