﻿body {
    padding-bottom: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    /*background-color: #016ab1 !important;*/
    background-color: #034e82 !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 5px;
    box-shadow: 3px 2px 10px 5px rgba(0,0,0,.15);
    padding-left: 15px;
    padding-right: 15px;
    font-family: Verdana;
    font-size: 12px;
    background-color: white !important;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea,
a {
    /*max-width: 280px;*/
    outline: none;
}

    a:link {
        text-decoration: none;
    }

    input:focus,
    select:focus,
    textarea:focus {
        box-shadow: 0 0 0 0 !important;
        outline: 0;
    }

/*.btn-primary{
    background-color: #1D68AB !important;
    border-color: #1D68AB !important;
}*/

.table-striped tbody tr:nth-child(odd) {
    background-color: #EBECF1;
}

table.table-hover tbody tr:hover {
    /*background-color: #699FF4;*/
    /*background-color: #034e82;*/
    background-color: #a4acca;
    color: white;
}

tr.hasWarnings {
    background-color: #fcf8e3;
}

    tr.hasWarnings:hover {
        background-color: #faebcc !important;
        color: black !important;
    }

tr.hasErrors {
    background-color: #ffd2d2;
}

    tr.hasErrors:hover {
        background-color: #f1b1b1 !important;
        color: black !important;
    }

th {
    cursor: pointer;
}

td {
    /*max-width: 100px;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.table td, .table th {
    padding: .6rem !important;
    vertical-align: middle !important;
}

table tbody td {
    white-space: normal;
    word-wrap: break-word;
}

.line-selectable {
    cursor: pointer;
}

    .line-selectable.selected,
    .line-selectable:hover,
    .line-selectable:hover a,
    .line-selectable.selected a {
        background-color: #8e95b0 !important;
        color: white !important;
    }

.card-header, .card-body {
    background-color: white !important;
}

.card-body {
    padding: 0 !important;
}

.background-block-grid {
    background-color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9997;
    opacity: 0.6;
}

/* Loader Grid's */
.background-loader-div {
    position: absolute;
    width: 100%;
    height: 100%;
}

#box-login,
#box-reset-senha,
#box-muda-senha {
    background-color: white;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.box-content {
    background-color: #f8f8f8;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.add-margin-top-5 {
    margin-top: 5px;
}

.add-margin-top-10 {
    margin-top: 10px;
}

.add-margin-top-15 {
    margin-top: 15px;
}

.add-margin-top-20 {
    margin-top: 20px;
}

.add-margin-top-30 {
    margin-top: 30px;
}

/* Loader Grid's */
.background-loader-grid {
    background-color: black;
    position: absolute;
    width: 100%;
    height: 2000px;
    z-index: 9997;
    opacity: 0.5;
    margin-top: -20px;
}

.lds-white {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    top: 45%;
    left: 49%;
}

    .lds-white div {
        position: absolute;
        width: 5px;
        height: 5px;
        background: #fff;
        border-radius: 50%;
        animation: lds-white 1.2s linear infinite;
    }

        .lds-white div:nth-child(1) {
            animation-delay: 0s;
            top: 29px;
            left: 53px;
        }

        .lds-white div:nth-child(2) {
            animation-delay: -0.1s;
            top: 18px;
            left: 50px;
        }

        .lds-white div:nth-child(3) {
            animation-delay: -0.2s;
            top: 9px;
            left: 41px;
        }

        .lds-white div:nth-child(4) {
            animation-delay: -0.3s;
            top: 6px;
            left: 29px;
        }

        .lds-white div:nth-child(5) {
            animation-delay: -0.4s;
            top: 9px;
            left: 18px;
        }

        .lds-white div:nth-child(6) {
            animation-delay: -0.5s;
            top: 18px;
            left: 9px;
        }

        .lds-white div:nth-child(7) {
            animation-delay: -0.6s;
            top: 29px;
            left: 6px;
        }

        .lds-white div:nth-child(8) {
            animation-delay: -0.7s;
            top: 41px;
            left: 9px;
        }

        .lds-white div:nth-child(9) {
            animation-delay: -0.8s;
            top: 50px;
            left: 18px;
        }

        .lds-white div:nth-child(10) {
            animation-delay: -0.9s;
            top: 53px;
            left: 29px;
        }

        .lds-white div:nth-child(11) {
            animation-delay: -1s;
            top: 50px;
            left: 41px;
        }

        .lds-white div:nth-child(12) {
            animation-delay: -1.1s;
            top: 41px;
            left: 50px;
        }

@keyframes lds-white {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(2);
    }
}

/* Loader */
.background-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #034e82 !important;
}

.lds-black {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    top: 45%;
    left: 49%;
}

    .lds-black div {
        position: absolute;
        width: 5px;
        height: 5px;
        background: black;
        border-radius: 50%;
        animation: lds-black 1.2s linear infinite;
    }

        .lds-black div:nth-child(1) {
            animation-delay: 0s;
            top: 29px;
            left: 53px;
        }

        .lds-black div:nth-child(2) {
            animation-delay: -0.1s;
            top: 18px;
            left: 50px;
        }

        .lds-black div:nth-child(3) {
            animation-delay: -0.2s;
            top: 9px;
            left: 41px;
        }

        .lds-black div:nth-child(4) {
            animation-delay: -0.3s;
            top: 6px;
            left: 29px;
        }

        .lds-black div:nth-child(5) {
            animation-delay: -0.4s;
            top: 9px;
            left: 18px;
        }

        .lds-black div:nth-child(6) {
            animation-delay: -0.5s;
            top: 18px;
            left: 9px;
        }

        .lds-black div:nth-child(7) {
            animation-delay: -0.6s;
            top: 29px;
            left: 6px;
        }

        .lds-black div:nth-child(8) {
            animation-delay: -0.7s;
            top: 41px;
            left: 9px;
        }

        .lds-black div:nth-child(9) {
            animation-delay: -0.8s;
            top: 50px;
            left: 18px;
        }

        .lds-black div:nth-child(10) {
            animation-delay: -0.9s;
            top: 53px;
            left: 29px;
        }

        .lds-black div:nth-child(11) {
            animation-delay: -1s;
            top: 50px;
            left: 41px;
        }

        .lds-black div:nth-child(12) {
            animation-delay: -1.1s;
            top: 41px;
            left: 50px;
        }

@keyframes lds-black {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(2);
    }
}

#header {
    z-index: 9999;
    text-align: center;
    height: auto;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
    box-shadow: 3px 2px 10px 5px rgba(0,0,0,.15);
    background-color: white !important;
}

.menu-link {
    position: absolute;
    top: 0px;
    left: 15px;
    font-size: 30px;
    z-index: 999;
}

    .menu-link a {
        text-decoration: none;
    }

#opt-user {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 30px;
}

#open-opt-user {
    color: #575757;
    text-decoration: none;
}

    #open-opt-user:hover {
        color: #000000;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -1px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* para Menu */
.disabled, select.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    /* display: inline-block; /*Edge*/
    color: #999;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed !important;
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: auto !important;
}

.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none !important;
    border-radius: 5px;
    background-color: #fdfdfe;
    border: 1px solid #dee2e6;
}

.pagination li.active a {
    background-color: #034e82;
    border-radius: 5px;
    color: white;
}

.pagination li:hover:not(.active) a {
    background-color: #ddd;
}

.pagination li a:focus {
    outline: none;
}

.formulario,
#formulario {
    background-color: #ebecf1;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.box-radio {
    background-color: white;
    border-radius: 5px;
    margin: 5px 0;
    padding-top: 8px;
}

[type="checkbox"]:disabled + label,
[type="radio"]:disabled + span {
    opacity: 0.6;
    pointer-events: none;
    display: inline-block; /*Edge*/
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + span,
    [type="radio"]:not(:checked) + span {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        line-height: 1.4;
        display: inline-block;
    }

        [type="radio"]:checked + span:before,
        [type="radio"]:not(:checked) + span:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + span:after,
        [type="radio"]:not(:checked) + span:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #28a745;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + span:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + span:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:checked + label,
    [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 22px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
    }

        [type="checkbox"]:checked + label:before,
        [type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 5px;
            background: #fff;
        }

        [type="checkbox"]:checked + label:after,
        [type="checkbox"]:not(:checked) + label:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            background: #dfffe6;
            border: 1px solid #ddd;
            border-radius: 5px;
        }

        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

[type="checkbox"] + label + span {
    display: none;
    pointer-events: none;
    position: absolute;
    left: 18px;
    top: 3px;
}

[type="checkbox"]:checked + label + span {
    display: block;
}


.menu-panel {
    background: #1d3265;
    z-index: 9999;
    position: absolute;
    left: -15.625em; /*or width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
    overflow-y: auto;
}

    .menu-panel::-webkit-scrollbar {
        display: none;
    }

    .menu-panel ul {
        margin: 0;
        padding: 0;
    }

    .menu-panel li {
        list-style: none;
    }

        .menu-panel li.menu-header {
            margin-top: -2px;
            color: #fff;
            cursor: default;
            font-size: 12px;
            margin-top: 25px;
            padding: 0 13px 0 10px;
        }

    .menu-panel ul li.menu-header ul {
        font-size: 14px !important;
    }

    .menu-panel .menu-item {
        display: block;
        padding: 1em;
        text-decoration: none;
        transition: 0.2s ease;
        border-radius: 3px;
    }

        .menu-panel .menu-item:link,
        .menu-panel .menu-item:visited {
            color: #fff;
        }

        .menu-panel .menu-item:hover {
            background: #034e82;
            color: #fff !important;
        }

        .menu-panel .menu-item.active {
            background: #034e82;
        }

.nav-icon {
    margin-right: 6px;
}

.wrap {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.menu-user {
    height: 60px !important;
    margin-top: -2px;
    color: #fff;
    background: #034e82;
    cursor: default;
}

    .menu-user img {
        position: absolute;
        padding: -10px 0;
    }

    .menu-user p {
        margin: 0;
        font-size: 12px;
        padding-left: 60px;
    }

    .menu-user a {
        position: absolute;
        margin-top: -32px;
        font-size: 12px;
        margin-left: 200px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 5px 5px 5px 5px;
        text-decoration: none;
    }

        .menu-user a:hover {
            background: #1d3265;
        }

.sorting,
.sorting_asc,
.sorting_desc {
    position: relative;
    padding-right: 30px;
}

    .sorting::after,
    .sorting_asc::after,
    .sorting_desc::after {
        right: .5em;
        content: "\f0de";
        font-family: FontAwesome;
        font-size: 1rem;
    }

    .sorting::before,
    .sorting_asc::before,
    .sorting_desc::before {
        right: .5em;
        content: "\f0dd";
        font-family: FontAwesome;
        font-size: 1rem;
    }

    .sorting::after,
    .sorting_asc::after,
    .sorting_desc::after,
    .sorting::before,
    .sorting_asc::before,
    .sorting_desc::before {
        position: absolute;
        bottom: .45em;
        display: block;
        opacity: .3;
    }

    .sorting_asc::before,
    .sorting_desc::after {
        opacity: 0;
    }

.sorting_asc_disabled::after,
.sorting_desc_disabled::before {
    opacity: 1;
}

.modal, .select2-container--open, .daterangepicker, .swal2-container {
    z-index: 9999;
}

.modal-content {
    border-radius: 0px;
}

/* LOADER MODAL */
.loader-modal {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
}

    .loader-modal div {
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        animation: loader-modal 1.2s linear infinite;
        background-color: rgb(70, 71, 78);
    }

        .loader-modal div:nth-child(1) {
            top: 0px;
            left: 0px;
            animation-delay: 0s;
        }

        .loader-modal div:nth-child(2) {
            top: 0px;
            left: 15px;
            animation-delay: -0.4s;
        }

        .loader-modal div:nth-child(3) {
            top: 0px;
            left: 30px;
            animation-delay: -0.8s;
        }

        .loader-modal div:nth-child(4) {
            top: 15px;
            left: 0px;
            animation-delay: -0.4s;
        }

        .loader-modal div:nth-child(5) {
            top: 15px;
            left: 15px;
            animation-delay: -0.8s;
        }

        .loader-modal div:nth-child(6) {
            top: 15px;
            left: 30px;
            animation-delay: -1.2s;
        }

        .loader-modal div:nth-child(7) {
            top: 30px;
            left: 0px;
            animation-delay: -0.8s;
        }

        .loader-modal div:nth-child(8) {
            top: 30px;
            left: 15px;
            animation-delay: -1.2s;
        }

        .loader-modal div:nth-child(9) {
            top: 30px;
            left: 30px;
            animation-delay: -1.6s;
        }

@keyframes loader-modal {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* FIM - LOADER MODAL */


/* SCROLL BAR (chrome) */

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(63,94,134,0.3);
}

::-webkit-scrollbar-thumb {
    background: #6c7799;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #5e6887;
    }

/* FIM - SCROLL BAR */

.select2 {
    width: 100% !important;
}

.form-control:disabled, .form-control[readonly],
.select2-container--disabled {
    opacity: 0.8 !important;
}

.select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
    font-size: 1rem;
    line-height: 1.5;
    padding: .375rem .25rem;
}

.select2-dropdown,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2-hidden-accessible {
    margin-top: 55px !important;
    left: 17px !important;
}

.filter-add, .filter-del {
    position: relative;
}

    .filter-add:after {
        position: absolute;
        font-family: FontAwesome;
        content: "\f067";
        font-size: 8px;
        top: -10px;
        right: -11px;
        color: #FFF;
        background-color: #28a745 !important;
        padding: 2px 3px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .filter-del:after {
        position: absolute;
        font-family: FontAwesome;
        content: "\f00d";
        font-size: 8px;
        top: -10px;
        right: -11px;
        color: #FFF;
        background-color: #dc3545 !important;
        padding: 2px 3px;
        border-radius: 10px;
        -moz-border-radius: .10px;
        -webkit-border-radius: 10px;
    }

.tab-back-white {
    border: 1px solid;
    border-color: #FFF #dee2e6 #dee2e6;
    background-color: #FFF;
    margin-top: 0;
    padding: 10px;
}

.form-white {
    background-color: #FFF;
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 20px;
}

.box-home {
    background-color: white;
    border: 1px solid white;
    -webkit-box-shadow: inset 0px 1px 15px -8px #1D68AB, 1px 1px 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0px 1px 15px -8px #1D68AB, 1px 1px 1px 1px rgba(0,0,0,0);
    border-radius: 5px;
    color: #144672 !important;
    padding: 20px;
    text-transform: uppercase;
}

    .box-home h3, h6 {
        font-weight: bold;
    }

.back-home-peq .box-home {
    height: 100px;
}

    .back-home-peq .box-home i.fa {
        float: left !important;
        color: #699FF4;
    }

    .back-home-peq .box-home p {
        font-size: 12px;
        position: absolute;
        right: 30px;
        bottom: 0;
        letter-spacing: .2rem;
    }

.back-home-med .box-home {
    height: 180px;
}

    .back-home-med .box-home i.fa {
        margin-bottom: 20px;
        color: #699FF4;
    }

    .back-home-med .box-home p {
        font-size: 12px;
        letter-spacing: .2rem;
    }

/* UPLOAD IMAGEM */
.upload-box {
    background-color: #FFF;
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 5px;
    width: 250px !important;
    height: 200px !important;
    text-align: center;
}

.upload-drop-zone {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    border-width: 2px;
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center;
    cursor: pointer;
}

    .upload-drop-zone:hover {
        color: #222;
        border-color: #222;
    }

#deleteImage {
    position: absolute;
    margin-top: 155px;
    margin-left: 145px;
    opacity: 0.5;
    z-index: 1001;
}

    #deleteImage:hover {
        opacity: 1;
    }

/* FIM - UPLOAD IMAGEM */


.nav-link .close {
    font-size: 1.2em;
}

    .nav-link .close:hover {
        color: #a82e2e !important;
    }

.close-icon {
    border: 1px solid transparent;
}

    .close-icon:after {
        content: "\f00d";
        font-family: "FontAwesome";
        display: block;
        height: 20px;
        position: absolute;
        z-index: 1;
        right: 30px;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 2px;
        color: #6c6c6c;
        font-weight: normal;
        font-size: 12px;
        cursor: pointer;
    }

    .close-icon:hover::after {
        color: #212529;
    }

.search-box.searchNotNull ~ .close-icon {
    opacity: 1 !important;
}
