/*======= General ======*/

div {
    /* overflow-x:hidden; */
    /* overflow-y:scroll; */
}
div::-webkit-scrollbar {
    width:0px;
}
div::-webkit-scrollbar * {
    background:transparent;
}
div::-webkit-scrollbar-thumb {
    background:rgba(255,0,0,0.1) !important;
}
.aDropdown {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}
.sidebar:after, .off-canvas-sidebar:after {
    background: #0d2747;
}
.flex {
    display: flex;
}
.modal-close {
    padding: 0 !important;
    margin: 0 !important;
}
.titulo-impresion {
    display: none;
}
.sub-menu  li {
    list-style-type: none;
}
.sub-menu li a{
    padding-left: 20px !important;
}
.copyright {
    color: white;
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}
.a-Primary2 {
    color: #1e3d62;
    font-weight: 600;
}
.a-Primary2:focus , .a-Primary2:hover {
    color:#14335a !important;
}
.a-Primary2:active {
    color: #012948 !important;
}
.btn-primary2{
    background-color: #1e3d62;
}
.btn-primary2:focus, .btn-primary2:hover {
    background-color: #14335a !important;
}
.btn-primary2:active {
    background-color: #012948 !important;
}
.btn-danger2 {
    background-color: #8a1616 !important;
}
.btn-danger2:focus, .btn-danger2:hover {
    background-color: #8a1616 !important;
}
.btn-danger2:active {
    background-color: #8a1616 !important;
}
.input-style2 {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-style2[disabled] {
    background-color: white;
    color: #4e4e4e;
    /* cursor: not-allowed; */
    font-weight: 500;
}
.btn-delete:hover {
    background-color: #d81818 !important;
    color: white !important;
    border-color: white !important;
    box-shadow: none;
}
.btn-delete:focus {
    background-color: #d81818 !important;
    color: white !important;
    border-color: white !important;
    box-shadow: none;
}
.btn-imprimir:hover {
    background-color: #2CA8FF !important;
    color: white !important;
    border-color: white !important;
    box-shadow: none;
}
.btn-imprimir:focus {
    background-color: #2CA8FF !important;
    color: white !important;
    border-color: white !important;
    box-shadow: none;
}
.btn-pagar:hover {
    background-color: rgb(23, 187, 45) !important;
    color: white !important;
    border-color: white !important;
    box-shadow: none;
}
.btn-pagar:focus {
    background-color: rgb(23, 187, 45) !important;
    color: white !important;
    border-color: white !important;
    box-shadow: none;
}
.invalid-feedback {
    display: flex;
}
.inactivo {
    color: #d83948;
    text-decoration: underline;
}
.disabled {
    background-color: #E3E3E3;
}
.columna {
    display: flex;
    flex-direction: column;
}
.columnaEnd {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#titulo {
    font-size: 23px;
    color: #246dbd;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}
.pointer {
    cursor: pointer;
}
.b0 {
    border: 0;
}
.p0 {
    padding: 0;
}
.padding0 {
    padding-left: 0px; 
    padding-right: 0px;
}
.pl-16 {
    padding-left: 16px;
}
.footer {
    background-color: #3333;
}
.mh-720 {
    min-height:720px
}
.mt--24 {
    margin-top: -24px;
}
.mrl-0 {
    margin-right: 0px;
    margin-left: 0px;
}
.mb-150 {
    margin-bottom: 150px;
}
.displayNULL {
    display: none;
}
.ocultar {
    display: none !important;
}
.contenedor-button-submit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-top: 1px;
    border-top-style: solid;
    border-top-color: #e4e4e4;
    margin-top: 24px;
}
.table-container {
    overflow-x: auto;
}
.flex-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.content-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.self-center {
    display: flex;
    flex-direction: row;
    justify-self: center;
    justify-content: center;
}
td_accion {
    display: flex;
    justify-content: center;
}
.i_imprimir {
    color: dodgerblue;
    font-weight: 600;
    border: 1px;
    border-style: solid;
    padding: 4px;
    border-radius: 3px;
    border-color: #b3b2b2;
}
.i_imprimir:hover, .i_delete:hover {
    background-color: #dedada6e;
}
.i_delete {
    color: #dc3f3f;
    font-weight: 600;
    border: 1px;
    border-style: solid;
    padding: 4px;
    border-radius: 3px;
    border-color: #b3b2b2;
}
/*======= General - fin======*/
/* Usuarios inicio */
th, td {
    /* border: 1px solid #dee2e6!important; */
    text-align-last: end;
}
.titulo-options-container {
    display: flex;
    justify-content: space-between;
}
.options-container {
    display: flex;
}
.paginador-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/* Usuarios- fin */
/* ===== Perfil inicio ===== */

.error-msg {
    height: 20px;
    padding: 0;
    margin-bottom: 0;
    font-size: 13px;
}
.button-img-post {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.btn-img {
    border-color: #f96332 !important;
    color: #f96332 !important;
}
.btn-img:hover {
    background-color: #f96332 !important;
    color: white !important;
    border-color: white !important;
    box-shadow: none;
}
.buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.card-user .avatar {
    border: 5px;
    border-style: outset;
    border-color: #1c344e;
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.title {
    color: #1c344e;
}
#img {
    display: none;
}
.img-container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#img-hover {
    background-image: url(http://icons.iconarchive.com/icons/martz90/circle/256/camera-icon.png);
    height: 30px;
    width: 30px;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 45%;
    cursor: pointer;
}
/* Modal agregar referencia inicio*/
.modal-referencia, .modal-busqueda, .modal-pagos {
    min-width: 65%;
}
.referencia-user {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-referencia {
    height: 60px;
    width: 60px;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
}
.referencia-user:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.397);
}
/* Modal agregar referencia fin*/
.arrayNull {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 15px;
    color: black;
    text-shadow: 0px 0px 1px rgb(0, 0, 0);
}
/* ===== Perfil Fin ===== */

/* ============Prestamo inicio =============*/

/* prestamos */
.cuotas_estado  {
   color:white;
   background-color: #6d6d6d;
   width: 35px;
   margin-right: 1px;
}
/* prestamo */
.tipo-pago {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.total-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.total-container small {
    color: #1e3d62;
    letter-spacing: 0.5px;
    font-weight: 700;
}
.span-total {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-estado {
    min-width: 72.6847px;
}
.modal-pago-title {
    width: 94%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.modal-title {
    font-weight: 700;
    color:#246dbd;
}
.row-container {
    overflow: hidden;
}
.prestamo-img-container {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.prestamo-img-container .img{
    height: 138px;
    width: 138px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.span-comentario {
    max-width: 100%;
    min-height: 84px;
    padding: 10px 10px 0 0;
    resize: none;
    border: none;
    border-bottom: 1px solid #1e3d62;
    border-radius: 0;
    line-height: 2;
}
#datos-prestamos .img-container{
    height: 140px;
    width: 140px;
}
#datos-prestamos .img-container .img{
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.pagoDescripcion {
    height: 45px;
    overflow: hidden;
}
.moratorio {
    color: #8a1616;
    text-shadow: 0px 1px 0px rgba(150, 150, 150, 1);
}
.divInput_print {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px;
    border-bottom-style: solid;
}
.modal-p-p-body {
    overflow-y: scroll;
    max-height: 500px;
}
/* Agregar Prestamo */

#form_prestamo .row .form-group label{
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
/* #form_prestamo .row .form-group{ */
    /* margin-bottom: 0; */
/* } */
/*=============Prestamo fin ===============*/

/*============ Pago inicio =================*/
/* pagos */
.pagos .table>tbody>tr {
    position: relative;
    letter-spacing: 0px !important;
    font-size: 14.4px !important;
    font-weight: 400 !important;
    font-family: Arimo, sans-serif !important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 13.5px;
    vertical-align: middle;
    font-weight: 600;
    padding-right: 5px;
}
.pagos .table>thead>tr>th {
    border-bottom-width: 1px;
    font-size: 15px;
    font-weight: 600;
    border: 0;
}
.tr-fecha,.td-fecha {
    max-width: 145px;
    min-width: 145px;
}
/* pago */
.total-pago-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    border-radius: 11px;
    border-color: #d2d2d2;
}
.spanDescripcion {
    max-width: 100%;
    max-height: 80px;
    resize: none;
    border: none;
    border-bottom: 1px solid #E3E3E3;
    border-radius: 0;
    line-height: 2;
}
.creador_titulo {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
}
.creador_pago {
    font-size: 10.8px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-position: under;
}
/*============ Pago fin =================*/
/* ======Reportes inicio ======== */

.options-reportes-container {
    display:  flex;
    flex-direction:  row;
    justify-content: space-between;
    padding-left: 0px;
    flex-wrap:  wrap;
}
#activosLink {
    padding-top: 5px;
}
/* ======Reportes fin ======== */

/* =======  Compania - inicio======= */
.compani-header .fondo{
    height: 255px;
    /* background-image: url(http://paperlief.com/images/japan-city-wallpaper-wallpaper-4.jpg);
    background-image: url(https://images5.alphacoders.com/528/528725.jpg);
    background-image: url(https://bestwallpapers.co/wp-content/uploads/2018/05/nba-s-wallpaper-1920x1200-44092.jpg);
    background-image: url(https://images5.alphacoders.com/456/456536.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    -webkit-box-shadow: 0px -3px 15px -2px rgba(150, 150, 150, 0.75);
    -moz-box-shadow: 0px -3px 15px -2px rgba(150, 150, 150, 0.75);
    box-shadow: 0px -3px 15px -2px rgba(150, 150, 150, 0.75);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 0px;

}
/* .fondo .imagen-container { */
/* } */
.fondo .imagen-container i{
    color: #80808042;
    font-size: 26px;
    border: 2px;
    border-style: solid;
    border-color: #80808042;
    border-radius: 50%;
    padding: 12px;
    background-color: #80808042;
    transition: 1s;
}
.fondo .imagen-container i:hover{
    color: white;
    border-color: white;
    background-color: rgba(255, 255, 255, 0.103);
    -webkit-box-shadow: -1px 0px 8px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 8px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 8px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}
.compani-label {
    min-width: 109px;
}
.compani-info {
    /* background-color: #202126; */
    padding-right: 30px;
    padding-left: 30px;
}
.compani-info ul {
    color: white;
}
.compani-info ul li{
    background-color: transparent;
}
.row-style {
    display:  flex;
    flex-direction:  row;
    justify-content:  space-around;
}
.compania-car-icono-container {
    display:  flex;
    flex-direction:  row;
    justify-content:  center;
    font-size:  45px;
}
.compania-car-titulo-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.compania-car-titulo-container span{
    font-size: 16px;
    font-weight: 600;
}
/* =======  Compania - fin======= */
/*====== Error inicio ======*/
.error-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.error-container h2{
    font-size: 45px;
    color: #d83948;
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 0;
}
.error-container p{
    font-weight: 600;
    color: #0d4e63;
    font-size: 33px;
}


#page-form{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 104px;
    left: 0;
    z-index: 999;
    display:none;
    background: white;
    max-height: 78%;
    overflow-y: auto;
}

#page-form.active{
    display:block;
}







/*====== Error - fin ======*/

@media(max-width:400px) {
    #titulo {
        font-size: 17px;
    }
    .error-container h2 {
        font-size: 24px;
    }
}



@media print {
    .sidebar{
        display: none;
    }
    .options-container, .accion, .footer {
        display: none;
    }
    .main-panel {
        width: 100%;
    }
    .titulo-impresion {
        display: block;
        text-align: center;
    }
    .mt--24 {
        margin-top: 85px;
    }
    .mh-720 {
        min-height:unset;
    }
    .ps-scrollbar-y-rail, .ps-scrollbar-y {
        display: none;
    }
    #buttons-container{
        display: none;
    }
 }

 body{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0px);
}



 
