body{
  font-size: 13px !important;
}


.desplegableBusqueda{
    border-radius: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-color: #efefef !important;
}



/***************SWEET ALERT INICIO****************/

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #67b4f0;
    color: #fff;
    font-size: 1em;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(146 201 243);
}


/**************SWEET ALERT FIN*******************/



/**************MODAL LEFT INICIO*****************/

.modal-dialog {
    max-width: 90%;
  }
  .modal-xs {
    max-width: 650px !important;
    box-shadow: 0px 0px 18px 0px;
    border-radius: 6px;
  }
  .modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
  }
  .modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
  }
  .modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
  }
  .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .modal-dialog-slideout .modal-content {
    border: 0;
  }
  .modal-dialog-slideout .modal-header,
  .modal-dialog-slideout .modal-footer {
    height: 4rem;
    display: block;
  }

/**************MODAL LEFT FIN*****************/




/**************SELECT 2 INICIO****************/

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d2d6de;
  border-radius: 1px;
  height: 34px;
}



.select2-container {
  box-sizing: border-box;
  display: inline-block;
  /* display: block; */
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}


.select2-container--default.select2-container--open {
  border-color: #3c8dbc;
  width: 100% !important;
}


.select2-container--default.select2-container--focus, .select2-selection.select2-container--focus, .select2-container--default:focus, .select2-selection:focus, .select2-container--default:active, .select2-selection:active {
  outline: none;
  width: 100% !important;
}

/**************SELECT 2 FIN****************/


/**************VALIDACIÓN FORMULARIO INICIO*************/

.text-info{
  color: rgb(0, 153, 255);
}

.text-error{
  color: red;
}

.campo-error{
  border-color: red;
}

.campo-info{
  border-color: rgb(0, 153, 255);
}

/**************VALIDACIÓN FORMULARIO FIN****************/



/**************CAMPOS DE ARCHIVOS INICIO****************/

.info-archivo {
  display: inline-block;
  padding: 5px;
  background-color: #e3f7ff;
  color: #565656;
  margin: 5px;
  border-radius: 3px;
  box-shadow: 0px 0px 2px 0px;
  cursor: pointer;
}

.info-archivo span{
  position: relative;
  background-color: red;
  color: white;
  top: -7px;
  left: 8px;
  padding: 1px 7px;
  border-radius: 50%;
  cursor: pointer;
}

/**************CAMPOS DE ARCHIVOS INICIO****************/

#info-filtro p{
  padding: 10px 5px;
  background-color: aliceblue;
  margin-top: 10px;
  position: absolute;
  width: 96.4%;
  font-size: 12px;
}


/***************************DATATABLES*************************/

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 4px 12px;
}

.dataTables_scroll{
  overflow: auto;
}


.dataTables_wrapper .dataTables_processing {
  position: absolute;
  z-index: 1;
  /* top: 30%; */
  /* left: 50%; */
  width: 96%;
  height: 100%;
  /* margin-left: -20%; */
  /* margin-top: -25px; */
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background: #ffffff9e;
}



.table td, .table th {
  border-color: #f3f1f1;
  font-size: 13px;
  line-height: 17px;
}

.table thead {
  background: #1976d2;
  color: white;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background: #1976d2;
}


thead th {
  background-color: #cfcfcf;
}

/***************************DATATABLES*************************/




/***************************BOTONES*************************/

.btn-xs {
  margin-bottom: 4px;
}

/***************************BOTONES*************************/



/***************************TABS*************************/

.nav-tabs .nav-link {
  font-size: 15px;
  font-weight: 400;
}

/***************************TABS*************************/


/***************************CARDS**************************/

.card-primary.card-outline {
  border-top: 3px solid #007bff;
}

/***************************CARDS**************************/

.media {
  display: -webkit-inline-box;
}


.accordion a{
  color: #505050;
}

small{
  color: #6c757d;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d2d6de;
  border-radius: 1px;
  height: 42px;
  border-radius: 5px;
}



.fondo-gris{
  background-color: #f4f6f9;
  background: #f4f6f9;
}


.card-enfasis{
  box-shadow: 0 1px 14px 2px rgb(78 78 78 / 10%) !important;
  width: 100%;
}


.infoPendienteAcordeon{
  background-color:rgb(255 120 73 / 19%);
}



.disponibilidad-red{
  padding: 3px;
  text-align: center;
  background: #bb0000;
  color: white;
  font-weight: 800;
}

.disponibilidad-yellow{
  padding: 3px;
  text-align: center;
  background: #f6c555;
  color: black;
  font-weight: 800;
}


.disponibilidad-green{
  padding: 3px;
  text-align: center;
  background: #009646;
  color: white;
  font-weight: 800;
}


th.sorting_disabled {
  background-color: #1976d2;
}

.datoDevengo{
  background-color: #f3fff8 !important;
  color: #505050 !important;
  font-weight: 600 !important;
}

.datoDevengoTotal{
  background-color: #f3fff8 !important;
  color: #00b94d !important;
  font-weight: 600 !important;
}

.datoDeduccion{
  background-color: #ffe7e7 !important;
  color: #505050 !important;
  font-weight: 600 !important;
}

.datoDeduccionTotal{
  background-color: #ffe7e7 !important;
  color: #c70000 !important;
  font-weight: 600 !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
}

.btn-excel, .btn-excel.disabled{
    background: #13890d;
    border: 1px solid #13890d;
    -webkit-box-shadow: 0 2px 2px 0 rgb(66 165 245 / 14%), 0 3px 1px -2px rgb(66 165 245 / 20%), 0 1px 5px 0 rgb(66 165 245 / 12%);
    box-shadow: 0 2px 2px 0 rgb(66 165 245 / 14%), 0 3px 1px -2px rgb(66 165 245 / 20%), 0 1px 5px 0 rgb(66 165 245 / 12%);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    color: #fff;
}

.acciones-perfil{
  background-color: cornsilk;
  padding: 14px 5px 5px 40px;
}

strong{
  font-weight: bold;
}

.cke_dialog
{
    z-index: 10055 !important;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

#fac-venta-total {
  position: fixed;
  top: 50px;
  right: 18px;
  min-width: 200px;
  box-shadow: -3px 3px 2px 0px #ccc;
  padding: 7px 15px;
  border-radius: 10px;
  font-size: 18px;
  background-color: white;
}

#chat-module-sin-leer{
  position: fixed;
  background: #0000009c;
  right: 1px;
  padding: 2px 9px;
  border: 1px solid gray;
  border-radius: 50%;
  color: white;
  font-weight: 700;
}