.cantidad {
  color: #0063b3;
  display: contents;
  font-size: 15px;
  font-weight: 600;
}

.sidebar .logo {
  text-align: center;
  padding: 0;
}

.cuadro {
  background: white;
  padding: 10px;
  border-radius: 5px;
}
.cuadro_img {
  border-radius: 5px;
  height: 76px;

  margin: auto;
  text-align: center;
}

.cuadro_img img {
  height: 72px;
}

.cuadro_img .material-icons {
  font-size: 60px;
  line-height: 56px;

  height: 56px;
  text-align: center;
}
.cuadro_text {
  text-align: center;
  color: #5a5a5a !important;
}

.c_verde {
  background: linear-gradient(60deg, #288c6c, #4ea752);
}

.dark-edition .card .card-body + .card-footer .stats,
.dark-edition .card .card-footer .stats {
  color: #5a5a5a !important;
}

.dark-edition .sidebar[data-background-color="black"] .nav li:not(.active) a,
.dark-edition
  .sidebar[data-background-color="black"]
  .nav
  li:not(.active)
  .dropdown-menu
  a {
  color: #ffffff !important;
}

.dark-edition .card .card-header.card-header-text .card-title,
.dark-edition .card .card-header.card-header-icon .card-title {
  color: #5a5a5a !important;
}

.dark-edition .navbar:not([class*="bg-"]) .navbar-brand,
.dark-edition
  .navbar:not([class*="bg-"])
  .collapse
  .navbar-nav
  .nav-item
  .nav-link {
  /* color: #5a5a5a !important; */
  color: #ffffff !important;
}

.fa,
.fas {
  font-size: 20px !important;
}

.dark-edition .card .card-body .card-category,
.dark-edition .card .card-body .card-title {
  color: #5a5a5a !important;
}

.dark-edition,
.dark-edition,
.dark-edition .table > tfoot > tr > th,
.dark-edition .table > thead > tr > td,
.dark-edition .table > tbody > tr > td,
.dark-edition .table > tfoot > tr > td {
  color: #5a5a5a;
  font-weight: 500;
  font-size: 12px;
}

.table > thead > tr > th {
  background: #636363;
  color: white !important;
  font-size: 13px;
  font-weight: bold;
  padding: 3px;
  height: 41px;
}

table {
  font-size: 12px;
}

.color-morado-table {
  background: #c1bebe;
}

.dark-light {
  bottom: 0px;
  position: fixed;
  color: #5a5a5a !important;
  padding: 15px;
  text-align: center;
  margin: auto;
  /* margin-left: 35px; */
  max-width: 260px;
  width: 100%;
  background-color: #0063b3 !important;
  z-index: 5;
  cursor: pointer;
}

@media (max-width: 991px) {
  .sidebar::before,
  .off-canvas-sidebar nav .navbar-collapse::before {
    background-color: #ffffff;
  }
}
.btn-color-estado {
  /* background: #007be6 !important; */
  background: #024fd0 !important;
}

.btn-firmado {
  background: #4caf50 !important;
}

.btn-esperando-firma {
  background: #a2a2a2 !important;
}

.btn-guardar-linea {
  background: #024fd0 !important;
  box-shadow: 1px 1px 1px transparent !important;
}

/* .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4) !important; 
    background-color:  #f08e06 !important;
    background: linear-gradient(60deg, #e96d0e, #f08e06) !important;
     color: #FFFFFF !important;
} */
.card-default {
  height: calc(100vh - 130px);
  overflow-y: auto;
  margin-top: 5px;
  margin-bottom: 0px;
}
.card {
  color: #5a5a5a !important;
}

.card-header {
  padding-bottom: 0px;
}

.report-height-card {
  /* height: calc(100vh - 180px) !important;
    overflow-y: auto  !important; */
}

.icon-operador {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
  background: white !important;
  height: 100px;
}
.icon-operador:hover {
  background: #f18f05 !important;
}
.icon-operador img {
  width: auto;
  margin: auto;
  height: 70px;
}

.icon-operador-text {
  color: #ff9800;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 42px;
  text-transform: capitalize;
}
.op-001 {
  color: #5a5a5a !important;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}
.main-panel > .content {
  /* max-height: calc(100vh - 125px) !important; */
  overflow-y: auto;
  padding: 0px !important;
}
.name-apellido {
  color: white;
}

.dark-edition .footer {
  color: #5a5a5a !important;
  border-top: 1px solid #f19104 !important;
  display: none;
}

.navbar.navbar-transparent {
  /* background-color: #ffffff !important; */
  /* background-color: #0063b3 !important; */
  background: linear-gradient(315deg, rgba(0, 50, 13));
  background: linear-gradient(315deg, rgba(0, 50, 134, 1) 34%, #0362ff 80%);
}

.color-dark {
  background-color: #202432 !important;
}
.color-dark-001 {
  background-color: #ffffff !important;
}

.color-morado {
  background: #3e0382 !important;
}

.color-morado-dark {
  background-color: #330361 !important;
}

.is-focused .bmd-label-floating,
.is-filled .bmd-label-floating {
  top: -8px !important;
}

.form-group {
  margin: 0px !important;
}

.dark-edition
  .bmd-form-group:not(.has-success):not(.has-danger)
  [class^="bmd-label"].bmd-label-floating,
.dark-edition
  .bmd-form-group:not(.has-success):not(.has-danger)
  [class*=" bmd-label"].bmd-label-floating {
  color: #a3a3a3 !important;
  font-size: 15px;
   background: white;
  left: 7px;
}

.form-control:read-only {
}

.form-control {
  color: #1d1d1d;
}

.imput_table_head {
  background: #aeaeae00;
  border: none;
  /* box-shadow: inset 2px 1px 20px 0px #0000006e; */
  color: white;
  text-align: center;
  padding: 3px !important;
  border-radius: 3px;
  height: 41px;
  border: 1px solid #2f2f2f;
}
.imput_table_head::placeholder {
  color: #ffffff !important;
  text-align: center;
}

.multi-select-button {
  background: #aeaeae00 !important;
  /* box-shadow: inset 2px 1px 20px 0px #0000006e !important; */
  color: white !important;
  text-align: center !important;
  padding: 3px !important;
  border-radius: 3px !important;
  height: 41px !important;
  border: 1px solid #2f2f2f !important;
}

/******************/
/* Productos    */
/******************/

.p-0001 {
  padding: 4px;
  margin-bottom: 5px;
  display: flex;
  /* border-radius: 4px; */
  /* background: #191f34; */
  margin-right: 9px;
  margin-left: 5px;
  margin-top: 5px;
  padding-right: 3px;
}

.p-0002 {
  height: 41px;
  background: #d8630b !important;
  border-radius: 5px !important;
  border: 0;
  transition: background 0s ease-out;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  font-size: 14px;
  color: #5a5a5a !important;
}
.p-0003 {
  text-align: right;
  font-size: 23px;
  font-weight: bolder;
  color: #424856;
  padding: 23px;
}

.p-0004 {
  border: 1px solid gainsboro;
}
.p-0005 {
  font-weight: bold;
  font-size: 16px;
}

.p-0006 {
  width: 100%;
  /* background: #1a1f35; */
  background: white !important;
  /* border: 1px solid #f19105; */
  border: 1px solid #bfbfbf;
  color: #5a5a5a !important;
  border-radius: 5px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 32px;
}

select option {
  color: black !important;
  background: white;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5a5a5a !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5a5a5a !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5a5a5a !important;
}

.p-0007 {
  color: #4e4d4d;
}

.p-0008 {
  font-weight: bold;
}
.p-0010 {
  font-weight: bold;
  font-size: 14px;
}

.p-0011 {
  /* font-weight: bold; */
  font-size: 14px;
}

.p-0012 {
  /* background: #191f34; */
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 10px;
  /* border-radius: 5px; */
  /* border-bottom: 2px solid #f08c04; */
}

.p-0013 {
  cursor: pointer;
  padding: 10px;
  margin-top: 10px !important;
  border: 1px solid gainsboro;

  font-weight: bold;
}

.btn.btn-warning {
  color: #fff;
  background-color: #024fd0;
  border-color: #024fd0;
  box-shadow: none;
}
.p-0014 {
  font-size: 16px;
}

.p-0015 {
  color: #f5700d;
  cursor: pointer;
}

.p-0015:hover {
  color: #fb3c00;
}

.p-0016 {
  background: #ffffff !important;
}

.p-0017 {
  background: #ffffff;
  border: 2px solid #0062b3;
  margin-bottom: 20px !important;
  border-radius: 10px;
}
.p-0018 {
  /* background: #d0d0d0; */
  padding-left: 8px !important;
  padding-right: 8px !important;
  border-radius: 5px;
}

.p-0019 {
  background: #434956 !important;
}

.p-0020 {
}
.p-0021 {
}

.p-0022 {
}
.p-0023 {
}

.p-0025 {
  font-size: 40px;
  background: #024fd0;
  color: white;
  padding: 5px;
  text-align: center;
  border-radius: 8px;
}

.p-0026 {
  width: 100%;
  background: #5a5a5a;
  border: 1px solid #cecece;
  color: #ffffff !important;
  border-radius: 5px;
  text-align: center;
  text-align-last: center;
}
.p-0026::placeholder {
  color: #ffffff !important;
}

.p-0027 {
  background: #ffffff;
  color: black;
}

.p-0017:nth-child(2n + 1) {
  background: #ffffff;
  border: 2px solid #b7b7b7 !important;
}

.estado_base {
  text-align: center;
  color: white !important;
  border-radius: 10px;
  font-weight: bold;
}

.Creada {
  background: #888 !important;
  /* background: linear-gradient(60deg, #9E9E9E, #797979) !important; */
  color: white !important;
  border: 0px;
}
.Creado {
  background: #888 !important;
  color: white !important;
  /* background: linear-gradient(60deg, #9E9E9E, #797979) !important; */
  border: 0px;
}
.Presentada {
  background: #412375 !important;
  background-color: #412375 !important;
  /* background: linear-gradient(60deg, #412375 , #2d3f63 ) !important; */
  color: white !important;
  border: 0px;
}
.Presentada-hover:hover {
  background: #412375 !important;
  background-color: #412375 !important;
  /* background: linear-gradient(60deg, #412375 , #2d3f63 ) !important; */
  color: white !important;
  border: 0px;
}

.Presentando {
  background: #1068cd !important;
  background-color: #0e6cd3 !important;
  /* background: linear-gradient(60deg, #007be6 , #412375 ) !important; */
  color: white !important;
  border: 0px;
}

.Presentando-hover:hover {
  background: #1068cd !important;
  background-color: #0e6cd3 !important;
  /* background: linear-gradient(60deg, #007be6 , #412375 ) !important; */
  color: white !important;
  border: 0px;
}

.Procesando {
  background-color: #2b712e !important;
  /* background: linear-gradient(60deg,  #412375 ,   #412375  ) !important; */
  color: white !important;
  border: 0px;
}

.Procesando-hover:hover {
  background: #412375 !important;
  background-color: #412375 !important;
  /* background: linear-gradient(60deg,  #412375 ,   #412375  ) !important; */
  color: white !important;
  border: 0px;
}

.Aceptada {
  background: #439021 !important;
  background-color: #439021 !important;
  /* background: linear-gradient(60deg, #439021, #2d5400) !important; */
  color: white !important;
  border: 0px;
}
.Aceptada-hover:hover {
  background: #439021 !important;
  background-color: #439021 !important;
  /* background: linear-gradient(60deg, #439021, #2d5400) !important; */
  color: white !important;
  border: 0px;
}

.PteGrabacionVDF {
  background: #9adfb4 !important;
  background-color: #9adfb4 !important;
  color: white !important;
  border: 0px;
}

.PteResegmentar {
  background: #448a5f !important;
  background-color: #448a5f !important;
  /* background: linear-gradient(60deg, #439021, #2d5400) !important; */
  color: white !important;
  border: 0px;
}

.PteRespuestadelComercial {
  background: #95bda4 !important;
  background-color: #95bda4 !important;
  /* background: linear-gradient(60deg, #439021, #2d5400) !important; */
  color: white !important;
  border: 0px;
}

.Escalado {
  background: #dcdf9a !important;
  background-color: #dcdf9a !important;
  /* background: linear-gradient(60deg, #439021, #2d5400) !important; */
  color: white !important;
  border: 0px;
}

.VerificacionKO {
  background: #ff8484 !important;
  background-color: #ff8484 !important;
  /* background: linear-gradient(60deg, #439021, #2d5400) !important; */
  color: white !important;
  border: 0px;
}

.PteEstudioScoring {
  background: #9adfb4 !important;
  background-color: #9adfb4 !important;
  /* background: linear-gradient(60deg, #439021, #2d5400) !important; */
  color: white !important;
  border: 0px;
}

.PteAutorizacionDTB {
  background: #82b495 !important;
  background-color: #82b495 !important;
  color: white !important;
  border: 0px;
}
.NoLocalizado {
  background: #804b47 !important;
  background-color: #804b47 !important;
  /* background: linear-gradient(60deg, #439021, #2d5400) !important; */
  color: white !important;
  border: 0px;
}

.SINSTOCK {
  background: #7b7b7b !important;
  background-color: #7b7b7b !important;
  /* background: linear-gradient(60deg, #439021, #2d5400) !important; */
  color: white !important;
  border: 0px;
}
.Nolocalizado {
  background: #804b47 !important;
  background-color: #804b47 !important;
  /* background: linear-gradient(60deg, #439021, #2d5400) !important; */
  color: white !important;
  border: 0px;
}

.IncidenciaTicketBOU {
  background: #d27a74 !important;
  background-color: #d27a74 !important;
  /* background: linear-gradient(60deg, #439021, #2d5400) !important; */
  color: white !important;
  border: 0px;
}

.PendientedeVerificar {
  background: #704f75 !important;
  color: white !important;
  border: 0px;
}

.PendienteASPOD {
  background: #ff77cf !important;
  color: white !important;
  border: 0px;
}

.PendientedeFirma {
  background-color: #72c5ea !important;
  /* background: linear-gradient(60deg, #439021, #2d5400) !important; */
  color: white !important;
  border: 0px;
}
.PendientedeFirma-hover:hover {
  background: #427186 !important;
  background-color: #427186 !important;
  /* background: linear-gradient(60deg, #439021, #2d5400) !important; */
  color: white !important;
  border: 0px;
}

.Firmado {
  background-color: #3c4765 !important;
  color: white !important;
  border: 0px;
}
.Firmado-hover:hover {
  background: #00618c !important;
  background-color: #00618c !important;
  color: white !important;
  border: 0px;
}

.PendientedeProcesar {
  background-color: #9c27b0 !important;
  color: white !important;
  border: 0px;
}
.PendientedeProcesar-hover:hover {
  background: #4caf50 !important;
  background-color: #4caf50 !important;
  color: white !important;
  border: 0px;
}

.Tramitar {
  background-color: #fde302 !important;
  color: white !important;
  border: 0px;
}
.Tramitar-hover:hover {
  background: #fde302 !important;
  background-color: #fde302 !important;
  color: white !important;
  border: 0px;
}

.Robinson {
  background: #3f4655 !important;
  /* background-color:   #439021!important; */
  /* background: linear-gradient(60deg, #439021, #009e90) !important; */
  color: white !important;
  border: 0px;
}

.Finalizado {
  background: #1f2a40 !important;
  /* background-color:   #439021!important; */
  /* background: linear-gradient(60deg, #439021, #009e90) !important; */
  color: white !important;
  border: 0px;
}
.Finalizado-hover:hover {
  background: #1f2a40 !important;
  /* background-color:   #439021!important; */
  /* background: linear-gradient(60deg, #439021, #009e90) !important; */
  color: white !important;
  border: 0px;
}

.Rechazada {
  background: #f44336 !important;
  background-color: #f44336 !important;
  /* background: linear-gradient(60deg, #F44336, #F44336) !important; */
  color: white !important;
  border: 0px;
}

.Rechazada-hover:hover {
  background: #f44336 !important;
  background-color: #f44336 !important;
  /* background: linear-gradient(60deg,   #F44336, #F44336) !important; */
  color: white !important;
  border: 0px;
}

.Rechazado {
  background: #f44336 !important;
  background-color: #f44336 !important;
  /* background: linear-gradient(60deg, #F44336, #373f50) !important; */
  color: white !important;
  border: 0px;
}

.Rechazado-hover:hover {
  background: #f44336 !important;
  background-color: #f44336 !important;
  /* background: linear-gradient(60deg, #F44336, #373f50) !important; */
  color: white !important;
  border: 0px;
}
.Descartada {
  background: #000 !important;
  background-color: #000 !important;
  /* background: linear-gradient(60deg, #000, #424040) !important; */
  color: white !important;
  border: 0px;
}
.Descartada-hover:hover {
  background: #000 !important;
  background-color: #000 !important;
  /* background: linear-gradient(60deg, #000, #424040) !important; */
  color: white !important;
  border: 0px;
}
.PteRecepcionTerminal {
  background-color: #65692a !important;
  color: white !important;
  border: 0px;
}
.PteFibraPrincipal {
  background-color: #484b15 !important;
  color: white !important;
  border: 0px;
}

.barra_activo {
  background: #0283ea;
  height: 1px;
}
.barra_pendiente {
  background: #8bc24a;
  height: 1px;
}
.barra_01 {
  float: left;
  width: 124px;
  padding: 3px;
  /* border: 1px solid gainsboro; */
}
.barra_002 {
  text-align: center;
  background: #eeeeee;
}
.barra_df_002 {
  text-align: center;
  background: #eeeeee;
}
.barra_003 {
  height: 1px;
}
.barra_uno {
  float: left;
  width: 50%;
  padding: 1px;
}
.barra_operador {
  width: 119px;
  text-align: center;
  clear: both;
  /* border-top: 1px solid #969696; */
  background: #ffffff;
  color: #7d7d7d;
  text-transform: capitalize;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bolder;
}
.barra_df_1 {
  float: left;
  width: 113px;
  padding: 3px;
}
.barra_df_2 {
  float: left;
  width: 33%;
}
.barra_df_3 {
  width: 106px;
}
.barra_df_4 {
  clear: both;
  font-size: 11px;
  text-align: center;
  background: white;
  height: 49px;
  display: table-cell;
  vertical-align: middle;
  width: 105px;
  text-transform: uppercase;
}
.barra_df_003 {
  height: 1px;
}
.barra_df_002 {
}
.barra_final {
  height: 1px;
  background: #008eff;
}
.barra_dentro {
  height: 1px;
  background: #4caf50;
  cursor: pointer;
}
.barra_fuera {
  height: 1px;
  background: #f44336;
  cursor: pointer;
}

.color_final_dentro_fuera {
  float: left;
  width: 100px;
}
.color_final {
  background: #008eff;
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 5px;
}
.color_dentro {
  background: #4caf4f;
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 5px;
}
.color_fuera {
  background: #f44336;
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 5px;
}
.color_final_dentro_fuera_text {
  float: left;
}

.Procesado {
  background-color: #2a692c !important;
  color: white !important;
  border: 0px;
}

.CancelScoring {
  background-color: #f44336 !important;
  color: white !important;
}
.CancelCobertura {
  background-color: #f44336 !important;
  color: white !important;
}
.PendienteDocumentacion {
  background-color: #2a692c !important;
  color: white !important;
}

.PendienteDocumentación{
  background-color: #2a692c !important;
  color: white !important;
}

.Incidencia {
  background-color: #2a692c !important;
  color: white !important;
}

.Indeterminado {
  background-color: #2a692c !important;
  color: white !important;
}
.IncidenciaComercial {
  background-color: #80730b !important;
  color: white !important;
}

.Activado {
  background-color: #0083ea !important;
  color: white !important;
}
.PendientedeActivar {
  background-color: #8bc34a !important;
  color: white !important;
}
.IncidenciaTecnica {
  background-color: #b7a612 !important;
  color: white !important;
}

.AltaSolicitada {
  background-color: #2de6be !important;
  color: white !important;
}
.InformarConsumos {
  background-color: #2778ad !important;
  color: white !important;
}
.CasodeRiesgos {
  background-color: #ff8965 !important;
  color: white !important;
}

.Baja {
  background-color: #2f2f2f !important;
  color: white !important;
}

.Fianza {
  background-color: #b57070 !important;
  color: white !important;
  border: 0px;
}
.ClienteDeuda {
  background-color: #bfba06 !important;
  color: white !important;
  border: 0px;
}

.Indeterminado {
  background-color: #ff9800 !important;
  color: white !important;
  border: 0px;
}
.Cancelado {
  background: #f44336 !important;
  background-color: #f44336 !important;
  /* background: linear-gradient(60deg, #000, #424040) !important; */
  color: white !important;
  border: 0px;
}
.Cancelada {
  background: #f44336 !important;
  background-color: #f44336 !important;
  /* background: linear-gradient(60deg, #000, #424040) !important; */
  color: white !important;
  border: 0px;
}
.Cancelado-hover:hover {
  background: #f44336 !important;
  background-color: #f44336 !important;
  /* background: linear-gradient(60deg, #000, #424040) !important; */
  color: white !important;
  border: 0px;
}
.header-actividades-documentos {
  /* background: #656565 !important; */
  /* background: #13182b !important; */
}
.th_operador {
  width: 85px;
}
.title-actividades-documentos {
  padding: 10px;
  /* border-bottom: 1px solid #f08c05; */
}

.cursor-pointer {
  cursor: pointer;
}

.table tr:hover {
  background: #eeeeee;
  /* border-bottom: 2px solid #f5700d;
    border-top: 2px solid #ea730e; */
}
.p-top-botton {
  /* border-top: 1px solid #eb8e14;
    border-bottom: 1px solid #db861b; */
  background: white;
  /* padding-top: 10px; */
}
.p-left {
  border-left: 1px solid #c9c9c9;
}

.p-right {
  border-left: 1px solid #c9c9c9;
}
.p-tr {
  padding: 6px;
  margin: 0px;
}

.p-th {
  border-bottom: 1px solid rgba(180, 180, 180, 0.1);
  padding: 6px;
  margin: 0px;
  font-weight: bold;
  color: white;
}

.i-0001 {
  width: 80px;
  text-align: center;
  padding: 0px !important;
  border: none;
  background: #ffffff00;
}

.content {
  /* max-width: 1500px; */
  margin-left: auto;
  margin-right: auto;
}

.form-check-label {
  font-size: 16px !important;
  color: #5a5a5a !important;
  font-weight: 400 !important;
}

.i-ver {
  background: #ff9801;
  padding: 5px;
  color: white;
  border-radius: 5px;
}

/******************/
/* upload   */
/******************/

.file_b {
  position: absolute;
  left: 0;
  top: 0;
  background: red;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#total_file {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #0d64cc;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  color: white;
  z-index: 5;
}

#file-wrap {
  position: relative;
  width: 100%;
  padding: 30px;
  display: block;
  border: 2px dashed #ccc;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
}

.width-100 {
  width: 100%;
}

.doc_row {
  border-bottom: 1px solid #5d5d5d;
}
.doc_icon {
  padding: 9px;
  font-size: 29px;
  color: #f08c04 !important;
}
.doc_icon_borrado {
  padding: 9px;
  font-size: 29px;
  color: red !important;
}
/******************/
/* JValidation    */
/******************/

.has-error {
  border: 1px solid red !important;
  /* background: #ffbeb9; */
}

/******************/
/* Escritorio     */
/******************/
.es-01 {
  background: #aeaeae !important;
  color: white;
  font-weight: 500;
  padding-top: 5px;
  padding-left: 1px;
  padding-right: 1px;
}
.col-sm-pedido {
  float: left;
  width: 16.6%;
  cursor: pointer;
}

.es-03 {
  color: white;
  font-weight: 500;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.es-02 {
  text-align: center;
  font-size: 34px;
}
/******************/
/* Summernote     */
/******************/
#nota_list {
  clear: both;
  margin: 10px;
  background: #e6e6e6;
  padding: 5px;
  overflow-y: auto;
  border: 1px solid gainsboro;
  height: 350px;
  width: calc(100% - 20px);
}
.panel-default {
  background: #a7aaaf;
}
.note-editor.note-frame .note-editing-area {
  background: white;
}
.note_title {
  padding: 4px !important;
  background: #ffe500;
}
.note_body {
  padding: 4px !important;
  background: #ffe50066;
}
.lectura {
  color: #2196f3;
  font-size: 16px !important;
  margin-left: 10px;
}
.note_title_creardor {
  padding: 4px !important;
  background: #c6faca;
  width: 95%;
  float: right;
  border-radius: 10px 0px 0px 0px;
}
.note_body_creador {
  padding: 4px !important;
  background: #d1ffd4;
  width: 95%;
  float: right;
  margin-bottom: 10px !important;
  border-radius: 0px 0px 10px 10px;
}

.note_title_tramitador {
  padding: 4px !important;
  background: #ffffffb0;
  width: 95%;
  float: left;
  border-radius: 0px 10px 0px 0px;
}
.note_body_tramitador {
  padding: 4px !important;
  background: #ffffff;
  width: 95%;
  float: left;
  margin-bottom: 10px !important;
  border-radius: 0px 0px 10px 10px;
}

.note_title_otro {
  background: #ffe500;

  padding: 4px !important;
  width: 95%;
  float: left;
  border-radius: 0px 10px 0px 0px;
}
.note_body_otro {
  background: #ffe50066;

  padding: 4px !important;
  width: 95%;
  float: left;
  margin-bottom: 10px !important;
  border-radius: 0px 0px 10px 10px;
}

.total_notas_sin_lee_div {
  margin-left: 10px;
  background: red;
  border-radius: 24px;
  color: white;
  width: 30px;
  text-align: center;
  height: 30px;
  font-weight: bold;
  padding-top: 3px;
  margin-top: -3px;
  float: left;
}
.total_notas_div {
  margin-left: 10px;
  background: gainsboro;
  border-radius: 5px;
  color: white;
  width: 30px;
  text-align: center;
  height: 30px;
  font-weight: bold;
  padding-top: 3px;
  margin-top: -3px;
  float: right;
}

/******************/
/* Alert          */
/******************/
.alert-success {
  color: #ffffff;
  background-color: #00b94fad;
  border-color: #00b94f;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  position: fixed;
  z-index: 9999;
  top: 2px;
  width: 100%;
}

.dark-edition .alert.alert-danger {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  position: fixed;
  z-index: 9999;
  top: 2px;
  width: 100%;
}

/******************/
/* Modal          */
/******************/

.modal-header {
  color: #666666;
  font-family: "nunito-regular", sans-serif;
  font-weight: initial;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}
.modal-content {
  background-color: #ffffff;
  border-radius: 6px;
}

.p5-m0 {
  margin: 0px !important;
  padding: 10px !important;
}

/******************/
/* Switch         */
/******************/

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 18px;
  margin-bottom: 0px;
}

.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: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0px;
  bottom: 0px;
  color: #5a5a5a !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #00a05f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

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

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

.slider.round:before {
  border-radius: 50%;
}

/************************************/
/*   Autocomplete                   */
/************************************/
.input_autocomplete {
  width: calc(100% - 10px);
}
.autocomplete-arrow {
  position: absolute;
  /* background: #f5700d; */
  text-align: center;
  padding: 0px 7px 0px 7px;
  height: 28px;
  border-radius: 0px 10px 10px 0px;
  margin-left: -34px;
  cursor: pointer;
  color: black;
}
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  /* border-bottom: none; */
  /* border-top: none; */
  z-index: 999;
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: auto;
  max-height: 300px;
  box-shadow: 1px 1px 6px #5a5a5a;
  border-radius: 0px 0px 5px 5px;
  color: #212529;
  font-weight: 100;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  background-color: #2196f3;
  color: #5a5a5a !important;
}

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/******************/
/* Loading        */
/******************/

#loader {
  position: fixed;
  z-index: 9999;
  height: 100vh;
  background: #000000c7;
  width: 100%;
  top: 0px;
}

.lds-grid {
  display: inline-block;

  width: 80px;
  height: 80px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 30%;
  left: 50%;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ca00ff;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/******************/
/* tickets        */
/******************/
.circulo_paso {
  background: #913f9e;
  width: 62px;
  height: 60px;
  text-align: center;
  padding-top: 18px;
  border-radius: 30px;
  color: white;
}
.titulo_paso {
  padding-top: 18px !important;
}
.buscador_pasos {
  padding-top: 5px !important;
}
.t-001 {
  background: #661e7a;
  padding: 5px !important;
  margin-top: 10px !important;
  color: white;
}
.t-002 {
  padding: 5px;
  border: 1px solid gainsboro;
  margin-bottom: 8px;
  cursor: pointer;
}
.t-002:hover {
  background: #f19105;
}
.t-003 {
  padding: 5px;
}

.t-004 {
  font-size: 14px;
}
.t-005:nth-child(2n + 1) {
  /* background: linear-gradient(135deg, #ffffff, #dcdcdc) !important; */
}

.t-active {
  background: #f19105 !important;
}
.t-item {
}
.t-ABIERTO {
  background: #4caf50 !important;
  background-color: #4caf50 !important;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  color: white;
}
.t-TRAMITACIÃ“N {
  background: #1068cd !important;
  background-color: #0e6cd3 !important;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  color: white;
}

.t-CERRADO {
  background: #f50d0d !important;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  color: white;
}
.Pteestudioscoring {
  background: darkcyan !important;
}
.Ptefibraprincipal {
  background: cornflowerblue !important;
}
.Procesar {
  background: #ff9800;
}

.ProcesarOTPVDF {
  background: #ff9800;
}

.E7PB-PBC {
  background: #1f2a40 !important;
  color: white !important;
  border: 0px;
}
.Ptedeanalisisriesgo {
  background: rgb(179, 144, 103) !important;
  color: white;
  border: 0px;
}
.PendienteFirmaOTP {
  background-color: #72c5ea !important;
  color: white;
  border: 0px;
}

.PterecepciÃ³nterminal {
  background-color: chocolate !important;
  color: white;
  border: 0px;
}
.PteFirmaContrato {
  background-color: #72c5ea !important;
  color: white;
  border: 0px;
}

.PteFirmaSigna {
  background-color: #c7e906 !important;
  color: white;
  border: 0px;
}

.ProcesarOTP {
  background-color: #d49c34 !important;
  color: white;
  border: 0px;
}

.Rehacerventa {
  background: bisque !important;
  color: white;
  border: 0px;
}
.E7PB,
.E7PBC {
  background: #1f2a40 !important;
  color: white !important;
  border: 0px;
}
.Ventafallida {
  background: #f50d0d !important;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  color: white;
}
.Ventavalidad {
  background: bisque !important;
  color: white;
  border: 0px;
}
.Ptedevalidar {
  background: aquamarine !important;
  color: white;
  border: 0px;
}

.COMISIONABLE {
  background: #1f2a40 !important;
  color: white !important;
  border: 0px;
}

.VerificacionKO {
  background: #704f75 !important;
  color: white !important;
  border: 0px;
}

.VerificaciónKO{
background: #704f75 !important;
  color: white !important;
  border: 0px;
}
.Pteresegmentar {
  background: bisque !important;
  color: white !important;
  border: 0px;
}

/******************/
/* parpadeo       */
/******************/
.text {
}
.parpadea {
  animation-name: parpadeo;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/******************/
/* Notifications  */
/******************/
.no-000 {
  cursor: pointer;
  background: white;
  border-radius: 6px;
  min-height: 90px;
  box-shadow: 3px 3px 8px 2px gainsboro;
  padding: 5px;
}

.no-001 {
  cursor: pointer;
  float: left;
  width: 30px;
  height: 45px;
}
.no-002 {
  cursor: pointer;
  background: #038dff;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  margin: auto;
  margin-top: 4px;
}
.no-004 {
  width: 100%;
  height: 22px;
}
.no-005 {
  max-height: 200px;
  background: #eeeeee;
  overflow: auto;
}
.no-003 {
  cursor: pointer;
}
.n-001 {
  padding: 5px;
  background: #a2a1a1;
  display: table;
  float: left;
  border-radius: 19px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 5px;
  margin-top: 5px;
}
.n-002 {
  float: left;
  margin-right: 10px;
}
.n-003 {
  float: right;
  margin-top: 3px;
}
.n-003:hover {
  color: #661d79;
  cursor: pointer;
}

input,
select,
optgroup,
textarea {
  padding-left: 5px !important;
  font-size: 14px;
}

input[type="text"],
input[type="email"],
input[type="number"],
select {
  height: 41px !important;
  border-radius: 5px;
  border: 1px solid gainsboro;
  color: black;
}

.form-group .bmd-label-static {
  top: -5px !important;
}

.datepicker-dropdown-menu-new {
  opacity: 1 !important;
  transform: none !important;
}

.rendimiento_td {
  cursor: pointer;
}
.rendimiento_td:hover {
  background: #ff5722;
  color: white !important;
}

.rojo {
  background: #ff5722;
  color: white !important;
}
.amarillo {
  background: yellow;
}
.verde {
  background: #62b700;
}
/******************/
/* Movil          */
/******************/
.ocultar_movil {
}
.padding-left-6 {
  padding-left: 3px !important;
}
.padding-right-6 {
  padding-right: 3px !important;
}
@media only screen and (max-width: 600px) {
  .ocultar_movil {
    display: none;
  }

  .padding-left-6 {
    padding-left: 0px !important;
  }
  .padding-right-6 {
    padding-right: 0px !important;
  }
}

.t_duplicado_1 {
  background: #ffcbc7;
}

.Fuera {
  color: #f44336 !important;
}

.estado_final {
  background: dimgrey !important;
}

.estado_intermedio {
}
.card {
  border-radius: 0px !important;
  box-shadow: none;
}

@media (max-width: 700px) {
  .col-sm-pedido {
    float: left;
    width: 50%;
    cursor: pointer;
  }
}

@media (min-width: 700px) and (max-width: 1000px) {
  .col-sm-pedido {
    float: left;
    width: 25%;
    cursor: pointer;
  }
}
/* @media (max-width: 991px){
    .sidebar {
        display: block;
        box-shadow: none;
    }
} */


.PteValidar {
  background: #CDDC39 !important;
  color: #000000  !important;
  border: 0px;
}
.VerificaciÃ³nKo {
  background: #704f75 !important;
  color: white !important;
  border: 0px;
}

.PteAutorizaciÃ³nDTB {
  background: #5b6535 !important;
  color: white !important;
  border: 0px;
}
.PendienteDocumentacion {
  background-color: #2a692c !important;
  color: white !important;
}

.resaltado_analisis {
  background: red;
  color: white;
  font-weight: bold;
}


.nombre-operador {
  font-size: 14px;
  color: #ff0000 !important;
  font-weight: bold !important;
}

.E7PBPBC {
  background-color: #7e57c2 !important; /* morado medio */
  color: #fff !important;
}

.ErroralContactar {
  background-color: #e53935 !important; /* rojo fuerte */
  color: #fff !important;
}

.LlamadaProgramada {
  background-color: #039be5 !important; /* azul claro */
  color: #fff !important;
}

.PendienteProgramarLlamada {
  background-color: #fbc02d !important; /* amarillo oscuro */
  color: #000 !important;
}

/* ===== CLASES UNIFICADAS PARA ESTADOS DE OFERTAS EN MÓDULO TELÉFONO ===== */
/* Estas clases unifican los estilos de estados en buscador y modal */
.oferta-estado {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 8px;
    color: white !important;
    font-weight: bold;
    width: 170px;
    text-align: center;
    display: inline-block;
    border: 0px;
}

/* Estados basados en las clases originales del CSS global */
.oferta-estado.Creada {
    background: #888 !important;
    color: white !important;
}

.oferta-estado.Creado {
    background: #888 !important;
    color: white !important;
}

.oferta-estado.Presentada {
    background: #412375 !important;
    background-color: #412375 !important;
    color: white !important;
}

.oferta-estado.Presentando {
    background: #1068cd !important;
    background-color: #0e6cd3 !important;
    color: white !important;
}

.oferta-estado.Procesando {
    background-color: #2b712e !important;
    color: white !important;
}

.oferta-estado.Aceptada {
    background: #439021 !important;
    background-color: #439021 !important;
    color: white !important;
}

.oferta-estado.PteValidar {
    background: #CDDC39 !important;
    color: #000000 !important;
}

/* Otros estados específicos del módulo teléfono */
.oferta-estado.PteGrabaciónVDF {
    background: #9adfb4 !important;
    background-color: #9adfb4 !important;
    color: white !important;
}

.oferta-estado.PteResegmentar {
    background: #448a5f !important;
    background-color: #448a5f !important;
    color: white !important;
}

.oferta-estado.PteRespuestadelComercial {
    background: #95bda4 !important;
    background-color: #95bda4 !important;
    color: white !important;
}

.oferta-estado.Escalado {
    background: #dcdf9a !important;
    background-color: #dcdf9a !important;
    color: white !important;
}

.oferta-estado.VerificacionKO {
    background: #ff8484 !important;
    background-color: #ff8484 !important;
    color: white !important;
}
.Duplicar {
    background-color: #8A2BE2 !important; /* BlueViolet */
    color: white !important;
    border: 0px;
}
.IncidenciaTicketSoporte {
    background-color: #FF4500 !important; /* OrangeRed */
    color: white !important;
    border: 0px;
}
.PTECITAINSTALACION {
    background-color: #4682B4 !important; /* SteelBlue */
    color: white !important;
    border: 0px;
}
.PTEENVIOLOGISTICO {
    background-color: #20B2AA !important; /* LightSeaGreen */
    color: white !important;
    border: 0px;
}
.PTEVENTANADECAMBIO {
    background-color: #DAA520 !important; /* Goldenrod */
    color: white !important;
    border: 0px;
}

.oferta-estado.PteEstudioScoring {
    background: #9adfb4 !important;
    background-color: #9adfb4 !important;
    color: white !important;
}

.oferta-estado.PteAutorizaciónDTB {
    background: #82b495 !important;
    background-color: #82b495 !important;
    color: white !important;
}

.oferta-estado.NoLocalizado {
    background: #804b47 !important;
    background-color: #804b47 !important;
    color: white !important;
}

.oferta-estado.Nolocalizado {
    background: #804b47 !important;
    background-color: #804b47 !important;
    color: white !important;
}

.oferta-estado.SINSTOCK {
    background: #7b7b7b !important;
    background-color: #7b7b7b !important;
    color: white !important;
}

.oferta-estado.IncidenciaTicketBOU {
    background: #d27a74 !important;
    background-color: #d27a74 !important;
    color: white !important;
}

.oferta-estado.PendientedeVerificar {
    background: #704f75 !important;
    color: white !important;
}

.oferta-estado.PendienteASPOD {
    background: #ff77cf !important;
    color: white !important;
}

.oferta-estado.PendientedeFirma {
    background: #72c5ea !important;
    color: white !important;
}

.oferta-estado.Firmado {
    background: #3c4765 !important;
    color: white !important;
}

.oferta-estado.PendientedeProcesar {
    background: #9c27b0 !important;
    color: white !important;
}

.oferta-estado.Rechazada {
    background: #f44336 !important;
    background-color: #f44336 !important;
    color: white !important;
}

.oferta-estado.Cancelada {
    background: #f44336 !important;
    background-color: #f44336 !important;
    color: white !important;
}

.oferta-estado.E7PBPBC {
    background-color: #7e57c2 !important;
    color: #fff !important;
}

.oferta-estado.ErroralContactar {
    background: #e74c3c !important;
    color: white !important;
}

.oferta-estado.Finalizada {
    background: #2c3e50 !important;
    color: white !important;
}

.oferta-estado.Anulada {
    background: #95a5a6 !important;
    color: white !important;
}


.PTECITAINSTALACION {
    background-color: #4682B4 !important; /* SteelBlue */
    color: white !important;
    border: 0px;
}

.bmd-form-group label {
      color: #aaaaaa;
    background: white;
    left: 8px !important;
}
textarea{
  border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding-top: 10px;
}

.sidebar .nav li:hover > a{
      background-color: rgb(186 224 255);
}

/* Estilos globales para headers de modales */
.modal-header {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border-bottom: none;
}

.modal-header .modal-title {
    color: white;
    font-weight: 500;
}

.modal-header .close {
    color: white;
    opacity: 0.8;
    text-shadow: none;
}

.modal-header .close:hover {
    color: white;
    opacity: 1;
}

.modal-header .close span {
    color: white;
}