#mod-spinner {
    z-index: 99999;
}

.sel-uploadManufacturer {
    z-index: 999999;
}

.show-calendar {
    z-index: 999999;
}

.ol-modal-link {
    color: ghostwhite;
    text-decoration: underline;
}

.orderStoreItens-details {
    margin-top: 5px;
}

.remove-cursor {
    cursor: default;
}

.panel-subtitle-collapsible {
    margin-bottom: 5px;
}

.dataTable-input {
    height: 100%;
    display: table-cell;
    position: relative;
    margin-top: -6px;
    padding: 10px 4px;
    border: 0;
    box-sizing: border-box;
    width: 100%;
    margin-right: -200px;
}

/* Only timepicker style */
.timepicker {
    overflow: hidden;
}

.timepicker .datetimepicker-hours,
.timepicker .datetimepicker-minutes > table {
    margin-top: -40px;
}

.dd-base {
    height: 220px;
    background-color: #ffffff;
}

.dd-base-dashed {
    height: 220px;
    background-color: #ffffff;
    border: dashed 1px lightgrey;
}

.olItensInfo {
    font-size: 14px;
    float: right;
    margin-top: 20px;
    margin-right: 100px;
}

.requiredIten {
    border-left: 4px solid #EA4335;
}

.obgIten::after {
    content: "\00a0";
}

.fracIten::after {
    content: "\00a0";
}

.anotherIten::after {
    content: "\00a0";
}

.indicators{
    /*Top Right Bottom Left */
    margin: 0 -10px -10px -15px;
}

.editedIten {
    border-left: #34a853 solid 6px;
    height: 40px;
    float: left;
}

.obgIten {
    border-left: #EA4335 solid 6px;
    height: 40px;
    float: left;
}

.fracIten {
    border-left: #005ccd solid 6px;
    float: left;
    height: 40px;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.label-spacing {
    padding-right: 5px;
}

.widget-ol {
    padding: 10px 10px 70px;
    max-height: 50px;
    border: 1px solid #EEEEEE;
    border-left: 5px solid #4285F4;
}

.modal-dialog-large {
    width: 100% !important;
    margin: 5px auto;
}

@media (min-width: 768px) {
    .modal-dialog-large {
        width: 100% !important;
        margin: 5px auto;
    }
}

.modal-encOrder {
    border-top: 5px solid #4285f4;
}

.modal-arqOrder {
    border-top: 5px solid #646464;
}

.modal-removeItem {
    border-top: 5px solid #EA4335;
}

.widget-olLight {
    text-align: right;
    font-size: 18px;
    margin-right: 4px;
    line-height: 24px;
    vertical-align: middle;
}

.area-chart {
    width: 95%;
    height: 300px;
    float: left;
    display: none;
}

form.dropzone {
    position: relative;
    border: 2px dashed #c3c3c3;
    /* padding: 70px 60px 80px; */
    background: transparent;
}

.dropzone {
    /* min-height: 150px; */
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    /* padding: 20px 20px; */
}

.multiselect-chart {
    width: 100%;
    padding: 0 0 10px 50px;
}

.multiselect-report {
    width: 100%;
    padding: 0 0 10px 0;
}

.dd-list .dd-empty {
    line-height: 100px;
}

.widget-orderItemsDetails {
    background-color: #ffffff;
    padding: 20px 10px 0;
    margin-bottom: 0;
    border-radius: 3px;
}

table.dataTable {
    margin-top: 0 !important;
    border-collapse: collapse !important;
}

.DTFC_LeftBodyWrapper {
    margin-right: 5px;
    box-shadow: 10px 0 5px -5px #333;
    -webkit-box-shadow: 10px 0 5px -5px #333;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
}

table.table-clicked tbody {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: 100%;
}

form.dropzone {
    position: relative;
    border: 2px dashed #c3c3c3;
    /* padding: 70px 60px 80px; */
    background: transparent;
}

.formUploadLine {
    padding-top: 10px;
}

.olConfirmation {

    min-height: 200px;
    max-height: 300px;
    width: 100%;
}

.ol-panel {
    min-height: 200px;
    max-height: 300px;
    overflow-y: auto;
}

.cell-detail-ol {
    display: block;
    font-size: 12px;
    color: #999999;
}

.tabs-item-title {
    display: block;
    font-size: 16px;
    color: #707070;
    margin-bottom: 6px;
    text-align: right;
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 13px;
    line-height: 35px;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Roboto", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.total-itens {
    display: block;
    font-size: 14px;
    color: grey;
}

.be-datatable-header {
    padding: 15px 0 22px;
}

.quanty-input {
    width: 80px;
    height: 37px;
}

.label-range {
    color: grey;
}

.mod-nivel2 {
    z-index: 88888;
    padding-right: 17px;
}

.brand-heading {
    padding: 5px 20px 0;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.be-left-sidebar .sidebar-elements > li ul li.disabled > a {
    color: #b0b0b0;
    cursor: default;
}

.be-left-sidebar .sidebar-elements > li.disabled > a {
    color: #b0b0b0;
    cursor: default;
}

.be-notifications .be-scroller {
    position: relative;
    height: auto;
}

.be-notifications .notification > a .notification-info {
    padding-left: 10px;
    line-height: 14px;
}

/* Estilização da Data */
.email-list-item .date {
    font-weight: 300;
    font-size: 10px;
    font-style: italic;
    color: #737373;
    margin: 0;
}

/* Estilização de conteúdo prévio */
.email-list-item .msg {
    margin: 0;
    color: #B5B5B5;
}

/* Estilização de Titulo da notificação (Ajustes em quebra de linha)*/
.email-list-item .not-title {
    font-weight: 400;
    font-size: 13px;
    margin: 0;
}

/* Estilização do item em listagem (Ajustes em quebra de item) */
.email-list-item {
    border-bottom: 1px solid #e6e6e6;
    padding: 14px 20px;
    /*display: table;*/
    width: 100%;
    cursor: pointer;
    position: relative;
}

.inlinesparkline {
    margin-left: 20px;
}

.revision-modal-open[style] {
    padding-right: 0 !important;
}

/*Listagens - DataTables*/
.table.dataTable {
    margin-bottom: 0 !important;
}

.be-datatable-body .dt-responsive {
    width: 100%;
}

#more-tools .be-checkbox {
    padding: 0;
    height: 0;
}

#buttonsHide-datable {
    display: none;
}

#buttonsHide-datable-productDetails {
    display: none;
}

.print-header {
    display: none;
}

.print-ativo {
    display: none;
}

.print-diretiva {
    display: none;
}

/*Tamanho da página*/
@page {
    size: A4;
    margin: 0;
}

body.modal-open-noscroll {
    margin-right: 0 !important;
    overflow: hidden;
}

.modal-open-noscroll .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0 !important;
}

.panel-heading .tools .btn-primary .icon, .panel-heading .tools .btn-primary .icon:hover,
.panel-heading .tools .btn-danger .icon, .panel-heading .tools .btn-danger .icon:hover {
    color: #FFFFFF;
}

/* Style Btn Group in DataTable */
table.dt-responsive button.btn, table.dt-responsive .btn-hspace {
    width: 100% !important;
}

/* Style Btn Group in Panel Tools */
.panel-heading .tools .dropdown-toggle {
    height: 38px;
    margin-bottom: 4px;
    width: 100%;
}

.table tbody tr.alert-conditions td:first-child {
    border-left: 3px solid #ea4335;
}

.info-order-itens .title {
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #ebebeb;
}

.info-order-itens .title .mdi {
    margin-right: 10px;
    font-size: 18px;
}

.info-order-itens .subtitle {
    font-size: 18px;
}

.dinamicPanel {
    padding-top: 17px;
}

.image-preview {
    width: 100%;
    height: 100%;
}

/* Widgets aprovação de pedido*/
.info-order-itens .subtitle-lojista {
    font-size: 14px;
}

.panel-heading .pull-right .mdi, .panel-heading .pull-right .mdi:hover {
    color: #bababa;
}

.info-order-itens .info-iten {
    padding-bottom: 15px;
}

.btn-collapse {
    cursor: pointer;
}

/*Modal*/
.modal-xl {
    width: 90%;
}

.modal-xl .modal-content {
    max-width: 90%;
}

/* Impressão de cadastro */
@media print {

    /* Esconde Body */
    body:not(.dt-print-view) {
        visibility: hidden;
        margin: 0;
        padding: 0;
        line-height: 1.4em;
    }

    /* Mostra sessão de print */
    .print-section, .print-section * {
        visibility: visible;
        margin: 5pt 5pt 0 5pt;
    }

    .print-section .print-header {
        display: block;
        margin-bottom: 30pt;
        margin-top: 25pt;
        border-bottom: 1px solid lightgrey;
    }

    .print-section .diretiva-header {
        margin-bottom: 25pt;
        margin-top: 55pt;
        border-bottom: 1px solid lightgrey;
    }

    .print-section .print-ativo {
        font-size: 14pt;
        font-family: "Roboto", Arial, sans-serif;
        border: none;
        margin: 5pt 15pt 0 15pt;
        outline: 0;
        display: block;
    }

    .print-section .print-diretiva {
        font-size: 14pt;
        font-family: "Roboto", Arial, sans-serif;
        border: none;
        margin: 5pt 15pt 0 15pt;
        outline: 0;
        display: block;
    }

    .print-section .form-control {
        font-size: 14pt;
        font-family: "Roboto", Arial, sans-serif;
        margin-top: -5pt;
        border: none;
        border-bottom: 1px solid lightgrey;
        outline: 0 none;
    }

    .print-section .control-label {
        font-weight: bold;
        font-size: 12pt;
        margin-top: 15pt;
    }

    .print-section .form-control > select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        display: none;
        outline: 0 none;
    }

    .print-section .control-label > small {
        visibility: hidden;
    }

    .panel-diretivas, .print-section .no-print {
        display: none;
    }

    .be-content {
        margin: 0;
        padding: 0;
    }

    .main-content {
        margin: 0;
        padding: 0;
    }

    .be-wrapper {
        padding: 0;
    }

    .be-left-sidebar {
        display: none;
    }

    .left-sidebar-spacer {
        display: none;
    }

    .left-sidebar-scroll {
        display: none;
    }

    .panel-heading {
        display: none;
    }

    .panel-heading-divider-on {
        display: none;
    }

    .panel-subtitle {
        margin: 0;
    }

    .panel-body {
        padding: 0;
        margin: 0;
    }

    /* Viúvas */
    p {
        widows: 3;
    }

    /* Orfãs */
    p {
        orphans: 3;
    }

    select {
        -webkit-appearance: none;
        padding-right: 20px;
    }

}