/*
    Oscar Bautista 20191202 - Hecho con NodeJs Stylus para CSS

        NO MODIFICAR generic-style.css, modificar generic-style.styl y compilar con Stylus

        stylus -w custom-style.styl 		- Preview con formato, saltos de linea
        stylus -c -w custom-style.styl		- Compilado para produccion sin comentarios ni saltos
*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');*/
@import url("//fonts.googleapis.com/css?family=Poppins:500&display=swap");
/* genericos */
body {
    background: #f6f6f6;
    font-family: initial;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Poppins', 'Roboto';
}
.d-table {
    display: table;
}
.d-table-cell {
    display: table-cell;
}
.m-auto {
    margin: auto;
}
.v-middle {
    vertical-align: middle;
}
.h-inherit {
    height: inherit;
}
.centrar-horizontal {
    height: inherit;
    display: table;
    margin: auto;
}
.centrar-vertical {
    display: table-cell;
    vertical-align: middle;
}
.negritas {
    font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #34328d;
    /*font-size initial*/
}
.container {
    background: #f7f7fc;
    padding: 10px 30px;
    /*box-shadow 0 0 15px -5px color2*/
    max-width: none !important;
}
.container-blanco {
    background: #fff;
    box-shadow: 0px 0px 5px 3px #f7f7fc;
}
.container.dt {
    background: #fff !important;
}
.panel {
    margin-bottom: 20px;
}
button, .dt-buttons a {
    border-radius: 45px;
    padding: 5px 20px 5px 20px;
    font-size: 0.7em;
    margin: 0 5px;
}
.boton1 {
    background: #504dd3;
    color: #fff;
    border: 1px solid #504dd3;
    box-shadow: 0px 2px 0px 1px #CCCCED;
    text-transform: uppercase;
}
.botonImg1 {
    background: #504dd3;
    color: #fff;
    border: 1px solid #504dd3;
    box-shadow: 0px 1px 0px 1px #bcbcd3;
    padding: 0px 40px;
}
.botonImg1 > img {
    height: 35px;
}
.boton2 {
    background: #fff;
    color: #34328d;
    box-shadow: 0px 1px 0px 1px #bcbcd3;
    border: 1px solid #34328d;
    text-transform: uppercase;
}
.boton4 {
    background: #ef1d49;
    color: #fff;
    border: 1px solid #ef1d49;
    box-shadow: 0px 1px 0px 1px #bcbcd3;
    text-transform: uppercase;
}
.boton3 {
    background: transparent;
    color: #34328d;
    box-shadow: none;
    border: 0;
    text-transform: uppercase;
}
.boton-subir{
    /*position: absolute;*/
    left: 9.07%;
    right: 67.67%;
    top: 83.88%;
    bottom: 12.74%;
    background: #F3F3FF;
    border: 1px solid #CCCCED;
    box-sizing: border-box;
    box-shadow: 0px 2px 0px #CCCCED;
    border-radius: 880px;
    bottom: 12.74%;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #504DD3;
    padding-left: 18%;
    width: 72%;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    border-color: transparent !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline-offset: -2px;
}
.bootstrap-select .dropdown-menu,
.ui-autocomplete {
    border-radius: 0;
    box-shadow: 0px 0px 5px 0px #bcbcd3;
    border: none;
    color: #89899e;
    font-family: inherit;
}
.dropdown-menu a {
    font-weight: normal;
    font-size: 0.7em;
    color: #89899e;
}
.bootstrap-select .dropdown-menu a.selected:hover {
    color: #f6f6f6;
}
.filter-option-inner-inner {
    height: 23px;
}
.filter-option-inner-inner,
.dropdown-toggle::after {
    color: #34328d;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
label,
.display.dataTable thead th {
    color: #bcbcd3;
    font-size: 0.7em;
    text-transform: uppercase;
    padding: 3px 10px !important;
    font-weight: normal !important;
}
.normal-case {
    text-transform: none !important;
}
.display.dataTable tbody td {
    color: #89899e;
    font-size: 12px;
    padding: 10px 10px !important;
}
.display.dataTable tfoot td {
    color: #89899e;
    font-size: 12px;
    padding: 10px 0 !important;
    background: #fff9fa;
}
tbody tr.odd {
    background: #f7f7fc;
}
.btn-dt {
    font-size: 1.6em;
    padding: 0 4px;
    margin: auto;
    /*  float: right;*/
    border: none;
    height: 24px;
    box-shadow: 0 3px 4px -2px #bcbcd3;
    color: #504dd3;
}
input[type="text"],
input[type="password"],
input[type="search"],
textarea,
.bootstrap-select {
    color: #34328d;
    border: none;
    border-top: 1px solid #fcd5dd;
    padding-top: 5px;
    width: 100% !important;
    font-size: 0.9em;
    background: transparent;
}
.dropdown input[type="text"] {
    border-top: none;
    background: #f6f6f6;
    color: #89899e;
    font-size: 0.8em;
    padding-top: 3px;
    padding-bottom: 3px;
}
.dropdown input[type="text"]::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder {
    color: #bcbcd3;
}
input[type="password"] {
    font-size: 2em;
    height: 33px;
}
input[type="search"] {
    padding-left: 26px;
}
input[disabled], button[disabled] {
    opacity: 0.3;
}
#img-search {
    position: absolute;
    top: 5px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #34328d;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}
.bootstrap-select button {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    margin-top: -1px !important;
    font-size: 1em !important;
}
label {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 0px;
}
.label2 {
    color: #504dd3;
    font-size: 1em;
    margin-top: 6px;
}
.box {
    width: 1225px;
}
#detail>.box {
    padding: 10px;
    background: #fff;
    box-shadow: 0 10px 15px -5px #bcbcd3;
}
.modal-box .modal-dialog {
    max-width: none !important;
    margin: 0 !important;
}
.modal-header,
.modal-content {
    border-radius: 0px !important;
}
.modal-alert .modal-content {
    border-radius: 10px !important;
    overflow: hidden;
}
.modal-alert .modal-body {
    background: #f7f7fc;
}
.modal-alert #alerta-mensaje {
    font-size: 0.8em;
}
.modal-header {
    background-color: #F8F8FF !important;
}
.modal-header {
    box-shadow: 0 2px 5px -2px #bcbcd3;
}
.modal-footer {
    box-shadow: none !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.modal-alert .modal-footer {
    font-size: 1.6em;
    padding: 0;
}
.modal-alert .modal-footer button {
    padding-top: 15px;
    padding-bottom: 15px;
}
.modal-alert .alerta-aceptar,
.modal-alert .alerta-cancelar {
    margin: 0;
}
.modal-alert .alerta-cancelar {
    border-right: 1px solid #89899e;
    border-radius: 0;
}
.w-0 {
    width: auto !important;
    width: none !important;
}
.w-100 {
    width: 100%;
}
.detail-controls .row:not(:last-child) {
    margin-bottom: 20px;
}
.bloque {
    margin-bottom: 20px;
}
.bloque h6 {
    width: 100%;
}
.dataTables_wrapper > div:nth-child(3),
.dataTables_wrapper > div:nth-child(1) {
    display: none;
}
.color1 {
    color: #34328d !important;
}
.color2 {
    color: #bcbcd3 !important;
}
.color3 {
    color: #504dd3 !important;
}
.color4 {
    color: #ef1d49 !important;
}
.color5 {
    color: #fcd5dd !important;
}
.color6 {
    color: #f7f7fc !important;
}
.color7 {
    color: #89899e !important;
}
.bg0 {
    background: #f6f6f6 !important;
}
.bg6 {
    background: #f7f7fc !important;
}
.bs1 {
    box-shadow: -1px 1px 5px -2px #bcbcd3;
}
#menu {
    width: 100%;
    /*padding 13px 0*/
    border-bottom: 1px solid #ef1d49;
    box-shadow: 0 0 9px -3px #333;
    height: 58px;
}
#menu label {
    color: #34328d;
    text-transform: capitalize;
    cursor: pointer;
}
.menu-item {
    cursor: pointer;
}
.menu-selected {
    border-bottom: 5px solid #ef1d49;
    cursor: default !important;
}
.menu-selected label {
    color: #504dd3 !important;
    font-weight: bold !important;
    cursor: default !important;
}
#menu-user .fa-chevron-down {
    font-size: 0.5em;
    color: #bcbcd3;
}
#l-user {
    max-width: 145px;
}
#sub-menu {
    width: 1225px;
    border-bottom: 1.4px solid #e6e6e6;
    background: transparent;
    /*border-top 2px solid color6*/
}
/*.sub-menu-item:first-child
        min-width 50px !important*/
.sub-menu-item {
    padding: 11px 15px 0px 15px;
    height: 40px;
    /*border-bottom 1.4px solid #E6E6E6*/
    float: left;
    cursor: pointer;
}
.sub-menu-item label {
    cursor: pointer;
    font-size: 0.68em !important;
}
.sub-menu-item.sub-menu-selected {
    border-bottom: none !important;
    border-top: 1.4px solid #e6e6e6;
    border-left: 1.4px solid #e6e6e6;
    border-right: 1.4px solid #e6e6e6;
    background: #fff;
    border-radius: 5px 5px 0px 0px;
    cursor: default !important;
    position: relative;
    bottom: -1px;
    padding-top: 12px;
}
.sub-menu-item.sub-menu-selected label {
    font-weight: bold !important;
    cursor: default !important;
    color: #504dd3;
}
#detail {
    padding-top: 20px;
    padding-bottom: 50px;
}
.line-gradient {
    background: radial-gradient(circle, #bcbcd3 0%, #f6f6f6 100%);
    height: 40px;
    width: 2px;
    margin-top: -11px;
    margin-right: 30px;
}
.hide {
    display: none;
}
.bloque-title {
    padding: 14px 0px 5px 0px;
    margin-bottom: 0 !important;
}
.hand {
    cursor: pointer;
}
.img-foto img {
    height: 200px;
}
*:focus,
button:focus {
    outline: none;
}
/* login */
#login-body {
    background: #fff !important;
}
#login-body .container {
    padding: 35px;
    width: 600px;
}
#login-body .titulo-container {
    margin: 0 0 20px 0;
}
#login-body .titulo-container img {
    margin-right: 20px;
    height: 35px;
}
#login-body .titulo-container h5 {
    margin-top: 5px;
}
#login-body #btnIngresar {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
/* index */
.red-line.red-line-selected {
    position: relative;
    bottom: -9px;
    margin: auto;
    border: 1px solid #ef1d49;
    width: 100%;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    z-index: 1051;
}
.btn-light {
    background: transparent !important;
}
.btn-light:hover {
    background: transparent !important;
    border-color: transparent;
}
/********************************************************************************************************************/
/* Dropdown Button */
.dropbtn {
    background-color: #4caf50;
    color: #fff;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
    background-color: #3e8e41;
}
/* The search field */
#myInput {
    box-sizing: border-box;
    background-image: url("searchicon.png");
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}
/* The search field when it gets focus/clicked on */
#myInput:focus {
    outline: 3px solid #ddd;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    border: none;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none !important;
}
.date-icon::after {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    color: #bcbcd3;
    content: "\f073";
    right: 16px;
    font-size: 20px;
    padding-top: 4px;
}
/* datepicker > */
.ui-datepicker.ui-widget.ui-widget-content {
    border: none !important;
    box-shadow: 2px 2px 12px -4px #bcbcd3;
}
.ui-widget-header {
    border: none;
    background: none;
    color: #504dd3;
}
.ui-icon-circle-triangle-w,
.ui-icon-circle-triangle-e {
    background-image: none !important;
    font-size: 0px;
    text-indent: 0px !important;
    text-align: center !important;
}
.ui-icon-circle-triangle-w::after {
    content: "\f104";
    color: #504dd3;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
}
.ui-icon-circle-triangle-e::after {
    content: "\f105";
    color: #504dd3;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    background: none;
    border: none;
    cursor: pointer;
    top: 2px;
    left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
    background: none;
    border: none;
    cursor: pointer;
    top: 2px;
    right: 2px;
}
.ui-datepicker th span {
    color: #504dd3;
}
.ui-datepicker .ui-state-default {
    background: none;
    border: none !important;
    text-align: center !important;
    color: #bcbcd3;
    padding: 10px 1px;
}
.ui-state-default.ui-state-highlight {
    color: #34328d !important;
    background: #bcbcd3 !important;
    border-radius: 20px !important;
}
.ui-state-default.ui-state-active {
    color: #fff !important;
    background: #ef1d49 !important;
    border-radius: 20px !important;
}
/* < datepicker */
.dropdown .dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none !important;
    text-align: left !important;
}
/* Cambios Jorge Hernandez */
.dataTables_info {
    color: #89899e !important;
    font-size: small !important;
}
.paginacionData {
    /*  display: flex;*/
    align-items: center;
    /*  justify-content: center;*/
}
.pagination {
    margin: 0 !important;
}
/*.dataTables_paginate {
  float: right;
}*/
#dataGridEmailage_paginate{
    display: table;
    margin: auto;
}
.page-item .page-link {
    border: none !important;
    font-size: small;
    font-weight: bold;
    color: #504dd3;
    -webkit-box-shadow: none !important;
}
.bootstrap-select .dropdown-menu {
    min-width: 100% !important;
    transform: none !important;
    top: initial !important;
}
div.dataTables_length select {
    color: #34328d;
    border: none !important;
    border-top: 1px solid #fcd5dd !important;
    padding-top: 5px !important;
    width: 100% !important;
    font-size: 0.9em;
    outline: none !important;
}
.dataTables_length select:focus {
    -webkit-box-shadow: none !important;
}
.table-container{
    max-width: 1235px;
}
.page-item.active .page-link {
    color: #504dd3;
    background-color: transparent !important;
    border: 1px solid #fcd5dd !important;
    -webkit-box-shadow: none !important;
    margin: 0 1px 0 1px;
}
input[type="image"] {
    margin-right: 15px !important;
}
.modal-footer {
    border-top: none !important;
}
#character-count {
    font-size: 0.75em;
    color: #504dd3;
}
.listWrapper {
    max-height: 150px;
    overflow-y: auto;
}
.aItems-center {
    display: flex;
    align-items: center;
}
.custom-select {
    background-image: url("../img/chevron-down.svg");
    color: #34328d;
    font-size: 1em;
}
div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: white;
    /*border: 2px solid #111;*/
    /*box-shadow: 3px 3px 8px rgba(0,0,0,0.3);*/
    box-shadow: 0px 2px 10px rgba(80, 77, 211, 0.15);
    border-radius: 3px;
    text-align: center;
    z-index: 21;
}
div.dt-button-info h2 {
    padding: 0.5em;
    margin: 0;
    font-weight: normal;
    font-size: large;
    /*border-bottom: 1px solid #ddd;*/
    background-color: #F8F8FF;
}
div.dt-button-info>div {
    padding: 1em;
    color: #78788D;
}
.dataTables_scrollHeadInner{
    width:100% !important;
}
#modal-mensaje{
    z-index: 2050;
}
#verMasEmailageMod{
    z-index: 2000;
}
#modal-confirmar{
    z-index: 2000;
}
#asignarClienteMod{
    z-index: 1050 !important;
}
textarea {
    resize: none;
}
.custom100{
    width: 100px !important;
}
.custom150{
    width: 150px !important;
}
.custom200{
    width: 200px !important;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #fff;
    content: "Seleccionar" !important;
    background-color: #504dd3;
    border-left: inherit;
    border-radius: .9rem .9rem .9rem .9rem;
    /*border: 1px solid #504dd3;*/
    box-shadow: 0px 2px 0px 1px #CCCCED;
}
.custom-file-label{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 0px solid #ced4da !important;
    border-radius: .25rem;
}
.notif-content{
    position: relative;
    display: table-cell;
}
.notif {
    position: absolute;
    top: -10px;
    right: 6px;
    background: #F72828;
    color: #FFF;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    font-size: 12px;
    text-align: center;
    /*align-content: center;*/
    padding: 1px 0px 0px 0px;
}

.button-Volver{
    background: none !important;
    border: none !important;
    color: #78788D !important;
    box-shadow: none !important;
    padding: 5px !important;
}

.button-Volver:hover{
    color: #504DD3 !important;
}
.footer { 
    position: sticky; 
    /*padding: 10px 10px 0px 10px; */
    width: 100%; 
    left: 0px;
    top: 1750px;
    /* Height of the footer*/  
    height: 60px; 
    background: #78788D;
    box-shadow: 0px 2px 2px rgba(70, 68, 151, 0.25);
} 
.detail-controls-non-space .row:not(:last-child) {
    margin-bottom: 7px;
}
div.grid-title{
    color: #34328D !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-indent: 10px;
    text-transform: uppercase;
}
.input-monto{
    font-size: small;
    text-align: inherit;
    box-shadow: 0px 2px 0px #CCCCED;
    pointer-events: none;
    border-top: 0px !important;
}
.input-text{
    font-size: small;
    text-align: initial;
    box-shadow: 0px 2px 0px #CCCCED;
    pointer-events: none;
    border-top: 0px !important;
}
.modal-title{
    font-size: 18px !important;
}
.label-titulo{
    color: #34328D !important;
    text-transform: capitalize;
    margin-top: 6px;
}
#sub-menuV2 {
    width: 1225px;
    border-bottom: 1.4px solid #e6e6e6;
    background: transparent;
    /*border-top 2px solid color6*/
}
/*.sub-menuV2-item:first-child
        min-width 50px !important*/
.sub-menuV2-item {
    padding: 11px 15px 0px 15px;
    height: 40px;
    /*border-bottom 1.4px solid #E6E6E6*/
    float: left;
    cursor: pointer;
}
.sub-menuV2-item label {
    cursor: pointer;
    font-size: 0.68em !important;
}
.sub-menuV2-item.sub-menuV2-selected {
    border-bottom: none !important;
    border-top: 1.4px solid #e6e6e6;
    border-left: 1.4px solid #e6e6e6;
    border-right: 1.4px solid #e6e6e6;
    background: #fff;
    border-radius: 5px 5px 0px 0px;
    cursor: default !important;
    position: relative;
    bottom: -1px;
    padding-top: 12px;
}
.sub-menuV2-item.sub-menuV2-selected label {
    font-weight: bold !important;
    cursor: default !important;
    color: #504dd3;
}
.red-lineV2.red-lineV2-selected {
    position: relative;
    bottom: -9px;
    margin: auto;
    border: 1px solid #ef1d49;
    width: 100%;
}
#sub-menuV3 {
    width: 1225px;
    border-bottom: 1.4px solid #e6e6e6;
    background: transparent;
    /*border-top 2px solid color6*/
}
/*.sub-menuV3-item:first-child
        min-width 50px !important*/
.sub-menuV3-item {
    padding: 11px 15px 0px 15px;
    height: 40px;
    /*border-bottom 1.4px solid #E6E6E6*/
    float: left;
    cursor: pointer;
}
.sub-menuV3-item label {
    cursor: pointer;
    font-size: 0.68em !important;
}
.sub-menuV3-item.sub-menuV3-selected {
    border-bottom: none !important;
    border-top: 1.4px solid #e6e6e6;
    border-left: 1.4px solid #e6e6e6;
    border-right: 1.4px solid #e6e6e6;
    background: #fff;
    border-radius: 5px 5px 0px 0px;
    cursor: default !important;
    position: relative;
    bottom: -1px;
    padding-top: 12px;
}
.sub-menuV3-item.sub-menuV3-selected label {
    font-weight: bold !important;
    cursor: default !important;
    color: #504dd3;
}
.red-lineV3.red-lineV3-selected {
    position: relative;
    bottom: -9px;
    margin: auto;
    border: 1px solid #ef1d49;
    width: 100%;
}
.error-bg{
    background-color: #E5E5E5;
}
.error-title-titulo{
    color: #EF1D49;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 0%;
    text-align: left;
    margin-bottom: 10px
}
.error-title-subtitulo{
    color: #78788D;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}
.text-right-currency{
    color: #89899e;
    font-size: 12px;
    text-align: right;
    padding: 0 10px 0 0 !important;
}
.input-bonificacion{
    background-color:  #ffffff !important;
}
.cuadro-subir-reembolso{
    width: 306px;
    height: 128px;
    left: 26px;
    top: 575px;
    background: #FFFFFF;
    border: 1px dashed #D0D0D0;
    border-radius: 4px;
}
.cuadro-subir-reembolso-cliente{
    width: 100%;
    height: 68px;
    left: 26px;
    top: 575px;
    background: #FFFFFF;
    border: 1px dashed #D0D0D0;
    border-radius: 4px;
    margin-bottom: 20px;
}
.texto-subir-reembolso{
    position: absolute;
    width: 250px;
    height: 17px;
    /*left: 35px;
    top: 615px;*/
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #616173;
}
input[type=”file”]#reembolsoArchivo {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
label[for="reembolsoArchivo"] {
    left: 9.07%;
    right: 67.67%;
    top: 83.88%;
    bottom: 12.74%;
    background: #F3F3FF;
    border: 1px solid #CCCCED;
    box-sizing: border-box;
    box-shadow: 0px 2px 0px #CCCCED;
    border-radius: 880px;
    bottom: 12.74%;
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    display: block;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke-width: thin;
    color: #504DD3;
    padding: 5px 20px 5px 20px !important;
    width: 72%; 
}
.modal-dialog-centered-width{
    max-width: 600px;
}
input[type=”file”]#voucherMC {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
label[for="voucherMC"] {
    left: 9.07%;
    right: 67.67%;
    top: 83.88%;
    bottom: 12.74%;
    background: #F3F3FF;
    border: 1px solid #CCCCED;
    box-sizing: border-box;
    box-shadow: 0px 2px 0px #CCCCED;
    border-radius: 880px;
    bottom: 12.74%;
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    display: block;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke-width: thin;
    color: #504DD3;
    padding: 5px 20px 5px 20px !important;
    width: 72%; 
}
.mensaje-error {
    font-weight: bold !important;
    color: red !important;
}
.grid-text-left{
    text-align: right;
    padding: 0 0 0 10px !important;   
}
.texto-contenerdor-encabezado{
    margin-top: 3px !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: #B8B8D1 !important;
}
.texto-contenerdor-dato{
    font-family: Poppins !important;
    color: #78788D !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 21px !important;
}
.cuadro-texto{
    position: absolute;
    width: 357px;
    height: 289px;
    left: 435px;
    top: 115px;
    /*padding-left: 10px;
    padding-top: 10px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(80, 77, 211, 0.15);*/
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.highlight {
    background-color: #504dd3 !important;
}
.text-color-white{
    color: white !important;
}
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #504dd3;
}
/*
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}*/

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}
::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: white;
}
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #504DD3;
}
.table-scroll{
    max-width: 100%;
    max-height: 400px;
    display: block;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse; 
}

.table-scroll-modal{
    max-width: 100%;
    max-height: 180px;
    display: block;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse; 
}
.table-scroll thead > tr > th{
    position: sticky !important;
    background: white;
    top: 0;
}
.sticky-bottom{
    position: sticky !important;
    background: white;
    top: 23px !important;
}
.sticky-top{
    position: sticky !important;
    background: white;
    top: 0px !important;
}
.capitalize {
    text-transform: capitalize !important;
}
.pagina-link:hover {
    color: #0056b3;
    text-decoration: underline;
    cursor: pointer;
}
.pagina-link {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
#loading {
    display: none;
    opacity: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(51,51,51,0.72);
}
#div-loading {
    padding: 50px;
    background: #fff;
    border-radius: 35px;
    height: 200px;
    width: 200px;
}
#div-loading img {
    width: 100%;
}
.flex-wrap {
    flex-wrap: wrap!important;
    float: right !important;
}
.padding-left-zero{
    padding-left: 0px !important;
}