
.border-separator > div:not(:last-child) {
    border-bottom: 1px solid #d4d4d4;
}

.border-separator-l > div:not(:last-child) {
    border-right: 1px solid #d4d4d4;
}

.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden !important;
    white-space: nowrap;
}

.padding-separator > div:not(:last-child) {
    padding-right: 5px;
}

.pai_hover:hover .filho_hover {
    display: block !important;
}

.shadow-hover:hover {
    box-shadow: 0 2px 15px -4px rgb(21 21 21 / 40%);
}


.z-index-5 {
    z-index: 5 !important;
}

.z-index-1 {
    z-index: 1 !important;
}

.z-index-0 {
    z-index: 0 !important;
}


.modal-backdrop {
    z-index: 1050
}

.modalsmenutabs {
    z-index: 1051
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-weight: 100;
    margin: unset;
    line-height: unset;
    font-size: unset;
}

.popover {
    z-index: 9999999999;
}

.popover-header {
    margin: 0;
    padding: .2rem .75rem;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 25px;
    background: #2b303b;
    color: white;
}

.js-alert {
    background: #f8f8f8;
}

.btn a {
    color: inherit;
}

.btn-file {
    position: relative;
}

.btn-file input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.pergunta {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.54);
    z-index: 9999999;
}

.pergunta .body {
    max-height: 60vh;
    overflow: auto;
}

.pergunta .conteudo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: white;
}

#nfix .progress.process {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    height: 7px !important;
}

.has-success {
    border-color: #3db500;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.no-style-input {
    background: none;
    border: none;
    color: inherit;
}

.pointer {
    cursor: pointer;
}

.pointer * {
    cursor: pointer;
}

.table-sm td, .table-sm th {
    padding: .3rem !important;
}

.table-xs td, .table-xs th {
    padding: 0.2rem !important;
}


.table-md td, .table-md th {
    padding: 15px !important;
}

.v-divider {
    width: 1px;
    min-height: 100%;
    background: #dedede
}

.bg-hover:hover {
    background: #e6e6e6 !important;
    cursor: default;
}

.text-bold {
    font-weight: bold;
}

.modal-dialog {

}

.modal-title {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 100;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #d0d0d0;
    color: black;
}

@keyframes progress-indeterminate {
    from {
        left: -25%;
        width: 25%;
    }
    to {
        left: 100%;
        width: 25%;
    }
}

.progress-bar.indeterminate {
    position: relative;
    animation: progress-indeterminate 1s linear infinite;
}

.opacity-1 {
    opacity: 1 !important;
}

.input-append {
    position: relative;
}

.input-append input {
    padding-right: 30px !important;
}

.input-append.aright input {
    padding-left: 30px !important;
}

.input-append .append {
    position: absolute;
    right: 0;
    padding-right: 7px;
    top: calc(50% - 10px);
    width: 25px;
    text-align: right;
}

.input-append.aright .append {
    left: 0 !important;
    right: auto !important;
    padding-right: 0 !important;
    padding-left: 7px !important;
    text-align: left !important;
}

.alert {
    padding: 10px !important;
}

.alert-danger {
    background-color: #D83C31 !important;
    color: #fff !important;
}

.alert-success {
    background-color: #19AD79 !important;
    color: #fff !important;
}

.alert-info {
    background-color: #3B4752 !important;
    color: #fff !important;
    border-color: #00626e;
}

.alert-warning {
    background-color: #FFd945 !important;
    color: #4b4b4b !important;
    border-color: #FFd945 !important;
}

.table.v-align td, .table.v-align th {
    vertical-align: middle;
}

.table tbody tr:last-child td {
    border-bottom: none !important;
}

.fa-spin {
    animation-duration: 0.5s !important;
}

.animado {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

@keyframes alertbg {
    from {
        background: #FFd945;
    }
    to {
        background: white;
    }
}

.alert-bg {
    animation: alertbg 1s linear infinite;
}

.form-control-table {
    background: #efefef;
    border: none;
    width: 100%;
}

.table-fixed {
    table-layout: fixed
}

.form-group.no-margin {
    margin-bottom: 0;
}

.form-group.required {
    position: relative;
}

.form-group.no-margin + .error {
    margin-top: 0;
    position: absolute;
    background: white;
    z-index: 1;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
}

.dropdown-menu .multi-level {
    display: none;
}

.dropdown-item.multi-level-select + .multi-level {
    display: block !important;
    background: #fff;
    border-left: 2px solid #6ab3e0;
}

.dropdown-toggle::after {
    position: absolute !important;
    right: 12px;
    top: 50%;
    margin-top: -5px;
}

.dropdown-item, .dropdown-toggle {
    padding-right: 30px !important;
}

.multi-level .dropdown-item {
    padding-left: 25px !important;
}

.selectize-control.form-control, .selectize-control.form-control-sm {
    height: auto;
}


.form-group2 label {
    margin: -9px 0;
    z-index: 2;
    position: absolute;
    padding: 0px 4px;
    line-height: 1;
    background: transparent;
}

.form-group2 .form-control {
    padding-left: 4px;
    padding-right: 15px;
    padding-bottom: 0px;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background: transparent;
}

.form-group2 .form-control:focus {
    border-color: transparent !important;
    border-bottom-color: black !important;
}

.form-group2 {
    margin-top: 11px;
    margin-bottom: 20px;
}

.form-group.required::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    background: #b70a0a;
    font-size: 15px;
    margin: 7px 7px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
}

button {
    font-size: 14px !important;
}

.line-height-1 {
    line-height: 1;
}

.line-height-2 {
    line-height: 1.5;
}

body .site-main {
    min-height: calc(100vh - 120px);
    background: #f6f6f6 !important;
}

.card-body {
    background: white;
}

.overflow-auto {
    overflow: auto;
}

.modal-content .close, .btn-close {
    font-size: 26px !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 100%;
    padding: 5px 11px !important;
    margin: -27px;
    background: white;
    z-index: 50;
    opacity: 1;
    border: 1px solid #dee2e6 !important;
}

.modal-content .modal-header {
    border: none;
    padding-bottom: 0px;
}

.popover {
    max-width: none !important;
}

.number-box-table {
    text-align: right !important;
}

.page > .row, .site-main > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tui-image-editor-submenu {
    background: #ffffff87 !important;
}
.input-table {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
}