/* Globales */
/* ------------------------------- */
body {
  background-color: #4e73df;
  color: #34353a;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px;
  height: 100%;
}
a {
  color: #4e73df;
}
input, button, select, textarea {
  color: #34353a;
}
h4, .h4 {
  font-size: 24px;
  color: #5a5c69 !important
}
.mb-4 {
  margin-bottom: 2.5rem !important;
}
.row {
  /*display: flex;*/
  flex-wrap: wrap;
}
.shadow {
  box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.d-none {
  display: none;
}
/* colores */
.color-primary {
  color: #4e73df !important;
}
.color-success {
  color: #1cc88a !important;
}
.color-warning {
  color: #f6c23e !important;
}
.color-danger {
  color: #e74a3b !important;
}
.badge-danger, .boton-rojo {
  color: #fff !important;
  background-color: #e74a3b !important;
  margin-right: 5px;
}
.badge-success, .guardar {
  color: #fff !important;
  background-color: #1cc88a !important;
}
.btn-primary {
  color: #fff;
  background-color: #4e73df;
  border-color: #4e73df;
}
/* varios */
.avisosRojos {
  color: #e74a3b;
  font-weight: bold;
  font-style: italic;
}
.avisosVerdes {
  color: #1cc88a;
  font-weight: bold;
  font-style: italic;
}
.avisosAzules {
  color: #4e73df;
  font-weight: bold;
  font-style: italic;
}
.avisosNaranjas {
  color: #f6c23e;
  font-weight: bold;
  font-style: italic;
}
.aclaraciones {
  font-size: 1.2rem;
  line-height: 1.3rem !important;
  font-style: italic !important;
  color: #777A93 !important;
}
.mano {
  cursor: pointer;
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media(min-width:768px) {
  body {
    padding-top: 70px;
  }
}
/* logo ib */
.app-im {
  margin-top: 40px;
  width: auto;
  text-align: center;
  display: none;
}
/* Scroll Up */
.scrollup {
  background: url("/admin/vistas/images/icon_gototop.png") no-repeat scroll 0 0 transparent;
  bottom: 35px;
  display: none;
  height: 40px;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  width: 40px;
  outline: 0;
}
/* alerta vencimiento */
.warning-block #page-wrapper {
  margin-top: 90px !important;
}
.warning-block-countdown #page-wrapper {
  margin-top: 100px !important;
}
.warning-block #warning {
  min-height: 90px;
}
.warning-block-countdown #warning {
  min-height: 100px;
}
#warning {
  background: #fce19f;
  padding: 10px 20px;
  top: 0;
  text-align: center;
  vertical-align: middle;
  z-index: 1000;
  display: table;
  width: 100%;
}
#warning.warning-off {
  display: none;
}
#warning p {
  color: #77622d;
  font-size: 16px;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
}
#warning a {
  color: #77622d;
  text-decoration: underline;
}
#warning a:hover {
  color: #333;
  text-decoration: underline;
}
/* Contenedores */
/* ------------------------------- */
#wrapper {
  width: 100%;
}
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: #f8f9fc;
}
@media(min-width:768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 225px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }
  .sidebar-toggled #page-wrapper {
    margin: 0 0 0 100px;
  }
}
#contenttable {
  width: 100%;
  min-height: 460px;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  /*overflow-x: auto;*/
  box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: .35rem;
}
footer.sticky-footer {
  padding: 2rem;
  flex-shrink: 0;
  background: transparent;
  text-align: center;
}
footer.sticky-footer span {
  font-size: 1.2rem;
  margin-top: 3px;
  margin-left: 25px;
}
footer.sticky-footer img {
  width: auto;
  height: 26px;
  margin-top: -3px;
}
/* Navigation */
/* ------------------------------- */
/* mobile */
.navbar-toggle {
  background-color: #eaecf4;
  cursor: pointer;
  border-radius: 50% !important;
  margin-right: 35px;
  padding: 14px 14px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-default .navbar-toggle .icon-bar {
  width: 15px;
  background-color: #224abe;
}
.navbar-header {
  background: #4e73df;
}
/* Top Right Navigation Dropdown Styles */
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 25px 15px !important;
  min-height: 70px;
  color: #6e707e !important;
}
.navbar-top-links li a i {
  color: #6e707e !important;
}
.navbar-top-links li a:hover i, .navbar-top-links li a:active i, .navbar-top-links li a:focus i, .navbar-top-links li.open a i {
  color: #4e73df !important;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px !important;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user, .navbar-top-links .dropdown-help {
  right: 0;
  left: auto;
}
.navbar-top-links .dropdown-help {
  min-width: 320px;
}
.navbar-top-links .dropdown-help li {
  padding: 5px 15px;
}
.navbar-top-links .dropdown-user .foto {
  width: 50px;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 50% !important;
  padding: 5px;
}
.navbar-top-links .dropdown-help .datos, .navbar-top-links .dropdown-help .freshwidget-embedded-form .copyright {
  display: none !important;
}
.navbar-top-links .dropdown-help li {}
.dropdown-menu li table, .dropdown-menu form {
  margin: 10px;
}
.dropdown-menu input[type=submit] {
  padding: 6px 10px;
  font-size: 16px;
  margin-top: 10px;
}
.dropdown-user li {
  margin: 10px;
}
/* Sidebar Menu Styles */
.navbar-menu {
  background-color: #4e73df;
}
.navbar-menu li > a {
  font-size: 1em;
}
.navbar-menu li > a i {
  color: rgba(255, 255, 255, .3);
  font-size: 1.1rem;
  margin-right: .25rem;
}
.navbar-menu li > ul > li > a {
  font-weight: normal;
  font-size: 1em;
}
.navbar-menu li.active {
  color: rgba(255, 255, 255, 1);
}
.navbar-menu li.active > ul > li.active > a {
  color: #4e73df !important;
  font-weight: 700;
}
.navbar-menu li.active > ul > li.active > a i {
  color: #4e73df !important;
}
.navbar-menu li.active > a, .navbar-menu li.active > ul > li > a, .navbar-menu li.active > a > i {
  color: rgba(255, 255, 255, 1);
}
.navbar-top {
  background-color: #FFF;
  min-height: 70px;
  box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}
#side-menu {
  overflow: auto;
  max-height: 580px;
}
.nav > li > a {
  color: rgba(255, 255, 255, .8);
  padding: 12px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
}
.nav > li > a:hover i, .nav > li > a:focus i {
  color: rgba(255, 255, 255, 1);
}
.navbar-static-side ul li {}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
  color: #FFF;
  padding: 10px;
  width: 225px;
  height: 70px;
  background: #4e73df;
}
.navbar-brand .logo-clliente {
  max-height: 50px;
  width: auto;
}
.sidebar-search {
  padding: 15px;
}
.arrow {
  float: right;
  color: rgba(255, 255, 255, .5);
}
.fa.arrow:before {
  content: "\f104";
}
.active > a > .fa.arrow:before {
  content: "\f107";
}
.navbar-menu .badge-counter, .navbar-top .badge-counter {
  position: absolute;
  transform: scale(.7);
  transform-origin: top right;
  right: 1.5rem;
  margin-top: -.85rem;
  border: 2px solid #FFF;
}
.nav-second-level {
  padding: .5rem 0;
  font-size: 1.3rem;
  margin: 1rem;
  background-color: #fff;
  border-radius: .35rem !important;
}
.nav-second-level li, .nav-third-level li {
  border-bottom: none !important;
}
.nav-second-level li a {
  padding: 4.3px 10px;
  margin: 0 6px;
  color: rgba(58, 59, 69, 0.8) !important;
  border-radius: .35rem;
}
.nav-second-level li a:hover {
  color: rgba(58, 59, 69, 1) !important;
  background-color: #E1E1E1 !important;
}
.nav-second-level li a:hover i {
  color: rgba(58, 59, 69, 1) !important;
}
.nav-second-level li a i {
  color: rgba(58, 59, 69, 0.6) !important;
}
.nav-third-level li a {
  padding-left: 52px;
}
@media(min-width:768px) {
  .navbar-static-side {
    z-index: 1;
    position: absolute;
    width: 225px;
    margin-top: 70px;
  }
  .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
@media(max-width:768px) {
  .navbar-top-links {
    display: none;
  }
  #page-wrapper {
    padding-top: 70px;
  }
  .superbox-body #page-wrapper {
    padding-top: 0px;
  }
  .superbox-body #contenttable {
    border: none;
    margin-bottom: 0px;
  }
}
@media(max-height:600px) and (max-width:767px) {
  .sidebar-collapse {
    max-height: 300px;
    overflow-y: scroll;
  }
}
@media(max-height:400px) and (max-width:767px) {
  .sidebar-collapse {
    max-height: 200px;
    overflow-y: scroll;
  }
}
/* menu small */
@media (min-width: 992px) {
  .navbar-top-links #sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    cursor: pointer;
  }
  .navbar-top-links #sidebarToggle::after {
    font-weight: 900;
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    margin-right: 0.1rem;
  }
  .navbar-top-links #sidebarToggle:hover {
    text-decoration: none;
  }
  .navbar-top-links #sidebarToggle:focus {
    outline: none;
  }
  .sidebar-toggled .navbar-top-links #sidebarToggle::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    margin-left: .25rem;
  }
  .sidebar-toggled .navbar-menu li > a {
    font-size: 0.8em;
    text-align: center;
  }
  .sidebar-toggled .navbar-menu li > a > i {
    font-size: 1.7rem;
    width: 100%;
  }
  .sidebar-toggled .nav > li > a {
    padding: 8px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
  }
  .sidebar-toggled .navbar-default .navbar-brand {
    width: 100px;
  }
  .sidebar-toggled .navbar-default .navbar-brand img {
    width: 100%;
  }
  .sidebar-toggled .arrow {
    display: none
  }
  .sidebar-toggled {
    font-size: 12px;
  }
  .sidebar-toggled .nav-second-level {
    position: absolute;
    left: 100px;
    top: -30px;
    width: 165px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    overflow-x: auto;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
    margin: 0;
  }
  .sidebar-toggled .nav-second-level li a i {
    font-size: 1.1rem !important;
    width: auto !important;
  }
  .sidebar-toggled .nav-second-level li a {
    text-align: left;
  }
  .sidebar-toggled #side-menu {
    overflow: visible;
    max-height: none;
  }
}
@media(min-width:768px) {
  .sidebar-toggled #page-wrapper {
    margin: 0 0 0 100px;
  }
  .sidebar-toggled .navbar-static-side {
    width: 100px;
  }
}
/* Search */
/* ------------------------------- */
.navbar-search {
  height: 23px;
  float: right;
}
.navbar-search input {
  font-size: 1.5rem;
  height: auto;
}
.navbar-search .input-group-append {
  margin-left: -1px;
  float: left;
}
.navbar-search .bg-light {
  background-color: #f8f9fc !important;
}
.navbar-search .input-group-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 38px;
}
.navbar-search .form-control {
  margin-bottom: 0;
  margin-left: 2rem;
  float: left;
  min-width: 22rem;
  height: 38px;
}
.navbar-search .input-group {}
.search-dropdown {
  display: none !important;
}
@media (min-width: 1200px) {
  .navbar-search .form-control {
    width: 40rem;
  }
}
@media (max-width: 1200px) {
  .navbar-search .form-control {
    width: 26rem;
  }
}
@media (max-width: 992px) {
  .navbar-search {
    display: none
  }
  .search-dropdown {
    display: inline-block !important;
  }
}
/* Botones */
/* ------------------------------- */
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
  color: #428bca;
}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
  color: #fff;
}
/* Pages */
/* ------------------------------- */
.page-header {
  padding-bottom: 0px;
  margin: 20px 0 20px;
  border-bottom: none;
}
/* Dashboard Chat */
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
  color: #777777;
}
.panel .slidedown .glyphicon, .chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}
/* Login */
/* ------------------------------- */
.login-body {
  padding-top: 70px;
}
.login-body .row {
  margin: 0 !important;
}
.login-body .card {
  margin-bottom: 6rem !important;
  border-radius: 1.35rem;
  border: none;
}
.login-body h1 {
  color: #fff;
  font-size: 2rem;
}
.login-body h1 span {
  display: block;
  font-size: 1.8rem;
}
.login-panel {
  padding: 40px 10px !important;
}
.login-panel .form-control {
  font-size: 1.4rem;
  border-radius: 14rem;
  padding: 2.75rem 2.5rem;
}
.login-panel select.form-control {
  padding: 0 2.5rem;
  height: 6rem;
}
.login-panel .btn-success {
  font-size: 1.8rem;
  border-radius: 14rem;
  padding: 1.75rem 1.5rem;
  background-color: #4e73df;
  border-color: #4e73df;
}
.login-panel .btn-success:hover {
  background-color: #244195;
  border-color: #244195;
}
.login-panel .panel-title {
  color: #3a3b45 !important;
  text-align: center;
}
.login-body .bg-login-image {
  background-position: center;
  background-size: cover;
  text-align: center;
  min-height: 775px;
  border-radius: 1.35rem 0 0 1.35rem;
  padding: 8rem 3rem !important;
}
.login-body .panel-title {
  font-size: 1.9rem;
}
.login-body .client {
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
  width: 230px;
  height: 230px;
  margin: 0 auto;
  object-fit: cover;
  overflow: hidden;
  text-align: center;
}
.login-body .client img {
  max-width: 230px;
  height: auto;
}
.login-body .passreset {
  display: block;
  margin: -10px 15px 5px 5px;
  text-align: right;
}
.login-body .small {
  font-size: 1.1rem;
}
.login-body .footer-copyright img {
  width: 125px;
  height: auto;
}
.login-body .footer-copyright span {
  display: block;
  font-size: .9rem;
  font-style: italic;
}
.login-body .panel-social {
  padding: 20px;
  margin: 20px;
  border-top: #F0F0F0 1px solid;
}
.login-body .panel-social .panel-title {
  padding: 0 10px 20px 0;
}
.login-body .panel-social .btn-social {
  color: #4e73df;
  padding: 20px;
  display: block;
  text-align: center;
  border: #F0F0F0 1px solid;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  cursor: pointer;
}
.login-body .panel-social .btn-social:hover {
  color: #fff;
  background: #4e73df;
  border: #4e73df solid 1px;
}
.panel-socialb .btn-social {
  color: #fff;
  padding: 20px;
  display: block;
  text-align: center;
  border: #F0F0F0 1px solid;
  text-decoration: none;
  background: #4e73df;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  cursor: pointer;
}
.panel-socialb .btn-social:hover {
  color: #4e73df;
  background: #fff;
  border: #4e73df solid 1px;
}
.panel-socialb i {
  font-size: 18px;
  margin-right: 5px;
}
.login-body .panel-social i {
  font-size: 25px;
  display: block;
  margin-bottom: 5px;
}
.version {
  font-size: 9px;
  background: #6e707e;
  color: #FFF;
  border-radius: 20px;
  padding: 1px 3px;
  margin: 0;
  position: absolute;
}
/* Flot Chart Containers */
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
/* DataTables Overrides */
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: transparent;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, .5);
}
/* Circle Buttons */
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
/* Tablas */
/* ------------------------------- */
table > tbody > tr > td {
  padding: 5px;
  border: 1px solid #ddd;
}
.tablelist {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  width: 100% !important;
}
.tablelist > tbody > tr > td, #TablaPersonaFisica > tbody > tr > td {
  padding: 10px 8px;
  vertical-align: top;
  border: 1px solid #ddd;
}
.tablelist > tbody > tr {
  background: #FFF;
}
.tablelist > tbody > tr:hover, .tablelist > tbody > tr:hover > td {
  background: #F3F3F3;
}
.tablelist > tbody > tr:nth-child(odd):hover > td {
  background: #F3F3F3;
}
.tablelist > tbody > tr:nth-child(odd) > td, .tablelist > tbody > tr:nth-child(odd) > th {
  background-color: #f8f9fc;
}
.tablelist .fa, .tablelist .fas {
  font-size: 1.6rem;
  color: #4e73df
}
.tablenoborder tbody > tr > td {
  border: none;
}
.tablelisttitle td {
  border-bottom-width: 2px;
  border-top-width: 2px;
  font-weight: bold;
}
.tablelisttitle td a {
  float: right;
  margin: 0 2px;
}
.tablelisttitle td a img {
  width: 8px;
  height: auto
}
.tablelisttitle td:nth-child(1) {
  width-min: 60px;
  white-space: nowrap;
}
.tablelisttitle td:nth-child(2) {
  white-space: nowrap;
}
.tablelisttitle td, .tablelisttitletres td {
  color: #fff;
  background: #82a0f2 !important;
}
.tablelisttitle i, .tablelisttitletres i {
  color: #fff !important;
  font-size: 1rem !important;
}
.tablelisttitletres img {
  float: right;
}
.subtitles td {
  color: #75777c;
  background: #d1ddff !important;
  padding: 5px;
}
.tablelist .foto-usuario {
  border: 1px solid #ddd;
  border-radius: 50% !important;
  background: #fff;
}
.whatsapp-web {
  color: #1D9758;
  font-size: 22px;
  float: right;
  margin: -2px 0;
  line-height: 22px;
}
.block-danger {
  background: #e74a3b;
  color: #FFFFFF;
  padding: 2px;
  border-radius: 4px;
  display: block;
  text-decoration: none;
}
.tablenoborder td {
  border: none;
}
.table-responsive {
  width: 100%;
  /*overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;*/
}
.dataTables_paginate {
  float: right;
}
.dataTables_info, .dataTables_paginate {
  margin: 5px 0;
}
/* Paginador */
/* ------------------------------- */
.TablaPaginacion_ td {
  border: none;
}
.pagination .page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4e73df;
  background-color: #fff;
  border: 1px solid #dddfeb;
}
.pagination .page-link:hover {
  z-index: 2;
  color: #224abe;
  text-decoration: none;
  background-color: #eaecf4;
  border-color: #dddfeb;
}
.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #4e73df;
  border-color: #4e73df;
}
/* Opciones menu */
/* ------------------------------- */
.containeroptions {
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background: #4e73df;
  color: #FFF;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  height: auto;
}
.containeroptions input[type=text], .containeroptions select {
  color: #34353a !important;
}
.containeroptions a, .containeroptions a:hover {
  color: #FFF;
  text-decoration: none;
}
.containeroptions i {
  color: #FFF !important;
  font-size: 1.6rem !important;
  margin: 0px 4px 0 4px;
}
.containeroptions .options {
  display: inline-block;
  margin-right: 15px;
}
.containeroptions img {
  width: auto;
  height: 19px;
  margin-bottom: 4px;
}
/* Formularios */
/* ------------------------------- */
#btnEnviar, input[type=submit], input[type=button] {
  padding: 7px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 5px;
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#btnEnviar:hover, input[type=submit]:hover, input[type=button]:hover {
  background-color: #107D55;
  border-color: #107D55;
}
#contenttable input[type=button] {
  padding: 7px 11px;
  font-size: 13px;
  line-height: 1.33;
}
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
input[type=text].campoRequerido:focus, input[type=password].campoRequerido:focus, select.campoRequerido:focus, textarea.campoRequerido:focus {
  box-shadow: 0 0 5px rgba(100, 20, 40, 0.5);
}
input[type=number] {
  width: 60px;
}
input[type=number].expand {
  width: 160px;
}
.glyphicon {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.glyphicon-ok:before {
  content: "\f00c";
}
.bootstrap-select .dropdown-menu .selected .text, .bootstrap-select .dropdown-menu .selected .glyphicon-ok {
  color: #4e73df;
}
.bootstrap-select .dropdown-menu .active .text {
  color: #FFF !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover {
  background-color: #4e73df;
}
@media (max-width: 992px) {
  #contenttable select {
    width: 100%;
  }
}
/* Menu secundario */
/* ------------------------------- */
.div-opciones-usuario {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  position: absolute;
  display: none;
  z-index: 100;
  width: 230px;
  padding: 5px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #CCC;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  overflow-x: auto;
  box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}
.div-opciones-usuario .containeroptions {
  font-size: 1.1rem !important;
  padding: 7px;
  margin-bottom: 3px;
}
.mas-opciones-div, .sub-menu {
  width: 210px !important;
  overflow: auto !important;
}
.div-opciones-usuario .curso {
  color: #fff;
  background: #82a0f2 !important;
}
.div-opciones-usuario table {
  width: 100%
}
.div-opciones-usuario table td {
  border: none;
  font-size: 13px;
  margin: 3px;
}
.div-opciones-usuario table td:hover {
  background: #F0F3F5;
}
.div-opciones-usuario table td.curso {
  font-weight: bold;
}
.div-opciones-usuario table td.inicio {
  padding-left: 14px;
}
.div-opciones-usuario small.empty-row {
  font-style: italic;
  color: #888;
  margin: 2px;
  display: block;
}
.div-opciones-usuario table td img {
  vertical-align: middle;
}
.div-opciones-usuario a {
  text-decoration: none;
}
.div-opciones-usuario textarea {
  width: 215px;
  resize: none;
}
.div-opciones-usuario i {
  font-size: 15px !important;
  margin-right: 3px;
  width: 19px;
  text-align: center;
}
.div-opciones-usuario .pagos-ajax-loader, .div-opciones-usuario .preinscribir-ajax-loader {
  float: right;
  display: none;
}
.div-opciones-usuario .certificado-ajax-loader {
  float: right;
  display: none;
}
.div-opciones-usuario td.mas-acciones {
  border-top: solid 1px #CCC;
}
select optgroup option {
  margin-left: 20px;
}
/* popup */
.superbox-body {
  background: #f8f9fc;
  padding-top: 0 !important;
}
.superbox-body footer {
  display: none;
}
.superbox-body #page-wrapper {
  min-height: auto;
  height: auto;
}
#superbox-innerbox .navbar-top, .superbox-body .navbar-top {
  display: none !important;
}
#superbox-innerbox #page-wrapper, .superbox-body #page-wrapper {
  margin: 0 !important;
}
.superbox-body #DivWaitUpload {
  width: 80%;
  background: #f8f9fc;
  padding: 0px;
  border-radius: 0px;
  text-align: center;
}
/* Dashboard */
/* ------------------------------- */
.dashboard {}
.dashboard .card, .desea-recortar .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  padding: 2.5rem;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: .35rem;
  box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}
.dashboard .text-title {
  font-size: 1.1rem;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.dashboard .text-title .blue, .dashboard .text-title .green {
  font-size: 1.3rem;
  font-weight: bold !important;
}
.dashboard .text-title .green {
  color: green;
}
.dashboard .text-title .blue {
  color: blue;
}
.dashboard .text-number {
  font-size: 2.25rem;
  font-weight: 700 !important;
  color: #5a5c69 !important;
}
.dashboard i, .desea-recortar i {
  color: #dddfeb !important;
  font-weight: 900;
  font-size: 3em;
}
.desea-recortar i {
  color: #dddfeb !important;
  font-weight: 900;
  font-size: 6em;
  float: right;
}
.dashboard .panel-heading .filter {
  display: flex;
  flex-wrap: wrap;
}
.dashboard .panel-heading .filter:before {
  content: " ";
  display: table;
}
.dashboard .panel-heading .col-select-small {
  width: 5%;
  float: left;
}
.dashboard .panel-heading .col-select {
  width: 14%;
  float: left;
  margin: 0 .2rem;
}
.dashboard .panel-heading i {
  font-size: 2rem;
  margin-right: .7rem;
  float: left;
}
.dashboard .filter i {
  font-size: 4rem;
  margin-top: 1rem;
}
.dashboard .panel-heading {
  padding: 1.65rem 1.75rem;
  margin-bottom: 0;
  background-color: #f8f9fc;
  border-bottom: 2px solid #4e73df;
}
.dashboard .panel-heading label, .dashboard .panel-heading h4 {
  color: #4e73df !important;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.dashboard .panel-heading h4 {
  margin: .4rem 0;
}
.dashboard .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100% !important;
}
.dashboard input[type=date] {
  height: 34px;
  width: 100% !important;
  border-radius: 4px;
  background-color: #fff;
  border-color: #ccc;
  padding: 0px 12px;
}
.dashboard input[type=button] {
  background: #4e73df;
  border-color: #4e73df;
}
.dashboard .panel-footer {
  padding: 1.65rem 1.75rem;
  background-color: #f8f9fc;
  border-top: 2px solid #4e73df;
}
.dashboard .panel-footer i {
  float: right
}
#DivGraficaFacturacion .alert {
  color: #e83e8c;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 1.3rem;
}
@media (max-width: 992px) {
  .dashboard .panel-heading label {
    font-size: 1.1rem;
  }
}
/* colores */
.dashboard .card-primary .text-title {
  color: #4e73df;
}
.dashboard .card-primary, .desea-recortar .card-primary {
  border-left: .5rem solid #4e73df !important;
}
.dashboard .card-success .text-title {
  color: #1cc88a;
}
.dashboard .card-success {
  border-left: .5rem solid #1cc88a !important;
}
.dashboard .card-info .text-title {
  color: #36b9cc;
}
.dashboard .card-info {
  border-left: .5rem solid #36b9cc !important;
}
.dashboard .card-warning .text-title {
  color: #f6c23e;
}
.dashboard .card-warning {
  border-left: .5rem solid #f6c23e !important;
}
.dashboard .card-danger .text-title {
  color: #e74a3b;
}
.dashboard .card-danger {
  border-left: .5rem solid #e74a3b !important;
}
/* Crop imagenes popup */
/* ------------------------------- */
.thumbnail-container {
  margin: 20px;
}
.thumbnail-frame {
  width: 19%;
  float: left;
  padding: 10px;
  border: 1px solid #CCC;
  background: #FFF;
}
.thumbnail-frame img {
  width: 100%;
}
.uploadsimple-widget .file-field {
  height: 26px;
  margin: 0;
  padding: 0 0 26px;
  width: 237px;
}
.uploadsimple-widget .image-container {
  position: relative;
  background-color: #000;
  padding: 8px;
}
.uploadsimple-widget .crop-image-button {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 32px;
  height: 32px;
  opacity: 0.9;
  cursor: pointer;
  background-color: #fff;
  padding: 2px;
  border: 1px outset #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.crop-window {
  font-size: 12px;
  min-height: 200px;
  padding: 60px 16px 16px 16px;
  z-index: 1099;
  position: absolute;
  background-color: #fff;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.crop-window .title-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #000;
  padding: 12px;
  font-size: 14px;
  color: #FFFFFF;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #4e73df;
}
.crop-window-shadow {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1098;
  position: absolute;
  background-color: #000;
  opacity: 0.5;
  display: none;
}
.crop-window-close-button {
  z-index: 2000;
  font-size: 20px;
  position: absolute;
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: none;
  color: #fff;
  font-family: "Font Awesome 5 Free";
}
.crop-window input.apply {
  position: absolute;
  display: block;
  z-index: 700;
  -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.crop-window .options {
  margin: 0 0 10px 3px;
  float: left;
}
/*.crop-window .options select {font-size:13px;}*/
.crop-window .crop-buttons {
  float: right;
  margin: 0 -3px 0 0;
}
.crop-window .crop-zone {
  clear: both;
  float: left;
  padding: 8px;
  border: 1px solid #000;
  font-weight: bold;
  margin: 2px;
  background-color: #fff;
}
.crop-window .preview-zone {
  float: left;
  padding: 8px;
  border: 1px solid #000;
  background-color: #000;
  margin: 2px;
}
.crop-window .preview-zone .preview-dimensions {
  color: #fff;
  font-weight: bold;
  margin-top: 8px;
  text-align: right;
}
.crop-window .preview-container {
  overflow: hidden;
  text-align: center;
}
.scrollup {
  background: url("/admin/vistas/images/icon_gototop.png") no-repeat scroll 0 0 transparent;
  bottom: 35px;
  display: none;
  height: 40px;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  width: 40px;
  outline: 0;
}
#crop-window {
  display: none;
  float: left;
  position: absolute;
}
/* Graficos popup */
/* ------------------------------- */
.chart-popup-button, .chart-popup-button-inside-window, .chart-popup-button-share {
  cursor: pointer;
}
.chart-popup-button-inside-window, .chart-popup-button-share {
  border: 1px outset #b5b5b5;
  border-radius: 5px;
  cursor: pointer;
  padding: 7px 10px;
  font-size: 22px;
  color: #4e73df;
}
.chart-popup-button-share {
  margin: 0 0 0 7px;
}
.chart-popup-menu {
  width: 260px;
  background-color: #FFF;
  border: 1px solid #ccc;
}
.chart-popup-menu-overflow {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 300px;
  width: 268px;
}
.chart-popup-menu-container {
  position: absolute;
  z-index: 2001;
}
.chart-popup-menu-container .chart-option {
  font-size: 1.3rem;
  border-bottom: 1px solid #ccc;
  padding: 2px;
}
.chart-popup-menu-container .chart-option.title {
  padding: 3px 0 3px 4px;
  font-weight: bold;
  background-color: #82a0f2;
  color: #FFF;
  text-align: left;
  font-size: 13px;
}
.chart-popup-menu-container .chart-option input[type="checkbox"] {
  float: right;
  margin: 6px 10px 0 0;
}
.chart-popup-menu-container .chart-option a {
  text-decoration: none;
}
.chart-popup-menu-container .chart-option a > img.icon {
  vertical-align: middle;
  margin: 2px 8px 2px 2px;
  width: 17px;
  height: auto;
}
.chart-popup-menu-container .chart-option.show-selected {
  padding: 8px;
  text-align: right;
  background-color: #FFF;
  border: 1px solid #ccc;
}
.chart-popup-menu-container .chart-option.show-selected a {
  font-weight: bold;
}
.chart-window {
  top: 120px;
  left: 40px;
  right: 40px;
  min-height: 500px;
  padding: 16px;
  z-index: 1099;
  position: absolute;
  background-color: #fff;
  display: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.chart-window-shadow {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1098;
  position: absolute;
  background-color: #000;
  opacity: 0.8;
  display: none;
}
.chart-window-loading {
  position: absolute;
  top: 300px;
  left: 50%;
  width: 80px;
  height: 12px;
  margin: 0 -40px;
  z-index: 100;
  background: url("../images/wait.gif") transparent no-repeat;
}
.chart-window .aprobacion-pagos-combo {
  position: absolute;
  top: 0;
}
.chart-window .share-shadow {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.9;
  position: absolute;
}
.chart-window .share-window {
  background-color: #fff;
  border: 1px solid #888;
  height: 425px;
  position: absolute;
  top: 65px;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  font-size: 14px;
  padding: 20px;
  -webkit-box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.1);
}
.chart-window .share-window .half {
  float: left;
  width: 50%;
  line-height: 27px;
  position: relative;
}
.chart-window .disable {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.9;
  position: absolute;
}
.chart-window .share-window .password-container, .chart-window .share-window .expiration-container {
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px dashed #E0E0E0;
  height: 90px;
  margin: 4px;
  padding: 10px;
  text-align: right;
  width: 270px;
}
.chart-window .share-window .action-buttons {
  text-align: center;
}
.chart-window .share-window input[type="text"] {
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.chart-window .share-window input[type="password"] {
  width: 160px;
}
.chart-window .share-window textarea {
  font-size: 13px;
  color: #999;
  width: 100%;
  height: 60px;
  resize: none;
}
.chart-window .share-window .save-mode {
  margin: 0 3px 0 0;
}
.chart-window .share-window .success {
  height: 290px;
}
.chart-window .share-window .success .link-box {
  background: url("../iconos/link-icon.png") no-repeat 3px center;
  font-size: 11px;
  height: 25px;
  margin-top: 87px;
  padding: 0 0 0 21px;
  text-align: left;
  width: 460px;
}
.chart-window-close-button {
  top: 130px;
  right: 45px;
  z-index: 2000;
  position: absolute;
  height: 24px;
  width: 24px;
  font-size: 22px;
  cursor: pointer;
  display: none;
  color: #000;
}
.chart-window .charts-relative-container {
  position: relative;
  min-height: 300px;
  width: 100%;
  height: 100%;
  margin-top: 30px;
}
.chart-window .charts-relative-container .total-registros {
  font-size: 13px;
  position: absolute;
  right: 10px;
  text-align: right;
  bottom: -15px;
}
.chart-window .opciones-exportar {
  font-size: 12px;
  float: right;
  margin: -28px 12px;
}
.chart-window .chart-mostrar-check {
  float: right;
  font-size: 14px;
  font-style: italic;
  margin-right: 10px;
  display: none;
}
.chart-window .opciones-exportar .boton-exportar {
  vertical-align: middle;
  border: 1px outset #b5b5b5;
  border-radius: 5px;
  cursor: pointer;
  padding: 7px 10px;
  font-size: 22px;
  color: #4e73df;
}
.chart-window .concepto-posible-deserciones {
  position: absolute;
  display: none;
  font-size: 13px;
  left: 20px;
  top: -28px;
}
.chart-window .chart-div {
  position: absolute;
  width: 69%;
  left: 10px;
  top: 30px;
  bottom: 5px;
}
.chart-window .table-div {
  position: absolute;
  width: 29%;
  right: 10px;
  top: 30px;
  bottom: 5px;
}
.chart-window h1.chart-title {
  font-size: 40px;
  text-align: center;
  text-decoration: underline;
}
.chart-window h2.chart-title {
  text-align: center;
  text-decoration: none;
  position: absolute;
  left: 0;
  right: 0;
}
.chart-window hr {
  clear: both;
  border: none;
  height: 40px;
}
.chart-window .list-button {
  border: 1px outset #B5B5B5;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  height: 24px;
  width: 24px;
  padding: 2px;
  position: absolute;
  right: 79px;
  top: -28px;
}
.chart-window .list-button-message {
  border-radius: 5px;
  font-size: 14px;
  padding: 7px;
  position: absolute;
  right: 121px;
  top: -38px;
  width: 170px;
  display: none;
}
.chart-window .list-message {
  border-radius: 5px;
  font-size: 14px;
  padding: 7px;
  position: absolute;
  left: 200px;
  top: 40px;
  width: 200px;
  display: none;
}
.chart-window .combo-list, .chart-window .combo-list-submit, .chart-window .combo-list-display-mode {
  position: absolute;
  -webkit-box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.1);
}
.chart-window .combo-list {
  height: 240px;
  min-width: 300px;
}
.chart-window .combo-list-submit {
  font-size: 14px;
}
.chart-window .combo-list .option-expand {
  font-style: italic;
  font-weight: bold;
  margin-left: 0px;
}
.chart-window .combo-list .sub-option {
  margin-left: 20px;
}
.chart-window .combo-list-display-mode {
  position: absolute;
  background-color: #FFF;
  color: #797539;
}
.chart-window .big-gray-message {
  color: #ccc;
  font-size: 70px;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 80px;
}
.chart-window .chart-parent-div {
  border-bottom: 3px dotted #CCCCCC;
  padding-bottom: 25px;
  min-height: 440px;
}
.chart-window .chart-parent-div:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.chart-window .sub-charts .chart-parent-div {
  margin-bottom: 50px;
  border-bottom: 1px dotted #ccc;
}
.chart-window .sub-charts .chart-parent-div:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
/* Dashboard */
/* ------------------------------- */
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
/* Loading */
/* ------------------------------- */
#DivWaitUpload {
  margin: 0 auto;
  width: 40%;
  background: #f8f9fc;
  padding: 15px 25px;
  border-radius: 10px;
  text-align: center;
}
#strLinkEnviarEmailsDeSistema {
  text-align: center;
}
#contenttablewriter {
  width: 100%;
}
.sender-mailing {
  width: 80% !important;
  margin: 0 auto;
}