html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 12px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    margin-bottom: 60px;
}

.btn-chevron {
    border: none;
    outline: none;
    background: none;
    padding: 0;
}
/*------------------------------------------------------------------*/
.nav-link {
    color: inherit;
    text-decoration: none;
}

.nav-link:hover {
        color: inherit;
        text-decoration: none;
    }


.content-wrapper {
    background-color: white;
}

.results-container {
    display: none;
}

.required-label::after {
    content: " *";
    font-weight: bold;
    font-size: 12px;
    color: red;
}

.required-txt-field {
    outline: 0.5px solid #000000;
}


.modal-dialog {
    max-width: 50%;
}

.modal-dialog-wide {
    max-width: 75%;
}

.nav-item {
    font-size: 12px;
}



.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

    .bd-example-modal-lg .modal-dialog .modal-content {
        background-color: transparent;
        opacity: 0.5;
        border: none;
    }

.form-inline label {
    display: block;
}

.semfundo {
    background-color: transparent !important;
}

.crud-form .row {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

    .crud-form .row label:not(:first-child, .semfundo) {
        margin-left: 20px;
    }

/*** Align ***/
.centerAll {
    text-align: center;
    vertical-align: middle !important;
}

/*** Tables ***/
.table thead th {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #626564), color-stop(1, #373938) );
    background: -moz-linear-gradient( center top, #626564 5%, #373938 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626564', endColorstr='#373938');
    background-color: #383838;
    color: white;
}

/*** Cards ***/
.card, .results-table, .modal-table, .text-small {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.valores-estoque tr td:nth-child(2):empty {
    font-weight: bold;
    font-size: 11px;
}


/*** Texto ***/
.text-medium {
    font-size: 14px;
}

/*** Botões ***/


/* Progress */
.progress {
    height: 7px;
    border-radius: 15px;
}

/*Componentes do forms */
input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    text-align: left;
}

textarea {
    resize: none;
    white-space: pre;
}

    input[disabled="disabled"], textarea[disabled="disabled"], select[disabled="disabled"] {
        background: #eee !important;
        opacity: 1 !important;
    }

.inputzero {
    padding: 0px !important;
    width: 55px !important;
}

/*** Outros ***/
.row-detail {
    cursor: pointer;
}


.info-box .info-box-content {
    display: inline !important;
    flex: none;
}

.main-footer {
    font-size: 12px;
}

/* Tela canhoto */
.font-14 {
    font-size: 14px !important;
}

.btn-detalhe-end {
    text-align: right;
}

.has-treeview .nav-treeview {
    margin-left: 20px;
}

.exportToExcel {
    display: none;
    float: right;
}

#myModal {
    top: 250px !important;
}

    #myModal span, .modal-body {
        font-size: 0.9rem !important;
    }

.modal-title {
    font-size: 1rem !important;
}

.badge {
    font-size: 100%;
}

.label-timeline {
    text-align: center !important;
    background-color: darkgray !important;
    color: white !important;
}

/* sobrescritas bdo layout original */
/* sidebar.scss - linha 91*/
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused, .sidebar-mini.sidebar-collapse .main-sidebar:hover {
    width: initial !important;
}


.pagleft, .pagright {
    display: inline !important;
    cursor: pointer;
    background-color: white;
    width: 16px;
    margin-top: -3px;
}

.pagcenter {
    display: inline !important;
}

.circle-arrows {
    width: 75px;
    float: right;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
}

.arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-bottom: 16%;
    margin-left: 4%;
    cursor: pointer;
}

.arrow-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-bottom: 16%;
    margin-right: 4%;
    cursor: pointer;
}

.arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    cursor: pointer;
}

.arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    text-align: center;
    cursor: pointer;
}

.circle-center {
    height: 25px;
    width: 25px;
    background-color: palegreen;
    border-radius: 50%;
    display: inline-block;
    margin: 7px;
    border: 1px solid gray;
    cursor: pointer;
}

.icon-rotate-left {
    width: 25px;
    float: left;
    cursor: pointer;
}

.icon-rotate-right {
    width: 25px;
    float: right;
    cursor: pointer;
}

.center {
    text-align: center;
}

.annotation {
    position: absolute;
    z-index: 1;
    padding: 0.75em;
    margin: 1em;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: .5em;
    font-size: 12px;
    line-height: 1.2;
    transition: opacity .5s;
}

.annotation_white {
    position: absolute;
    z-index: 1;
    padding: 0.75em;
    color: #000000;
    background: rgba(255,255,255, 0.6);
    margin: 1em;
    border-radius: .5em;
    font-size: 12px;
    line-height: 1.2;
    transition: opacity .5s;
}

.annotation-left {
    left: 0;
}

.annotation-right {
    right: 0;
}

.legenda {
    font-size: 14px;
    width: 25px;
    height: 15px;
    display: inline-block;
}

.legendas {
    padding-top: 10px;
}

.advice-title {
    font-size: 14px;
}

.xlsx-cell {
    border: 1px solid #000;
    padding: 5px;
    min-width: 80px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #fff; /* Fundo branco */
}

.xlsx-row {
    display: flex;
}

.excel-table {
    border-collapse: collapse;
    border-spacing: 0;
}
#tblResultados tbody tr:hover {
    cursor: pointer;
}

/*#AcompanhamentoGrid e-gridcontent {
    max-width: 100%;
    overflow-x: auto;
}


.e-grid .e-rowcell {
    white-space: normal;*/ /* Permite que o texto quebre automaticamente */
    /*word-wrap: break-word;*/ /* Garante que palavras longas sejam quebradas corretamente */
/*}*/
