﻿@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
}

label.required:after {
    color: #CF142B;
    content: ' *';
    display: inline;
}


.bg-gradient-intr {
    background-color: #CF142B;
    background-image: linear-gradient(180deg, #CF142B 10%, b62f3f 100%);
    background-size: cover;
}

.bg-strip-intr-red {
    background: #D0142C;
}

.bg-strip-intr {
    background: #2754b0;
}

.border-left-intr {
    border-left: double .25rem transparent;
    border-radius: .25rem;
    background-image: linear-gradient(white, white), linear-gradient(to bottom, #D0142C 0%, #F9B514 50%, #F9B514 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.btn-outline-intr {
    color: #D0142C;
    border-color: #D0142C;
}

.border-left-intr {
    border-left: 1px solid gray;
}

.border-bottom-intr {
    border-bottom: 1px solid #D0142C;
}

.btn-outline-intr:hover {
    background-color: #D0142C;
    color: white;
}



/* BG Centro Mensagens */
.topbar .dropdown-list .dropdown-header {
    background-color: #2754B0;
    border: 1px solid #2754B0;
}

.bs-pointer {
    cursor: pointer;
}

.bg-field-data-intr {
    display: block;
    background-color: #e8f0fe;
    padding-top: 0.375rem;
    padding-right: 0.75rem;
    padding-bottom: 0.375rem;
    padding-left: 0.75rem;
}



.rep-group:not(:last-of-type),
.rep-group-val:not(:last-of-type),
.js-rep-group-cont .js-rep-group:not(:last-of-type),
.js-rep-group-val-cont .js-rep-group-val:not(:last-of-type),
.repetitions-container-intr {
    border-bottom: 1px dashed #ddd;
}




@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}


.roundCorners {
    border-radius: .25rem !important;
}

.rightRoundCorners {
    border-bottom-right-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.leftRoundCorners {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
}

.bottomRoundCorners {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.topRoundCorners {
    border-top-right-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
}

a .navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


a {
    color: #0366d6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/*--------------- COLORS ---------------*/
.btn {
    border-radius: .25rem !important;
    padding: .375rem .75rem !important;
}


body {
    color: #5a5c69;
}

.text-primary {
    color: #5a5c69 !important;
}

.btn-primary {
    background-color: gray !important;
    color: white !important;
    border-color: transparent !important;
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #2768a7 !important;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #9ae8bf;
        background-color: #00929f;
        border-color: #00929f;
        box-shadow: 0 0 0 0.2rem #9ae8bf00 !important;
    }


.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #F9B514;
    background-color: #F9B514;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #327ec8;
    background-color: #327ec8;
}

.custom-control-input-login {
    border: none;
    border-bottom: 1px solid #000000;
    border-bottom-color: #00A84F;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
}

    .custom-control-input-login:focus {
        border-bottom-color: #F9B514;
    }

.bg-primary {
    background-color: #fdfdfd !important;
}

.btn-secondary {
    background-color: white !important;
    border-color: #327ec8 !important;
    color: #5a5c69 !important;
    text-transform: uppercase;
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
}

    .btn-secondary:hover,
    .btn-secondary:focus {
        background-color: #e7f3ff !important;
    }

    .btn-secondary:focus {
        box-shadow: 0 0 0 0.2rem #9ae8bf00 !important;
    }

.text-secondary {
    color: #327ec8 !important;
}

.color-secondary-hover {
    cursor: pointer;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
}

    .color-secondary-hover:hover {
        color: #327ec8 !important;
    }

.bg-secondary {
    background-color: #F9B514 !important;
}

.bg-secondary-hover {
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
}

    .bg-secondary-hover:hover {
        background-color: #b9e0ea !important;
    }

.border-bottom-secondary {
    border-bottom: 10px solid #2754b0 !important;
}

.btn-danger {
    background-color: #F25866 !important;
    color: white !important;
    border-color: #F25866 !important;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

    .btn-danger:hover,
    .btn-danger:focus {
        background-color: #C44753 !important;
        border-color: #C44753 !important;
    }

.text-danger {
    color: #C44753 !important;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
}

    .text-danger:hover,
    .text-danger:focus {
        color: #C44753 !important;
    }

.input-validation-error,
.input-validation-error:focus {
    border-color: #F25866;
}



.btn-success {
    background-color: #58AB58 !important;
    color: white !important;
    border-color: #58AB58 !important;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

    .btn-success:hover,
    .btn-success:focus {
        background-color: #478B47 !important;
        border-color: #478B47 !important;
    }

.text-success {
    color: #5a5c69 !important;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
}

    .text-success:hover,
    .text-success:focus {
        color: #5a5c69 !important;
    }


.greyIcon {
    color: #858796;
}

.greenColor {
    color: #58AB58;
}

.color-green-hover {
    cursor: pointer;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
}

    .color-green-hover:hover {
        color: #478B47 !important;
    }


.dropdown-item:hover,
.dropdown-item:focus {
    color: white !important;
    text-decoration: none;
    background-color: #737373;
}

.dropdown-item.active,
.dropdown-item:active {
    color: white !important;
    text-decoration: none;
    background-color: #327ec8;
}

/*--------------- DATATABLES ---------------*/

table.dataTable th {
    font-weight: bold;
}

    table.dataTable th.sorting_asc::before,
    table.dataTable th.sorting_desc::after {
        color: #327ec8;
    }


table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    background-color: #F9B514;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    background-color: #F25866;
}

.page-item.active .page-link {
    background-color: #F9B514;
    border-color: #F9B514;
    color: white;
}

.page-link {
    color: #F9B514;
    background-color: #fff;
}

table.dataTable thead tr > th,
table.dataTable tbody tr > td {
    border: 1px solid #e3e6f0;
    border-left-width: 0;
}

    table.dataTable thead tr > th:first-child,
    table.dataTable tbody tr > td:first-child,
    table.dataTable:not(.collapsed) thead tr > th:first-child.responsiveButton + th,
    table.dataTable:not(.collapsed) tbody tr > td:first-child.responsiveButton + td {
        border-left-width: 1px;
    }

        table.dataTable thead tr > th:first-child.responsiveButton {
            border-width: 0 1px 0 0;
        }

table.dataTable thead tr:first-child > th,
table.dataTable tbody tr:not(:last-child) > td {
    border-bottom-width: 0;
}

table.dataTable:not(.collapsed) th.responsiveButton,
table.dataTable:not(.collapsed) td.responsiveButton {
    display: none;
}

table.dataTable td.responsiveButton::before {
    left: 50% !important;
    transform: translateX(-50%);
}


div.dataTables_info {
    white-space: normal;
}

table.dataTable .btnActionsContainer > * {
    font-size: 16px;
}

    table.dataTable .btnActionsContainer > *:not(:first-child) {
        margin-left: 5px;
    }

table.dataTable .checkboxContainer {
    text-align: center;
}

.dataTable thead .checkbox {
    margin-top: -23px;
}

.dataTable tbody .checkbox {
    margin-top: -3px;
}



table.dataTable .checkbox label {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block;
}

    table.dataTable .checkbox label::before {
        border-radius: .35rem;
        transition: all .15s ease-in-out;
        cursor: pointer;
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #b7b9cc solid 1px;
        margin-left: 0;
    }

table.dataTable .checkbox input[type="checkbox"]:checked + label::before,
table.dataTable .checkbox input[type="radio"]:checked + label::before {
    border-color: #00A84F;
    background-color: #00A84F;
}

table.dataTable .checkbox input[type="checkbox"]:focus + label::before,
table.dataTable .checkbox input[type="radio"]:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(105, 205, 228, 0.25);
    outline: none;
}

table.dataTable .checkbox input[type="checkbox"]:checked + label::after,
table.dataTable .checkbox input[type="radio"]:checked + label::after {
    position: absolute;
    top: .35rem;
    left: -1.45rem;
    display: inline-block;
    width: 0.5rem;
    height: 1rem;
    background: no-repeat 50%/50% 50%;
    margin-left: 0px;
    color: white;
    font-size: 0.5rem;
}



table.dataTable .checkbox input[type="checkbox"]:indeterminate + label::after,
table.dataTable .checkbox input[type="radio"]:indeterminate + label::after {
    top: .25rem;
    left: -1.25rem;
    display: inline-block;
    width: 0.5rem;
    margin-left: 0;
}

/*--------------- DATEPICKER ---------------*/

.daterangepicker .active {
    background-color: #D0142C !important;
}

.daterangepicker .in-range:not(.active) {
    background-color: #F9B514 !important;
}

.daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
    background-color: lightgrey !important;
}

    .calendar-toggle {
        pointer-events: none !important;
        opacity: 0.5 !important;
    }

    .dayselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default;
        margin-right: 2%;
        width: 23%;
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 33%;
    }

    .daterangepicker select.yearselect {
        width: 40%;
    }

/*--------------- NAVBAR ---------------*/
.navbar-expand {
    flex-direction: unset;
    flex-wrap: wrap;
    margin-bottom: 1.8rem !important;
}

.topbar .nav-item .nav-link {
    height: calc(4.375rem - 1rem);
}

.progress {
    border-radius: 0;
    height: 0.3rem;
}

.navbarWidthAnimation {
    animation: widthAnimation 2s ease-in-out infinite;
}

@keyframes widthAnimation {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    white-space: pre-wrap;
}

.nav-tabs .nav-link.active {
    color: #327ec8 !important;
}

.nav-tabs .nav-link {
    color: #858796 !important;
}

.sidebar-shadow .nav-item .nav-link {
    color: #000 !important;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.sidebar-shadow {
    box-shadow: .25rem 0 .75rem rgba(0, 0, 0, .05);
    -webkit-box-shadow: .25rem 0 .75rem rgba(0, 0, 0, .05);
    -moz-box-shadow: .25rem 0 .75rem rgba(0, 0, 0, .05);
}



/*--------------- DATATABLES ---------------*/

table.dataTable th {
    font-weight: bold;
}

    table.dataTable th.sorting_asc::before,
    table.dataTable th.sorting_desc::after {
        color: #327ec8;
    }


table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    background-color: #327EC8;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    background-color: #67B5E9;
}

.page-item.active .page-link {
    background-color: #327ec8;
    border-color: #327ec8;
    color: white;
}

.page-link {
    color: #327ec8;
    background-color: #fff;
}

    .page-link:hover {
        color: #327ec8;
        background-color: #eaecf4;
        border-color: #dddfeb;
    }

table.dataTable thead tr > th,
table.dataTable tbody tr > td {
    border: 1px solid #e3e6f0;
    border-left-width: 0;
}

    table.dataTable thead tr > th:first-child,
    table.dataTable tbody tr > td:first-child,
    table.dataTable:not(.collapsed) thead tr > th:first-child.responsiveButton + th,
    table.dataTable:not(.collapsed) tbody tr > td:first-child.responsiveButton + td {
        border-left-width: 1px;
    }

        table.dataTable thead tr > th:first-child.responsiveButton {
            border-width: 0 1px 0 0;
        }

table.dataTable thead tr:first-child > th,
table.dataTable tbody tr:not(:last-child) > td {
    border-bottom-width: 0;
}

table.dataTable:not(.collapsed) th.responsiveButton,
table.dataTable:not(.collapsed) td.responsiveButton {
    display: none;
}

table.dataTable td.responsiveButton::before {
    left: 50% !important;
    transform: translateX(-50%);
}


div.dataTables_info {
    white-space: normal;
}


table.dataTable .btnActionsContainer > * {
    font-size: 16px;
}

    table.dataTable .btnActionsContainer > *:not(:first-child) {
        margin-left: 5px;
    }

table.dataTable .checkboxContainer {
    text-align: center;
}

.dataTable thead .checkbox {
    margin-top: -23px;
}

.dataTable tbody .checkbox {
    margin-top: -3px;
}



table.dataTable .checkbox label {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block;
}

    table.dataTable .checkbox label::before {
        border-radius: .35rem;
        transition: all .15s ease-in-out;
        cursor: pointer;
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #b7b9cc solid 1px;
        margin-left: 0;
    }

table.dataTable .checkbox input[type="checkbox"]:checked + label::before,
table.dataTable .checkbox input[type="radio"]:checked + label::before {
    border-color: #00A84F;
    background-color: #00A84F;
}

table.dataTable .checkbox input[type="checkbox"]:focus + label::before,
table.dataTable .checkbox input[type="radio"]:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(105, 205, 228, 0.25);
    outline: none;
}

table.dataTable .checkbox input[type="checkbox"]:checked + label::after,
table.dataTable .checkbox input[type="radio"]:checked + label::after {
    position: absolute;
    top: .35rem;
    left: -1.45rem;
    display: inline-block;
    width: 0.5rem;
    height: 1rem;
    background: no-repeat 50%/50% 50%;
    margin-left: 0px;
    color: white;
    font-size: 0.5rem;
}



table.dataTable .checkbox input[type="checkbox"]:indeterminate + label::after,
table.dataTable .checkbox input[type="radio"]:indeterminate + label::after {
    top: .25rem;
    left: -1.25rem;
    display: inline-block;
    width: 0.5rem;
    margin-left: 0;
}



/*table.dataTable.dtr-inline.collapsed.compact{
    min-height:350px;
}*/

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control {
    position: relative;
    padding-left: 27px;
}

    table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before {
        content: "+";
        border: .15em solid white;
        color: white;
        top: 50%;
        margin-top: -9px;
        display: block;
        position: absolute;
        color: white;
        border: .15em solid white;
        box-shadow: 0 0 .2em #444;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: "Courier New", Courier, monospace;
        content: "+";
        left: 4px;
        height: 14px;
        width: 14px;
        line-height: 14px;
        border-radius: 14px;
    }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr.dtr-expanded > td.dtr-control:before {
    background-color: #67B5E9;
    content: "-";
}

.dt-paging .pagination {
    justify-content: end;
}



/*--------------- DATEPICKER ---------------*/


.daterangepicker .active {
    background-color: #327ec8 !important;
}

.daterangepicker .in-range:not(.active) {
    background-color: #4488cb8a !important;
}

.daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
    background-color: lightgrey !important;
}

.checkboxMenuTitle {
}

.checkboxSingleTitle {
    display: none;
}

.checkboxHidenLabel {
    display: none;
    padding-top: 0.2rem;
}


@media (max-width: 575.9px) {
    .checkboxHidenLabel {
        display: unset;
        float: left
    }

    .checkboxMenuTitle {
        display: none;
    }

    .checkboxSingleTitle {
        display: unset;
    }



    .custom-float-right {
        float: right
    }
}



/*custom radio buttons*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        line-height: 15px;
        display: inline-block;
        color: #666;
        margin-right: 50px;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 15px;
            height: 15px;
            border: 1px solid #909090;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:before {
            border-color: #327ec8;
        }

            [type="radio"]:checked + label:after,
            [type="radio"]:not(:checked) + label:after {
                content: '';
                width: 9px;
                height: 9px;
                background: #327ec8;
                position: absolute;
                top: 3px;
                left: 3px;
                border-radius: 100%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

/*end of custom radio buttons*/

/*Alert Badge*/

.badge-alert {
    position: absolute;
    top: 4px;
    right: -6px;
    padding: 0px 6px;
    border-radius: 50%;
    background-color: #327ec8;
    color: white;
    font-size: 12px;
}

.badge-single-alert {
    position: relative;
    top: -1px;
    margin-right: 5px;
    padding: 0px 6px;
    border-radius: 50%;
    background-color: #67B5E9;
    color: white;
    font-size: 12px;
}

/*Alert Badge*/



.customLayoutInput {
    border-radius: 0;
    border: none;
    border-bottom-width: 2px !important;
}

/*chat*/

.redBackground,
.btn-primary,
.dropdown-item:hover, .dropdown-item:focus {
    background: #327ec8 !important;
}

.redBorderBottomColor {
    border-bottom-color: #67B5E9 !important;
}

#chatMessagesContainer {
    overflow-y: auto;
    height: calc(100% - 60px);
    padding-right: 1.25rem;
}

    #chatMessagesContainer::-webkit-scrollbar {
        width: 0.5em;
        padding-left: 1em;
        margin-left: 1em;
    }

    #chatMessagesContainer::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    #chatMessagesContainer::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

.chatSideContainer {
    border-bottom: 1px solid #e3e6f0;
    padding: .5rem 1.5rem;
}

.activeChatSideContainer {
    background: #CF142B !important;
    color: white !important;
    text-decoration: none;
}


.chatMessage {
    padding: 0.5em 1em;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    max-width: 60%;
    margin-bottom: 1em;
}

    .chatMessage .messageFooter {
        text-align: right;
    }

.toMessage {
    margin-left: auto;
}

.headerRulesColor {
    background-color: #f9b514;
}

.myMessage {
    background-color: #2754B0;
    border: #2754B0;
}

.userFoMessage {
    background-color: white;
    border: 1px solid #2754B0;
    color: black;
}

.userBOMessage {
    background-color: white;
    border: 1px solid #ff9900;
    color: black;
}

.chatClosed {
    margin-left: 20%;
    text-align: center;
    background-color: #eaecf4;
}
/*chat*/

.layoutConfigBack {
    background-color: #ffc56f;
    color: black;
}

    .layoutConfigBack:hover {
        background-color: #ff9900 !important;
    }

.activeTab.active {
    background-color: #CF142B;
    border-color: #CF142B;
    color: black;
}

.amchart-height {
    height: 500px;
}



/*Disabled Checkbox*/
.custom-checkbox .custom-control-input[readonly] + .custom-control-label::before {
    background: #eaecf4;
}

.custom-checkbox .custom-control-input[readonly][type="checkbox"]:checked + .custom-control-label::before {
    border-color: #F9B514;
    background-color: #F9B514;
}



.sidebarMenuIcon {
    max-height: 17px;
    max-width: 17px;
}



@media (min-width: 768px) {
    .sidebar:not(.toggled) .nav-item .nav-link.customAnchorNavItemCollapse {
        display: flex;
        align-items: center;
    }

        .sidebar:not(.toggled) .nav-item .nav-link.customAnchorNavItemCollapse > img,
        .sidebar:not(.toggled) .nav-item .nav-link.customAnchorNavItemCollapse > span {
            margin-right: 0.5rem;
        }

    .sidebar.toggled .nav-link.custom2ndLevelAnchorNavItemCollapse {
        width: auto;
    }

    .sidebar .nav-link.custom2ndLevelAnchorNavItemCollapse {
        margin: 0 0.5rem;
    }

    .sidebar.toggled .nav-link.custom2ndLevelAnchorNavItemCollapse {
        padding: 0.5rem 1rem;
        white-space: nowrap;
        text-align: left;
    }


    .sidebar .nav-item .nav-link[data-toggle=collapse]::after {
        margin-left: auto;
    }
}



/*file input*/
.form-control.is-valid, .was-validated .form-control:valid {
    border: 1px solid #d1d3e2;
}



label.custom-checkbox.required::after,
label.custom-checkbox.required > label.required::after {
    content: '';
}


.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: transparent;
}

a.collapse-item.text-primary:focus,
a.collapse-item.text-primary:hover {
    color: #5a5c69 !important;
}



.iconEyePassword {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1000;
}

.a.text-secondary:focus, a.text-secondary:hover {
    color: #2768a7 !important;
}

.badge-danger {
    color: #fff;
    /*background-color: #327EC8;*/
    background-color: #e74a3b;
}

.badge-under-review {
    color: #fff;
    background-color: #6B6C6D;
}

.badge-on-approval {
    color: #fff;
    background-color: #017ACF;
}

.badge-pending-payment {
    color: #fff;
    background-color: #4AB4EF;
}

.badge-payment-in-validation {
    color: #fff;
    background-color: #6785E9;
}

.badge-issued {
    color: #fff;
    background-color: #00C430;
}

.badge-rejected-by-user {
    color: #fff;
    background-color: #E20505;
}

.badge-dismissed {
    color: #fff;
    background-color: #BA0000;
}

.badge-submitted {
    color: #fff;
    background-color: #2754B0;
}



.border-left-under-review {
    border-left: 0.25rem solid #6B6C6D !important;
}

.border-left-on-approval {
    border-left: 0.25rem solid #017ACF !important;
}

.border-left-pending-payment {
    border-left: 0.25rem solid #4AB4EF !important;
}

.border-left-payment-in-validation {
    border-left: 0.25rem solid #6785E9 !important;
}

.border-left-issued {
    border-left: 0.25rem solid #00C430 !important;
}

.border-left-rejected-by-user {
    border-left: 0.25rem solid #E20505 !important;
}

.border-left-dismissed {
    border-left: 0.25rem solid #BA0000 !important;
}

.border-left-submitted {
    border-left: 0.25rem solid #2754B0 !important;
}

.btn-blue {
    background-color: white !important;
    color: #5a5c69 !important;
    border: 1px solid #327ec8 !important;
}

    .btn-blue:hover, .btn-blue:focus {
        background: #327ec8 !important;
        color: white !important;
    }

.btn-primary {
    background-color: white !important;
    color: #5a5c69 !important;
    border: 1px solid #327ec8 !important;
}

    .btn-primary:hover, .btn-primary:focus {
        background: #327ec8 !important;
        color: white !important;
    }

.btn-default {
    background-color: white !important;
    color: #5a5c69 !important;
    border: 1px solid #327ec8 !important;
}

    .btn-default:hover, .btn-default:focus {
        background: #327ec8 !important;
        color: white !important;
    }

body {
    font-size: 12px !important
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-size: 13px !important
}

.form-control {
    font-size: 12px !important
}

.btn {
    font-size: 12px !important
}

.dropdown-header {
    font-size: 13px !important
}

.dropdown-item {
    font-size: 12px !important
}

.nav-link span {
    font-size: 12px !important
}

table .small {
    font-size: 12px !important
}

.fit-text {
    width: fit-content;
}

.title-footer-border {
    border-image-slice: 1 !important;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #07A183 30%, white 30%);
}

.nav-bar-text {
    color: white !important;
}

@media (max-width: 767px) {
    .nav-bar-text {
        color: black !important;
    }
}

.angola-logo {
    height: 35px;
}

@media (max-width: 425px) {
    .angola-logo {
        height: 25px;
    }
}

@media (max-width: 370px) {
    .angola-logo {
        height: 20px;
    }
}



.dashboard-border-openRequests {
    border-left: 0.25rem solid #D03730 !important;
}

.dashboard-border-successfulRequests {
    border-left: 0.25rem solid #569946 !important;
}

.dashboard-border-approvedRequestsWithoutPayment {
    border-left: 0.25rem solid #55B9CC !important;
}

.dashboard-border-unreadMessages {
    border-left: 0.25rem solid #656666 !important;
}

.number-color-openRequests {
    color: #D03730 !important;
}

.number-color-successfulRequests {
    color: #569946 !important;
}

.number-color-approvedRequestsWithoutPayment {
    color: #55B9CC !important;
}

.number-color-unreadMessages {
    color: #656666 !important;
}


.note-editor .note-toolbar .note-dropdown-menu, .note-popover .popover-content .note-dropdown-menu {
    max-height: 200px;
    overflow-y: scroll;
}


.customDropdownHeader {
    text-transform: uppercase !important;
    font-weight: 800;
    color: #b7b9cc;
    min-width: 300px;
}

.maintenance-logo {
    background-image: url(/images/ANTT_logo_big_size.png);
    width: 475px !important;
    height: 200px !important;
    margin-right: -322px !important;
}

.maintenance-margin-top {
    margin-top: 170px;
}

@media (max-width: 510px) {
    .maintenance-logo {
        width: 350px !important;
        height: 150px !important;
    }
}

@media (max-width: 379px) {
    .maintenance-logo {
        width: 232px !important;
        height: 100px !important;
    }
}


.idclickable {
    cursor: pointer !important;
    text-decoration: underline !important;
}

.customInputDisable {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
}


@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}







.downloadFileDarkTheme {
    background: #2754b0 !important;
}



.swal2-title .fas,
.swal2-close .fa-times {
    color: #ccc;
}

.swal2-title .fas {
    font-size: 14px;
}

    .swal2-title .fas:hover {
        color: #5a5c69;
    }

.swal2-close{
    width: 16px!important;
    height:16px!important;
}
.swal2-close .fa-times {
    font-size: 16px;
}
    .swal2-close .fa-times:hover {
        color: #5a5c69;
    }


.swal2-timer-progress-bar-container{
    bottom: 2px!important;
    height: .2em!important;
}

.swal2-timer-progress-bar {
    /*width: 0% !important;*/
    background: #69a1d7 !important;
}

.sweetAlertSmallIcon {
    width: 1em !important;
    min-width: 1em !important;
    height: 1em !important;
    border-top-width: 0.18em !important;
    border-right-width: 0.18em !important;
    border-bottom-width: 0.18em !important;
    border-left-width: 0.18em !important;
}

    .sweetAlertSmallIcon.swal2-info .swal2-icon-content {
        font-size: 0.9em !important;
    }

    .sweetAlertSmallIcon.swal2-success .swal2-success-circular-line-left {
    }

    .sweetAlertSmallIcon.swal2-success .swal2-success-line-tip {
        font-size: 8px;
    }

    .sweetAlertSmallIcon.swal2-success .swal2-success-line-long {
        font-size: 8px;
    }

    .sweetAlertSmallIcon.swal2-success .swal2-success-ring {
        width: 1em !important;
        height: 1em !important;
    }

    .sweetAlertSmallIcon.swal2-success .swal2-success-fix {
    }

    .sweetAlertSmallIcon.swal2-success .swal2-success-circular-line-right {
    }


    .sweetAlertSmallIcon.swal2-error .swal2-x-mark-line-left,
    .sweetAlertSmallIcon.swal2-error .swal2-x-mark-line-right {
        font-size: 8px !important;
    }





.customInputGroup .input-group-prepend,
.customInputGroup .input-group-append {
    height: calc(1.5em + 0.75rem + 2px);
}






.customPrependInputAxles {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    text-align: center;
    white-space: nowrap;
    background-color: #eaecf4;
    border-width: 1px !important;
    border-style: solid !important;
    /*border-color: #4a5d8f !important;*/
    border-radius: 5px;
    cursor: initial;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}

    .customPrependInputAxles:hover {
        color: #6e707e;
    }

.js_radcheck_free_container .numberIterations {
    margin-bottom: 0.5rem !important;
}

    .js_radcheck_free_container .numberIterations:last-child {
        margin-bottom: 0rem !important;
    }


.sectionTitle {
    border-bottom: 4px solid #c0c0c0;
    position: relative;
    padding-bottom: 0.5rem;
}

    .sectionTitle:before {
        position: absolute;
        background: #879ac4;
        height: 4px;
        content: '';
        width: 50%;
        bottom: -4px;
        left: 0;
    }


.dt-min-height{
    min-height: 420px;
}


.importTemplate .file-input {
    width: 100%;
}

.download-template-anchor {
    text-decoration: none !important;
    color: #5a5c69 !important;
}

.customIcon {
    height: 20px;
    width: 20px;
    cursor: pointer;
}