.body {
    line-height: 0 !important;
}
.card-header {
    padding: 1rem;
    padding-bottom: 0rem;
}


.bg-gradient-primary {
    background-color: #31334e !important;
    background-image: linear-gradient(90deg,#31334e 100%,#31334e 10%) !important;
    background-size: cover;
}

.input-group-append .btn
{
    z-index: auto !important;
}

.pointer{
    cursor: pointer;
}

.form-control-text {
    font-size: 1rem;
    line-height: 1.4;
    display: block;
    width: 100%;
    padding: .25rem .25rem !important;
    color: #3b3e42;
    background-clip: padding-box;
    box-shadow: none;
    border-radius: 0.2rem;
    background-color: #f9f9f9;
    border: 1px solid #e8e8e8;
    /*
    background-color: #eaeaea;
    border: 1px solid #ffffff;
    */
    min-height: 32px;
}

.form-group label{
    font-size: 0.8rem;
    margin: 0px;
}
.form-group {
    margin-bottom: 0.5rem !important;
}

.table th, .table td {
    padding: 0.4rem !important;
    padding-left: 1rem !important;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.navbar-toggler-icon {
    height: unset;
}

@media (min-width: 768px) {
    .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
        padding: .50rem .9rem !important;
    }
}
/* autocomplete over modal */
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1051 !important;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.autocomplete {
    background-color: #fff5bc;
}
.campo-error {
    border-color: #ec2828 !important;
}
.display-none{
    display: none;
}

.sublinha {
    color: #b47131;
}
.pend {
    background-color: #e6e6e6 !important;
    color: #31334e !important;
}

.input-pequeno{
    padding: 3px !important;
    height: calc(1.5rem + 2px) !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}

.table-border-solid td,
.table-border-solid tr,
.table-border-solid th {
    border: 1px solid #efefef !important;
    padding: 4px !important;
}

.form-control-quadrado {
    border-color: #efefef !important;
    border-radius: 0 !important;
    margin: 0px;
}

.texto-pequeno{
    height: calc(1.2rem + 2px) !important;
    font-size: .75rem !important;
}

.input-group-text{
    /* height: calc(2.0rem + 2px) !important;
    padding: 0.4rem 0.4rem !important;
    */
    line-height: 1 !important;
    padding: .25rem .25rem !important;
}

.btn-primary {
    background-color: #31334e !important;
    border-color: #31334e !important;
}

.shadow, .card-profile-image img {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .5) !important;
}

.home-item h3{
    text-decoration: none;
}
.home-item a{
    text-decoration: none;
    font-size: 12px;
}
.home-item a .menu-icone {
    float: left;
    position: relative;
    padding-right: 10px;
}
.home-item a .menu-icone img {
    height: 30px;
}
.home-item .menu-texto {
    display: table-cell;
    vertical-align:middle;
    height: 30px;
}
.home-item .menu-item {
    background-color: #f3f7ff;
    text-shadow: 1px 1px #ffffff;
    border: 1px solid #efefef;
    min-height: 42px;
    padding: 5px;
    border-radius: 5px;
    color: #333333 !important;
}
.home-item .menu-item:hover {
    background-color: #828282;
    color: #ffffff !important;
    text-shadow: 1px 1px #000000;
    border: 1px solid #efefef;
}

.menu-lateral a{
    text-decoration: none;
    font-size: 12px;
}
.menu-lateral a .menu-icone {
    float: left;
    position: relative;
    padding-right: 10px;
}
.menu-lateral a .menu-icone img {
    height: 20px;
}
.menu-lateral .menu-texto {
    display: table-cell;
    vertical-align:middle;
    height: 20px;
}
.menu-lateral .menu-item {
    background-color: #f3f7ff;
    text-shadow: 1px 1px #ffffff;
    border: 1px solid #efefef;
    min-height: 33px;
    padding: 5px;
    border-radius: 5px;
    color: #333333 !important;
}
.menu-lateral .menu-item:hover {
    background-color: #828282;
    color: #ffffff !important;
    text-shadow: 1px 1px #000000;
    border: 1px solid #efefef;
}

.card-operacao {
    --border: 2px solid rgb(181, 72, 0);
}
.card-operacao h2{
    color: rgb(181, 72, 0);
}
.card-operacao .menu-item {
    color: rgb(181, 72, 0) !important;
}
.card-operacao .menu-item:hover {
    background-color: rgb(181, 72, 0) !important;
}
.body-operacao {
    background-color: rgba(181, 72, 0, 0.5) !important;
}
.body-operacao .bg-gradient-primary {
    background-color: rgb(181, 72, 0) !important;
    background-image: linear-gradient(90deg,rgb(181, 72, 0) 100%,rgb(181, 72, 0) 10%) !important;
    background-size: cover;
}

.card-planodetalhado {
    --border: 2px solid rgb(86, 3, 173);
}
.card-planodetalhado h2{
    color: rgb(86, 3, 173);
}
.card-planodetalhado .menu-item {
    color: rgb(86, 3, 173) !important;
}
.card-planodetalhado .menu-item:hover {
    background-color: rgb(86, 3, 173) !important;
}
.body-planodetalhado {
    background-color: rgba(86, 3, 173, 0.5) !important;
}
.body-planodetalhado .bg-gradient-primary {
    background-color: rgb(86, 3, 173) !important;
    background-image: linear-gradient(90deg,rgb(86, 3, 173) 100%,rgb(86, 3, 173) 10%) !important;
    background-size: cover;
}

.card-financeiro {
    --border: 2px solid rgb(55, 153, 1);
}
.card-financeiro h2{
    color: rgb(55, 153, 1);
}
.card-financeiro .menu-item {
    color: rgb(55, 153, 1) !important;
}
.card-financeiro .menu-item:hover {
    background-color: rgb(55, 153, 1) !important;
}
.body-financeiro {
    background-color: rgba(55, 153, 1, 0.5) !important;
}
.body-financeiro .bg-gradient-primary {
    background-color: rgb(55, 153, 1) !important;
    background-image: linear-gradient(90deg,rgb(55, 153, 1) 100%,rgb(55, 153, 1) 10%) !important;
    background-size: cover;
}

.card-gerencial {
    --border: 2px solid rgb(65, 87, 185);
}
.card-gerencial h2{
    color: rgb(65, 87, 185);
}
.card-gerencial .menu-item {
    color: rgb(65, 87, 185) !important;
}
.card-gerencial .menu-item:hover {
    background-color: rgb(65, 87, 185) !important;
}
.body-gerencial {
    background-color: rgb(65, 87, 185, 0.5) !important;
}
.body-gerencial .bg-gradient-primary {
    background-color: rgb(65, 87, 185) !important;
    background-image: linear-gradient(90deg,rgb(65, 87, 185) 100%,rgb(65, 87, 185) 10%) !important;
    background-size: cover;
}

.card-dimensionamento {
    --border: 2px solid rgb(177, 152, 0);
}
.card-dimensionamento h2{
    color: rgb(177, 152, 0);
}
.card-dimensionamento .menu-item {
    color: rgb(177, 152, 0) !important;
}
.card-dimensionamento .menu-item:hover {
    background-color: rgb(177, 152, 0) !important;
}
.body-dimensionamento {
    background-color: rgba(177, 152, 0, 0.5) !important;
}
.body-dimensionamento .bg-gradient-primary {
    background-color: rgb(177, 152, 0) !important;
    background-image: linear-gradient(90deg,rgb(177, 152, 0) 100%,rgb(177, 152, 0) 10%) !important;
    background-size: cover;
}

.form-control {
    padding: .25rem .25rem !important;
    line-height: 1 !important;
}

.popover-body-value {
    color: #000;
}

.cor-coluna-inicial {
    background-color:#f6f9fc;
}
.cor-coluna-venda {
    background-color: rgb(255, 190, 190);
}
.cor-coluna-producao {
    background-color: rgb(127, 255, 159);
}
.cor-coluna-final {
    background-color: rgb(203, 221, 255);
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
    padding-top: 2px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}