body {
  font-family: 'Poppins', sans-serif;
  background: #edf2f9;
}

h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

h4.slogan {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}

h4 {
  font-weight: 800;
  color: #344050;
  /* text-transform: uppercase; */
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.img-prod-edit {
  width: 100px;
  height: 100px;
  margin: 10px 0;
  border-radius: 10px;
}

.wrapper {
  overflow: unset;
  /*Eliminamos prop por def para funcion de sticky en header.*/
  width: 90%;
  margin: 0 auto;
  display: block;
}

/**********************
*** LOGIN ***
**********************/
.login-box {
  max-width: 360px;
  width: 100%;
  display: contents;
}

.login-logo {
  margin: 23% 0;
}

.login-page {
  background: url(/public/img/bg-inicio.jpg) no-repeat center;
  background-size: cover;
}

img.logoG {
  max-width: 150px;
  width: 80%;
}

.row.filaInicio {
  width: 65%;
  margin: 13% auto;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  box-shadow: 0 0 13px #37474f4a;
}

.boxLog, .boxInfo, {
  display: flex;
  display: -webkit-flex;
}

.boxLog {
  background: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.boxInfo {
  background: darkred url(/public/img/bg-boxform4.jpg);
  background-size: cover;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.txtLogin {
  font-size: 30px;
  font-weight: 800;
  color: #444;
  margin: 10px 0 20px;
}

button.btnCustom {
  background: #BA3515;
  border: 1px solid #BA3515;
  border-radius: 50px !important;
  max-width: 150px;
  margin: 0 auto 10px;
}

button.btnCustom:hover {
  background: #8c2912;
  border-color: #8c2912;
  transition-duration: 400ms;
}

#frmAcceso .form-control, #frmRecPass .form-control, #frmRecovery .form-control {
  border-color: transparent;
  background: #f5f5f5;
  border-radius: 3px;
  box-shadow: 0 0 4px #37474f21;
}

.form-control-feedback.far, .form-control-feedback.fas {
  line-height: 34px;
  position: absolute;
  left: calc(90% - 30px);
  color: #8a94a5;
}

a.lostPss {
  display: table;
  text-align: center;
  margin: 15px auto 0;
  padding: 5px 0;
  color: #47bfc0;
}

a.lostPss:hover {
  background: #f5f5f5;
  padding: 5px 20px;
  border-radius: 50px;
}

#frmRecovery .form-control.validate-error {
  border: 1px solid #ff00009e;
  box-shadow: 0 0 4px #ff000059;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
}

/**********************
*** FIN LOGIN ***
**********************/
.skin-red .main-header .logo:hover {
  background-color: transparent;
}

.logo .logo-lg img {
  max-width: 85%;
}

.navbar-custom-menu>.navbar-nav>.user-menu>.dropdown-menu {
  border-radius: 5px;
  border: 0;
  right: 15px;
  width: 260px;
  left: inherit;
  -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
  background: #fff url(../../files/correos/bg-correo-head2.jpg) no-repeat center -6px;
  -webkit-background-size: contain;
  background-size: contain;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
  height: 60px;
  width: 60px;
  margin-top: 4px;
  float: left;
  background: #fff;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
  float: left;
  text-align: left;
  font-size: 12px;
  line-height: 1.85;
  margin-left: 5px;
  margin-top: 8px;
  color: #74788d;
  font-family: 'Poppins', sans-serif;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>b {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn.btnSalir {
  background-color: rgba(85, 120, 235, .1);
  color: #5578eb;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  padding: .53em 1.1em;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: .3em;
  font-family: 'Poppins', sans-serif;
  transition-duration: 300ms;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn.btnSalir:hover {
  background: #5578eb;
  color: #fff;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
  background-color: transparent;
  border-top: 2px solid #f9f9f9;
  padding: 10px;
}

/**********************
*** HEADER ***
***********************/
.logo-mini img {
  max-width: 30px;
}

.main-header {
  position: sticky;
  top: 0;
  width: 100%;
}

.main-sidebar {
  position: fixed;
  left: unset;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
  position: absolute;
  top: 50px;
  margin: 0;
  left: -117px;
}

/* .content-wrapper, .right-side {
  padding-top: 50px;
} */
.skin-red .main-header .navbar {
  /* background: linear-gradient(45deg, #1d91ff, #2c2bf7, #592ee4, #ac30c1); */
  /* background: rgba(237, 242, 249, .96); */
  background: #edf2f8eb;
  /* background: #fff; */
  /* background: linear-gradient(45deg, #2a384a, #1b232d); */
}

.navbar.shadowMenu {
  box-shadow: 0 0.5rem 0.5rem -0.5rem rgb(0 0 0 / 20%) !important;
  transition-duration: 400ms;
}

.navbar-shadow {
  box-shadow: 0 1rem 1rem -1rem rgba(0, 0, 0, .2) !important;
  -webkit-box-shadow: 0 1rem 1rem -1rem rgba(0, 0, 0, .2) !important;
}

.skin-red .main-header .logo {
  /* background-color: #d9e5f6; */
  /* background: #2a384a; */
  background: transparent;
  /* border-bottom: 1px solid #edf2f940; */
}

#toggleDN {
  display: none;
}

.buttonDN {
  display: inline-block;
  width: 45px;
  height: 20px;
  margin-top: 14px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}

.buttonDN::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f186';
  width: 30px;
  height: 30px;
  background-color: #e0ecec;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  position: absolute;
  top: -5px;
  left: 0;
  display: grid;
  place-content: center;
  line-height: 0;
  transition: background-color 1s;
  transition: transform .5s ease-in;
}

#toggleDN:checked+.buttonDN::after {
  content: '\f185';
  background-color: #2972d2;
  transform: translateX(20px) rotate(360deg);
}

/* .content {
  background: #edf2f9;
} */
.main-sidebar, .left-side {
  height: 100vh;
  overflow-y: auto;
}

.main-sidebar::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.main-sidebar::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background: rgba(0, 0, 0, .15);
}

.main-sidebar::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.main-sidebar::-webkit-scrollbar-track,
.main-sidebar::-webkit-scrollbar-track:hover,
.main-sidebar::-webkit-scrollbar-track:active,
body::-webkit-scrollbar-track,
body::-webkit-scrollbar-track:hover,
body::-webkit-scrollbar-track:active {
  background: rgba(0, 0, 0, .1);
}

/** sidebar expandible en hover */
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .main-sidebar.expandido {
    width: 230px !important;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu.expandList>li>a>span {
    display: inline-block !important;
    position: absolute !important;
    left: 40px !important;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu.expandList>li>.treeview-menu.activarUl {
    display: block !important;
    position: inherit;
    top: 0;
    left: 20px;
  }
}

.skin-red .main-header .navbar .nav>li>a {
  color: #354050;
  font-weight: 800;
  font-size: 15px;
  font-family: 'Muli', sans-serif;
}

.navbar-nav>.user-menu .user-image {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -6px;
}

.skin-red .main-header .navbar .sidebar-toggle.lineas {
  font-size: 20px;
  font-weight: 200;
  padding: 6px 10px;
  color: #2930f8;
  margin: 5px 5px;
}

.skin-red .main-header .navbar .sidebar-toggle:hover {
  background-color: transparent;
  border-radius: 50px;
}

.main-header .sidebar-toggle.lineas .sr-only {
  border: 0;
  clip: unset;
  height: 40px;
  margin: 0;
  padding: 0;
  color: #2930f8;
  position: unset;
  width: 40px;
}

.main-header .sidebar-toggle.lineas:before {
  /* content: "\f038"; */
  content: "";
}

/**********************
LISTADO CONTACTOS   ***
**********************/
table.table.custom {
  color: #354050;
  font-size: 13.2px;
  line-height: 1;
  padding-top: 15px;
  width: 100% !important;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #f4f4f4;
}

table.custom b {
  color: #5e6e82;
  font-size: 14px;
}

a.linkeable b {
  color: #2c7be5;
}

a.linkeable:hover {
  cursor: pointer;
  text-decoration: underline;
}

.horaF {
  display: block;
}

.bg-gris {
  background: #edf2f9;
  color: #344050;
}

table.dataTable tbody th, table.dataTable tbody td {
  vertical-align: middle;
}

.avatarList {
  max-width: 30px;
  margin: 0 auto;
  display: block;
}

table.dataTable thead tr th {
  border-bottom: 0;
}

/* DROPDOWN MENU */
#tblListado .dropdown-menu {
  padding: .8rem 0;
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translate3d(-121px, -33px, 0px);
  font-size: 1.35rem;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 7px 14px 0 rgba(59, 65, 94, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
}

#tblListado .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #5e6e82;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-family: 'Poppins', sans-serif;
  line-height: 1.3;
}

#tblListado .dropdown-item:focus, .dropdown-item:hover {
  color: #344050;
  text-decoration: none;
  background-color: #edf2f9;
}

#tblListado .dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #edf2f9;
}

#tblListado .text-warning {
  color: #f5803e !important;
}

#tblListado .text-danger {
  color: #e63757 !important;
}

#tblListado .btn-group.acciones .btn {
  background: #fff;
}

/**********************
00.- ETIQUETAS ***
**********************/
.etiquetas {
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}

.en-espera {
  color: #7d899b;
  background-color: #e3e6ea;
}

.contactado, .labelEstado.Contactado {
  color: #c46632;
  background-color: #fde6d8;
}

.cerrado, .labelEstado.cerrado {
  color: #00bcd4;
  background-color: #e0f7fa;
}

.reagendar, .labelEstado.Re-agendar {
  color: #795548;
  background-color: #efebe9;
}

.agendado, .labelEstado.Agendado {
  color: #3f51b5;
  background-color: #e8eaf6;
}

.vendido, .labelEstado.Vendido {
  color: #00864e;
  background-color: #ccf6e4;
}

.e_danger {
  color: #c62828;
  background-color: #c7292959;
}

.e_info {
  color: #00bcd4;
  background-color: #00bcd44d;
}

.e_warning {
  color: #d29d00;
  background-color: #ffc10559;
}

/**
*** BOTONES DataTables ***
**/
button.dt-button, div.dt-button, a.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.5em 1em;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.88em;
  color: #354050;
  white-space: nowrap;
  overflow: hidden;
  background-color: #edf2f9;
  background-image: none;
  filter: none;
}

button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
  border: 0;
  background-color: #d2e2fb;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  background-image: none;
}

/*Ocultar buscador datatables*/
#tblListado_filter, .ocultar {
  display: none !important;
}

.buscador {
  float: right;
  position: relative;
  top: 30px;
  width: 25%;
  max-width: 250px;
  z-index: 10;
  margin-right: 15px;
}

.buscador svg {
  width: 15px;
  position: absolute;
  left: 8px;
  top: calc(50% - 7px);
  color: #aab7ca;
}

#buscador {
  padding: 4px 7px 4px 30px;
  border-radius: 50px;
  border: 1px solid #d8e2ef;
  box-shadow: none;
  width: 100%;
  background: #d8e2ef57;
  color: #344050;
}

#buscador:focus {
  color: #344050;
  background-color: #fff;
  border-color: #9ec2f3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 123, 229, .25);
}

#buscador:focus, #buscador:hover {
  border-radius: 50px;
}

#buscador::placeholder {
  color: #aab7ca;
  font-size: 13px;
}

.listas {
  position: absolute;
  left: 20%;
  top: 30px;
  z-index: 10;
}

#addLista.btn {
  padding: 3px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  background: #fff;
  border: 2px solid #d8e2ef;
  color: #9199ad;
  transition-duration: 450ms;
}

#addLista.btn:hover, #addLista.btn.activo {
  background: #9199ad;
  border: 2px solid #9199ad;
  color: #ffffff;
}

.btn.btnCheck {
  height: 20px;
  border-radius: 50px;
  width: 20px;
  background: transparent;
  border: 2px solid #eee;
  padding: 0;
  transition-duration: 300ms;
  margin: 0 auto;
  display: block;
}

.btn.btnCheck.active {
  background: #f1f5f9;
  border-color: #818fa2;
  box-shadow: none;
}

.enlaces {
  text-align: center;
  padding: 5px 15px;
  margin: 4px auto;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #2c7be5;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.enlaces:hover {
  background: #f5f5f5;
  border-radius: 50px;
  color: #2e7ae5;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
  border-radius: 50px;
  box-shadow: none;
}

.toggle.ios[disabled="disabled"] {
  display: none;
  /* background: #edf2f8;
  box-shadow: none;
  border-color: #edf2f8; */
}

.btn-default.active.toggle-off {
  display: block;
  background: #fafafbc7;
  box-shadow: none;
}

.toggle.ios[disabled="disabled"] .toggle-handle {
  border-radius: 50px;
  background: #ffffff38;
  border: 2px solid #d1d3e09e;
}

.toggle.ios .toggle-handle {
  border-radius: 50px;
  padding: 0 15px;
  background: #fff;
  border: 2px solid #d1d3e0d6;
}

.contenedorCard.HeadBox {
  /* border-bottom: 1px solid #e3ebf6; */
  padding: 5px 0;
  box-shadow: none;
  background: transparent;
}

.contenedorCard {
  box-shadow: 0 7px 14px 0 rgba(59, 65, 94, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
  border-radius: 0.775rem;
  border: 0;
  padding: 0;
}

.contenedorCard .panel-body {
  padding: 0 0 15px;
}

#panelToggle.panel-body {
  padding-top: 15px;
}

#actionToggle {
  cursor: pointer;
}

#actionToggle a {
  text-align: center;
  padding: 5px 15px;
  margin: 4px auto;
  display: table;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #2c7be5;
}

#actionToggle a:hover {
  background: #f5f5f5;
  border-radius: 50px;
}

.filtros_lead {
  padding: 4px 7px 4px 30px;
  border-radius: 4px;
  border: 1px solid #d8e2ef;
  box-shadow: none;
  width: 100%;
  background: #d8e2ef57;
  color: #344050;
}

.btn-default {
  background-color: #f1f5f9;
  color: #344150;
  border-color: #d8e2ef;
  border-radius: 4px;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover, .btn-default:hover,
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default, .bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover, .btn-default:hover {
  background-color: #edf2f8;
  color: #344150;
  border-color: #d8e2ef;
}

.addBef:before {
  content: "-";
  display: block;
  color: #344150;
  font-weight: 600;
  position: absolute;
  left: -3px;
  top: 5px;
}

div.dt-buttons {
  margin-left: 15px;
}

.dataTables_info {
  color: #646c79 !important;
  font-size: 13px;
  margin-left: 15px;
}

#tblListado_wrapper .pagination {
  margin: 0;
}

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

.pagination>li>a {
  color: #344150;
  border-radius: 50px;
}

.pagination>li>a:hover {
  color: #344150;
  background-color: #edf2f8;
  border-color: #c6cdd6;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  color: #aab8ca;
  border-radius: 50%;
  background-color: #f2f5f9;
  border-color: #d8e2ef;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: transparent;
  border-color: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover a {
  color: #384353;
}

h1.box-title {
  color: #12263f;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.2 !important;
  font-size: 1.65em !important;
}

h2.box-title {
  color: #12263f;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  line-height: 1.8 !important;
  font-size: 18px !important;
}

.box-header {
  padding: 10px 0;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin-top: 30px;
}

.skin-red .sidebar-menu>li.header, .skin-red .sidebar-menu>li>.treeview-menu {
  /* background: #edf2f9; */
  background: transparent;
}

.skin-red .wrapper, .skin-red .main-sidebar, .skin-red .left-side {
  background-color: #edf2f8;
  /* background: darkred url(/public/img/bg-boxform4.jpg) no-repeat center;
  background-size: cover; */
}

.skin-red .sidebar-menu>li>a {
  margin: 0 5px;
}

.skin-red.sidebar-collapse .sidebar-menu>li>a {
  margin: 0;
  border: 0;
}

.skin-red .sidebar-menu>li>a {
  border: 0;
}

.sidebar-menu .treeview-menu>li {
  margin: 10px;
}

.sidebar-menu .treeview-menu>li>a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #5e6e82;
}

.skin-red .sidebar a {
  color: #5e6e82;
  /* color: #fff; */
}

.sidebar-menu .treeview-menu>li>a>i {
  font-size: 5px;
  margin-right: 10px;
  vertical-align: middle;
}

.skin-red .treeview-menu>li.active>a, .skin-red .treeview-menu>li>a:hover {
  color: #232e3c;
}

.skin-red.sidebar-collapse .sidebar-menu>li:hover>a,
.skin-red.sidebar-collapse .sidebar-menu>li.active>a {
  margin: 0;
  border: 0;
}

.skin-red .sidebar-menu>li:hover>a, .skin-red .sidebar-menu>li.active>a {
  /* color: #232e3c;
  background: #d7e3f5;
  border-left-color: #ff4335; */
  color: #232e3c;
  background: transparent;
  border: 0;
  border-radius: 50px;
  margin: 0 5px;
}

.main-footer {
  background: #edf2f9;
  padding: 15px;
  color: #68707b;
  border-top: 0;
}

.main-footer a {
  color: #ff4335;
}

/**********************
01.- DASHBOARD
**********************/
/* strong.numDatos {
  font-size: 40px;
  font-weight: 500;
} */
.sidebar-menu>li>a>.far, .sidebar-menu>li>a>.fas {
  width: 20px;
}

strong.numDatos {
  font-size: 40px;
  font-weight: 500;
  line-height: 2;
  padding-left: 27px;
  color: #595d6e;
  font-family: 'Poppins', sans-serif;
}

.numDatos img {
  opacity: .08;
  position: absolute;
  z-index: 0;
  width: 85px;
  top: 47%;
  left: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-en-espera {
  color: #5e6e82;
}

.row.boxIniciales .small-box {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 7px 14px 0 rgba(59, 65, 94, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
}

.bg-en-espera {
  background: #fff url(/public/img/bg-en-espera.png) no-repeat right bottom;
  background-size: 90%;
}

.bg-contactados {
  background: #fff url(/public/img/bg-contactados.png) no-repeat right bottom;
  background-size: 90%;
}

.bg-cerrados {
  background: #fff url(/public/img/bg-cerrados.png) no-repeat right bottom;
  background-size: 90%;
}

.small-box p {
  font-size: 11px;
  font-weight: 600;
  color: #5d6e81;
  background: #edf2f9b5;
  display: table;
  padding: 3px 10px;
  border-radius: 30px;
}

.enlaceLeads {
  color: #344050;
}

.enlaceLeads:hover {
  color: #3c8dbc;
}

.btn.btnPersonalizado {
  background: linear-gradient(45deg, #352cef, #9030cc);
  border: 0;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Muli', sans-serif;
  border-radius: 50px;
  font-size: 14px;
}

#fecha_recorder input.inputRecord {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 5px;
}

/**********************
02.- GRAFICOS
**********************/
.bg-gradient {
  background-image: -webkit-linear-gradient(135deg, #014ba7, #0183d0);
  background-image: linear-gradient(-45deg, #014ba7, #0183d0);
  background-position: center;
  border-radius: 10px;
}

.bg-gradient .box.box-primary {
  background: transparent;
  border-top: 0;
  box-shadow: none;
}

@media (min-width:768px) {
  .bg-gradient .box.box-primary {
    margin-bottom: 0;
  }
}

.leadsResumen b {
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.leadsResumen i {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  color: #ffffffc4;
}

.leadsResumen small {
  color: #fff;
  font-size: 13px;
}

.selectGraf {
  -webkit-background: transparent;
  -moz-background: transparent;
  background: transparent;
  border: 0;
  -webkit-border: 0;
  -webkit-box-boxshadow: none;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  color: #fff;
  font-size: 13px;
}

.fechaSmall {
  line-height: 1;
  vertical-align: calc(50% - 3px);
  margin-left: 7px;
}

/**********************
03.- CARTILLA Contactos
**********************/
input.inputTitulo {
  background-color: transparent !important;
  border: 0;
  font-size: 20px;
  padding: 0;
  width: auto;
  display: table;
}

#formularioRegistros form label {
  display: block;
  margin-top: 7px;
  font-weight: 700;
  color: #5e6e82;
  font-size: 14.5px;
  line-height: 1.5;
}

#formularioRegistros form input {
  border: 0;
  color: #5e6e82;
  font-weight: 400;
  font-size: 14px;
  background: transparent !important;
  line-height: 1;
}

#titLeads .box-title, #contenedorNuevoLead .box-title {
  padding: 10px 15px;
}

input.estadoTit {
  max-width: 90px;
  width: auto;
  background: transparent;
  border: 0;
}

.box-header>.box-tools {
  position: absolute;
  right: 15px;
  top: calc(50% - 11px);
}

p.contenido {
  font-size: 15px;
  color: #5d6e81;
}

p.contenido small {
  display: block;
  font-size: 10px;
  color: #777;
}

select.selector {
  border: 0;
  background: #eaeff7c9;
}

/* .box-header.with-border {
  border-bottom: 3px solid #eef2f8;
} */
.box-detalles {
  border-bottom: 3px solid #eef2f8;
  margin-bottom: 10px;
}

#detalles {
  font-size: 13px;
  color: #5d6e81;
  margin-top: 7px;
}

#notas_history {
  background: #eaeff7c9;
  padding: 10px;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 10px;
}

.areaNotas {
  border-radius: 7px;
  border: 2px solid #ebf0f8;
  height: 300px;
  padding: 7px;
}

.meta_etiqueta {
  text-align: right;
  font-style: italic;
  line-height: 1;
  font-size: 12px;
  color: #5d6e81;
  margin-top: 5px;
}

.botonesBajo button {
  border-radius: 50px;
  padding: 8px 20px;
  border: 0;
  font-weight: 700;
}

.botonesBajo button.btn-primary {
  background: linear-gradient(45deg, #352cef, #9030cc);
  color: #fff;
}

.botonesBajo button.btn-danger {
  background-color: #e2796ccc;
  color: #bd1f0c;
}

a.rspLink {
  border-radius: 50px;
  padding: 8px 20px;
  border: 0;
  font-weight: 700;
}

.form-control.infoBoxes {
  border: 0;
  color: #354050;
}

#formularioRegistros form label.recordatorio {
  width: auto;
  display: inline-block;
}

#formularioRegistros form input#fecha_recorder, form input#Nfecha_recorder {
  display: inline-block;
  width: auto;
  background: #eef3f8;
  margin-left: 10px;
  border-radius: 50px;
}

.comandos_txt {
  margin-bottom: 5px;
}

.comandos_txt img {
  max-width: 23px;
  height: auto;
  padding: 5px;
  background: #f0f0f0;
  border-radius: 5px;
}

.seleccionMsj {
  border-radius: 5px;
  border-color: #e3ebf6;
  background: #edf2f8;
  vertical-align: middle;
}

#colorTxt {
  width: 24px;
  vertical-align: middle;
}

/** INPUT FILE **/
input[type="file"]#adjunto {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

label[for="adjunto"] i {
  font-size: 20px;
  vertical-align: middle;
}

label[for="adjunto"] i.subido {
  color: #3482fa;
}

label[for="adjunto"] {
  font-size: 14px;
  font-weight: 600;
  color: #989898;
  background-color: transparent;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  width: fit-content;
  text-align: center;
}

/**********************
04.- FORM NUEVO LEAD
**********************/
form#formularioNuevoLead label {
  margin-top: 10px;
}

form#formularioNuevoLead .form-control {
  margin: 3px 0;
  border-radius: 3px;
}

form#formularioNuevoLead input#Nfecha_recorder {
  border: 0;
  border-radius: 50px;
}

/* .btn-default {
  background:#eaeff7c9;
} */
/**********************
04.- ALERTAS BOOTBOX
**********************/
.icono {
  width: 80%;
  display: block;
  margin: 5px auto;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.icono img {
  width: 120px;
  display: block;
  margin: 10px auto;
}

/**************************
04.- NOTIFICACIONES HEADER
***************************/
.notificaciones {
  padding: 10px;
}

#notification-icon {
  background: #edf2f9;
  border: 0;
  padding: 4px 7px;
  border-radius: 50px;
}

#notification-icon i {
  font-size: 15px;
  line-height: 1;
  border-radius: 50px;
  color: #354050;
}

#notification-latest {
  color: #354050;
  position: absolute;
  right: 0px;
  width: 300px;
  background: #fff url(../img/head_user.jpg) no-repeat center -59px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
  text-align: left;
  font-size: 12px;
  padding: 7px;
  border-radius: 5px;
}

#notification-count b {
  position: absolute;
  right: -2px;
  top: -2px;
  padding: 2px 5px;
  font-size: 9px;
  line-height: 1;
  background: #2c7be5;
  color: #edf2f9;
  /* border: 4px solid #ffffff; */
  font-weight: bold;
  border-radius: 50px;
}

.not_pendientes {
  color: #5b5f71;
  display: table;
  background: #f5f5f5;
  margin: 4px auto;
  padding: 5px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 65%;
  box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}

.not_header, .not-foot {
  display: block;
  padding: 3px 5px;
}

.sub_header {
  background-color: #fff;
  padding: 0 5px;
}

.not_header h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  padding: 0 0 10px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.notification-item {
  padding: 10px;
  cursor: pointer;
  margin-bottom: 11px;
  background: #edf2f959;
  border-left: 3px solid;
  border-color: #f5f5f5;
  display: block;
}

.notification-item.border0 {
  border-color: #fd397a;
}

.notification-item.border1 {
  border-color: #5578eb;
}

.notification-item.border2 {
  border-color: #1dc9b7;
}

.notification-subject {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notification-comment {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: italic;
}

.marcarNot {
  display: block;
  padding: 2px 5px;
  text-align: right;
  color: #111;
}

.not_body {
  max-height: 330px;
  overflow-y: auto;
}

.no_not {
  text-align: center;
  color: #5d6e81;
  font-style: italic;
}

.txtTareaCompleta {
  color: #5d6e81;
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.not-foot a {
  text-align: center;
  padding: 5px 15px;
  margin: 4px auto;
  display: table;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #2c7be5;
}

.not-foot a:hover {
  background: #f5f5f5;
  border-radius: 50px;
}

.btnRspta {
  background: #4CAF50;
  border: 0;
  border-radius: 50px;
  color: #fff;
  padding: 1px 9px;
}

.btnBorrar {
  background: #f0f0f0;
  padding: 1px 8px;
  border-radius: 50px;
  border: 0;
  color: #2c7be5;
}

/*************************
NOTIFICACIONES BODY
*************************/
#not_flotante {
  position: fixed;
  bottom: 40px;
  right: 15px;
  height: auto;
  width: auto;
  z-index: 9999;
}

#contNotFlot .notification-item {
  background: transparent;
  margin-bottom: 8px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

#contNotFlot .notification-item.border0 {
  border-color: #fd397a;
  background-color: #fd397a;
  color: #fff;
}

#contNotFlot {
  max-width: 350px;
}

#contNotFlot .notification-item.border1 {
  border-color: #5578eb;
  background-color: #5578eb;
  color: #fff;
}

#contNotFlot .notification-item.border2 {
  border-color: #1dc9b7;
  background-color: #1dc9b7;
  color: #fff;
}

/**************************
05.- PAGINA RESPUESTAS
***************************/
#rsptaInicial {
  background: #f5f5f5;
  padding: 15px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  box-shadow: 0px 14px 14px -11px rgba(179, 186, 197, 0.65);
}

#rsptaInicial .respuesta-comment {
  font-size: 13.5px;
  color: #5c6e81;
}

#rsptaInicial .respuesta-subject {
  font-size: 12px;
  padding-bottom: 0;
  border-bottom: 0;
}

#respuestas_h {
  padding-top: 15px;
  max-height: 240px;
  overflow-y: auto;
  background: #fff url(../img/bg-pat2.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.contenedor-form {
  padding: 10px;
  display: block;
  clear: both;
}

.respuesta-item {
  display: block;
  clear: both;
  margin-bottom: 10px;
  padding: 10px;
  width: 80%;
  margin-left: 10px;
  border-radius: 10px;
  float: left;
  background: #edf2f9b5;
  position: relative;
}

.respuesta-item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #edf2f9b5 transparent transparent;
  position: absolute;
  left: -10px;
  top: 12px;
}

.respuesta-item.user::before {
  width: 0;
  height: 0;
  border-width: 10px 10px 0 0;
  border-color: #e8f5e9a3 transparent transparent transparent;
  right: -10px;
  left: inherit;
}

.respuesta-item.user {
  float: right;
  margin-right: 10px;
  margin-left: 0;
  background: #e8f5e9a3;
}

/* .respuesta-item {
  display: block;
  clear: both;
  margin-bottom: 10px;
  padding: 10px
} */
/* .respuesta-item.no-leido {
  background: rgba(0, 0, 0, .05);
  border-radius: 10px;
} */
.respuesta-comment {
  padding-right: 20%;
  clear: both;
  font-size: 15.5px;
  line-height: 1.3;
  font-style: italic;
}

.respuesta-comment.user {
  padding-left: 20%;
  padding-right: 0;
  text-align: right;
  color: #353c58;
}

.respuesta-subject {
  text-align: left;
  color: #5c6e81;
  font-weight: bold;
  font-size: 11.5px;
  font-style: italic;
  padding-bottom: 5px;
  border-bottom: 1px dashed #f5f5f5;
}

.respuesta-subject.user {
  text-align: right;
}

.btnResp {
  border-radius: 50px;
  border: 0;
  padding: 8px 30px;
}

.rsptaLabel {
  font-weight: 700;
  color: #5e6e82;
  font-size: 14.5px;
  line-height: 1.5;
}

#respuestas_h::-webkit-scrollbar,
#notas_history::-webkit-scrollbar,
.not_body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

#respuestas_h::-webkit-scrollbar-thumb,
.not_body::-webkit-scrollbar-thumb,
#notas_history::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background: rgba(0, 0, 0, .15);
}

#respuestas_h::-webkit-scrollbar-thumb:hover,
.not_body::-webkit-scrollbar-thumb:hover,
#notas_history::-webkit-scrollbar-thumb:hover {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}

#respuestas_h::-webkit-scrollbar-track,
.not_body::-webkit-scrollbar-thumb:hover,
#notas_history::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, .05);
}

.labelEstado {
  text-align: center;
  background: #f0f0f0;
  /*e7ecf5*/
  padding: 7px;
  margin-top: -1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #5e6e82;
  font-size: 16px;
  line-height: 1.5;
}

.datos_cli {
  color: #354050;
  margin-bottom: 10px;
  font-size: 13px;
}

.label_datos {
  color: #5e6e82;
}

.btn_bajo__resp {
  padding: 13px 0 0;
}

/**************************
05.- MODAL LOADING.
***************************/
.loading {
  width: 100%;
  height: 100vh;
  background: rgb(255 255 255 / 95%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.contLoad {
  width: 50%;
  margin: 2% auto 5%;
  display: block;
}

.contLoad img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.sent_answ {
  text-align: center;
  font-weight: 800;
  font-family: 'Muli', sans-serif;
  font-size: 17px;
  display: block;
  margin: 10px 0;
}

/**************************
06.- BUTTONS PERSONALIZADOS
***************************/
.buttonLink {
  cursor: pointer;
}

/**************************
07.- PAGINA TAREAS
***************************/
.listasContenedores {
  height: auto;
  max.height: 530px;
  overflow-y: auto;
}

.contTareas {
  width: 95%;
  margin: 20px auto;
}

.boxShadow {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
}

.shWhite {
  background: linear-gradient(to bottom, transparent, #fff);
  background: -webkit-linear-gradient(to bottom, transparent, #fff);
}

#contTareasRealizadas .notification-item {
  background: #edf2f9c9;
}

.notification-item.borderT {
  border-color: #1dc9b778;
}

/**********************
07.- EMAILS FUNNELS
**********************/
.box.contenedorCard.barra_lateral {
  position: fixed;
  width: 23%;
  height: 90%;
  border-radius: 0;
  overflow-y: scroll;
}

.box.previsualizacion {
  background: transparent;
  border: 0;
}

.cont_mail {
  background: #fff;
  border-radius: 4px;
}

.cont_mail img {
  width: 100%;
}

.img_head_mail {
  width: 100%;
  margin-bottom: 10px;
}

.logo_mail {
  max-height: 90px;
  display: block;
  margin: 10px auto;
}

.body_mail {
  padding: 0 20px 20px;
  display: table;
  margin-bottom: 20px;
}

.img_body_mail img {
  max-width: 95%;
  display: block;
  margin: 20px auto;
}

.tit_bloques {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #5578eb;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0;
  color: #fff;
  margin-bottom: 3px;
}

.tit_bloques:hover {
  background: #5578eb;
  color: #fff;
  text-decoration: none;
}

.tit_bloques.inactivo {
  background: #5578eb5c;
  color: #5578eb;
}

.tit_bloques.inactivo:hover {
  background: #5578eb;
  color: #fff;
  text-decoration: none;
}

#formularioNuevoFunnel .form-control, #formularioNuevoFunnel .form-control-file {
  margin-bottom: 15px;
  border-radius: 4px;
}

#formularioNuevoFunnel input, #formularioNuevoFunnel textarea {
  border: 2px solid #d6e1f3;
}

#formularioNuevoFunnel .form-control-file {
  padding: 5px;
}

#formularioNuevoFunnel label {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #13273f;
}

#formularioNuevoFunnel label i {
  color: #516173;
  font-size: 15px;
  cursor: pointer;
  transition-duration: 400ms;
}

#formularioNuevoFunnel label i:hover {
  color: #13273f;
}

.contenedor_bloques {
  padding: 20px 0;
}

textarea.parrafos_inputs {
  height: 100px;
}

.box-estados {
  padding: 5px 10px;
  background: #edf2f8bf;
  border-radius: 10px;
  margin-bottom: 10px;
}

.box-estados:before {
  content: " ";
  top: 9px;
  position: absolute;
  border-right: 9px solid transparent;
  border-top: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #f1f5f9;
}

.box-estados small {
  line-height: 1;
}

.box-title.tit_plantilla {
  display: block;
  text-align: center;
  padding: 30px 0;
}

.contenedor {
  width: 1000px;
  margin: 0 auto;
  display: table;
}

.plantillas {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(19, 39, 63, .05);
  transition-duration: 450ms;
  cursor: pointer;
  height: 390px;
  position: relative;
}

.plantillas:hover {
  box-shadow: 0 0 7px rgba(19, 39, 63, .2);
}

.plantillas img {
  width: 100%;
}

.plantillas a span {
  color: #12263f;
  font-weight: 700;
  margin: 15px 0 5px;
  display: block;
  font-size: 16px;
  background: linear-gradient(to top, #fff, transparent);
  padding: 50px 0 20px;
  position: absolute;
  bottom: 0;
  width: 97%;
  text-align: center;
}

#tblListado.allFunnels .dropdown-menu {
  left: 120px;
}

#tblListado.allFunnels .dropdown-menu .dropdown-item:focus, #tblListado.allFunnels .dropdown-menu .dropdown-item:hover {
  color: #344050;
  text-decoration: none;
  background-color: #edf2f9;
}

/** CHECKED SLIDE **/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.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: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

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%;
}

.prevImg {
  margin-top: -7px;
  margin-bottom: 10px;
}

.prevImg img {
  border: 2px solid #ccc;
  border-radius: 4px;
}

.btnesFunnel.botonesBajo button.btn-primary, .btnesFunnel.botonesBajo button.btn-danger {
  font-size: 13px;
  padding: 8px;
  width: 49%;
  background: transparent;
  border: 2px solid #5161738a;
  border-radius: 4px;
  color: #13273f;
  font-weight: 500;
  transition-duration: 400ms;
  margin-bottom: 3px;
}

.btnesFunnel.botonesBajo button.btn-primary:hover, .btnesFunnel.botonesBajo button.btn-danger:hover {
  font-weight: 600;
}

.btnesFunnel.botonesBajo button.btn-success {
  width: 100%;
  background: #5578ea;
  border-radius: 3px;
}

/** ===========================
===  VINCULAR CUENTAS   ===
========================== **/
.comprimir__box {
  max-width: 500px;
  margin: 0 auto;
}

.box_doble {
  background: transparent;
  box-shadow: none;
}

.circulo {
  margin-right: 5px;
}

.circulo:before {
  content: ' ';
  width: 15px;
  height: 15px;
  border-radius: 50px;
  line-height: 1;
  margin-right: 10px;
}

.contenedor_vc a {
  display: block;
  max-width: 250px;
  width: 100%;
  background: #fff;
  height: auto;
  text-align: center;
  margin: 10px auto;
  padding: 15px;
  border-radius: 10px;
  color: #333;
  font-weight: bold;
}

.contenedor_vc a img {
  width: 100%;
}

/** ===================================
============= USUARIOS ================
==================================== **/
.btn-circular {
  border-radius: 50px;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 0;
}

.formularioIngresoDatos#formularioRegistros form input {
  border: 1px solid #5e6e82cc;
  border-radius: 3px;
}

.contenedor_form_us {
  width: 80%;
  margin: 20px auto;
  display: block;
}

/** MI PERFIL **/
.contenedor_perfil {
  PADDING: 20PX;
}

.contenedor_interno {
  padding: 20px;
}

.contenedor_perfil .img-prod-edit {
  width: 100%;
  max-width: 100%;
  min-height: 250px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 0 12px 9px #5e6e821a;
  object-fit: cover;
}

.cabecera_perfil {
  padding: 10px 0 20px;
  display: block;
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

.cabecera_perfil h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}

.cabecera_perfil small {
  font-size: 18px;
}

.cuerpo_perfil {
  padding: 10px 0;
}

.cuerpo_perfil p {
  font-size: 16px;
  color: #5e6e82;
}

.cuerpo_perfil p b {
  margin-right: 10px;
  display: inline-block;
}

/** ===================================
============= CONTRATOS ===============
==================================== **/
.contenedor_contratos {
  border: 1px solid #9caabb;
  border-radius: 8px;
  padding: 25px 25px 10px;
  margin-bottom: 30px;
  position: relative;
}

.contenedor_contratos h3 {
  position: absolute;
  background: #fff;
  padding: 5px 10px;
  top: -35px;
  font-size: 20px;
  line-height: 1;
}

.vista-m {
  display: none;
}

/** ===================================
======== DARK STYLE ===========
==================================== **/
body.darkStyle, body.darkStyle strong.numDatos, .darkStyle table.table.custom {
  color: #9da9bb !important;
}

.skin-red.darkStyle .main-header .navbar, .darkStyle .main-footer {
  background: rgba(11, 23, 39, 0.96);
}

body.darkStyle, body.darkStyle .wrapper, .skin-red.darkStyle .wrapper, .skin-red.darkStyle .main-sidebar, .skin-red.darkStyle .left-side, body.darkStyle .content-wrapper, .right-side {
  background-color: #0b1727;
}

.skin-red.darkStyle .sidebar a, .darkStyle #tblListado .dropdown-item, .darkStyle .navbar-nav>.user-menu>.dropdown-menu>li.user-header>p, .darkStyle .notification-item, .darkStyle p.contenido, .darkStyle .respuesta-subject, .darkStyle .datos_cli {
  color: #9da9bb;
}

.skin-red.darkStyle .sidebar-menu>li:hover>a, .skin-red.darkStyle .sidebar-menu>li.active>a, .skin-red.darkStyle .treeview-menu>li.active>a, .skin-red.darkStyle .treeview-menu>li>a:hover, .darkStyle p.contenido small {
  color: #edf2f9;
}

.skin-red.darkStyle .main-header .navbar .nav>li>a, .darkStyle h1.box-title, .darkStyle h2.box-title, .darkStyle .respuesta-comment.user, .darkStyle .label_datos, .darkStyle #rsptaInicial .respuesta-comment {
  color: #edf2f9;
}

.darkStyle .box, .darkStyle .row.boxIniciales .small-box {
  background-color: #182739;
  /*121e2d*/
}

.darkStyle .contenedorCard.HeadBox {
  background-color: transparent;
}

.darkStyle .enlaceLeads {
  color: #d8e2ef;
}

.darkStyle .small-box p {
  color: rgb(44, 123, 229);
  background-color: rgb(35, 46, 60);
}

.darkStyle .bg-gris, .darkStyle .btn-default, .darkStyle .form-control, body.darkStyle .bootstrap-select>.dropdown-toggle.bs-placeholder {
  background-color: rgb(35, 46, 60);
  color: #d8e2ef;
  border-color: rgb(35, 46, 60);
}

.darkStyle #notification-icon {
  background-color: rgb(35, 46, 60);
}

.darkStyle #notification-icon i {
  color: #edf2f9;
}

.darkStyle table.dataTable tbody tr {
  background: transparent;
}

.darkStyle .table>tbody>tr>td {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/*botones*/
.darkStyle #tblListado .btn-group.acciones .btn, .darkStyle #addLista.btn, .darkStyle .pagination>.disabled>a, .darkStyle .pagination>.disabled>a:focus, .darkStyle .pagination>.disabled>a:hover, .darkStyle .pagination>.disabled>span, .darkStyle .pagination>.disabled>span:focus, .darkStyle .pagination>.disabled>span:hover {
  background-color: #0b1727;
}

/**/
.darkStyle .dropdown-menu, .darkStyle .modal-content {
  background-color: #344050;
  border-color: rgba(255, 255, 255, 0.05);
}

.darkStyle .bg-gradient {
  background-image: linear-gradient(-45deg, #0b1a30ed, #0a2953);
  background-image: -webkit-linear-gradient(-45deg, #0b1a30ed, #0a2953);
}

.darkStyle .navbar-nav>.user-menu>.dropdown-menu>li.user-header {
  background: rgb(35, 46, 60) url(../../files/correos/bg-correo-head2.jpg) no-repeat center -6px;
  -webkit-background-size: contain;
  background-size: contain;
}

.darkStyle #notification-latest {
  background: rgb(35, 46, 60) url(../img/head_user.jpg) no-repeat center -59px;
  -webkit-background-size: contain;
  background-size: contain;
}

.darkStyle .navbar-nav>.user-menu>.dropdown-menu>.user-footer {
  border-color: rgb(35, 46, 60);
}

.darkStyle .notification-item {
  background: #edf2f917;
}

.darkStyle .box-detalles {
  border-color: rgba(255, 255, 255, 0.05);
}

.darkStyle #notas_history {
  background: #eaeff714;
}

.darkStyle .buttonDN {
  background: #ffffff6b;
}

.darkStyle .shWhite {
  background: linear-gradient(to bottom, transparent, #ffffff14);
  background: -webkit-linear-gradient(to bottom, transparent, #ffffff14);
}

.darkStyle #contTareasRealizadas .notification-item {
  background: #edf2f952;
}

.darkStyle #respuestas_h {
  background: #ffffff1f url(../img/bg-pat2-dark.jpg) no-repeat center;
  background-size: cover;
}

.darkStyle .respuesta-item.user {
  background: #e8f5e93d;
}

.darkStyle .respuesta-item.user::before {
  border-color: #e8f5e93d transparent transparent transparent;
}

.darkStyle #rsptaInicial {
  background: #f5f5f530;
  box-shadow: 0px 14px 14px -11px rgb(179 186 197 / 21%);
}

.darkStyle .respuesta-item {
  background: #8730cf21;
}

.darkStyle .respuesta-item::before {
  border-color: transparent #8730cf21 transparent transparent;
}

.darkStyle .btnesFunnel.botonesBajo button.btn-primary, .darkStyle .btnesFunnel.botonesBajo button.btn-danger {
  color: #fff;
  border-color: #6b7b8dc7;
}

/** ===================================
======== .FIN DARK STYLE ===========
==================================== **/
/** ===================================
======== RESPONSIVE ESTILOS ===========
==================================== **/
@media only screen and (max-width:767px) {
  .vista-m {
    display: block;
  }

  .vista-e {
    display: none;
  }

  .logo .logo-lg img {
    max-height: 45px;
  }

  h1.box-title {
    max-width: 80%;
  }

  /**
   * Botones *
  **/
  .box-header>.box-tools {
    /* position: absolute; */
    right: 0;
    top: calc(50% - 16px);
  }

  /*******
  *** LOGIN ***/
  .row.filaInicio {
    width: 95%;
    box-shadow: none;
  }

  .boxLog {
    border-radius: 6px;
  }

  .login-logo {
    margin: 10% 0 0;
  }

  img.logoG {
    max-width: 65%;
  }

  .logo-foot {
    width: 100%;
  }

  .logo-foot img.logoG {
    margin: 20px auto 10px;
    display: block;
    width: 55px;
  }

  .logo-foot p {
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    color: #fff;
  }

  .boxInfo {
    display: none;
  }

  /*********
  ** dashboard *****/
  .skin-red .main-header .logo {
    background: #edf2f8;
  }

  .skin-red.darkStyle .main-header .logo {
    background: #0b1727;
  }

  .small-box h4 {
    text-align: left;
  }

  section.content {
    margin-top: 50px;
  }

  .contenedorCard .panel-body {
    overflow-y: auto;
  }

  /*******
  *** LEADS ****/
  #addLista.btn {
    DISPLAY: NONE;
  }

  .buscador {
    float: none;
    top: 10px;
    margin: 5px auto 20px;
    width: 80%;
  }

  .etiquetas {
    font-size: 8px;
    padding: 5px 1px;
  }

  .box-header>.box-tools.box_estado {
    position: unset;
    padding: 0 15px;
    float: left !important;
  }

  .box_estado .etiquetas {
    font-size: 13px;
    padding: 5px;
  }

  .box-detalles .form-group {
    margin-top: 15px;
  }

  .botonesBajo button {
    margin-bottom: 10px;
  }
}