
@font-face {
    font-family: Poppins-Regular;
    src: url('fonts/poppins/Poppins-Regular.ttf');
}
@font-face {
    font-family: Poppins-Medium;
    src: url('fonts/poppins/Poppins-Medium.ttf');
}
@font-face {
    font-family: Poppins-Bold;
    src: url('fonts/poppins/Poppins-Bold.ttf');
}
@font-face {
    font-family: Poppins-SemiBold;
    src: url('fonts/poppins/Poppins-SemiBold.ttf');
}
body {
    font-family: Poppins-Regular;
    
}
@media (min-width: 768px) {
    .content {
        margin: 0 auto;
        padding: 10px 18px 1px;
    }
}
@media (min-width: 768px) {
    .content-heading {
        margin-bottom: 10px;
        padding-top: 0px;
    }
}
.block {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius:10px;
}
    .block > .block-header {
        border-radius: 5px;
    }
.block-title {
    font-size: 1.142857rem;
    font-weight: 400;
    color: #fff
}
.block-header-interno {
    padding:0px 10px;
    border-bottom: 1px solid #e4e7ed;
}
.block-title-interno {
    font-size: 12px;
    text-transform:uppercase;
    font-family: Poppins-Bold;
}
    .block-title-interno > i {
        color: #9ccc65;
        font-size:14px;
        margin-right:8px;
    }
.block-header-grid {
    border-radius:5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #e4e7ed;
}
.block-content-grid {
    padding-left:5px;
    padding-right:5px;
}
.block-content-form {
    padding: 10px 10px 1px;
}
.block-title-grid {
    font-size: 13px;
    font-weight: 400;
}
    .block-title-grid > i {
        font-size:16px;
        margin-right:8px;
    }
.block-header-chico {
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #03A7EE;
}
.block-title-chico {
    color: black;
    
}
    .block-title-chico > i {
        color: #03A7EE;
        font-size: 16px;
        margin-right: 8px;
    }
a.block.block-link-pop {
    box-shadow: 0 1px 1px #e4e7ed;
}
a.block.block-link-pop:hover {
    border-left:1px solid #03A7EE;
    box-shadow: 0 2px 30px #d8dde5;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: 1;
}
.form-control-plaintext {
    padding-top: 0px;
    padding-bottom: 2px;
    text-indent: 5px;
    font-size: 13px;
    color: black;
    font-family: Poppins-Medium;
}
.form-material {
    padding-top: 10px;
}
    .form-material > label {
        font-size: 11px;
        cursor: text;
        z-index: 2;
    }
    .form-material > .form-control {
        padding-left: 0;
        padding-right: 0;
        padding-top: 5px;
        padding-bottom: 0px;
        margin-top:5px;
        border-color: transparent;
        border-radius: 0;
        background-color: transparent;
        box-shadow: 0 1px 0 #d4dae3;
        transition: box-shadow .3s ease-out;
        height: 32px;
        text-indent: 5px;
    }
        .form-material > .form-control:focus {
            background-color: transparent;
            border-color: transparent;
            box-shadow: 0 2px 0 #97a5ba;
        }
            .form-material > .form-control:focus + label {
                font-size:11px;
                cursor: default;
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }
.ribbon-box {
    font-weight: 400;
}
table > tbody > tr:hover {
    
    cursor: context-menu;
    -webkit-box-shadow: 0px 2px 5px rgba(69,101,173,0.1);
    box-shadow: 0px 2px 5px rgba(69,101,173,0.1);
    -webkit-transform: translateY(-1px) scale(1.01);
    transform: translateY(-1px) scale(1.01);
}
.table > tbody > tr {
    border-radius: 4px;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f8f9;
}
.table > thead > tr > th {
    font-size: 10px;
    text-transform: uppercase;
    border-top: none;
    border-bottom: 1px solid #999;
}
.table > tbody > tr > td {
    text-align: left;
    font-size: 11px;
    line-height: 23px;
    border-top: none;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
    .table > tbody > tr > td > a > i {
        font-size: 11.5px;
    }
.fila-total {
    font-family: Poppins-Bold;
    text-transform: uppercase;
    font-size: 13.5px;
}
.fila-total-monto {
    color: #ef5350 !important;
}
table .fila {
    padding-top:5px;
    padding-bottom:0px;
    background-color: #f6f7f9;
    border-radius:5px;
    border-right: 2px solid #c8e2f8;
    border-left: 2px solid #c8e2f8;
}
    table .fila:hover {
        cursor: pointer;
        border-right: 3px solid #c8e2f8;
    }
    table .fila td {
        padding: 3px;
    }
    table .fila > th {
        font-size: 10px;
        font-family: Poppins-Bold;
        text-transform: uppercase;
    }
.table-entidad > thead > tr > th {
    font-size: 12px;
}
.table-entidad > tbody > tr > td {
    font-size: 13px;
}
    .table-entidad > tbody > tr > td > a > i {
        font-size: 14px;
    }
.btn-chico {
    font-size:11px;
    height:20px;
    padding-bottom:5px;
    margin-top:5px;
    line-height:10px;
}
.btn {
    font-family: Poppins-Regular;
    font-weight: 600;
    font-size: 12px;
}
.btn-primary {
    font-weight: 400;
}
    table > tbody > tr > td > .btn-sm {
        font-size: 14px;
        height: 25px;
        line-height: 10px;
    }
.bg-modal-cliente {
    background-color: #c8e2f8 !important
}
.bg-modal-entidad {
    background-color: #c8e2f8 !important
}
.titulo-cabecera-modal {
    color: black !important;
    font-weight: bold;
}
.icono-cerrar-modal {
    font-size: 20px !important;
    color: black !important;
}
label {
    font-size: 11px;
    font-family: Poppins-Bold;
    text-transform: uppercase;
}
.form-control, .input-group-text {
    height: 34px;
    font-family: Poppins-Regular;
}
.form-control {
    font-size:12px;
}
.form-material .form-control[disabled], .form-material .form-control[readonly], .form-material fieldset[disabled] .form-control {
    cursor:not-allowed;
}
select.form-control:not([size]):not([multiple]) {
    height: 32px;
    padding-bottom: 0px;
}
.input-files {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.lbl-files {
    font-size: 14px;
    font-weight: 200 bold;
    font-family: Poppins-Regular;
    text-transform: inherit;
    color: #125a96;
    border: 1px solid transparent;
    border-radius: .2rem;
    background-color: #c8e2f8 !important;
    display: inline-block;
    cursor: pointer;
    margin-left: 15px !important;
    padding: 5px 5px !important;
    text-align: center;
    height: 32px;
}
.lbl-nombre-archivo {
    margin-left: 20px;
    margin-top: 8px;
    text-transform: inherit;
    font-style: italic;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 11.5px;
    font-weight: 400;
    background-color: #3f9ce8;
    border: none;
    border-radius: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    padding-right: 0;
    padding-left: 0;
    font-family: Poppins-Regular;
    font-size: 12px;
    box-shadow: none;
}
.select2-container--default .select2-results > .select2-results__options {
    font-size: 11.5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 13.5px;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    cursor:pointer
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 1000px;
    }
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar {
    width: 9px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.text-estado-en-juicio {
    color: #f6892a;
}
.text-estado-canceladas {
    color: #125a96;
}
.text-estado-canceladas-cliente {
    color: #f47f9b;
}
.text-estado-acuerdo-pago {
    color: #c8e2f8;
}
