@import url(root.css);

#ClaimStepsModal {
    text-align: justify !important;
}

    #ClaimStepsModal .modal-header {
        background-color: #FAFAFA;
    }
/*     BODY (fondo)       */
/*
body {
    background-color: rgba(129, 129, 129, 0.11);
    background: url("./img/fondo.jpg");
    background-repeat: repeat-x;
    background-position-y: 17px;
}*/

#header {
    padding: 0px;
    background: #1d8995;
    border-bottom: solid 2px #fea914;
    padding-bottom: 0px !important;
}


#main-content-subheader {
    margin-top: -55px;
    margin-left: 120px;
}

#pending_messages {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    /*float: left;*/
    border-radius: 0;
    border-style: none;
}

.clearfix nav-list-header {
    height: 25px;
    font-size: 8px;
}

.ui-widget-header {
    background: var(--grey-scale-7);
    /*border: solid 1px var(--grey-scale-2) !important;*/
    color: var(--primary-font-color);
    font-size: 14px;
}

.grid th {
    background: var(--grey-scale-7) !important;
    border: solid 1px var(--grey-scale-2);
    color: var(--primary-font-color);
}

.ui-state-default {
    background: #FFFFFF !important;
    color: #656565 !important;
}

.contact-info-box {
    padding: 14px;
    display: inline-block;
    vertical-align: top;
}

.login-box .login-box-content {
    border: none;
}

.login-box {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}

.roundBox {
    padding: 10px !important;
    width: 100% !important;
    border: none;
    border-radius: 0;
    margin-right: 0 !important;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.19);
}

.login-box .roundBox {
    max-width: 100%;
}

div#login-box-parent .roundBox > * {
    margin: 10px;
}

.login-box-content h2 {
    height: 2.5em !important;
    margin-bottom: 14px;
    line-height: 2.5em;
}

#footer.container-fluid {
    background-color: transparent;
    padding: 20px;
    margin: 0 auto;
    color: black;
}

div#ajax-loader {
    padding: 16px !important;
    box-shadow: 0 0 24px rgba(0,0,0,0.49);
}

div#login-box-parent .roundBox {
    padding: 0 !important;
}

#right-content > #right-content-main.main_content {
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    padding: 15px 15px !important;
    box-shadow: inset 0px -2px 0px 1px #0000001f;
    border: solid 1px #0000001f;
}

#header .logged-user-box {
    margin-top: 4px;
}

    #header .logged-user-box table .pull-right {
        border-radius: 0 !important;
        border-color: transparent !important;
        min-width: 360px;
    }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    background-color: #EBEEF5;
}

.feedback {
    background: var(--tertiary-color);
    color: #fff !important;
    box-shadow: 0 0 5px rgba(12,60,109,0.65);
    border: solid 1px var(--tertiary-color);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .feedback a {
        color: white !important;
    }


/*ul#transfers-index-tabs, .clearfix + .nav-tabs {
    background: linear-gradient(#f1f1f1 49%, #e0e0e0);
    margin: -15px -16px 16px !important;
    position: relative;
    display: block;
}*/
div#AdRotator {
    padding: 0 !important;
    margin: 0 !important;
    width: 530px;
    /*height: 260px !important;*/
}

#AdRotator .AdRotatorContent {
    width: 100% !important;
    float: left;
    margin: 0 !important;
    height: auto !important;
}

.panel panel-default > :first-child {
    margin-left: 0 !important;
}

.login-box input {
    width: 96% !important;
}

    .login-box input + img {
        position: absolute !important;
        bottom: 1px;
        right: 2px;
        background: white;
        padding: 7.5px 12px;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
    }

#AdRotator .AdRotatorContent img {
    height: auto !important;
}

div#login-box-parent br {
    display: none !important;
}

#AdRotator .AdRotatorContent img,
#AdRotator .AdRotatorContent {
    height: auto !important;
}


.modal.fade.in {
    box-shadow: 0px 0px 10px #041A26;
}

#footer.container-fluid a {
    color: white;
}

#footer.container-fluid a {
    color: var(--primary-color);
}

#footer.container-fluid center {
    text-align: left;
}

.recargas, .registro, .servicios, .solicitudchequeras, .suplidores, .suspensioncheques, .tarjetasdecredito, .tpago, .transacciones, .transferencias, .avanceefectivo, .banco, .configuracion, .configuracionalerta, .consultanfc, .consultas, .desembolso, .empleados, .iphone, .mas, .menos, .nomina, .novedades, .pagos, .procesarpagos, .cambioPendiente {
    background: url(./img/sprites-menu.png) !important;
}
/*.table th, .table td,
.ui-jqgrid tr.jqgrow td, 
.ui-jqgrid th.jqgrow td {
    padding: 4px;
}*/
body .ui-tooltip {
    box-shadow: 0px 0px 8px rgba(10, 42, 66, 0.81);
    border: none;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    box-shadow: none;
}

#currency-conversion legend.currency-name {
    background-color: #55C4CE !Important;
    color: white;
    font-weight: bold;
    padding-left: 10px;
    width: 98% !important;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 5px;
}

.panel-body {
    /* background-color: #EBEEF5; */
    padding: 0 !important;
}

    .panel-body ul li.nav-list-header:not(:last-child) {
        border-bottom: 1px solid #DCDEE4 !important;
        padding: 0px;
        margin-bottom: 0px;
    }

.nav-list > li > a {
    margin: 0;
    padding: 10px 10px;
    float: left;
}


.left-col .nav.nav-list > li > a:hover {
    background: #c7eff1;
}


.ui-widget-content {
    border: 1px solid #ccc;
    /*background: #FFFFFF url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;*/
    color: #222;
}

.logged-user-box .pull-right > ul {
    position: absolute;
    top: 60px;
    left: 40%;
}

    .logged-user-box .pull-right > ul > li > a {
        background: transparent;
        padding: 6px 10px;
        margin-right: 1px;
        float: left;
        text-decoration: none;
        font-size: 12px;
    }

#header .nav a:hover {
    color: #fff;
    background-color: #fea914 !important;
}

.login-box-content h2.header-background {
    background-position: -430px 0;
    background: #018d9a;
    border-bottom: solid 2px orange;
}

#body-responsive .toggle{
    margin-bottom:10px;
}
.avanceefectivo {
    background-position: -16px -216px !important;
    width: 16px;
    height: 16px;
}

.banco {
    background-position: -48px -216px !important;
    width: 16px;
    height: 16px;
}

.configuracion {
    background-position: -80px -216px !important;
    width: 16px;
    height: 16px;
}

.configuracionalerta {
    background-position: -112px -216px !important;
    width: 16px;
    height: 16px;
}

.consultanfc {
    background-position: -144px -216px !important;
    width: 16px;
    height: 16px;
}

.consultas {
    background-position: -176px -111px !important;
    width: 16px;
    height: 20px;
}

.desembolso {
    background-position: -208px -216px !important;
    width: 16px;
    height: 16px;
}

.cambioPendiente {
    background-position: -836px -535px !important;
    width: 22px;
    height: 20px;
}

.empleados {
    background-position: -240px -216px !important;
    width: 16px;
    height: 16px;
}

.iphone {
    background-position: -272px -216px !important;
    width: 16px;
    height: 16px;
}

.mas {
    background-position: -304px -216px !important;
    width: 16px;
    height: 16px;
}

.menos {
    background-position: -336px -216px !important;
    width: 16px;
    height: 16px;
}

.nomina {
    background-position: -368px -216px !important;
    width: 16px;
    height: 16px;
}

.novedades {
    background-position: -400px -216px !important;
    width: 16px;
    height: 16px;
}

.pagos {
    background-position: -432px -216px !important;
    width: 16px;
    height: 16px;
}

.procesarpagos {
    background-position: -464px -216px !important;
    width: 16px;
    height: 16px;
}

.recargas {
    background-position: -16px -248px !important;
    width: 16px;
    height: 16px;
}

.registro {
    background-position: -48px -148px !important;
    width: 21px;
    height: 21px;
}

.servicios {
    background-position: -80px -142px !important;
    width: 16px;
    height: 20px;
}

.solicitudchequeras {
    background-position: -109px -144px !important;
    width: 16px;
    height: 20px;
}

.suplidores {
    background-position: -144px 148px !important;
    width: 16px;
    height: 16px;
}

.suspensioncheques {
    background-position: -176px -248px !important;
    width: 16px;
    height: 16px;
}

.tarjetasdecredito {
    background-position: -205px -144px !important;
    width: 16px;
    height: 20px;
}

.tpago {
    background-position: -240px -248px !important;
    width: 16px;
    height: 16px;
}

.transacciones {
    background-position: -268px -146px !important;
    width: 16px;
    height: 20px;
}

.transferencias {
    background-position: -304px -248px !important;
    width: 16px;
    height: 16px;
}

li a .solicitudchequeras {
    width: 16px;
    height: 16px;
    background-position: -112px -248px !important;
}

li .tarjetasdecredito {
    background-position: -208px -248px !important;
    width: 16px;
    height: 16px;
}

li .registro {
    background-position: -48px -248px !important;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    background-color: var(--primary-degraded) !important;
    color: white !important;
    border-color: transparent;
    border: 1px solid var(--primary-degraded) !important;
}
.nav-tabs > li > a {
    color: var(--primary-color);
}
.nav-tabs {
    border-bottom: 1px solid var(--primary-degraded);
}
.wizardFlow2 li .current {
    background-image: url('./img/current.png') !important;
}

#LoginForm div {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

    #LoginForm div input {
        margin-bottom: 0px;
    }

.general-box-content h2.header-background,
.general-box-content .header-background {
    background-position: top right;
    background: var(--primary-color);
    border: none;
}

#print-header {
    height: 104px;
    margin-bottom: 14px;
    background: #1d8995 !important;
    border-bottom: solid 2px orange;
}

    #print-header img.print-logo {
        top: 18px;
        left: 6px;
        position: relative;
    }


.btn-primary {
    background: var(--secondary-color);
    border: solid 1px var(--secondary-color);
    color: var(--tertiary-font-color);
    text-decoration: none;
    text-shadow: none;
    font-weight: bold;
}

a {
    color: var(--primary-color);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-primary:focus,
.btn-primary.focus {
    color: var(--tertiary-font-color);
    background: var(--secondary-color) !important;
    border-color: inherit;
}

.btn:hover {
    background-color: var(--secondary-color);
    color: white;
    border-color: inherit;
}

#header .nav a {
    color: white !important;
}

.accordion-toggle span {
    margin-left: 0;
    color: #FFFFFF;
}

#header .logged-user-box table .pull-right div:first-child {
    max-width: 259px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white !important;
}

#recentTransaction-list .btn-group > .btn {
    font-size: 12px;
}

#missing_security_questions {
    max-width: 1100px;
    margin: 0 auto;
    border: solid 1px #bebebe;
    padding: 20px;
    border-radius: 4px !important;
    margin-bottom: 5%;
    box-shadow: 0px 0px 8px 0px rgba(13, 27, 78, 0.16);
}

.modal[data-modal-dialogid="QUERY_BANKS_NETWORKS"] .modal-body div:first-child {
    max-height: 490px;
    max-width: 760px;
    width: 760px;
    overflow-y: auto;
    margin: auto auto !important;
}

.modal[data-modal-dialogid="QUERY_BANKS_NETWORKS"] table {
    border: none;
}

    .modal[data-modal-dialogid="QUERY_BANKS_NETWORKS"] table td {
        padding: 4px;
    }

.modal[data-modal-dialogid="QUERY_BANKS_NETWORKS"] tr.remark th,
.modal[data-modal-dialogid="QUERY_BANKS_NETWORKS"] tr.remark td {
    background: #f5f5f5;
}

#general-box-parent {
    max-width: 100%;
}


#topMenu,
div#topMenu a,
div#topMenu li {
    color: white;
    list-style: none;
}

#topMenu {
    /* padding: 10px; */
    position: relative;
    /* min-height: 80px; */
}

    #topMenu div#menubar {
        font-size: 13px;
        margin-top: 32px;
    }

    #topMenu #menubar a {
        padding: 6px;
    }

        #topMenu #menubar a:hover,
        #topMenu #menubar a:active {
            background: #1da6b3;
            color: white !important;
            text-decoration: none !important;
        }

@media (min-width: 768px) and (max-width: 1023px) {
    div#use-info {
        color: white !important;
        text-align: right !important;
        padding-top: 12px;
        position: relative;
        right: 50%;
    }

    #use-info .info, #use-info .opaque {
        width: 113%;
    }

    .quick-menu > a {
        font-size: 16px;
        padding: 12px 2px !important;
        color: white;
        display: inline-block;
        border-right: solid 2px #cc8709;
        text-decoration: none;
        z-index: 5;
    }

    #topMenu {
        position: relative;
        top: 50px;
        right: 30px;
    }

    #img-logout {
        /*height: 50px;*/
        width: 50px;
        position: absolute;
        padding-top: 10px;
        left: 100px;
    }
}

@media (max-width: 1024px) {
    .grid-main-container {
        grid-template-rows: auto 1fr 90px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {

    #topMenu {
        top: 20px;
    }
}

@media (max-width: 767px) {
    .wizardFlow2 li{
        flex: 1;
    }
    .wizardFlow2{
        display: flex;
        flex-direction: row;
    }
    #layoutAnonymous  .wizard{
         min-height:80px;
    }
    .cont_choose_options .btn{
        width:100%;
        margin: 0 0 5px 0 !important; 
    }
    #topMenu > * {
        width: 100%;
        float: left;
        text-align: left;
        border: none !important;
        padding: 0px;
        margin-left: 0 !important;
    }


    .open > .dropdown-menu {
        left: 40%;
    }

    .quick-menu > a {
        width: 100%;
        float: left;
        text-align: left;
        background: orange !important;
        padding: 0px;
        border-bottom: solid 2px #cc8709;
        margin-left: 0 !important;
        line-height: 18px;
    }

    #topMenu #user-logged-info {
        color: #ade2e4;
        font-size: 12px;
    }

    #topMenu #language-selector {
        bottom: 10px !important;
    }

    .quick-menu > a {
        font-size: 12px !important;
        padding: 12px 2px !important;
    }

    div#use-info {
        margin-bottom: 7px !important;
    }

    #topMenu #menubar a {
        float: left;
        width: 94%;
        display: block;
        border-right: none !important;
        border-bottom: solid 1px #49cad0;
    }
}

@media (max-width: 600px) {
    #topMenu > * {
        width: 100%;
        float: left;
        text-align: left;
        border: none !important;
        padding: 0px;
        margin-left: 0 !important;
    }

    .open > .dropdown-menu {
        left: 50%;
    }

    .quick-menu > a {
        width: 99%;
        float: left;
        text-align: left;
        background: orange !important;
        padding: 0px;
        border-bottom: solid 2px #cc8709;
        margin-left: 0 !important;
        line-height: 18px;
    }

    #topMenu #menubar a {
        float: left;
        width: 94%;
        display: block;
        border-right: none !important;
        border-bottom: solid 1px #49cad0;
    }

    #topMenu #user-logged-info {
        color: #ade2e4;
        font-size: 12px;
    }

    #topMenu #language-selector {
        bottom: 10px !important;
    }

    .popover {
        max-width: 80% !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
    }

    #img-logout {
        padding-top: 0 !important;
    }
}



/***********New Header Style***********/

/*div#language-selector ul.dropdown-menu {
    right: 100px !important;
    left: auto !Important;
}*/

div#use-info {
    color: white !important;
    text-align: right !important;
    padding-top: 12px;
    position: relative;
    float: left;
    width: 100%;
}

#selected-language-text {
    color: white !important;
}

#header {
    padding: 0px;
    background: #1d8995;
}

#img-logout {
    /*height: 50px;*/
    width: 50px;
    position: absolute;
    padding-top: 10px;
    right: 4%;
}


#topMenu {
    position: relative;
}

div#language-selector {
    right: 0%;
    top: 20px;
}


.a-style {
    padding-right: 15px;
    border-right: solid 1px #2e617b;
}

#topMenu #menubar a {
    padding: 5px 15px;
}

.logo-img {
    /* background:  url('./img/logo.png') no-repeat; */
    height: 72px;
    width: 205px;
    position: relative;
    padding-top: 10px;
    background-size: auto;
    overflow: hidden;
    background-position: center left;
}

.logo-img-login {
    height: 72px;
    width: 205px;
}

#use-info a.logout-icon {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
}

#use-info .opaque {
    color: #9DCFD5;
}

.no-margin-left {
    margin-left: 0 !Important;
}

#use-info .info, #use-info .opaque {
    margin-right: 70px;
}


.btn-toggle {
    background: #279ca9 !important;
    border: none;
    box-shadow: none !important;
    color: white;
}

    .btn-toggle:hover {
        background: #279ca9 !important;
        color: white;
    }


/*SIDE MENU CUSTOM CSS*/


#accordion .panel-heading > .accordion-toggle:after {
    content: "\f078";
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ffffff;
    text-align: center;
    font-family: FontAwesome;
    text-decoration: inherit;
    display: inline-block;
    speak: none;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-position: -313px -119px;
    transform: rotate(180deg);
}

#accordion .panel-heading > .accordion-toggle.collapsed:after {
    transform: rotate(0deg);
}

#accordion .panel-body .nav-list a:hover {
    background: transparent !important;
}

#accordion .panel-heading > .accordion-toggle {
    border: none;
    background: var(--primary-color);
    position: relative;
    cursor: pointer;
    display: block;
    padding: 8px 15px;
    margin: 0 0 3px;
    border-radius: 6px !important;
}

#accordion .panel-heading {
    border-bottom: transparent;
    background-image: none;
    background-color: transparent;
}

#accordion .open > .dropdown-menu {
    right: 0;
    left: auto;
}

#accordion .nav-tabs > li > a {
    padding: 10px;
}

.caret {
    border-top: 4px solid #f8a50a;
}

/*MIGRACION*/
.ServicesAccountList select {
    width: 90%;
    display: inline;
}

h5 {
    font-weight: bold;
}

.form-horizontal .form-inline .form-control {
    display: inline !important;
}

#right-banner img {
    max-width: 200px;
    min-width: 150px;
    margin-bottom:10px;
}

div[data-banner-pos="bottom"], div[data-banner-pos="top"] {
    width: 728px;
    max-height: 90px;
    margin: 0 auto 15px;
}

.table-no-border > thead > tr > td,
.table-no-border > thead > tr > th,
.table-no-border > tbody > tr > td,
.table-no-border > tbody > tr > th {
    border-top: none !important;
}

.table-no-border .radio, .table-no-border .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

#recharges-company-ranges .radio-inline + .radio-inline,
.form-horizontal .radio-inline + .radio-inline {
    padding-left: 25px !important;
}

.icon2x {
    font-size: 2em;
}

#header .popover {
    max-width: 700px;
}

#compose-container textarea {
    width: 761px;
    border: 1px solid rgb(230, 230, 230);
    height: 350px;
    margin: 5px 0px 0px;
    font-family: monospace;
    font-size: 13px;
    line-height: 13px;
    word-wrap: break-word;
    box-shadow: none;
    overflow: hidden;
    resize: horizontal;
}

.panel-collapse-arrows .panel-heading .accordion-toggle:before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    color: #E1700F;
    font-size: 12px !important;
}

.panel-collapse-arrows .panel-heading .accordion-toggle.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\e080";
    color: #2e6e9e;
    font-size: 12px !important;
}

.panel-collapse-arrows .panel-heading {
    padding: 5px 10px;
}

    .panel-collapse-arrows .panel-heading a {
        font-size: 15px !important;
        text-decoration: none;
    }

.panel .panel-title, .panel .panel-body, .panel .panel-footer-contentpanel-footer {
    padding: 0px !important;
}

table#range-dates td {
    padding-right: 5px;
    padding-bottom: 10px;
}

.account-btns.btn-group .btn,
.moneymarket-btns.btn-group .btn,
#creditcard-btns.btn-group .btn {
    margin: 0 !important;
}

.input-money-text {
    width: 55px !important;
}

.input-money-select {
    width: 55px !important;
}

#payexpress #PhonePrefix {
    width: 70px;
}

.left-tab-container > .nav-stacked-ajax {
    float: left;
    width: 15%;
}

.left-tab-container > .tab-content {
    float: right;
    width: 84%;
}

.modal #voucher-container .table {
    max-height: 350px;
    overflow-y: auto;
    display: block;
}

.ui-widget.ui-datepicker {
    z-index: 1051 !important;
}

fieldset > legend {
    padding: 10px 0;
}

.radio input[type='text'] {
    padding-left: 5px;
}

.input-group-btn .btn {
    padding: 7.5px 12px;
}

.veil-container table {
    margin: 10px 0;
}

.veil-container .input-group {
    margin: 10px 0;
}

#limitAccessByTimeVeil {
    z-index: 1000;
    opacity: 0.2;
    background-color: #CCC;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    height: 100%;
    width: 100%;
    position: absolute;
}

.btn-group {
    margin: 10px 0;
}

    .btn-group > .btn {
        margin-right: 5px;
    }

.input-separator {
    padding: 0 15px !important;
}

#accordion .panel .nav {
    margin: 0;
}

#accordion > .panel {
    background: transparent !important;
    border: none !important;
    width:100%;
}

#search-options-accordion .radio input, #search-options-accordion .checkbox input {
    margin-top: 0 !important;
}

.ui-accordion-header {
    margin-bottom: 0 !important;
}

.btn-group-right {
    float: right;
    vertical-align: bottom;
}

select {
    font-size: 12px !important;
}

.nav {
    margin-bottom: 20px;
}

.toggle {
    min-width: 60px !important;
    height: 30px !important;
}


down vote .modal {
    text-align: center;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.cont_validate_user{
    margin-top:40px !important;
    width:450px;
    max-width:100%;
    margin: 0 auto;
}

.cont_choose_options{
    width: 500px;
}
.cont_menu_progress {
    width: 99%;
    margin: 0 auto;
    max-width:930px;
}
.cont_body_default{
    width:500px;
}

.InfoPayCreditCardAfter6pm.alert {
    padding: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-radius: 6px !important;
}
.InfoPayCreditCardAfter6pm--info {
    padding-left: 14px;
}

/*DONATIONS*/
.donations-transfer-cs-container-item.active {
    border: solid 2px #018d9a;
}

.donations-transfer-cs-container-item.active .donations-transfer-cs--title .donations-transfer-cs--title-text {
    color: #018d9a;
    font-weight: bold;
}

.donations-transfer-cs-container-item.active .donations-transfer-cs-info {
    color: #018d9a;
    font-weight: bold;
}
/*DONATIONS*/

.custom-switch {
    padding-left: 27px;
    padding-bottom: 12px;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding-top: 1.2px;
    padding-left: 24px;
    padding-bottom: 1.2px;
    cursor: pointer;
}

    .custom-control-label::before {
        position: absolute;
        top: 3px;
        left: -18px;
        display: block;
        width: 12px;
        height: 12px;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px;
    }
    .custom-control-label::after {
        position: absolute;
        top: 3px;
        left: -18px;
        display: block;
        width: 12px;
        height: 12px;
        content: "";
        background: no-repeat 50%/50% 50%;
    }
.custom-switch .custom-control-label::before {
    left: -27px;
    height: 24px;
    width: 42px;
    pointer-events: all;
    border-radius: 12px;
}

.custom-switch .custom-control-label::after {
    top: calc(3px + 2px);
    left: calc(-27px + 2px);
    width: calc(24px - 4px);
    height: calc(24px - 4px);
    background-color: #adb5bd;
    border-radius: 24px;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(18px);
    transform: translateX(18px);
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #1d8995;
    background-color: #1d8995;
}

table.table-with-caption-header {
    border-spacing: 0; 
    width: 100%;
    border-radius:3px; 
}

table.table-with-caption-header caption {
    caption-side: top;
    padding: 7px;
    background-color: var(--grey-scale-7);
    border-top-left-radius: 3px; 
    border-top-right-radius: 3px; 
    text-align: left;
    font-size: larger;
    border: 1px solid var(--grey-scale-2);
    color: var(--primary-font-color);
    font-weight: 600;
}

table.table-with-caption-header th, table.table-with-caption-header td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}
table.table-with-caption-header thead tr:first-child th {
    border-top: none;
}
table.table-with-caption-header.grid th {
    background: var(--tertiary-font-color) !important;
    border: solid 1px var(--grey-scale-2) !important;
    color: var(--primary-font-color);
}
.title-transfer {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    margin: 40px 0 20px 0;
    color: var(--primary-font-color);
    align-items: center;
}
.title-transfer.margin-top {
    margin: 20px 0 30px 0;
}

.title-transfer i {
    font-size: 17px;
    color: var(--primary-font-color);
}

.wizard-stepper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 30px 5px;
    flex-wrap: wrap;
}

.wizard-stepper--step {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
}

.wizard-stepper--step:before {
    content: " ";
    background-color: #efeff4;
    height: 6px;
    width: 100%;
    position: absolute;
}

.wizard-stepper--step:after {
    content: " ";
    background-color: #c8cad3;
    height: 40px;
    width: 40px;
    position: absolute;
    border-radius: 50%;
    border: solid 4px var(--tertiary-font-color);
}

.wizard-stepper--step.step1:after {
    background-image: url('../../img/uno.png');
    background-repeat: no-repeat;
    background-position: center;
}
.wizard-stepper--step.step2:after {
    background-image: url('../../img/dos.png');
    background-repeat: no-repeat;
    background-position: center;
}
.wizard-stepper--step.step3:after {
    background-image: url('../../img/tres.png');
    background-repeat: no-repeat;
    background-position: center;
}
.wizard-stepper--step.step4:after {
    background-image: url('../../img/cuatro.png');
    background-repeat: no-repeat;
    background-position: center;
}

.wizard-stepper--step-title {
    top: 35px;
    position: relative;
    color: var(--grey-scale-1);
    font-size: 14px;
    font-weight: 600;
}

.wizard-stepper--step-end {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.wizard-stepper--step-end:before {
    content: " ";
    background-color: #efeff4;
    height: 6px;
    width: 100%;
    position: absolute;
}

.wizard-stepper--step.done:before {
    background-color: var(--primary-color);
}
.wizard-stepper--step.done .wizard-stepper--step-title {
    color: var(--primary-color);
}
.wizard-stepper--step.done:after {
    background-color: var(--primary-color);
    /*border: solid 4px var(--primary-color);*/
}
.wizard-stepper--step.step1:before {
    left: 50%;
    width: 50%;
}
.wizard-stepper--step.step4:before {
    right: 50%;
    width: 50%;
}
.wizard-stepper--step.final-step:before {
    width: 50%;
    right: 50%;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: var(--grey-scale-8);
}

/*NEW GENERAL BLOCK*/
.new-general-box-container {
    max-width: 715px;
    min-width: 715px;
    margin-right: auto;
    margin-left: auto;
}

.new-general-box {
    display: flex;
    flex-direction: column;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #DDDD;
    border-radius: 8px;
    gap: 20px;
}

.new-general-box--full-width {
    max-width: 100%;
    width: 100%;
}

.new-general-box--default-margin-bottom {
    margin-bottom: 1.875rem;
}

.new-general-box--border {
    border: 0.063rem solid #ccc;
    border-radius: 1.094rem;
}

.new-general-box__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #0095a9;
    color: #fff;
    padding: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.new-general-box__title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.new-general-box__body {
    background-color: #fff;
}

.new-general-box__footer {
    display: flex;
    flex-direction: row;
    padding: 10px;
    border-top: solid 1px var(--grey-scale-2);
    ;
}

.new-general-box--margin-bottom-0 {
    margin-bottom: 0;
}

.new-general-body-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.new-general-body-info {
    font-weight: 600;
    font-size: 14px;
    color: var(--grey-scale-5);
    margin-bottom: 30px;
}

.new-general-box__body--row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

    .new-general-box__body--row + .new-general-box__body--row {
        margin-top: 1.25rem;
    }

.new-general-box__body-row--inputs-group {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.new-general-box__body-row--inputs {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.new-general-box__body-row--inputs-bigger {
    flex: 2;
}

.new-general-box__body-row--inputs + .new-general-box__body-row--inputs.new-general-box__body-row--inputs-bigger:last-child {
    margin-right: 1.25rem;
}

.new-general-box__body-row--inputs + .new-general-box__body-row--inputs {
    margin-left: 1.25rem;
}

.new-general-box__body-row--label {
    font-size: 0.875rem;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--grey-scale-5);
    margin-bottom: 0.375rem;
}

    .new-general-box__body-row--label:empty {
        height: 1.125rem;
    }

.new-general-box__body-row--value {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-font-color);
}

.new-general-box__body--separetor {
    width: 100%;
    height: 2px;
    object-fit: contain;
    background-color: var(--bg-color);
    margin-bottom: 1.25rem;
}

.new-general-box__body--row + .new-general-box__body--separetor {
    margin-top: 1.25rem;
}

.new-general-box__body--row-right {
    justify-content: right;
}

/*END NEW GENERAL BLOCK*/

.right-content-container {
    max-width: 1024px;
    width: 100%;
    padding: 15px;
    border: 1px solid var(--grey-scale-7);
    box-shadow: 0px 3px 2px 1px var(--grey-scale-7);
}