.modal-backdrop {
    position: fixed;
}

@media only screen and (max-width: 1026px) {
    .modal-dialog {
        width: 100% !important;
        margin: 0 !important;
    }
    .modal {
        padding: 0 !important;
    }
}

/*!* Exibindo botões do datatables em resoluções menores *!*/
.dt-toolbar .hidden-xs {
    display: inline-grid !important;
}

.old-label {
    border: 1px solid yellow;
    padding: 1px 10px;
    background-color: #ffff91;
    color: #7d5f5f;
    font-size: 12px;
    font-family: monospace;
}
.red-label {
    border: 1px solid #de4d4d;
    padding: 1px 10px;
    background-color: #ff7c7c;
    color: #1f090d;
    font-size: 12px;
    font-family: monospace;
}
.default-label {
    border: 1px solid #efedee;
    padding: 1px 10px;
    background-color: #ffffff;
    color: #16060f;
    font-size: 12px;
    font-family: monospace;
}
.green-label {
    border: 1px solid #baeade;
    padding: 1px 10px;
    background-color: #a6ff9e;
    color: #5f637d;
    font-size: 12px;
    font-family: monospace;
}
.header-ol {
    margin: 0px 10px 0px 0px;
}
.border-rounded {
    border-radius: 8px;
}
.new-label {
    border: 1px solid #9ecabf;
    padding: 1px 10px;
    background-color: #d7e8ff;
    color: #5f637d;
    font-size: 12px;
    font-family: monospace;
}
.grid-display {
    display: grid;
}

.nobord {
    border: 0 !important;
    border-top: 1px solid #dddddd !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.absolute-right {
    position: absolute;
    right: 1px;
    top: 0;
}



/* HEADER */
#header > :first-child {
    background: none !important;
    width: auto !important;
    min-width: auto !important;
}

#header #logo-group, #header #logo-group #logo, #header #logo-group #logo img {
    width: auto !important;
    min-width: auto !important;
}

#header #logo-group #logo, #logo-login {
    margin-top: 8px;
}

#header #logo-group #logo img {
    height: 30px;
}

.fixed-right {
    position: fixed;
    right: 20px;
}

.max-width-menu nav ul ul li>a{
    max-width: 205px;
}
.dataTables_filter label {
    display: flex;
}
.min-height-110 {
    min-height: 110vw;
}
@media screen and (max-width: 340px) {
    .dt-toolbar div:first-child {
        display: contents;
        width: 100%;
    }


    .dt-toolbar div:first-child div label, .dt-toolbar div:first-child div label .form-control {
        width: 100%;
    }
    .dt-toolbar div:nth-child(2) {
        width: 100%;
        padding-left: 0;
        margin-bottom: 5px;
    }
}
.list-align-inherit ul {
    text-align: inherit !important;
}
.width-40 {
    width: 40%;
}
.table {
    width: 100% !important;
}
.subtitle-widget .widget-icon {
    vertical-align: middle !important;
}
.subtitle-widget {
    text-align: right;
    padding: 0.6%;
}
#logo {
    cursor: pointer;
}
.w-100{
    width: 100%;
}
.no-resize {
    resize: none;
}
.label-lg {
    font-size: 12px !important;
}
.tag span {
    box-sizing: border-box;
}
.bootstrap-tagsinput .tag [data-role=remove] {
    height: 100%;
}

.btn-xs > .fa-cloud-upload {
    font-size: 9pt;
    margin: -2px;
}

.modal-body > .jarviswidget {
    margin: 0;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.dropdown-menu {
    cursor: pointer;
}
.bg-color-dangerLight {
    background-color: #ffd6dc!important;
}

.txt-color-dangerLight {
    color: #ffd6dc!important;
}
.d-flex {
    display: flex;
}
.d-none {
    display: none;
}
.justify-content-flex-end {
    justify-content: flex-end;
}
.d-block {
    display: block;
}
.p-7 {
    padding: .7em;
}
.state-disabled .bootstrap-tagsinput .tag,
.state-disabled .select2-container-multi ul li {
    pointer-events: none;
    padding: 3px 8px 4px 8px;
    color: #8f8f8f;
    border: 1px solid #d7d7d7;
    background: #ffffff;
}
.state-disabled .bootstrap-tagsinput .tag [data-role=remove],
.state-disabled .select2-container-multi ul li a,
.state-disabled .select2-container-multi ul .select2-search-field {
    display: none;
}
.state-disabled {
    pointer-events: none;
}
.select2-search-choice-close {
    text-align: right;
    min-width: 0;
    min-height: 0;
}
.label.state-disabled,
.state-disabled p {
    color: #c5c5c5;
}

.dropzone-normal {
    padding: 50px;
    border: 3px dashed #a6ce39;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: .5s;
    opacity: 0;
    background: #ffffff63;
}
.dropzone-normal::before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 200px;
    color: #a6ce39;
    content: "\f093";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
}
.dropzone-normal.is-dragover {
    opacity: 1;
}

.card-result-1 {
    max-width: 23rem;
    padding: 20px 15px;
}
.card-result-2 {
    max-width: 23rem;
    padding: 8px 15px;
}

.card-text {
    text-align: end;
    font-size: 45px;
    margin: auto;
    margin-left: 5%;
    width: 100%;
}
.card-body {
    display: inline-flex;
    max-width: 100%;
}
.bg-danger {
    background-color: #a8011e;
}
.text-white {
    color: white;
}
.bg-success {
    background-color: #28a745 !important;
}
.bg-warning {
    background-color: #cfaf50!important;
}
.txt-color-gray50{
    color:#939598!important
}
.box-shadow-none {
    box-shadow: none !important;
}
.tooltip.fade.in {
    opacity: 1 !important;
}
.bootstrap-tagsinput input {
    border: none !important;
}
.bootstrap-tagsinput {
    padding: 0 !important;
}

.event-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.subtitles {
    text-align: right;
}

.subtitles > span {
    margin-right: 5px;
}
.mh-34 {
    min-height: 34px;
}
.margin-top-15 {
    margin-top: 15px!important;
}
.padding-bottom-25 {
    padding-bottom: 25px!important;
}
.smart-form .select2.state-error * {
    background: #fff0f0;
    border-color: #A90329;
}
header .header-btn {
    float: right;
    height: 31px;
    margin: 10px 0 10px 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
    cursor: pointer;
}