.custom-table th

/*NOTA: Intenta mantener la estructura de la nomeclatura y la declaracion de clases en inglés */
/* Definición de Fuente General*/
@font-face {
    font-family: 'NombreDeTuFuente';
    src: url('/font/Gelion-Regular.ttf') format('truetype');
}

/* Estilos Sobrecritos para Liferay*/
.portlet {
    margin-bottom: 0px;
}

.table thead th {
    vertical-align: middle;
}

.portlet-journal-content .journal-content-article .banner-home {
    max-width: 103.5%;
}

.banner-home {
    margin-left: -19px;
}

.container-form-login-occiv .form-row {
    max-height: 88px;
}

.portlet-layout .portlet-header {
    margin-bottom: 0px;
}

.col-1,
.col-xs-1,
.col-2,
.col-xs-2,
.col-3,
.col-xs-3,
.col-4,
.col-xs-4,
.col-5,
.col-xs-5,
.col-6,
.col-xs-6,
.col-7,
.col-xs-7,
.col-8,
.col-xs-8,
.col-9,
.col-xs-9,
.col-10,
.col-xs-10,
.col-11,
.col-xs-11,
.col-12,
.col-xs-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding-right: 9px;
    padding-left: 9px;
}

body {
    font-family: 'Gelion-Regular', sans-serif;
    font-size: 12px;
}

/* Estilos Generales de ajuste*/
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.row-overwrite>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.row-overwrite {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.col-overwrite {
    flex: 1 0 0%;
}

.col-3-overwrite {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
}

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site .main {
    width: 1000px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.main .footer {
    flex-shrink: 0;
}


/* Estilos y Clases Generales*/
.bg-color-f5f5f5 {
    background-color: #f5f5f5;
}

.bg-color-e1e1e1 {
    background-color: #e1e1e1;
}

.bg-color-bisque {
    background-color: bisque;
}

.bg-custom-blue {
    background-color: #008bd6;
}

.bg-custom-blue-dark {
    background-color: #001e46;
}

.button-occiv {
    background-color: #1b79a3;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    transition-duration: 0.1s;
    padding: 2px 11px 2px 11px;
}

.button-occiv:focus {
    outline: none;
}

.button-occiv:hover {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.24), 0 10px 70px 0 rgba(0, 0, 0, 0.19);
    text-decoration: none;
}

.button-occiv-grey {
    background-color: #cacaca;
    color: rgb(165, 165, 165);
}

.button-occiv-grey:hover {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.24), 0 10px 70px 0 rgba(0, 0, 0, 0.19);
    text-decoration: none;
    color: rgb(165, 165, 165);
}

.button-occiv-dark-grey {
    background-color: rgb(174, 174, 174);
}

.button-occiv-dark-grey:hover {
    box-shadow: none;
    color: white;
}

.grandparent-actionsnav-user {
    margin: 0px 0.5rem 0.5rem 0.5rem;
}

.container-actionsnav-user {
    margin-left: 2px;
    margin-right: -2px;
    margin-top: 5px;
}

.container-actionsnav-user .text-start a {
    font-size: 14px;
}

.container-actionsnav-user p {
    font-size: 12px;
    margin-top: 20px;
}

.container-header-col-izq {
    background-color: #f2f2f2;
    width: 30.4%;
    margin: 0px 10px 0px;
}

.unselected-nav {
    border: solid 1px #0071bd;
    cursor: pointer;
}

.unselected-nav:hover {
    background-color: #0071bd;
}

.selected-nav {
    background-color: #001e46;
    cursor: pointer;
}

.span-nav {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 11px;
    font-weight: bold;
    width: 100%;
    display: block;
}

.span-nav-outmoduls {
    background-color: #0071bd;
}

.container-vigil {
    width: 100px;
    max-width: 100px;
}

.container-vigil img {
    max-height: 115px;
    margin: 5px;
}

.footer-triangle {
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    width: 158px;
    max-width: 158px;
    margin-right: -1px;
    display: flex;
}

.container-follow span {
    color: white;
}

.container-follow img {
    width: 35px;
}

/* Estilos Generales con Herencia BootStrap */
.footer .col-sm img {
    max-width: 130px;
}

.container-form-login-occiv {
    margin-right: -2px;
    margin-top: 5px;
}

.container-form-login-occiv p.text-center {
    padding: 10px;
    color: #666;
    margin: 0
}

.container-grandparent-col-der .col-sm,
.container-header-col-der .col-sm {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 0;
    padding-top: 0.8rem;
    padding-left: 0%;
    padding-right: 0%;
    min-height: 85.5px;
}

.triangle-play {
    width: 8px;
    height: 8px;
    background-color: #008ad2;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    float: right;
}

.triangle-play-margin {
    margin-top: 8px;
}

.triangle-play-large-margin {
    margin-top: 10px;
    margin-right: 8px;
}

/* Compartidos Index y Bienvenido */
.container-form-credit {
    width: auto;
    padding: 0;
}

/* Compartidos después de loguearse en el Sistema osea todos menos Index*/
.text-start .custom-link {
    border-top: 1px solid rgb(210, 210, 210);
    color: #2d97cb;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0;
    padding-left: 10px;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
}

.container-image-welcome {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.container-image-welcome img {
    width: 100%;
    height: auto;
}

.text-over-image-welcome {
    position: absolute;
    color: white;
    font-weight: bold;
    text-align: center;
    margin-top: 14px;
    padding: 0px 38px 0px;
}

/* Estilos Vista Index */

.form-login-occiv label {
    margin-bottom: -5px;
    font-size: 11px;
}

.form-login-occiv input[type="text"],
.form-login-occiv input[type="password"] {
    color: black;
    font-style: initial;
    font-weight: initial;
    font-size: 14px;
}

/* Estilos Vista Bienvenido */
.container-button-signout {
    background-color: #dcdcdc;
    margin-top: 0;
    padding: 15px;
    width: 100%;
}


/* Estilos Vista Solicitar Credito */
.custom-tittle-credit {
    padding: 6px 12px 0px;
    background-color: #001e46;
    color: white;
}

.rectangle {
    width: 290px;
    height: 25px;
    background-color: #008bd6;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.rectangle h5 {
    font-size: 14px;
    font-weight: bold;
    margin-left: 12px;
    padding-top: 6px;
}

.rectangle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    background: linear-gradient(135deg, transparent 50%, #f5f5f5 50%);
    transform-origin: bottom right;
    transform: rotate(30deg);
}

.container_apply_credit .form-group {
    margin-left: 16px;
    align-items: center;
    justify-content: center;
}

.container_apply_credit .form-group label,
.container_apply_credit .form-group input,
.container_apply_credit .form-group select {
    font-size: 12px;
    padding: 3px 5px;
}

.container_apply_credit .form-control {
    display: block !important;
    width: 160px;
    height: 26px;
    border-radius: 15px;
    color: gray;
    font-style: initial;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, #e1e1e1, white);
}

.container_apply_credit .form-group select {
    padding: 0 0 0 10px;
    height: 26px !important;
}

.container_apply_credit .form-group label {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    padding: 0;
    width: 80px;
}

/*Cambiar propiedad para visualizar todo el formulario*/
.container_apply_credit_step_2,
.container_apply_credit_step_3 {
    display: none;
}

.container-errors-form,
.error-user-pass {
    height: 35px;
    padding-left: 0px;
    padding-top: 10px;
}

.text-info-down {
    color: #2d97cb;
    font-weight: bold;
}

.error,
.error-user-pass label {
    color: red;
    font-style: italic;
    font-weight: bold;
    display: table-footer-group;
    font-size: 11px;
}

.alert-out-form {
    padding-left: 7px;
    display: block;
}

.text-info-down-hidden {
    color: red;
    display: none;
    font-style: italic;
    font-size: 11px;
}

.square-vignette {
    width: 8px;
    height: 8px;
    margin-top: 4px;
    margin-right: 6px;
    margin-left: 4px;
    background-color: #008ad2;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    float: left;
}

.uppercase {
    text-transform: uppercase;
}

.container-add-inputs {
    padding-left: 14%;
}

.close-button .close {
    border: 2px solid #D1D5DB;
    float: right;
    margin-right: 5px !important;
    margin-top: 5px;
}

.close-button .close:hover {
    background-color: #ee0d0d;
    border: 2px solid #ee0d0d;
    color: #fff;
}

/* Estilos para Modal */
.a-modal.modal.fade .header {
    padding: 1.25rem 1rem 1rem 1rem;
}

.a-modal.modal.fade .image {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    transition: .6s ease;
}

.a-modal.modal.fade .image .img {
    max-width: 50px;
}

.a-modal.modal.fade .content {
    margin-top: 0.75rem;
    text-align: center;
}


.a-modal.modal.fade .title,
.description-my-account,
.description-my-account2 {
    font-weight: bold;
}

.a-modal.modal.fade .actions {
    display: flex;
    justify-content: space-between;
    margin: 0.75rem 1rem;
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 35%;
    width: 25%;
    height: 100%;
}

.modal-footer {
    display: flex;
}

.modal-dialog .modal-content .modal-footer .button {
    width: auto;
}

.spinner {
    font-size: 28px;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
}

.spinner.center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 25px;
}

.spinner .spinner-blade {
    position: absolute;
    left: 0.4629em;
    bottom: 0;
    width: 0.074em;
    height: 0.2777em;
    border-radius: 0.0555em;
    background-color: transparent;
    -webkit-transform-origin: center -0.2222em;
    -ms-transform-origin: center -0.2222em;
    transform-origin: center -0.2222em;
    animation: spinner-fade9234 1s infinite linear;
}

.spinner .spinner-blade:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.spinner .spinner-blade:nth-child(2) {
    -webkit-animation-delay: 0.083s;
    animation-delay: 0.083s;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.spinner .spinner-blade:nth-child(3) {
    -webkit-animation-delay: 0.166s;
    animation-delay: 0.166s;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.spinner .spinner-blade:nth-child(4) {
    -webkit-animation-delay: 0.249s;
    animation-delay: 0.249s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.spinner .spinner-blade:nth-child(5) {
    -webkit-animation-delay: 0.332s;
    animation-delay: 0.332s;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.spinner .spinner-blade:nth-child(6) {
    -webkit-animation-delay: 0.415s;
    animation-delay: 0.415s;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.spinner .spinner-blade:nth-child(7) {
    -webkit-animation-delay: 0.498s;
    animation-delay: 0.498s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.spinner .spinner-blade:nth-child(8) {
    -webkit-animation-delay: 0.581s;
    animation-delay: 0.581s;
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.spinner .spinner-blade:nth-child(9) {
    -webkit-animation-delay: 0.664s;
    animation-delay: 0.664s;
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.spinner .spinner-blade:nth-child(10) {
    -webkit-animation-delay: 0.747s;
    animation-delay: 0.747s;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.spinner .spinner-blade:nth-child(11) {
    -webkit-animation-delay: 0.83s;
    animation-delay: 0.83s;
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.spinner .spinner-blade:nth-child(12) {
    -webkit-animation-delay: 0.913s;
    animation-delay: 0.913s;
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.text-wait {
    width: 80%;
    float: right;
}


/* Estilos Vista Modificar solicitud */
.link-td {
    cursor: pointer;
    color: blue;
    text-decoration: none;
}

.text-modify-credit,
.rectangle h5 {
    margin: 0px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 8px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
}

.form-search-cc label {
    margin-left: 25px;
    margin-right: 15px;
    font-weight: bold;
}

.form-search-cc input.form-control {
    border-radius: 3px;
    font-size: 14px;
    height: 20px;
    margin-right: 20px;
    width: 80%;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.form-search-cc button {
    border: none;
    border-radius: 6px;
    font-size: 14px;
    padding: 10px 25px;
    width: auto;
    background-color: #017bb9;
    color: #fff;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Tabla */
.custom-table td {
    padding: 8px;
}

.custom-table th,
.custom-table td {
    border: 1px solid #a0a0a0;
    padding-top: 1px;
    padding-bottom: 1px;
}

.custom-table th {
    background-color: #017bb9 !important;
    color: #fff;
    text-align: center;
}

.custom-table td:first-child {
    padding-left: 15px;
}

/* Paginación */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: bold;
}

.page-item.active {
    background-color: #017bb9;
}

.page-item.active .page-link {
    color: #fff;
}

.page-link {
    border: 1px solid #ccc;
}

.page-link:hover {
    background-color: #9cc4d9;
}

/* Compartidos Vista Modificar y Consultar Credito*/
.container-consult-credit,
.container-modify-credit {
    width: auto;
    padding: 0;
}

.table-modify-caption {
    color: black;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    background-color: #f2f2f2;
    font-size: 11px;
}

/* Estilos Vista Consultar Credito */
.rectangle-consult {
    padding-top: 1px;
    width: 85%;
    height: 30px;
    max-height: 25px;
    background-color: #008bd6;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.rectangle-consult::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    background: linear-gradient(135deg, transparent 50%, #f5f5f5 50%);
    transform-origin: bottom right;
    transform: rotate(30deg);
}

.icon-table {
    width: 22px;
    height: 22px;
}

.actions-table {
    cursor: pointer;
    text-align: center;
}

/* Estilos Vista Mi Cuenta */

.image-button-password {
    width: 120px;
    margin: 0 auto;
}

.description-my-account2 {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}