/* General 
Colors -> color: var(--orange);
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
:root {
    --white: #ffffff;
    --orange: #ff6600;
    --orange_dark: #ff944d;
    --black: #000000;
    --black_dark: #333333;
    --grey_light: #999999;
    --grey_dark: #777777;
}

h1 {
    font-size: 36px;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0rem;
    height: .4rem;
    background-color: white;
    color: white;
    border-block-color: revert;
    box-shadow: 0px 3px 6px 0px #00000029;
    /* z-index: 4!important; */
    border-top: transparent;
    left: 47%!important;
}

.tooltip {
    /* z-index: 4!important; */
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff;
    bottom: -1px
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #fff;
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 1px;
}

.tooltip-inner {
    max-width: 200px;
    color: black;
    text-align: center;
    background-color: white;
    border-radius: .25rem;
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 6px 3px #00000029;
}

.button_orange {
    color: var(--white);
    background-color: var(--orange);
    border-color: var(--orange);
}

.button_orange:hover {
    color: var(--white);
    background-color: var(--grey_dark);
    border-color: var(--grey_dark);
}

.button_ligth_orange {
    color: var(--orange);
    border-color: var(--orange);
}

.button_ligth_orange:hover {
    color: var(--white);
    background-color: var(--orange_dark);
    border-color: var(--orange_dark);
}

.button_transparent_orange {
    color: var(--orange);
    background-color: transparent;
    border: none;
}

.button_transparent_orange:hover {
    color: var(--grey_light);
    background-color: transparent;
    border: none
}

.button_dark_orange {
    color: var(--orange);
    border-color: var(--orange);
}

.button_dark_orange:hover {
    color: var(--white);
    background-color: var(--orange);
    border-color: var(--orange);
}

.btn-pagar {
    color: var(--white) !important;
    background-color: var(--orange);
    border-color: var(--orange);
    padding: 0.375rem 1.55rem;
    margin-top: 1.2rem;
}

.btn-pagar:hover {
    color: var(--white);
    background-color: var(--grey_dark);
    border-color: var(--grey_dark);
}

.custom-select:hover {
    border-color: var(--orange_dark);
    background-color: rgb(250, 236, 231);
}

body {
    font-family: 'Roboto', sans-serif;
}

.form-control {
    font-weight: 300;
}

.hide {
    display: none !important;
    opacity: 0;
}

.hide_important {
    display: flex !important;
    opacity: 1 !important;
}

.orange {
    color: var(--orange);
}

.green {
    color: #30853e;
}

.green_success {
    color: #6FD219;
}

.red {
    color: #bb4945;
}

.yellow {
    color: #cd9439;
}

.black {
    color: var(--black_dark);
}

.dashed_line {
    border-style: dashed;
    border-top-color: gray;
}


/* Paginator */

.pagination-detail {
    display: none;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
    height: auto;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
}

.page-link {
    color: #000;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: var(--orange_dark);
    border-color: var(--orange_dark);
}

.page-link:focus {
    box-shadow: none;
}

.page-pre a,
.page-next a {
    color: var(--orange)!important;
}


/* Loading Spinner */

.loading-cover {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 13, 13, 0.5);
    z-index: 1100;
}

.spinner-border {
    border-color: var(--orange);
    border-right-color: transparent;
}


/* Header */

.row_header {
    height: 75px;
    width: 100%;
    box-shadow: 0 1px 4px 2px rgb(0 0 0 / 10%);
    position: fixed;
    z-index: 1075;
    background-color: #fff;
}

.logo_container {
    margin: auto;
}

.header_container {
    position: relative;
    z-index: 1074;
    height: 70px;
    background-color: #fff;
    width: 100vh;
    display: contents;
}

.logo_header {
    padding-left: 180px;
}

.avatar {
    border-radius: 100%;
    background: #f60;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 20px;
    left: 25px;
    height: 70px;
    width: 70px;
}

.user_avatar::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #85b300;
    bottom: 0;
    right: 0;
    border-radius: 100%;
}

.separator_avatar {
    border-left: 1px solid rgba(0, 0, 0, .1);
    height: 43px;
    position: absolute;
    right: 275px;
    top: 18px;
}

.login_letter.big {
    font-size: 40px;
}

.login_letter {
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
    display: block;
}

.profile_user {
    overflow: hidden;
    padding: 0 15px;
    width: 100%;
    background-color: #e5e5e5;
}

.profile_user_data {
    float: left;
    width: 100%;
    padding: 100px 0;
    text-align: center;
}

.profile_user_data h4 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    color: #000;
}

.profile_user_data span {
    font-size: 14px;
    color: #b2b2b2;
}

.dropdown_item {
    display: block;
    width: 100%;
    height: 32px;
    padding: .25rem 1.5rem;
    clear: both;
    text-align: justify;
    white-space: nowrap;
    background-color: #F4F4F4;
    border: 50%;
    color: #666;
    text-decoration: none;
}

.dropdown_item:hover {
    background-color: #ff944d;
    text-decoration: none;
    color: #FFF;
}

.log_out {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: grid;
    width: 100%;
    height: 32px;
    padding: .25rem 1.5rem;
    clear: both;
    white-space: nowrap;
    background-color: #333;
    border: 0;
    padding: 0 20px!important;
    text-align: center;
    cursor: pointer;
}

.log_out span {
    margin: auto;
}

.log_out:hover {
    color: #fff;
    background-color: #ff944d;
}

.list_user li {
    color: #fff;
}

.dropdown_container {
    position: absolute;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: 1em;
    color: #666666;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border-radius: 0 0 10px 10px;
    transition: height 0.5s ease;
    right: 206px;
    top: 73px;
    height: 0;
    overflow: hidden;
}

.show_dropdown_container.dropdown_container {
    height: 280px;
    border-top: none;
}

.dropdown_container .profile_user {
    padding: 0 15px;
    width: 100%;
    height: 152px;
    background-color: #e5e5e5;
}

.dropdown_container .list_user {
    padding: 0;
    width: 100%;
    text-align: center;
    background-color: white;
}

.list_user .menu_item_text {
    font-size: 14px;
    font-weight: 300;
}

.user_avatar {
    position: relative;
    border-radius: 100%;
    background: #f60;
    width: 39px;
    height: 39px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    z-index: 1;
}

.avatar_container {
    position: absolute;
    right: 226px;
    top: 20px;
    width: 39px;
    height: 39px;
    cursor: pointer;
}

.arrow_user {
    color: #333;
    right: -22px;
    top: 0px;
    font-size: 15pt;
    background-color: #e5e5e5;
    padding: 0 0 0 15px;
    border-radius: 0 50% 50% 0;
    width: 40px;
    height: 99%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow_user i {
    font-weight: 700;
    transition: transform 0.5s ease;
}

.arrow_user.arrow_active i {
    transform: rotate(-180deg);
}

.status_details ul li {
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 300;
    height: 14px;
    width: 320px;
}

.status_details ul {
    margin-bottom: 0;
    padding-left: 0;
    background-color: #333;
    padding: 10px 0;
}

header ul {
    list-style: none;
}

@media screen and (max-width: 767px) {
    .logo_header {
        padding: 0;
        margin: auto;
        display: table;
    }
    .avatar_container {
        right: 35px;
    }
    .user_container {
        position: absolute;
    }
}

@media screen and (max-width: 576px) {
    .dropdown_container {
        width: inherit;
        right: 0px;
    }
}


/* Breadcrumb */

.bread_crumb {
    /*margin-bottom: 20px;*/
    margin-bottom: 0px;
}

.menu_bread_crum {
    height: 60px;
    display: table;
}

.menu_bread_crum nav {
    height: 60px;
    display: table-cell;
    vertical-align: middle!important;
}

.bread_crumb hr {
    margin: 0;
}

.bread_crumb .breadcrumb {
    background-color: transparent;
    font-size: 14px;
    margin: 0;
}

.bread_crumb .breadcrumb li {
    display: block;
    line-height: 35px;
    color: #999;
    float: left;
    margin: 0;
}

.bread_crumb .breadcrumb i {
    font-size: 25px;
    color: #FF6600;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: #FF6600;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #FF6600;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    vertical-align: middle;
    margin: 0 5px;
    color: #999;
    font-size: 10px;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

#containerTemplate {
    /*padding-top: 85px;*/
    padding-top: 78px;
    max-width: 1200px;
}


/* Footer */

.footer {
    display: inline-block;
    padding: 0;
    width: 100%;
    margin-top: 80px;
}

.bg_footer {
    background: #333
}

.footer_content {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    position: relative;
}

.links_container {
    background: #333 url(https://corporativo.compensar.com/Style%20Library/images/dashLine.png) 50% no-repeat repeat;
    border-top: 30px solid #333;
    border-bottom: 30px solid #333;
    color: #999;
    display: table;
    float: inherit;
    overflow: hidden;
    width: 100%;
}

.links_group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    width: 49%;
    background: transparent url(https://corporativo.compensar.com/Style%20Library/images/dashLine.png) 50% no-repeat repeat;
    display: table-cell;
}

.links_group .footer_list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: inherit;
    float: left;
    width: 50%;
}

.links_list {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

.links_list h4 {
    color: #a9a9a9;
    margin: 0;
    padding: 0 0 20px;
    font: 14px/19px "Roboto";
    font-weight: 500;
}

.links_list ul li p {
    color: #a9a9a9;
    margin-bottom: 0;
    font: 14px/19px "Roboto";
    font-weight: 300;
}

.links_list ul li h4 {
    margin-bottom: 5px;
    padding: 0;
}

.links_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.links_list ul li {
    margin-bottom: 5px;
}

.links_list ul li img {
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    margin-top: 6px;
    vertical-align: top;
    width: auto;
}

.links_list ul li i {
    margin-right: 3px;
}

.links_list ul a {
    color: #a9a9a9;
    width: 88%;
    display: inline-block;
    font: 14px/19px "Roboto";
    font-weight: 300;
}

.social_list_mobile ul {
    display: flex;
    text-align: center;
}

.social_list_desktop {
    display: inline;
}

.social_list_mobile {
    display: none;
}

.interest_links li:before {
    content: "•";
    margin-right: 10px;
    font-weight: 400;
    color: #a9a9a9;
    vertical-align: top;
}

.footer_arrow_up {
    display: block;
    position: absolute;
    z-index: 0;
    top: -42px;
    right: 10px;
    width: 120px;
    height: 42px;
    overflow: visible;
}

.footer_arrow_up_content {
    transform: rotate( -45deg);
    background-color: #333;
    width: 100px;
    height: 100px;
    top: 12px;
    left: 15px;
    position: relative;
    border-radius: 20px;
    margin: 0;
}

.footer_arrow_up_content i {
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 60px;
    font-size: 30px;
    transform: rotate( 45deg);
}

.footer_logos_content {
    position: relative;
    background-color: #333;
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.footer_logos {
    background-color: #fff;
    padding: 15px 0;
    text-align: center;
}

.footer_logos_list {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    vertical-align: top;
}

.footer_logos li {
    display: inline-block;
    vertical-align: middle;
}

.footer_logos_content .footer_list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: inherit;
}


/* Error modal */

.error_modal {
    background-color: #f2dede;
    color: #bb4945;
    border: 1px solid #efd3d7
}

#error_modal .modal-header,
#error_modal .modal-body,
#error_modal_action .modal-header,
#error_modal_action .modal-body,
#warning_modal .modal-header,
#warning_modal .modal-body,
#alert_modal .modal-header,
#alert_modal .modal-body{
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0px;
    margin-right: 0px;
}

#error_modal .fa-times-circle,
#error_modal_action .fa-times-circle,
#warning_modal .fa-exclamation-circle,
#alert_modal .fa-exclamation-circle {
    margin-right: 30px;
}

.text_modal {
    padding: 5px 40px;
}

.icon_modal {
    position: absolute;
    font-size: 20pt;
    top: 19px;
}

#error_text {
    white-space: break-spaces;
}

#content_container_not_found a {
    color: var(--orange);
}

#content_container_not_found a:hover {
    color: var(--orange_dark);
    text-decoration: none;
}

@media screen and (max-width: 1023px) {
    .footer_arrow_up {
        display: none;
    }
    .links_container {
        padding-top: 15px;
        padding-bottom: 15px;
        background: #333 none;
        border-top: 0;
        border-bottom: 0;
    }
    .links_group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        background: transparent none;
    }
    .links_group:first-child {
        padding-bottom: 15px;
    }
    .links_group:last-child {
        border-top: dashed 1px #ccc;
        padding-top: 15px;
    }
    .links_group .footer_list {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 49%;
        border-right: dashed 1px #999;
        float: inherit;
    }
    .links_group .footer_list:last-child {
        border-right: none;
    }
}

@media screen and (max-width: 767px) {
    .links_group {
        display: block;
        padding: 0;
        width: 100%;
    }
    .links_group .footer_list {
        border-right: none;
        border-bottom: dashed 1px #666;
        display: block;
        padding: 15px 0;
        width: 100%;
    }
    .links_list {
        display: inline-block;
        padding: 0;
        vertical-align: top;
        width: 100%;
    }
    .links_list>h4 {
        text-align: center;
    }
    .links_list>ul {
        margin: 0 auto;
        width: 60%;
    }
    .links_list ul li {
        display: inline-block;
        width: 100%;
    }
    .social_list ul {
        width: auto;
        text-align: center;
    }
    .social_list ul li {
        width: auto;
        margin: 0 12px;
    }
    .links_group:last-child {
        padding: 0;
        border-top: none;
    }
    .separator_avatar {
        display: none;
    }
    .social_list_desktop {
        display: none;
    }
    .social_list_mobile {
        display: inline;
    }
}

/* BICO CHAT */

pf-bot {
    display: none;
}

pf-bot > main {
    height: 0 !important;
}

@media (max-width: 767px) {
    pf-bot > main > section {
        z-index: 90000 !important;
    }
    
    .modal {
        z-index: 100000 !important;
    }
}

.scrolling-option {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    animation: scroll 10s linear infinite;
}

@keyframes scroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}