.form-control {
    border-radius: 3px;
}

/* GRID */

[class*="col-xs-"],
[class*="col-sm-"],
[class*="col-md-"],
[class*="col-lg-"] {
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1_5:not([class*="col-sm-"]):not([class*="col-md-"]):not([class*="col-lg-"]) {
    width: 12.5%;
}

.col-xs-2_5:not([class*="col-sm-"]):not([class*="col-md-"]):not([class*="col-lg-"]) {
    width: 20.833333335%
}

.col-xs-3_5:not([class*="col-sm-"]):not([class*="col-md-"]):not([class*="col-lg-"]) {
    width: 29.166666665%;
}

.col-xs-4_5:not([class*="col-sm-"]):not([class*="col-md-"]):not([class*="col-lg-"]) {
    width: 37.5%;
}

.col-xs-5_5:not([class*="col-sm-"]):not([class*="col-md-"]):not([class*="col-lg-"]) {
    width: 45.83333333%;
}

.col-xs-6_5:not([class*="col-sm-"]):not([class*="col-md-"]):not([class*="col-lg-"]) {
    width: 54.16666667%;
}

.col-xs-7_5:not([class*="col-sm-"]):not([class*="col-md-"]):not([class*="col-lg-"]) {
    width: 62.499999995%;
}

.col-xs-8_5:not([class*="col-sm-"]):not([class*="col-md-"]):not([class*="col-lg-"]) {
    width: 70.833333335%
}

.col-xs-9_5:not([class*="col-sm-"]):not([class*="col-md-"]):not([class*="col-lg-"]) {
    width: 79.166666665%;
}

.col-xs-10_5:not([class*="col-sm-"]):not([class*="col-md-"]):not([class*="col-lg-"]) {
    width: 87.5%
}

.visible-xs-flex {
    display: none;
}

@media(max-width:767px) {
    .col-xs-1_5 {
        width: 12.5%;
    }

    .col-xs-2_5 {
        width: 20.833333335%
    }

    .col-xs-3_5 {
        width: 29.166666665%;
    }

    .col-xs-4_5 {
        width: 37.5%;
    }

    .col-xs-5_5 {
        width: 45.833333333%;
    }

    .col-xs-7_5 {
        width: 62.499999995%;
    }

    .col-xs-8_5 {
        width: 70.833333335%
    }

    .col-xs-9_5 {
        width: 79.166666665%;
    }

    .col-xs-10_5 {
        width: 87.5%
    }

    .fonte-xs-9 {
        font-size: 9px;
    }

    .fonte-xs-10 {
        font-size: 10px;
    }

    .fonte-xs-12 {
        font-size: 12px;
    }

    .ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
        right: 10px;
    }

    .visible-xs-flex {
        display: flex;
    }
}

@media(min-width:768px) {
    .col-sm-offset-1_5 {
        margin-left: 12.5%;
    }

    .col-sm-offset-2_5:not([class*="col-md-offset-"]):not([class*="col-lg-offset-"]) {
        margin-left: 20.833333335%
    }

    .col-sm-1_5:not([class*="col-md-"]):not([class*="col-lg-"]) {
        width: 12.5%;
    }

    .col-sm-2_5:not([class*="col-md-"]):not([class*="col-lg-"]) {
        width: 20.833333335%
    }

    .col-sm-3_5:not([class*="col-md-"]):not([class*="col-lg-"]) {
        width: 29.166666665%;
    }

    .col-sm-4_5:not([class*="col-md-"]):not([class*="col-lg-"]) {
        width: 37.5%;
    }

    .col-sm-5_5:not([class*="col-md-"]):not([class*="col-lg-"]) {
        width: 45.83333333%;
    }

    .col-sm-6_5:not([class*="col-md-"]):not([class*="col-lg-"]) {
        width: 54.16666667%;
    }

    .col-sm-7_5:not([class*="col-md-"]):not([class*="col-lg-"]) {
        width: 62.499999995%;
    }

    .col-sm-8_5:not([class*="col-md-"]):not([class*="col-lg-"]) {
        width: 70.83333333%;
    }

    .col-sm-9_5:not([class*="col-md-"]):not([class*="col-lg-"]) {
        width: 79.166666665%;
    }

    .col-sm-10_5:not([class*="col-md-"]):not([class*="col-lg-"]) {
        width: 87.5%
    }

    .pull-sm-right {
        float: right;
    }
}

@media(min-width:768px) and (max-width: 991px) {
    .col-sm-1_5 {
        width: 12.5%;
    }

    .col-sm-2_5 {
        width: 20.833333335%
    }

    .col-sm-offset-2_5 {
        margin-left: 20.833333335%
    }

    .col-sm-3_5 {
        width: 29.166666665%;
    }

    .col-sm-offset-3_5 {
        margin-left: 29.166666665%;
    }

    .col-sm-4_5 {
        width: 37.5%;
    }

    .col-sm-5_5 {
        width: 45.83333333%;
    }

    .col-sm-7_5 {
        width: 62.499999995%;
    }

    .col-sm-8_5 {
        width: 70.83333333%;
    }

    .col-sm-offset-8_5 {
        margin-left: 70.83333333%;
    }

    .col-sm-9_5 {
        width: 79.166666665%;
    }

    .col-sm-10_5 {
        width: 87.5%
    }
}

@media(min-width:992px) {
    .col-md-offset-1_5 {
        margin-left: 12.5%;
    }

    .col-md-1_5:not([class*="col-lg-"]) {
        width: 12.5%;
    }

    .col-md-2_5:not([class*="col-lg-"]) {
        width: 20.833333335%
    }

    .col-md-3_5:not([class*="col-lg-"]) {
        width: 29.166666665%;
    }

    .col-md-4_5:not([class*="col-lg-"]) {
        width: 37.5%;
    }

    .col-md-5_5:not([class*="col-lg-"]) {
        width: 45.83333333%;
    }

    .col-md-7_5:not([class*="col-lg-"]) {
        width: 62.499999995%;
    }

    .col-md-8_5:not([class*="col-lg-"]) {
        width: 70.83333333%;
    }

    .col-md-9_5:not([class*="col-lg-"]) {
        width: 79.166666665%;
    }

    .col-md-10_5:not([class*="col-lg-"]) {
        width: 87.5%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .col-md-1_5 {
        width: 12.5%;
    }

    .col-md-2_5 {
        width: 20.833333335%
    }

    .col-md-offset-2_5 {
        margin-left: 20.833333335%
    }

    .col-md-3_5 {
        width: 29.166666665%;
    }

    .col-md-4_5 {
        width: 37.5%;
    }

    .col-md-5_5 {
        width: 45.83333333%;
    }

    .col-md-7_5 {
        width: 62.499999995%;
    }

    .col-md-8_5 {
        width: 70.83333333%;
    }

    .col-md-offset-8_5 {
        margin-left: 70.83333333%;
    }

    .col-md-9_5 {
        width: 79.166666665%;
    }

    .col-md-10_5 {
        width: 87.5%
    }
}

@media(min-width:1000px) {
    .modal-lg {
        width: 990px;
    }
}

@media(min-width:1100px) {
    .modal-lg {
        width: 1190px;
    }
}

@media(min-width:1200px) {
    .modal-lg {
        width: 1190px;
    }

    .col-lg-offset-1_5 {
        margin-left: 12.5%;
    }

    .col-lg-offset-2_5 {
        margin-left: 20.833333335%;
    }

    .col-lg-1_5 {
        width: 12.5%;
    }

    .col-lg-2_5 {
        width: 20.833333335%;
    }

    .col-lg-3_5 {
        width: 29.166666665%;
    }

    .col-lg-4_5 {
        width: 37.5%;
    }

    .col-lg-5_5 {
        width: 45.83333333%;
    }

    .col-lg-6_5 {
        width: 54.16666667%;
    }

    .col-lg-7_5 {
        width: 62.499999995%;
    }

    .col-lg-8_5 {
        width: 70.83333333%;
    }

    .col-lg-offset-8_5 {
        margin-left: 70.83333333%;
    }

    .col-lg-9_5 {
        width: 79.166666665%;
    }

    .col-lg-10_5 {
        width: 87.5%
    }
}

@media(min-width:1400px) {
    .modal-lg {
        width: 1390px;
    }

    .col-xl-1_5 {
        width: 12.5%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }
}


/* Margin */

.mt-auto,
.my-auto {
    margin-top: auto;
}

.mb-auto,
.my-auto {
    margin-bottom: auto;
}

.ml-auto,
.mx-auto {
    margin-left: auto;
}

.mr-auto,
.mx-auto {
    margin-right: auto;
}

.m-0,
.mt-0,
.my-0 {
    margin-top: 0px !important;
}

.m-0,
.mb-0,
.my-0 {
    margin-bottom: 0px !important;
}

.m-0,
.ml-0,
.mx-0 {
    margin-left: 0px !important;
}

.m-0,
.mr-0,
.mx-0 {
    margin-right: 0px !important;
}

.m-0_5,
.ml-0_5,
.mx-0_5 {
    margin-left: 0.5px !important;
}

.mt-1,
.my-1 {
    margin-top: 1px !important;
}

.mb-1,
.my-1 {
    margin-bottom: 1px !important;
}

.ml-1,
.mx-1 {
    margin-left: 1px !important;
}

.mr-1,
.mx-1 {
    margin-right: 1px !important;
}

.mt-1_5,
.my-1_5 {
    margin-top: 1.5px !important;
}

.mb-1_5,
.my-1_5 {
    margin-bottom: 1.5px !important;
}

.mt-2,
.my-2 {
    margin-top: 2px !important;
}

.mb-2,
.my-2 {
    margin-bottom: 2px !important;
}

.ml-2,
.mx-2 {
    margin-left: 2px !important;
}

.mr-2,
.mx-2 {
    margin-right: 2px !important;
}

.mt-2_5,
.my-2_5 {
    margin-top: 2.5px;
}

.mb-2_5,
.my-2_5 {
    margin-bottom: 2.5px;
}

.mt-3,
.my-3 {
    margin-top: 3px;
}

.mb-3,
.my-3 {
    margin-bottom: 3px !important;
}

.ml-3,
.mx-3 {
    margin-left: 3px !important;
}

.mr-3,
.mx-3 {
    margin-right: 3px !important;
}

.mt-3_5,
.my-3_5 {
    margin-top: 3.5px !important;
}

.mb-3_5,
.my-3_5 {
    margin-bottom: 3.5px !important;
}

.mt-4,
.my-4 {
    margin-top: 4px;
}

.mb-4,
.my-4 {
    margin-bottom: 4px;
}

.ml-4,
.mx-4 {
    margin-left: 4px !important;
}

.mr-4,
.mx-4 {
    margin-right: 4px !important;
}

.mt-5,
.my-5 {
    margin-top: 5px !important;
}

.mb-5,
.my-5 {
    margin-bottom: 5px !important;
}

.ml-5,
.mx-5 {
    margin-left: 5px !important;
}

.mr-5,
.mx-5 {
    margin-right: 5px !important;
}

.mt-6,
.my-6 {
    margin-top: 6px;
}

.mb-6,
.my-6 {
    margin-bottom: 6px;
}

.ml-6,
.mx-6 {
    margin-left: 6px !important;
}

.mr-6,
.mx-6 {
    margin-right: 6px !important;
}

.mt-7,
.my-7 {
    margin-top: 7px;
}

.mb-7,
.my-7 {
    margin-bottom: 7px;
}

.ml-7,
.mx-7 {
    margin-left: 7px !important;
}

.mr-7,
.mx-7 {
    margin-right: 7px !important;
}

.mt-8,
.my-8 {
    margin-top: 8px;
}

.mb-8,
.my-8 {
    margin-bottom: 8px;
}

.ml-8,
.mx-8 {
    margin-left: 8px;
}

.mr-8,
.mx-8 {
    margin-right: 8px !important;
}

.mt-10,
.my-10 {
    margin-top: 10px !important;
}

.mb-10,
.my-10 {
    margin-bottom: 10px !important;
}

.ml-10,
.mx-10 {
    margin-left: 10px !important;
}

.mr-10,
.mx-10 {
    margin-right: 10px;
}

.ml-15,
.mx-15 {
    margin-left: 15px;
}

.mr-15,
.mx-15 {
    margin-right: 15px;
}

.ml-18,
.mx-18 {
    margin-left: 18px;
}

.mt-20,
.my-20 {
    margin-top: 20px;
}

.mb-20,
.my-20 {
    margin-bottom: 20px;
}

.ml-20,
.mx-20 {
    margin-left: 20px;
}

.mr-20,
.mx-20 {
    margin-right: 20px;
}

.mt-24,
.my-24 {
    margin-top: 24px;
}

.mb-24,
.my-24 {
    margin-bottom: 24px;
}

.mt-25,
.my-25 {
    margin-top: 25px;
}

.mb-25,
.my-25 {
    margin-bottom: 25px;
}

.mr-25,
.mx-25 {
    margin-right: 25px;
}

.mt-30,
.my-30 {
    margin-top: 30px;
}

.mb-30,
.my-30 {
    margin-bottom: 30px;
}

.ml-30,
.mx-30 {
    margin-left: 30px;
}


/* Padding */

.p-0,
.pt-0,
.py-0 {
    padding-top: 0px !important;
}

.p-0,
.pb-0,
.py-0 {
    padding-bottom: 0px !important;
}

.pt-1,
.py-1 {
    padding-top: 1px !important;
}

.pb-1,
.py-1 {
    padding-bottom: 1px !important;
}

.pt-1_5,
.py-1_5 {
    padding-top: 1.5px !important;
}

.pb-1_5,
.py-1_5 {
    padding-bottom: 1.5px !important;
}

.pt-2,
.py-2 {
    padding-top: 2px !important;
}

.pb-2,
.py-2 {
    padding-bottom: 2px !important;
}

.pt-2_5,
.py-2_5 {
    padding-top: 2.5px !important;
}

.pb-2_5,
.py-2_5 {
    padding-bottom: 2.5px !important;
}

.pt-3,
.py-3 {
    padding-top: 3px !important;
}

.pb-3,
.py-3 {
    padding-bottom: 3px !important;
}

.pt-3_5,
.py-3_5 {
    padding-top: 3.5px !important;
}

.pb-3_5,
.py-3_5 {
    padding-bottom: 3.5px !important;
}

.pt-4,
.py-4 {
    padding-top: 4px !important;
}

.pb-4,
.py-4 {
    padding-bottom: 4px !important;
}

.pt-5,
.py-5 {
    padding-top: 5px !important;
}

.pb-5,
.py-5 {
    padding-bottom: 5px !important;
}

.pt-6,
.py-6 {
    padding-top: 6px !important;
}

.pb-6,
.py-6 {
    padding-bottom: 6px !important;
}

.p-7,
.pt-7,
.py-7 {
    padding-top: 7px !important;
}

.p-7,
.pb-7,
.py-7 {
    padding-bottom: 7px !important;
}

.pt-8,
.py-8 {
    padding-top: 8px !important;
}

.pb-8,
.py-8 {
    padding-bottom: 8px !important;
}

.p-10,
.pt-10,
.py-10 {
    padding-top: 10px !important;
}

.p-10,
.pb-10,
.py-10 {
    padding-bottom: 10px !important;
}

.pt-11,
.py-11 {
    padding-top: 11px !important;
}

.pb-11,
.py-11 {
    padding-bottom: 11px !important;
}

.pt-12,
.py-12 {
    padding-top: 12px !important;
}

.pb-12,
.py-12 {
    padding-bottom: 12px !important;
}

.pt-13,
.py-13 {
    padding-top: 13px !important;
}

.pb-13,
.py-13 {
    padding-bottom: 13px !important;
}

.pt-14,
.py-14 {
    padding-top: 14px !important;
}

.pb-14,
.py-14 {
    padding-bottom: 14px !important;
}

.pt-16,
.py-16 {
    padding-top: 16px !important;
}

.pb-16,
.py-16 {
    padding-bottom: 16px !important;
}

.pt-20,
.py-20 {
    padding-top: 20px !important;
}

.pb-20,
.py-20 {
    padding-bottom: 20px !important;
}

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

.p-0,
.pr-0,
.px-0 {
    padding-right: 0px !important;
}

.pt-xs-5,
.py-xs-5 {
    padding-top: 5px;
}

.pb-xs-5,
.py-xs-5 {
    padding-bottom: 5px;
}

.pt-xs-7,
.py-xs-7 {
    padding-top: 7px;
}

.pb-xs-7,
.py-xs-7 {
    padding-bottom: 7px !important;
}

.pt-xs-10,
.py-xs-10 {
    padding-top: 10px !important;
}

.pt-xs-13,
.py-xs-13 {
    padding-top: 13px !important;
}

.pl-1,
.px-1 {
    padding-left: 1px !important;
}

.pr-1,
.px-1 {
    padding-right: 1px !important;
}

.pl-2,
.px-2 {
    padding-left: 2px !important;
}

.pr-2,
.px-2 {
    padding-right: 2px !important;
}

.pl-3,
.px-3 {
    padding-left: 3px !important;
}

.pr-3,
.px-3 {
    padding-right: 3px !important;
}

.pl-4,
.px-4 {
    padding-left: 4px !important;
}

.pr-4,
.px-4 {
    padding-right: 4px !important;
}

.pl-5,
.px-5 {
    padding-left: 5px !important;
}

.pr-5,
.px-5 {
    padding-right: 5px !important;
}

.p-7,
.pl-7,
.px-7 {
    padding-left: 7px !important;
}

.p-7,
.pr-7,
.px-7 {
    padding-right: 7px !important;
}

.p-10,
.pl-10,
.px-10 {
    padding-left: 10px !important;
}

.p-10,
.pr-10,
.px-10 {
    padding-right: 10px !important;
}

.pl-12,
.px-12 {
    padding-left: 12px !important;
}

.pr-12,
.px-12 {
    padding-right: 12px !important;
}

.pl-16,
.px-16 {
    padding-left: 16px !important;
}

.pr-16,
.px-16 {
    padding-right: 16px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pl-20,
.px-20 {
    padding-left: 20px;
}

.pr-20,
.px-20 {
    padding-right: 20px;
}

.pl-25,
.px-25 {
    padding-left: 25px;
}

.pr-25,
.px-25 {
    padding-right: 25px;
}

.pl-50,
.px-50 {
    padding-left: 50px;
}

.pr-50,
.px-50 {
    padding-right: 50px;
}


/* Display */

.d-block {
    display: block;
}

.d-flex {
    display: flex !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-inline-flex {
    display: inline-flex;
}

/* Gap */
.gap-1 {
    gap: 1px;
}

.gap-2 {
    gap: 2px;
}

.gap-3 {
    gap: 3px;
}

.gap-4 {
    gap: 4px;
}

.gap-5 {
    gap: 5px;
}

.gap-7 {
    gap: 7px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

/* Fontes */

.fonte-9 {
    font-size: 9px;
}

.fonte-10 {
    font-size: 10px;
}

.fonte-11 {
    font-size: 11px;
}

.fonte-12 {
    font-size: 12px !important;
}

.fonte-13 {
    font-size: 13px !important;
}

.fonte-14 {
    font-size: 14px;
}

.fonte-15 {
    font-size: 15px;
}

.fonte-16 {
    font-size: 16px;
}

.fonte-17 {
    font-size: 17px;
}

.fonte-18 {
    font-size: 18px;
}

.fonte-19 {
    font-size: 19px;
}

.fonte-20 {
    font-size: 20px;
}

.fonte-22 {
    font-size: 22px;
}

.linha-normal {
    line-height: normal;
}

.min-width-60 {
    min-width: 60px;
}

.min-width-100 {
    min-width: 100px;
}

.min-width-120 {
    min-width: 120px;
}

.max-width-200 {
    max-width: 200px;
}

.min-width-200 {
    min-width: 200px;
}

.max-width-225 {
    max-width: 225px;
}

.min-width-225 {
    min-width: 225px;
}

.fixed-table-container thead th .sortable {
    padding: 8px 18px;
}

.text-right {
    text-align: right !important;
}

@media (max-width: 767px) {

    .mt-xs-0,
    .my-xs-0 {
        margin-top: 0px;
    }

    .mb-xs-0,
    .my-xs-0 {
        margin-bottom: 0px !important;
    }

    .ml-xs-0,
    .mx-xs-0 {
        margin-top: 0px !important;
    }

    .mr-xs-0,
    .mx-xs-0 {
        margin-right: 0px !important;
    }

    .mt-xs-2,
    .my-xs-2 {
        margin-top: 2px !important;
    }

    .mb-xs-2,
    .my-xs-2 {
        margin-bottom: 2px;
    }

    .ml-xs-2,
    .mx-xs-2 {
        margin-top: 2px;
    }

    .mr-xs-2,
    .mx-xs-2 {
        margin-bottom: 2px;
    }

    .mt-xs-3,
    .my-xs-3 {
        margin-top: 3px;
    }

    .mb-xs-3,
    .my-xs-3 {
        margin-bottom: 3px;
    }

    .ml-xs-3,
    .mx-xs-3 {
        margin-top: 3px;
    }

    .mr-xs-3,
    .mx-xs-3 {
        margin-bottom: 3px;
    }

    .mr-xs-0,
    .mx-xs-0 {
        margin-bottom: 0px;
    }

    .mt-xs-4,
    .my-xs-4 {
        margin-top: 4px;
    }

    .mb-xs-4,
    .my-xs-4 {
        margin-bottom: 4px;
    }

    .ml-xs-4,
    .mx-xs-4 {
        margin-top: 4px;
    }

    .mr-xs-4,
    .mx-xs-4 {
        margin-bottom: 4px;
    }

    .mt-xs-5,
    .my-xs-5 {
        margin-top: 5px !important;
    }

    .mb-xs-5,
    .my-xs-5 {
        margin-bottom: 5px;
    }

    .ml-xs-5,
    .mx-xs-5 {
        margin-top: 5px;
    }

    .mr-xs-5,
    .mx-xs-5 {
        margin-bottom: 5px;
    }

    .mt-xs-6,
    .my-xs-6 {
        margin-top: 6px;
    }

    .mb-xs-6,
    .my-xs-6 {
        margin-bottom: 6px;
    }

    .ml-xs-6,
    .mx-xs-6 {
        margin-top: 6px;
    }

    .mr-xs-6,
    .mx-xs-6 {
        margin-bottom: 6px;
    }

    .mt-xs-7,
    .my-xs-7 {
        margin-top: 7px !important;
    }

    .mb-xs-7,
    .my-xs-7 {
        margin-bottom: 7px;
    }

    .ml-xs-7,
    .mx-xs-7 {
        margin-top: 7px;
    }

    .mr-xs-7,
    .mx-xs-7 {
        margin-bottom: 7px;
    }

    .mt-xs-8,
    .my-xs-8 {
        margin-top: 8px !important;
    }

    .mb-xs-8,
    .my-xs-8 {
        margin-bottom: 8px;
    }

    .mt-xs-10,
    .my-xs-10 {
        margin-top: 10px;
    }

    .mb-xs-10,
    .my-xs-10 {
        margin-bottom: 10px;
    }

    .mt-xs-11,
    .my-xs-11 {
        margin-top: 11px;
    }

    .mb-xs-11,
    .my-xs-11 {
        margin-bottom: 11px;
    }

    .mt-xs-12,
    .my-xs-12 {
        margin-top: 12px !important;
    }

    .mt-xs-13,
    .my-xs-13 {
        margin-top: 13px !important;
    }

    .mt-xs-35,
    .my-xs-35 {
        margin-top: 35px !important;
    }

    .mb-xs-35,
    .my-xs-35 {
        margin-bottom: 35px !important;
    }

    .pt-xs-0,
    .py-xs-0 {
        padding-top: 0px !important;
    }

    .pb-xs-0,
    .py-xs-0 {
        padding-bottom: 0px !important;
    }

    .pt-xs-4,
    .py-xs-4 {
        padding-top: 4px;
    }

    .pb-xs-4,
    .py-xs-4 {
        padding-bottom: 4px;
    }

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

    .pr-xs-0,
    .px-xs-0 {
        padding-right: 0px !important;
    }

    .pl-xs-3,
    .px-xs-3 {
        padding-left: 3px !important;
    }

    .pr-xs-3,
    .px-xs-3 {
        padding-right: 3px !important;
    }

    .pl-xs-5,
    .px-xs-5 {
        padding-left: 5px !important;
    }

    .pr-xs-5,
    .px-xs-5 {
        padding-right: 5px !important;
    }

    .pl-xs-7,
    .px-xs-7 {
        padding-left: 7px !important;
    }

    .pr-xs-7,
    .px-xs-7 {
        padding-right: 7px !important;
    }

    .pl-xs-10,
    .px-xs-10 {
        padding-left: 10px !important;
    }

    .pr-xs-10,
    .px-xs-10 {
        padding-right: 10px !important;
    }

    .d-block-xs {
        display: block;
    }

    .min-xs-width-50 {
        min-width: 50px !important;
    }

    .text-xs-left {
        text-align: left !important;
    }

    .text-xs-right {
        text-align: right;
    }

    .page-title .title_left.titulo-full {
        width: 100%;
    }

    .d-xs-flex {
        display: flex !important;
    }
}

@media (min-width: 768px) {

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0px !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0px !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 3px !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 3px !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 5px !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0px !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0px !important;
    }

    .mt-sm-33\%,
    .my-sm-33\% {
        margin-top: 33.33333333% !important;
    }

    .mb-sm-33\%,
    .my-sm-33\% {
        margin-bottom: 33.33333333% !important;
    }

    .ml-sm-33\%,
    .mx-sm-33\% {
        margin-left: 33.33333333% !important;
    }

    .mr-sm-33\%,
    .mx-sm-33\% {
        margin-right: 33.33333333% !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0px !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0px !important;
    }

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

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0px !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 1px !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 1px !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 1px !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 1px !important;
    }

    .pt-sm-2_5,
    .py-sm-2_5 {
        padding-top: 2.5px !important;
    }

    .pb-sm-2_5,
    .py-sm-2_5 {
        padding-bottom: 2.5px !important;
    }

    .pt-sm-3_5,
    .py-sm-3_5 {
        padding-top: 3.5px !important;
    }

    .pb-sm-3_5,
    .py-sm-3_5 {
        padding-bottom: 3.5px !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 5px !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 5px !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 5px !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 5px !important;
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 7px !important;
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 7px !important;
    }

    .pl-sm-10,
    .px-sm-10 {
        padding-left: 10px !important;
    }

    .pr-sm-10,
    .px-sm-10 {
        padding-right: 10px !important;
    }

    .pt-sm-20,
    .py-sm-20 {
        padding-top: 20px !important;
    }

    .text-sm-right {
        text-align: right;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-flex {
        display: flex !important;
    }
}

@media (min-width: 992px) {
    .pl-md-0 {
        padding-left: 0 !important;
    }
}

@media (min-width: 1200px) {

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0px !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0px !important;
    }

    .ml-lg-20,
    .mx-lg-20 {
        margin-left: 20px !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0px !important;
    }

    .mr-lg-20,
    .mx-lg-20 {
        margin-right: 20px !important;
    }

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

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0px !important;
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 8px !important;
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 7px !important;
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 8px !important;
    }
}

.caret-5 {
    border-width: 5px;
}

.texto-tachado {
    text-decoration: line-through;
}

.input-group-btn-xs span {
    font-size: 9px;
    top: -1.5px;
}

.form-group:not([class*=mb-]):not([class*=my-]) {
    margin-bottom: 0px;
}

.bg-white {
    background-color: #fff;
    color: #555;
}

.input-group-addon-xs {
    font-size: 13px;
}

#mostra-inativos {
    cursor: pointer;
}

.lbl-switch {
    margin-bottom: 0;
    cursor: pointer;
}

.texto-switch {
    cursor: pointer;
    position: relative;
    top: 1px;
}

.label-check {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
}

.texto-icheck {
    position: relative;
    top: 1px;
}

.icheckbox_flat-green.disabled+.texto-icheck {
    cursor: not-allowed;
}

#inativo:disabled+.switchery.switchery-default {
    cursor: not-allowed;
    pointer-events: all !important;
}

.alert-warning {
    color: white;
    background-color: rgb(212 130 0 / 88%);
    border-color: rgb(212 130 0 / 88%);
}

.alert-danger.msg-erro-tabela:empty,
.alert-danger.msg-erro-radio:empty {
    display: none;
}

.alert-danger.msg-erro {
    top: calc(100% + 5.5px);
    font-size: 9px;
    padding: 2px 3px;
    position: absolute;
    z-index: 5;
    border-color: #a94442;
    background-color: #a94442;
    white-space: nowrap;
    font-weight: bold;
}

.alert-danger.msg-erro.erro-direta:not(.hidden) {
    display: inline-block;
}

.alert-danger.msg-erro.erro-direta {
    top: 0px;
    margin-left: 12px
}

.alert-danger.msg-erro-tabela {
    font-size: 12px;
    padding: 5px 8px;
    position: unset;
}

.alert-danger.msg-erro-radio {
    top: 35px;
    font-size: 9px;
    padding: 2px 3px;
    position: absolute;
    z-index: 5;
    border-color: #a94442;
    background-color: #a94442;
    white-space: nowrap;
    font-weight: bold;
}

td .alert-danger.msg-erro span.texto {
    line-height: normal;
}

.alert-danger.msg-erro a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    font-size: 11px
}

.seta {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px;
    margin: 0 auto;
    z-index: 5;
}

.seta:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -24px;
    margin: 0 auto;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #a94442;
    border-width: 6px;
}

.alert-danger.msg-erro.erro-direta .seta:after {
    top: -10.3px;
    left: -27px;
    border-bottom-color: transparent;
    border-right-color: #a94442;
}

.negrito {
    font-weight: bold;
}

.fonte-normal {
    font-weight: normal;
}

.negrito-500 {
    font-weight: 500;
}

.checkbox label.negrito {
    font-weight: bold;
}

.form-horizontal .form-group-sm .control-label {
    padding-top: 7.5px;
}

.tile_count .tile_stats_count:first-child:before {
    border-left: none;
}

.pointer {
    cursor: pointer;
}

.nao-permitido {
    cursor: not-allowed;
}

[class^="fontello-"]:before,
[class*=" fontello-"]:before {
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: inline !important;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.label-float {
    position: relative;
    padding-top: 13px;
}

.label-float input {
    border: 1px solid lightgrey;
    border-radius: 5px;
    outline: none;
    min-width: 250px;
    padding: 15px 20px;
    font-size: 16px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-appearance: none;
}

.has-error .label-float input.form-control {
    border: 1px solid #a94442;
}

.has-error .note-editor.note-frame,
.has-error .panel-default>.panel-heading,
.has-error .note-editor.note-frame .note-statusbar {
    border-color: #a94442;
}

.login_content form .label-float input:focus,
.label-float textarea:focus,
.label-float input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.login_content form .has-error .label-float input:focus,
.has-error .label-float input:focus {
    border-color: #a94442;
}

.label-float input::placeholder {
    color: transparent;
}

.label-float label {
    color: #CFCFCF;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 8px);
    left: 10px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    background-color: transparent;
    padding: 5px 5px 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

.label-float .form-control {
    padding: 20px 15px 16px;
}

.label-float textarea.form-control {
    padding: 6px 12px;
}

textarea.form-control {
    border-radius: 4px;
}

.label-float textarea:focus+label,
.label-float input:focus+label,
.label-float textarea:not(:placeholder-shown)+label,
.label-float input:not(:placeholder-shown)+label {
    font-size: 13px;
    top: 0;
    color: #66afe9;
    padding: 3px 5px 0;
}

.label-float textarea:not(:placeholder-shown):not(:focus)+label,
.label-float input:not(:placeholder-shown):not(:focus)+label {
    color: #73879C;
}

.has-error .label-float textarea:focus+label,
.has-error .label-float textarea:not(:placeholder-shown)+label,
.has-error .label-float input:focus+label,
.has-error .label-float input:not(:placeholder-shown)+label {
    color: #a94442;
}

.label-float textarea:focus+label:after,
.label-float textarea:not(:placeholder-shown)+label:after,
.label-float input:focus+label:after,
.label-float input:not(:placeholder-shown)+label:after {
    content: "";
    height: 4px;
    float: left;
    margin-top: -11px;
    width: calc(100% + 12px);
    background: #fff;
    margin-left: -7px;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #26B99A;
    border-color: #169F85;
}

.checkbox-icheck label {
    cursor: pointer;
}

.div-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 40px;
    z-index: 999;
    padding: 5px 10px;
    width: 100%;
}

@media (min-width: 992px) {
    body:not(#template-horizontal) .div-fixed {
        width: calc(100% - 230px);
        margin-left: 230px;
    }
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    z-index: 5;
}

.btn-27,
.nav>li>a.btn-27 {
    padding: 2.5px 9px;
    height: 27px !important;
}

.nav>li>a.btn-info:focus,
.nav>li>a.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.formulario-responsivo .form-group {
    position: relative;
}

.formulario-responsivo .dados-label-span-linha label {
    text-align: right;
}

.formulario-responsivo .dados-label-span-linha span {
    text-align: left;
    padding-left: 0;
}

.formulario-responsivo .form-group:not(.has-error) .tagsinput input:focus,
.formulario-responsivo .form-group:not(.has-error) .form-control:focus {
    border-color: #73879C;
}

.formulario-responsivo .form-group:not(.has-error) .tagsinput input {
    font-size: 12px;
    padding: 0px 7px;
    line-height: 17px;
    height: 27px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
}

input[type=date] {
    line-height: normal !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date] {
        line-height: normal !important;
    }
}

#div-ou {
    margin: 15px 0;
}

#div-ou:before {
    background: #7e7e7e;
    background: -webkit-gradient(linear, right top, left top, from(#7e7e7e), to(#fff));
    background: linear-gradient(to left, #7e7e7e 0%, #fff 100%);
    left: 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: calc(50% - 32px);
}

#div-ou:after {
    background: #7e7e7e;
    background: -webkit-gradient(linear, right top, left top, from(#7e7e7e), to(#fff));
    background: linear-gradient(to right, #7e7e7e 0%, #fff 100%);
    right: 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: calc(50% - 32px);
}

.filtro-periodo-data {
    margin: 0;
    padding: 0px 2px 0px 7px;
    border-radius: 3px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-color: #c8c8c8;
    line-height: 1;
    width: 100%;
}

.filtro-periodo-data .fa-calendar {
    margin-right: 5px;
}

@media(max-width: 767px) {
    .daterangepicker .calendar.right .daterangepicker_input {
        top: 275px;
        height: 35px;
    }

    .daterangepicker .calendar.right .calendar-table {
        padding-top: 275px;
    }

    .daterangepicker .calendar.right .daterangepicker_input input {
        position: relative;
        top: -275px;
    }
}

.nav-md .daterangepicker.dropdown-menu,
.nav-sm .daterangepicker.dropdown-menu {
    z-index: 5;
}

.underline,
.underline:hover {
    text-decoration: underline;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=email] {
    text-transform: lowercase;
}

.fa-spin {
    -webkit-animation: fa-spin 0.8s infinite linear;
    animation: fa-spin 0.8s infinite linear;
}

.modal-danger .modal-content {
    border: none;
}

.modal-danger .modal-header {
    border-radius: 5px 5px 0px 0px;
    background-color: rgba(231, 76, 60, .88);
    color: white;
}

.modal-lateral.modal {
    padding-right: 0 !important;
    left: unset;
}

.modal-lateral.modal.fade .modal-dialog {
    margin: 0;
    transform: translate(100%, 0);
}

.modal-lateral.modal.fade.in .modal-dialog {
    margin: 0;
    transform: translate(0, 0);
}

.modal-lateral.modal .modal-dialog .modal-content {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}

.modal-lateral.modal .modal-dialog .modal-content .modal-body {
    height: calc(100vh - 81px);
    max-height: calc(100vh - 81px);
    overflow-y: auto;
}

@media(min-width: 768px) {
    .modal-lateral-sm.modal {
        padding-right: 0 !important;
        left: unset;
    }

    .modal-lateral-sm.modal.fade .modal-dialog {
        margin: 0;
        transform: translate(100%, 0);
    }

    .modal-lateral-sm.modal.fade.in .modal-dialog {
        margin: 0;
        transform: translate(0, 0);
    }

    .modal-lateral-sm.modal .modal-dialog .modal-content {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .modal-lateral-sm.modal .modal-dialog .modal-content .modal-body {
        height: calc(100vh - 89px);
        max-height: calc(100vh - 89px);
        overflow-y: auto;
    }
}

.x_panel-sem-borda {
    border: none;
}

.x_title>span,
.x_title *[not=btn-info] span {
    color: #73879C;
}

.x_title .btn-info span {
    color: white;
}

.lbl-info-span {
    line-height: 1;
    position: relative;
    top: 1px;
}

.minusculo {
    text-transform: lowercase;
}

::-webkit-calendar-picker-indicator {
    margin-left: -3px;
    padding-right: 0;
}

.title-box-border {
    position: relative;
    border-bottom: #ddd 1px solid;
    padding-left: 5px;
    font-size: 14px;
}

.title-box-border .botoes-direita {
    position: absolute;
    right: 0;
    top: 0;
}

.title-box-border .botoes-direita a {
    color: #C5C7CB;
}

.title-box-border .botoes-direita a:hover {
    background: #F5F7FA;
}

.title-box-border .expandir-permissoes {
    color: #bbb;
    padding: 5px 10px;
}

.active .title-box-border .expandir-permissoes span.fa {
    margin: 0;
}

.box-border {
    border: 1px solid #ddd;
    padding: 7px;
    margin-bottom: 7px;
}

@media(min-width: 1200px) and (max-width: 1300px) {
    .box-border {
        padding: 6px 3px;
    }
}

.box-border-content {
    padding-right: 5px;
    padding-left: 5px;
}

.box-border .checkbox-icheck {
    width: calc(100% - 20px);
}

ul.condensed-tabs.bar_tabs>li {
    margin-left: 2px;
    margin-top: -1px;
}

ul.condensed-tabs.bar_tabs>li a {
    font-size: 14px;
    padding: 3px 8px;
}

ul.condensed-tabs.bar_tabs>li.active a {
    width: 101%;
}

ul.condensed-tabs.bar_tabs>li.active {
    margin-top: 1px;
    margin-bottom: -1px;
}

.radio-icheck label {
    cursor: pointer;
}

.radio-icheck.inline {
    display: inline-block;
    margin-right: 7px;
}

.tag:after {
    content: unset;
    height: 0;
}

span.tag {
    padding: 7px 9px;
}

.table.table-condensed:not(.tb-escolhas) th,
.table.table-condensed:not(.tb-escolhas) td {
    font-size: 12px;
}

.table.table-condensed td {
    padding: 3px 5px;
}

.table.table-condensed .th-checkbox .th-inner {
    height: 23px;
}

.table.table-condensed>tbody>tr>td,
.table.table-condensed>tbody>tr>th,
.table.table-condensed>tfoot>tr>td,
.table.table-condensed>tfoot>tr>th,
.table.table-condensed>thead>tr>td,
.table.table-condensed>thead>tr>th {
    line-height: 16px;
}

.table.table-condensed td span {
    line-height: 1.1;
}

.bootstrap-table .fixed-table-container .table.table-condensed thead th .th-inner {
    padding: 4px 5px;
}

.bootstrap-table .fixed-table-container .table thead th .sortable.sortable-center {
    padding-left: 4px !important;
    padding-right: 18px !important;
}

tr[data-has-detail-view=true] td:nth-child(1) {
    text-align: center;
}

.page-link {
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.row-flex {
    display: flex;
}

.row-flex>.coluna {
    flex: 1;
}

.row-flex>.coluna:not(:last-child) {
    margin-right: 10px;
}

.w-auto {
    width: auto;
}

.w-100 {
    width: 100%;
}

.carregando-autocomplete {
    position: absolute;
    font-size: 15px;
    padding: 6px 8px;
    line-height: 15px;
    right: 10px;
    display: none;
}

.carregando-autocomplete.show {
    display: block;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.bootstrap-table .fixed-table-container .table thead th .sortable {
    padding-right: 18px !important;
}

.bootstrap-table .bs-checkbox label {
    line-height: 1;
    height: 16px;
    padding: 1px 0;
    display: block;
}

.bootstrap-table .bs-checkbox .th-inner label {
    padding: 1.5px 0;
}

.table-condensed>tbody>tr>td.icone-link {
    position: relative;
    padding-right: 22px;
}

td.icone-link::after {
    cursor: pointer;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08e";
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success,
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    border: 1px solid #169F85;
    background: #169F85;
}

.btn,
.buttons,
.modal-footer .btn+.btn,
button {
    margin-bottom: 0px;
}

.row-span label,
.row-span span {
    padding-top: 0;
    padding-bottom: 0;
}

.row-span label {
    text-align: right;
}

.row-span .col-span {
    padding-left: 0;
    margin-bottom: 5px;
}

/* Formularios com input 27 */
.row-input .lbl-input,
.row-input .col-input {
    margin-bottom: 5px;
}

.row-input .lbl-checkbox:not([class*="mb-"]) {
    margin-bottom: 0;
}

.form-group-27 label {
    line-height: 15px;
}

.form-group-27 label:not(.text-left) {
    text-align: right;
}

.padding-col-input .form-group-27>label:not([class*="px-"]):not([class*="pr-"]) {
    padding-right: 0;
}

.form-group-27 label:not(.lbl-checkbox):not([class*="py-"]):not([class*="pb-"]) {
    padding-bottom: 6px;
}

.form-group-27 label:not(.lbl-checkbox):not([class*="py-"]):not([class*="pt-"]) {
    padding-top: 6px;
}

@media (min-width: 1200px) {
    .form-group-27 label:not([class*="mx-"]):not([class*="ml-"]):not([class*="col-"][class*="-offset-"]) {
        margin-left: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .form-group-27 label:not([class*="mx-"]):not([class*="ml-"]):not([class*="col-xs-offset"]):not([class*="col-sm-offset"]):not([class*="col-md-offset"]) {
        margin-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .form-group-27 label:not([class*="mx-"]):not([class*="ml-"]):not([class*="col-xs-offset"]):not([class*="col-sm-offset"]) {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .form-group-27 label:not([class*="mx-"]):not([class*="ml-"]):not([class*="col-xs-offset"]) {
        margin-left: 0px;
    }
}

.form-group-27 label:not([class*="mx-"]):not([class*="mr-"]) {
    margin-right: 0px;
}

.form-group-27 label:not([class*="my-"]):not([class*="mt-"]) {
    margin-top: 0;
}

@media (min-width: 768px) {
    *:not(.padding-col-input) .form-group-27>.col-input:not([class*="px-"]):not([class*="pl-"]) {
        padding-left: 0;
    }
}

.form-group-27 .input-group .input-group-addon,
.input-group-27 .input-group-addon {
    padding: 5px 6px;
    font-size: 12px;
    height: 27px;
}

.form-group-27 .input-group small.input-group-addon,
.input-group-27 small.input-group-addon {
    font-size: 85%;
}

.input-group-27 button,
.input-group-27.input-group-sm>.input-group-btn>.btn {
    height: 27px;
}

select.input-sm.input-27,
.input-group-27>input.form-control,
.input-group-27>select.form-control,
.input-27,
.form-group-27 input:not([type=checkbox]),
.form-group-27 select {
    padding: 0px 7px;
    line-height: 17px;
    height: 27px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
}

.form-group-27 .daterangepicker input.input-mini:not([type=checkbox]) {
    padding-left: 28px;
}

.form-group-27 textarea {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 5px 7px;
    line-height: 17px;
}

div:not(.has-error):not(.has-warning) .input-27,
div:not(.has-error):not(.has-warning) .input-sm.input-27,
div:not(.has-error):not(.has-warning) .input-group-27 input,
.form-group-27:not(.has-error):not(.has-warning) input:not([type=checkbox]):not(:focus),
.form-group-27:not(.has-error):not(.has-warning) select {
    border-color: #c8c8c8;
}

div.has-error div.input-group-27 .form-control {
    border-color: #a94442;
}

.form-group-27 input[type=checkbox] {
    margin: 0;
}

.form-group-27 input[type=file] {
    padding: 3px 7px;
}

.input-group-27>select.form-control,
.form-group-27 select {
    padding-left: 3px;
}

.form-group-27 .input-group .btn {
    padding: 3.5px 10px;
}

@media (max-width: 767px) {
    .form-group-27 .input-group .btn {
        padding: 5px 10px;
    }

    select.input-sm.input-27,
    .input-27,
    .form-group-27 input,
    .form-group-27 select {
        line-height: normal;
        height: auto;
        border-radius: 3px;
        border: 1px solid #c8c8c8;
    }

    .form-group-27 .lbl-input~.col-input input:not([type=checkbox]) {
        padding: 11px 7px 7px;
    }

    .form-group-27 input[type=date] {
        padding: 10px 7px 6px;
    }

    .form-group-27 select {
        padding: 10px 7px 6px 3px;
    }

    .form-group-27 input[type=time] {
        padding: 9px 7px 5px;
        line-height: normal;
    }

    *:not(.padding-col-input) .form-group-27>.col-input:not([class*="px-"]):not([class*="pr-"]) {
        padding-left: 7px;
    }

    .formulario-responsivo .dados-label-span-linha label {
        margin: 0;
    }

    .formulario-responsivo .row .form-group:first-child label.lbl-input {
        top: -5px;
    }

    .formulario-responsivo .row .form-group:nth-child(2) label.lbl-input {
        top: 39px;
    }

    .formulario-responsivo .row .form-group:nth-child(3) label.lbl-input {
        top: 83px;
    }

    .formulario-responsivo .row .form-group:nth-child(4) label.lbl-input {
        top: 127px;
    }

    .formulario-responsivo .form-group label.lbl-input {
        font-size: 12px;
        left: 13px;
        z-index: 3;
        position: absolute;
        white-space: nowrap;
    }

    .formulario-responsivo .form-group label.lbl-input::after {
        content: "";
        background-color: #fff;
        height: 3px;
        width: calc(100% + 14px);
        float: left;
        margin-top: -10px;
        margin-left: -7px;
    }

    .formulario-responsivo .form-group label.lbl-input+.col-input {
        margin-top: 7px;
    }

    .formulario-responsivo .row:not(.row-input) .form-group:not(:nth-child(1)) .col-input:not([class*=mt-]) {
        margin-top: 13px;
    }

    .formulario-responsivo .form-group:nth-child(3) label.lbl-input+.form-control {
        margin-top: 12px;
    }

    .formulario-responsivo .form-group label.lbl-input+.col-input.form-control {
        padding: 7.5px 10px 5.5px;
    }

    .formulario-responsivo .for:m-group label.lbl-input+.select.form-control {
        padding-left: 6px;
    }

    .form-group-27 .input-group .input-group-btn .btn,
    select.input-sm.input-27,
    .input-27,
    .form-group-27 input:not([type=checkbox]),
    .form-group-27 select,
    .form-group-27 .btn {
        height: 32px;
    }

    .formulario-responsivo .form-group label.lbl-input+.col-input.form-control::-moz-placeholder {
        opacity: 0;
    }

    .formulario-responsivo .form-group label.lbl-input+.col-input.form-control::-webkit-input-placeholder {
        opacity: 0;
    }

    .formulario-responsivo .input-group .form-control:focus {
        z-index: 2;
    }

    .formulario-responsivo .form-control:focus {
        box-shadow: none !important;
    }

    .modal-xs-full .modal-content {
        height: calc(100vh - 58px);
    }

    .modal-xs-full .modal-body {
        height: calc(100vh - 140px);
    }

    .modal-xs-full .modal-footer {
        min-height: 44px;
    }
}

.erro-codeigniter:first-child {
    margin-top: 10px;
}

.erro-codeigniter {
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    background-color: white;
}

.erro-codeigniter h4 {
    color: #990000;
}

.nao-quebrar-linha,
.nao-quebrar-linha>* {
    white-space: nowrap;
}

.input-xs {
    height: 22px;
    padding: 4px 5px 3px;
    line-height: 10px;
    border-radius: 3px;
}

.input-xs:not([class*=fonte]) {
    font-size: 10px;
}

/* OPÇÕES D-FLEX */
.justify-content-center {
    justify-content: center;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-start {
    justify-content: start;
}

.justify-content-end {
    justify-content: end;
}

.align-items-center {
    align-items: center;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-start {
    align-items: flex-start;
}

.direction-column {
    flex-direction: column;
}

.wizard_verticle .actionBar {
    border-top: 0px;
}

.nav.nav-tabs.bar_tabs li.has-error {
    border-color: #a94442;
}

.nav.nav-tabs.bar_tabs li.has-error:hover a {
    background-color: #fff;
}

.nav.nav-tabs.bar_tabs li.has-error a {
    color: #a94442;
    background-color: #f2dede;
}

.nav.nav-tabs.bar_tabs li.has-error.active a {
    border-color: #a94442;
    background-color: #fff;
}

.lh-19_11 {
    line-height: 19.11px;
}

.visible-xs-inherit,
.visible-xs-table,
.visible-xs-table-cell {
    display: none !important;
}

@media(max-width: 767px) {
    .visible-xs-inherit {
        display: inherit !important;
    }

    .visible-xs-table-cell {
        display: table-cell !important;
    }

    .visible-xs-table {
        display: table !important;
    }
}

.p-5 {
    padding: 5px;
}

.span-ajuda {
    font-size: 15px;
    line-height: 27px;
    margin-left: 3px;
}

.icheckbox_flat-green.indeterminate {
    background: url(../imagens/green.png) no-repeat !important;
}

.icheckbox_flat-green.indeterminate.disabled {
    background-position: -198px 0 !important;
}

.icheckbox_flat-green.indeterminate {
    background-position: -176px 0 !important;
}

.arredondado-esquerda-3 {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.d-none {
    display: none !important;
}

/* -XS- */
@media(max-width:767px) {
    .d-xs-block {
        display: block !important;
    }

    .d-xs-none {
        display: none !important;
    }

    .d-xs-inline-block {
        display: inline-block !important;
    }
}

/* -SM- */
@media(min-width:768px) {
    .d-sm-block {
        display: block !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }
}

/* -MD- */
@media(min-width:992px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-none {
        display: none !important;
    }
}

/* -LG- */
@media(min-width:1200px) {
    .d-lg-block {
        display: block !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-none {
        display: none !important;
    }
}

.nowrap {
    text-wrap: nowrap;
}

.radius-3 {
    border-radius: 3px;
}

.r-0 {
    right: 0px !important;
}

.r-1 {
    right: 1px !important;
}

.r-2 {
    right: 2px !important;
}

.r-3 {
    right: 3px !important;
}

.r-4 {
    right: 4px !important;
}

.r-5 {
    right: 5px !important;
}

.r-6 {
    right: 6px !important;
}

.r-7 {
    right: 7px !important;
}

.r-8 {
    right: 8px !important;
}

.r-9 {
    right: 9px !important;
}

.r-10 {
    right: 10px !important;
}

ul.msg_list li .time {
    font-weight: 0 !important;
}

ul.msg_list .nav-item.notificacao {
    cursor: pointer;
}

ul.msg_list li .message {
    color: var(--cor-fonte);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

ul.msg_list li .titulo-notificacao {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 55px);
}

ul.msg_list li .titulo-notificacao {
    font-size: 13px;
    font-weight: 700 !important;
    color: var(--cor-fonte);
}

.notificacao-importante {
    border: 1px solid rgb(113 113 0 / 19%);
    border-radius: 5px;
}

.notificacao-visualizada * {
    opacity: 0.6;
}

#modal-visualizar-pdf .modal-body {
    height: 80vh;
}

#modal-visualizar-pdf #iframe-pdf {
    width: 100%;
    height: 100%;
}

.filtro-ativo {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    font-size: 10px;
    border-radius: 12.65px;
}

.filtro-ativo span {
    color: white;
    line-height: 12px;
}

.filtro-ativo button.btn.btn-link {
    color: white;
    padding: 0;
    font-size: 9px;
    margin-left: 5px;
    height: auto;
    width: 14px;
}

.painel-labels-filtros {
    align-items: center;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.autocomplete-suggestion {
    font-size: 13px;
}

.form-group.has-success .form-control {
    border-color: rgba(38, 185, 154) !important;
}

.cor-variacao {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin: 0 2px;
    vertical-align: middle;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.dropzone {
    border-radius: 4px;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 15px auto;
    }
}

.btn-addon-27 {
    height: 27px;
    padding: 0px 20px 0px 7px;
}

.dz-preview .dz-image {
    margin: 0 auto;
}

.tagsinput {
    border-radius: 3px;
    padding: 4px;
}

.tabela-centralizada.table>tbody>tr>td {
    vertical-align: middle;
}

.daterangepicker .input-mini {
    background-color: #fff;
}

.h-100 {
    height: 100%;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}