﻿body {
    /*padding-bottom: 20px;*/
    overflow-x: hidden;
    overflow-y: hidden;
    /*background-color: #6c757d !important;*/
    /*background-color: #0d0d0f !important;*/
    background-color: #464d53 !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*margin-top: 80px;*/
    margin-top: 100px;
    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 */
button,
input,
select,
textarea,
a {
    /*max-width: 280px;*/
    outline: none;
}

    button:focus,
    input:focus,
    select:focus,
    textarea:focus {
        box-shadow: 0 0 0 0 !important;
        outline: 0;
    }

.table-striped tbody tr:nth-child(odd) {
    background-color: #ebecf1;
}

table.table-hover tbody tr:hover {
    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 th {
    padding: .6rem !important;
    vertical-align: middle !important;
}

.table td {
    padding: .4rem !important;
    vertical-align: middle !important;
}

table tbody td {
    white-space: normal;
    word-wrap: break-word;
}

.line-selectable {
    cursor: pointer;
}

    .line-selectable.selected,
    .line-selectable.selected:hover {
        background-color: #8e95b0 !important;
        color: white;
    }

.card-header, .card-body {
    background-color: white !important;
}

.card-header {
    padding: .5rem !important;
}

.card-body {
    padding: 0 !important;
}

.card-padding {
    padding: 0 .5rem !important;
}

.background-block-grid {
    background-color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9997;
    opacity: 0.6;
}

#box-login,
#box-reset-senha,
#box-change-senha {
    /*background-color: #464d53;*/
    background-color: #6c757d;
    border-radius: 10px;
    padding: 30px 20px;
    min-width: 650px;
    min-height: 360px;
    color: #FFF !important;
    font-size: 12px;
}

    #box-login a,
    #box-reset-senha a,
    #box-change-senha a {
        text-decoration: none;
        font-size: 12px;
        color: #FFF;
    }

/* LOGIN */

.content-login {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

    .content-login .content-login-box {
        max-width: 400px;
        background-color: #6c757d;
        /*background-color: #464d53;*/
        border-radius: 5px;
        padding: 40px 30px 30px;
        color: #FFF;
    }

.box-logo {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 15px;
}

    .box-logo > img {
        width: 230px;
    }

/*#box-login a,
#box-reset-senha a,*/
#box-muda-senha a {
    color: #FFF;
}

.box-formulario {
    border-left: 1px solid #ffffff;
    border-top: none;
    padding-top: 20px;
}

@media screen and (min-width: 200px) and (max-width: 790px) {

    #box-login,
    #box-reset-senha,
    #box-change-senha {
        min-width: 280px !important;
        max-width: 450px !important;
    }

    .box-formulario {
        border-left: none;
        border-top: 1px solid #ffffff;
    }

    .box-logo {
        margin-bottom: 30px;
    }
}

.box-content {
    background-color: #f8f8f8;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.add-margin-left-5 {
    margin-left: 5px;
}

.add-margin-right-5 {
    margin-right: 5px;
}

.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: 1250px;
    z-index: 9997;
    opacity: 0.5;
    margin-top: -30px;
    display: none;
}

.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: rgba(68, 68, 68, 0.21) !important;*/
    /*background-color: #0d0d0f !important;*/
    background-color: #464d53;
}

.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 {
    height: 70px;
    line-height: 70px;
    z-index: 9999;
    text-align: center;
    height: auto;
    background-color: #6c757d !important;
    /*background-color: #0d0d0f !important;*/
    /*background-color: #464d53 !important;*/
    -webkit-box-shadow: 0 2px 10px 0 rgb(255,255,255);
    box-shadow: 3px 2px 10px 5px rgba(0,0,0,.15);
}

.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: #46474e;
    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;
}

.box-radio-transparent {
    border-radius: 5px;
    margin: 5px 0;
    padding-top: 8px;
}

.box-radio-border {
    border-radius: 5px;
}

[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;*/
            background: #a82e2e;
            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: #3f474e;
    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;
    -webkit-overflow-scrolling: touch;
}

    .menu-panel::-webkit-scrollbar {
        display: none;
    }

    .menu-panel ul {
        margin: 0;
        padding: 0;
    }

    .menu-panel li {
        list-style: none;
    }

        .menu-panel li.menu-header .menu-categoria {
            display: block;
            margin-top: -2px;
            color: #FFF;
            background-color: #2f373c;
            cursor: pointer;
            font-size: 14px;
            margin-top: 25px;
            font-weight: bolder;
            text-decoration: none;
        }

.menu-categoria:after {
    content: "\f077";
    font-family: FontAwesome;
    font-size: .6rem;
    float: right;
}

.menu-categoria.collapsed:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: .6rem;
    float: right;
}

.menu-panel li.menu-header {
    margin-top: -2px;
    color: #fff;
    cursor: default;
    font-size: 12px;
    margin-top: 25px;
}

.menu-panel ul li.menu-header ul {
    font-size: 14px !important;
}

.menu-panel .menu-item {
    display: block;
    padding: 1em;
    text-decoration: none;
}

.menu-panel li.menu-header .menu-categoria {
    padding: 1em;
    margin: 0;
}

.menu-panel .menu-item:link,
.menu-panel .menu-item:visited {
    color: #fff;
}

.menu-panel .menu-item:hover {
    background: #a82e2e;
    color: #FFF;
}

.menu-panel .menu-item.active {
    background: #233140;
}

.nav-icon {
    margin-right: 6px;
}

.wrap {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.menu-user {
    height: 70px;
    margin-top: -2px;
    color: #fff;
    background-color: #2f373c;
    cursor: default;
}

    .menu-user img {
        position: absolute;
        padding: 5px 0;
    }

    .menu-user p {
        margin: 0;
        font-size: 12px;
        padding-left: 60px;
    }

    .menu-user a {
        position: absolute;
        margin-top: -33px;
        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: #a82e2e;
        }

.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 */

/* LOADER MODAL LINE */
.loader-modal-line {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
}

    .loader-modal-line div {
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        animation: loader-modal-line 1.2s linear infinite;
        background-color: rgb(70, 71, 78);
    }

        .loader-modal-line div:nth-child(1) {
            top: 15px;
            left: 0px;
            animation-delay: 0s;
        }

        .loader-modal-line div:nth-child(2) {
            top: 15px;
            left: 15px;
            animation-delay: -0.4s;
        }

        .loader-modal-line div:nth-child(3) {
            top: 15px;
            left: 30px;
            animation-delay: -0.8s;
        }    

@keyframes loader-modal-line {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* FIM - LOADER MODAL LINE */

/* SCROLL BAR (chrome) */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* FIM - SCROLL BAR */

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
    font-size: 1rem;
    line-height: 1.5;
    padding: .375rem .25rem;
}

.filter-add, .filter-del {
    position: relative;
}

    .filter-add:after {
        position: absolute;
        font-family: FontAwesome;
        content: "\f067";
        font-size: 8px;
        top: -11px;
        right: -13px;
        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: -11px;
        right: -13px;
        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;
}

.text-title {
    color: #a82e2e;
}

/* UPLOAD IMAGEM */
.upload-box {
    background-color: #FFF;
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 5px;
    width: 220px !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: 100px;
    text-align: center;
    cursor: pointer;
}

    .upload-drop-zone:hover {
        color: #222;
        border-color: #222;
    }

#deleteImage {
    /*position: absolute;
    margin-top: 55px;
    margin-left: 110px;
    z-index: 1001;*/
    opacity: 0.5;
}

    #deleteImage:hover {
        opacity: 1;
    }

/* FIM - UPLOAD IMAGEM */

.card-formulario {
    background-color: #ebecf1;
}

    .card-formulario.p-10 {
        padding: 10px 0;
    }

    .card-formulario.p-20 {
        padding-top: 30px;
        padding-bottom: 20px;
    }

.table-title tr th {
    cursor: default;
    background-color: #ebecf1;
}

.box-home {
    background-color: #ebecf1;
    border: 1px solid #ebecf1;
    -webkit-box-shadow: inset 0px 10px 27px -8px #626d78, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: inset 0px 5px 10px -8px #626d78, 5px 5px 15px 5px rgba(0,0,0,0);
    border-radius: 5px;
    color: #2f373c !important;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
}

.back-home-med .box-home {
    height: 180px;
}

    .back-home-med .box-home i.fa {
        opacity: 0.4;
        margin-bottom: 20px;
        color: #a82e2e;
    }

    .back-home-med .box-home p {
        font-size: 12px;
        letter-spacing: .2rem;
        margin-top: 25px;
    }

.table-last-border > tbody > tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

.nav-link .close {
    font-size: 1.2em;
}

    .nav-link .close:hover {
        color: #a82e2e !important;
    }

/*Search */
.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;
}

.button-x-rite{
    padding: 4px;
}

.tab-content {
    padding: 20px 0;
    border: 1px solid #DEE2E6;
    border-top-color: rgb(222, 226, 230);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: 0 !important;
}

/* ----- BOX FILTER ----- */

.card-filter {
    background: #ebecf1;
    border-radius: 10px;
    padding: 20px;
    display: none;
}

.btn-filter.filter:before {
    content: "\f058";
    font-family: FontAwesome;
    position: absolute;
    color: #007BFF;
    top: -7px;
    margin-left: 10px;
}

.btn-filter.open:after {
    content: '';
    position: absolute;
    border-bottom: 8px solid #ebecf1;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: 46px;
    margin-left: -15px;
}

.filter-add, .filter-del {
    position: relative;
}

    .filter-add:after {
        position: absolute;
        font-family: FontAwesome;
        content: "\f067";
        font-size: 8px;
        top: -11px;
        right: -13px;
        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: -11px;
        right: -13px;
        color: #FFF;
        background-color: #dc3545 !important;
        padding: 2px 3px;
        border-radius: 10px;
        -moz-border-radius: .10px;
        -webkit-border-radius: 10px;
    }

/* ----- FIM - BOX FILTER ----- */



/* Table responsive */

@media screen and (max-width: 1000px) {
    table {
        border: 0;
    }

        table td {
            padding: .1rem !important;
        }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            display: block;
            padding: .5rem !important;
        }

    .table td {
        display: block;
        font-size: .8em;
        text-align: right !important;
        border-top: 0 !important;
    }

    .table th {
        display: block;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table tbody {
        display: inline;
    }

    .alert.animated {
        right: 4px !important;
    }
}