/* Globales */
/* ------------------------------- */
body {
  background-color: #4c57a3;
  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%;
}


body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.4);
	background-color: #fff;
}

body::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #96b0f7;
}

body::-webkit-scrollbar-thumb {
	background-color: #96b0f7;
}


a {
  color: #4c57a3;
}
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;
}
.d-block {
  display: block;
}
/* colores */
.color-primary {
  color: #4c57a3 !important;
}
.color-success {
  color: #1cc88a !important;
}
.color-warning {
  color: #f6c23e !important;
}
.color-danger {
  color: #e74a3b !important;
}
.color-white {
  color: #FFF !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: #4c57a3;
  border-color: #4c57a3;
}
/* varios */
.avisosRojos {
  color: #e74a3b;
  font-weight: bold;
  font-style: italic;
}
.avisosVerdes {
  color: #1cc88a;
  font-weight: bold;
  font-style: italic;
}
.avisosAzules {
  color: #4c57a3;
  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: #4c57a3;
}
/* 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: #4c57a3 !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: #4c57a3;
}
.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: #4c57a3 !important;
  font-weight: 700;
}
.navbar-menu li.active > ul > li.active > a i {
  color: #4c57a3 !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: #4c57a3;
}
.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;
}


.navbar-menu .nav::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #4c57a3;
}

.navbar-menu .nav::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #96b0f7;
}

.navbar-menu .nav::-webkit-scrollbar-thumb {
	background-color: #96b0f7;
}

.navbar-menu .btn-primary {
  margin: 20px 0;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-toggled .navbar-menu .btn-primary .text {
  display: none;
}

#ayudaModal .modal-dialog {
  width: 800px;
}

@media(max-width:600px) {
  .navbar-menu .d-md-inline {
    display: none;
  }

  
/*modal*/
.modal-backdrop {
  display: none;
}
.navbar-fixed-top {
  z-index: 1030 !important;
}
.modal {
  top: 75px;
  z-index: 1050 !important;
}
}

@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: 185px;
    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: #4c57a3;
  border-color: #4c57a3;
}
.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 !important;
  background-size: cover !important;
  text-align: center;
  height: 100vh;
  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: #4c57a3;
  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: #4c57a3;
  border: #4c57a3 solid 1px;
}
.panel-socialb .btn-social {
  color: #fff;
  padding: 20px;
  display: block;
  text-align: center;
  border: #F0F0F0 1px solid;
  text-decoration: none;
  background: #4c57a3;
  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: #4c57a3;
  background: #fff;
  border: #4c57a3 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: #4c57a3
}
.tablelist .fa-comment{
  font-size: 1.9rem;
  color: #e74a3b 
}
.tablelist td img {
  max-width: 150px;
  height: auto
}
.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: #292930 !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;
  width: 74px;
  height: 74px;
  object-fit: cover;
}
.whatsapp-web {
  color: #1D9758;
  font-size: 22px;
  float: right;
  margin: -2px 0;
  line-height: 22px;
}

.whatsapp-web-modulo{
	color: #4caf50 !important;
	margin-right: 5px;
	margin-left: 5px;
}

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

.tabla-titulo-curso{
  width: 100%;
}

.tabla-titulo-curso td {
  vertical-align: top;
}

.refedidos-icon {
  width: 20%;
}

.refedidos-icon img {
  width: 22px;
  height: auto;
  margin: 0 4px 0 0;
  float: left;
}

.refedidos-icon .fa {
  font-size: 22px;
  color:#333;
}

/* Paginador */
/* ------------------------------- */
.TablaPaginacion_ td {
  border: none;
}
.pagination .page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4c57a3;
  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: #4c57a3;
  border-color: #4c57a3;
}
/* Opciones menu */
/* ------------------------------- */
.containeroptions {
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background: #4c57a3;
  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: #4c57a3;
}
.bootstrap-select .dropdown-menu .active .text {
  color: #FFF !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover {
  background-color: #4c57a3;
}
@media (max-width: 992px) {
  #contenttable select {
    width: 100%;
  }
}
/* Menu secundario */
/* ------------------------------- */
.div-opciones-usuario {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 450px;
  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;
}

.div-opciones-usuario select, .div-opciones-usuario input {
  max-width: 195px;
}

.mas-opciones-div, .sub-menu {
  width: 210px !important;
  overflow: auto !important;
}
.div-opciones-usuario .curso {
  color: #fff;
  background: #292930 !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;
  min-height: 30px;
}
.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: 11%;
  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 #4c57a3;
}
.dashboard .panel-heading label, .dashboard .panel-heading h4 {
  color: #4c57a3 !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: #4c57a3;
  border-color: #4c57a3;
}
.dashboard .panel-footer {
  padding: 1.65rem 1.75rem;
  background-color: #f8f9fc;
  border-top: 2px solid #4c57a3;
}
.dashboard .panel-footer i {
  float: right
}
#DivGraficaDashBoard .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: #4c57a3;
}
.dashboard .card-primary, .desea-recortar .card-primary {
  border-left: .5rem solid #4c57a3 !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: #4c57a3;
}
.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: #4c57a3;
}
.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: #292930;
  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: #4c57a3;
}
.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;
}

.btn_oculto {
    transition: all .5s;
    display: none;
}


/*  Estilos del componente de filtro de inicios "BOTONES" */

.invisibles{
    visibility: hidden;
}

.btn_mostrado{
    transition: all .5s;
    display: inline;
}

.wrpBtnsInicios{
    width: 100%;
    transition: all .3s;
    overflow: hidden;
}
.btn_inicio{
    margin-bottom:2px;
}
.btn-actions{
    padding:5px 14px 5px 14px ;
    margin: 0px 4px 2px 0px;
}

#ocultarBtnInicios{
    padding:5px 10px;
}

.invisibles{
    visibility: hidden;
}

.float-left{ float:left; }
.float-right{ float:right; }
.clear-both{ clear:both; }
.m-0{ margin: 0px !important;}
.m-1{ margin: 7px !important;}
.m-2{ margin: 14px !important;}
.mt-1{ margin-top: 7px;}
.my{ margin-top: 5px; margin-bottom: 5px; }
.my-0{ margin-top: 0px; margin-bottom: 0px; }
.my-1{ margin-top: 10px; margin-bottom: 10px; }
.mx-0{ margin-left: 0px; margin-right: 0px; }
.mx-1{ margin-left: 10px; margin-right: 10px; }
.mx-2{ margin-left: 20px; margin-right: 20px; }
.ml-0{ margin-left: 0px !important; }
.ml-1{ margin-left: 7px; }
.mr-1{ margin-left: 7px; }
.p-0{ padding: 0px !important;}
.p-1{ padding: 7px !important;}
.p-2{ padding: 14px !important;}
.py-1{ padding-top: 7px; padding-bottom: 7px; }
.py-2{ padding-top: 14px; padding-bottom: 14px; }
.pr-0{ padding-right: 0px !important; }
.pr-1{ padding-right: 7px !important; }
.pr-2{ padding-right: 14px !important; }
.pt-0{ padding-top: 0px !important; }
.pt-1{ padding-top: 7px !important; }
.border-color-red{ border-color:red !important; }
.bg-grey{background: #f7f7f7;}
.bg-white{background: #FFF;}
.no-wrap{white-space: normal !important;}

.text-capitalize{ text-transform: capitalize; }
.text-lowercase{ text-transform: lowercase; }
.text-uppercase{ text-transform: uppercase; }
.text-white{ color: white !important; }
.first-letter-uppercase{ text-transform: lowercase; }
.first-letter-uppercase:first-letter{ text-transform: uppercase; }

/* Estilos para los textos del combo Fehca de vencimiento de la cuota en la pestaña de importes(planes de pago) */
.wrp-fecha-vencimiento-cuota{position:relative;}
.fecha_inicio_de_curso_msg, .fecha_preinscripcion_msg, .fecha_venc_cuota_anterior_msg, .fecha_cuota_uno_msg{
	position:absolute;
	bottom:-28px;
	right:0;
}




.navbar-top-links li a i.g180 {
transform: rotate(180deg);
}
.nombre-impersonalizacion{
padding-top:9px;
padding-bottom:9px;
padding-left:30px;
padding-right:30px;
margin-left:20px;
}

/*  Repo archivos para videos en el pasados */
.zoom-pasado{
    background: #f5f5f5;
    /* color:#d7d7d7;  */
    color:#767676; /*oscurecido*/
 }
.zoom-pasado img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
 } 
.zoom-pasado a{
    /* color:#d7d7d7;  */
    color:#767676; /*oscurecido*/
}

/*  Aprobacion de pagos */
.cursos > tbody > tr > td{ 
    padding: 0;border-width: 0; 
}
.cursoListaOculta, .listaOculta{
    height:0;
    overflow: hidden;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.btn-mostrar-mas,  btn-mostrar-menos{
    min-width:120px;    
}

.blink_text
{
    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;
    color: red;
}


/* ESTILOS PARA  LOS TABS EN NUEVO/EDITAR(Reagrupación de información de la vista) */
#tabs{
	background: #FFF;
	padding: 10px 5px;
}
.nav.nav-tabs{ border-bottom: 2px solid #4c57a3; }
.nav.nav-tabs > li{ margin-bottom: 0px;	}
.nav.nav-tabs > li[role="presentation"].disabled a{ color: #979797;}

.nav.nav-tabs li a{
	background: #EEE;
	color:#333;
	border-top: 1px solid #CCC ;
	border-left: 1px solid #CCC ;
	border-right: 1px solid #CCC ;
	border-bottom: 1px solid transparent ;
	border-radius: 4px 4px 0 0;
}

.nav.nav-tabs li.active a{
	background: #4c57a3;
	color:#FFFFFF;
	border-top: 1px solid #314a93 ;
	border-left: 1px solid #314a93 ;
	border-right: 1px solid #314a93 ;
	box-shadow: 0 -2px 2px rgba(0,0,0,0.4)
}

.nav.nav-tabs a:hover{ 
	color:#666;
	border-top: 1px solid #314a93 ;
	border-left: 1px solid #314a93 ;
	border-right: 1px solid #314a93 ;		
	border-bottom: 1px solid #EEE ;		
}

.tab-content{ 
	min-height: 400px;
	padding:10px;
}

/* ESTILOS PARA  LOS COLAPSE EN NUEVO/EDITAR(Reagrupación de información de la vista) */
.panel-heading {  transition: background-color 0.2s ease;}
.panel-heading h4 i{color: #333 !important;}
.panel-heading h4 a i{color: #333;margin-right: 5px;}
.panel-heading h4 a{text-decoration: none;}
.panel-heading h4 a:hover{text-decoration: none;}

.resaltarColapseRegion h4 i{color: #FFF !important;}
.resaltarColapseRegion h4 a i{color: #FFF;}
.resaltarColapseRegion{background-color: #4c57a3 !important;}
.resaltarColapseRegion h4{color: #fff !important;}

.resaltarColapsePlanesDePago h4 i{color: #FFF !important;}
.resaltarColapsePlanesDePago h4 a i{color: #FFF;}
.resaltarColapsePlanesDePago{background-color: #4c57a3 !important;}
.resaltarColapsePlanesDePago h4{color: #fff !important;}

.resaltarColapseRegion.colTablelisttitle h4 i{color: #FFF !important;}
.resaltarColapseRegion.colTablelisttitle h4 a i{color: #FFF;}
.resaltarColapseRegion.colTablelisttitle{background-color: #292930 !important;}
.resaltarColapseRegion.colTablelisttitle h4{color: #fff !important;}

.form-control{color:#000;}
#e-mails input.form-control{ min-width:200px; }
#e-mails select.form-control{ min-width:200px; }


@-moz-keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
 }


@media(max-width:992px) {
  .page-header { margin-top: 25px !important; }
}

@media(min-width:993px) {
  .page-header { margin-top: 45px !important; }
}

/* ESTILOS RADIOS Y CHECKBOX */
/* Estilos switch Checkbox */
.form-switch *{ all: unset; }
.form-switch{ position: relative; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.form-switch-label{
    display: inline-block;
    background: rgb(136, 136, 136);
    border-radius: 100px;
    cursor: pointer;
    position: relative;
    transition: .2s;
    box-shadow: inset 0 0 2px rgba(0,0,0,.5);
}
.form-switch-label::after{
    content: "";
    display: block;
    background:#EEE;
    border-radius: 100px;
    position: absolute;
    top: 2px;
    left:2px;
    transition: .2s;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
}

.form-switch-inline > div{ 
	float:left; 
	line-height: 30px;
	vertical-align: middle;
}

 .form-switch-post-text{
	font-size:15px;display:inline-block;padding-top:5px;
}

.form-switch-label-text{ position: absolute; cursor: pointer;}

.control-switch{display:none;}
.control-switch:checked + .form-switch-label{ background: #0075ff;; }
.control-switch:checked:disabled + .form-switch-label{ background: #44658c; }

.control-switch:disabled + .form-switch-label::after{ background-color: rgb(209, 209, 209); }
.control-switch:disabled + .form-switch-label{ background-color: rgb(167, 167, 167); cursor:not-allowed; }

/* Versión normal */
.form-switch{ height:20px; padding-bottom:5px;padding-right:5px;padding-top: 5px}
.form-switch .form-switch-label{ width: 40px; height:20px; }
.form-switch .form-switch-label::after{ width: 16px; height: 16px; }
.form-switch .control-switch:checked + .form-switch-label::after{ left: 22px;}
.form-switch .form-switch-label-text{ top: 5px; left: 50px; font-size: 15px;}

/* Versión small */
.form-switch.form-switch-sm{ height:14px; }
.form-switch.form-switch-sm .form-switch-label{ width: 25px; height:14px; }
.form-switch.form-switch-sm .form-switch-label::after{ width: 10px; height: 10px; }
.form-switch.form-switch-sm .control-switch:checked + .form-switch-label::after{ left: 13px;}
.form-switch.form-switch-sm .form-switch-label-text{ top: 5px; left: 30px; font-size: 12px;}

/* Versión Large */
.form-switch.form-switch-lg{ height:30px; }
.form-switch.form-switch-lg .form-switch-label{ width: 60px; height:30px; }
.form-switch.form-switch-lg .form-switch-label::after{ width: 26px; height: 26px; }
.form-switch.form-switch-lg .control-switch:checked + .form-switch-label::after{ left: 32px;}
.form-switch.form-switch-lg .form-switch-label-text{ top: 3px; left: 70px; font-size: 20px;}

/* Estilos check Checkbox */
.form-check *{ all: unset; }
.form-check{ position: relative; width:26px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.form-check-label{
    content: "";
	background: transparent;
	/* text-shadow: 4px -2px 3px gray; */
	border-radius: 4px;
	display: inline-block;
	margin-right: 2px;
	text-align: center;
	vertical-align:middle;
}
.control-check{height:20px;display:none;}
.control-check:disabled + .form-check-label{ color: rgb(167, 167, 167);border: 2px solid rgb(167, 167, 167);  cursor:not-allowed; }
.control-check + .form-check-label{ color: rgb(167, 167, 167);border: 2px solid rgb(167, 167, 167);  cursor: pointer; }
.form-check-label-text{ position: absolute; }

/* Versión normal */
.form-check{ height:20px; padding-bottom:5px;padding-right:5px;}
.form-check .form-check-label{ width: 16px; height:16px; border: 2px solid #0075ff; }
.form-check .control-check:checked + .form-check-label::after{ 
    content: '✓';
	font-size: 15px;
	font-weight: bolder;
	color: #0075ff;
    line-height: 5px;
    top:7px;
    left:5px;
    position: absolute;    
}
.form-check .form-check-label-text{ top: 0px; left: 25px; font-size: 15px;} 

/* Versión small */
.form-check.form-check-sm{ width:20px; height:16px; padding-bottom:5px;padding-right:5px;}
.form-check.form-check-sm .form-check-label{ width: 12px; height:12px; border: 2px solid #0075ff; }
.form-check.form-check-sm .control-check:checked + .form-check-label::after{ 
	font-size: 12px;
    top:8px;
    left:3px;
    position: absolute;    
}
.form-check.form-check-sm .form-check-label-text{ top: 0px; left: 25px; font-size: 15px;} 
.form-check.form-check-sm .control-check:disabled + .form-check-label{ color: rgb(167, 167, 167);border: 2px solid rgb(167, 167, 167);  cursor:not-allowed; }

/* Versión Large */
.form-check.form-check-lg{ width:30px; height:24px; padding-bottom:10px;padding-right: 10px;}
.form-check.form-check-lg .form-check-label{ width: 20px; height:20px; border: 2px solid #0075ff; }
.form-check.form-check-lg .control-check:checked + .form-check-label::after{ 
	font-size: 20px;
    top:11px;
    left:5px;
    position: absolute;    
}
.form-check.form-check-lg .form-check-label-text{ top: 5px; left: 30px; font-size: 15px;} 

/* Estilos switch Radio */
.form-radio *{ all: unset; }
.form-radio{ position: relative;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif ;}
.form-radio-label{
    display: inline-block;
    border-radius: 100px;
    background-color: rgb(255, 255, 255);             
    cursor: pointer;
    position: relative;
    transition: .2s;
}

.form-radio-label::after{
    content: "";
    display: block;
    background:transparent;
    border-radius: 100px;
    position: absolute;
    top: 3px;
    left:3px;
    transition: .2s;
}

.form-radio-label-text{ position: absolute; cursor: pointer;}

.control-radio{ display:none; }
.control-radio:disabled + .form-radio-label::after{ background: rgb(167, 167, 167) !important; }
.control-radio:disabled + .form-radio-label{ border: 2px solid rgb(167, 167, 167) !important; cursor:not-allowed; }

/* Versión normal */
.form-radio{height:20px;padding-bottom:5px;padding-right:5px;}
.form-radio .form-radio-label{ width: 16px; height:16px; border: 2px solid #0075ff; }
.form-radio .form-radio-label::after{ top: 8px; left:8px; width: 0px; height: 0px; background: #0075ff; }
.form-radio .control-radio:checked + .form-radio-label::after{ 
    background: #0075ff; 
    width: 10px; height: 10px;
    top: 3px;
    left:3px;            
}
.form-radio .form-radio-label-text{ top: 0px; left: 25px; font-size: 15px;}

/* Versión small */
.form-radio.form-radio-sm {height:16px;}
.form-radio.form-radio-sm .form-radio-label{ width: 12px; height:12px; border: 2px solid #0075ff; }
.form-radio.form-radio-sm .form-radio-label::after{ top: 6px; left:6px; width: 0px; height: 0px; background: #0075ff; }
.form-radio.form-radio-sm .control-radio:checked + .form-radio-label::after{ 
    background: #0075ff; 
    width: 8px; height: 8px;
    top: 2px;
    left:2px; 
}
.form-radio.form-radio-sm .form-radio-label-text{ top: 0px; left: 20px; font-size: 13px;}

/* Versión Large */
.form-radio.form-radio-lg {height:26px;}
.form-radio.form-radio-lg .form-radio-label{ width: 22px; height:22px; border: 2px solid #0075ff; }
.form-radio.form-radio-lg .form-radio-label::after{ top: 11px; left:11px; width: 0px; height: 0px; background: #0075ff; }
.form-radio.form-radio-lg .control-radio:checked + .form-radio-label::after{ 
    background: #0075ff; 
    width: 16px; height: 16px;
    top: 3px;
    left:3px; 
}
.form-radio.form-radio-lg .form-radio-label-text{ top: 3px; left: 30px; font-size: 18px;}

/* Tooltips */ 
button.tooltip-custom{ 
border-radius:15px;
width:32px;
height:30px;
color:#0075ff;
transform: scale(.8);
}
button.tooltip-custom .fas{ 
	font-size:12px !important;
}

button.tooltip-custom.tooltip-custom-sm{
	transform: scale(.7);
}

.form-control[type="number"]{
width:75px !important;
}

table.clear-border tr td{ border: 1px solid #f2f2f2; }
table.clear-border table tr td{ border: 1px solid #ddd;	}
table.clear-border table table tr td{ border: 1px solid #f2f2f2;	}
table.clear-border table table table tr td{ border: 1px solid #ddd;	}
table.no-border tr td{ border-width: 0px !important;}
table.no-background tr td{ background: transparent !important;}
table.no-background tr td:hover{ background: transparent !important;}


.header-fixed.container-table{
	height:300px;
	margin-bottom: 15px;
}
.alto-minimo{	height:152px !important; }

.header-fixed {
    display: block;
    position: relative;
    max-height: 100%;
    overflow: auto;
}
table.header-fixed{
	border-bottom:1px solid #ddd;

}
.header-fixed thead,
.header-fixed tbody,
.header-fixed tfoot { display: block; }
.header-fixed thead {
    position: sticky;
    display: inline-block;
    top: 0;
    width: 100%;
}

.header-fixed tfoot {
    position: sticky;
    display: inline-block;
    bottom: 0;
    width: 100%;

}

.header-fixed thead{
	z-index:100;
    border-top: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.header-fixed tfoot{
    border-bottom: 1px solid #ddd;
    box-shadow: 0 3px 3px #FFF;
}

.header-fixed thead tr > th,
.header-fixed tfoot tr > td  {
    background: #292930;
    border-color: #FFF;
    color: #fff;
    margin: auto;
}
.header-fixed tr { display: flex; }
.header-fixed th,
.header-fixed td {
    width: 100%;
    padding: 0.3em;
}

.header-fixed tfoot td {
    width:100%;
    border-right: 1px solid #ddd;
    border-bottom-width: 0px;
}

.header-fixed thead th { border-right: 1px solid #ddd; height: 45px;}
.header-fixed thead th:last-child { border-right: 0px solid #ddd; }
.header-fixed thead th:first-child { border-left: 1px solid #ddd; }


/* Estilos del scroll */
.scroll-custom::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.4);background-color: #fff;}
.scroll-custom::-webkit-scrollbar {width: 10px;background-color: #96b0f7;}
.scroll-custom.scroll-custom-sm::-webkit-scrollbar {width: 5px;}
.scroll-custom::-webkit-scrollbar-thumb { background-color: #96b0f7; border-radius: 5px;}


table.bg-odd tbody tr:nth-child(2n+1) td{background: #F9F9F9;}

/*Estilos tabla cuotas*/
.contenedor-cuotas{ padding:10px; margin-left: 10px;}

.tabla-cuotas.header-fixed thead th.importe{ width: 13em; }
.tabla-cuotas.header-fixed thead th.vencimiento{ width:28.5em; }
.tabla-cuotas.header-fixed thead th.fecha-limite{ width: 11em; }
.tabla-cuotas.header-fixed thead th.comision{ width:  calc(100% - 52.5em); }

.tabla-cuotas.header-fixed > tbody td{vertical-align:middle;}
.tabla-cuotas.header-fixed > tbody td.matricula{ width: 5em; border-left: 1px solid #ddd !important;}
.tabla-cuotas.header-fixed > tbody td.simbolo{ width: 3.5em; text-align: right; }
.tabla-cuotas.header-fixed > tbody td.importe{ width: 4.5em; border-right: 1px solid #ddd !important; padding-left:1px;}
.tabla-cuotas.header-fixed > tbody td.vencimiento{ width:28.5em; border-right: 1px solid #ddd !important;padding-right:0px; }
.tabla-cuotas.header-fixed > tbody td.fecha-limite{ width: 11em; border-right: 1px solid #ddd !important;padding-left:0px;}
.tabla-cuotas.header-fixed > tbody td.comision{ width:  calc(100% - 52.5em); border-right: 1px solid #ddd !important; }


.tabla-cuotas .tabla-vencimientos .cantidad-dias{ width:54px;padding-right:0px;padding-left:1px;}
.tabla-cuotas .tabla-vencimientos .cantidad-dias input{ width:50px !important; }
.tabla-cuotas .tabla-vencimientos .dias{ width:29px;padding-left: 2px;padding-right: 0px;}
.tabla-cuotas .tabla-vencimientos .antes-despues{ width:94px;padding-left:0px;}
.tabla-cuotas .tabla-vencimientos .antes-despues select{padding-left: 2px !important;padding-right: 0px !important; font-size: 12px;}
.tabla-cuotas .tabla-vencimientos .wrp-fecha-vencimiento-cuota{ width:153px; padding-left:0px !important;padding-right:0px; }
.tabla-cuotas .tabla-vencimientos .wrp-fecha-vencimiento-cuota select{ padding-left:2px !important;padding-right: 0px; font-size: 12px;}
.tabla-cuotas .tabla-vencimientos .mensaje{ width:40px; padding-left: 0px !important; }
.tabla-cuotas .tabla-fecha-limite .fecha{ width:57px;padding-right:0px;padding-left:4px;}
.tabla-cuotas .tabla-fecha-limite .texto{ width:82px;padding-right:0px;padding-left:0px;}
.tabla-cuotas.header-fixed > tbody td.fecha-limite input{ width: 50px !important; padding-left:2px !important;padding-right:2px !important;}
.tabla-cuotas.header-fixed > tbody td.comision input{ width: 50px !important; margin: 0 auto;}
.tabla-cuotas .celda{ display: table; width:100%; height:100%; }
.tabla-cuotas .celda > div{	display: table-cell;vertical-align: middle;}
.tabla-cuotas td.importe input[type="text"]{
	width:60px;padding-right:3px;padding-left:0px;
}
.tabla-cuotas td.cantidad-dias input[type="number"]{
	padding-right:3px;padding-left:3px;margin-left:0px;
}

@media (min-width: 992px){
	.tabla-cuotas,
	.tabla-sedes,
	.tabla-sedes-header,
	.lista-modalidades	{ font-size: 13px !important; }
	

}
@media (min-width: 1024px){
	.contenedor-cuotas{ padding-left:0px;padding-right:0px;}
	.nav.nav-tabs li a{
		padding: 12px 15px !important;
		font-size: 13px !important;
	}
	body.sidebar-toggled .nav.nav-tabs li a{
		padding: 12px 15px !important;
		font-size: 13px !important;
	}

	.wrp_cargahoraria{font-size: 11px;}
	body.sidebar-toggled .wrp_cargahoraria{	font-size: 12px; }
}

@media (max-width: 1024px){

	.nav.nav-tabs li a{
		padding: 8px 4px !important;
		font-size: 11px !important;
	}

	body.sidebar-toggled .nav.nav-tabs li a{
		padding: 12px 8px !important;
		font-size: 13px !important;
	}

	body.sidebar-toggled div.tabla-inicios-clases{
		width:740px !important;
		font-size:12px;
	}

	body div.tabla-inicios-clases{
		width:640px !important;
		font-size:11px;
	}

	.panel-title{
		font-size: 15px;
	}

	body.sidebar-toggled panel-title{
		font-size: 14px;
	}

}

/* Estilos tabla Cronograma de pagos */
.tabla-cuotas.tabla-cuotas-cronograma-pagos thead th {text-align: center;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos thead th:last-child{line-height: 12px;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos thead th.concepto{width: 8em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos thead th.vencimiento{width: 7em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos thead th.fechaLimitePago{width: 7em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos thead th.estado{width: calc(100% - 69em);}
.tabla-cuotas.tabla-cuotas-cronograma-pagos thead th.nroOperaciones{width: 10em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos thead th.importeCuota{width: 9em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos thead th.importePagado{width: 9em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos thead th.importeCobrado{width: 9em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos thead th.diferenciaCuotaPagado{width: 10em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos thead th:first-child {border-left: 1px solid #292930 !important;}

.tabla-cuotas.tabla-cuotas-cronograma-pagos tbody td {text-align: center;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tbody td.right {text-align: right !important;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tbody td.concepto{width: 8em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tbody td.vencimiento{width: 7em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tbody td.fechaLimitePago{width: 7em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tbody td.estado{width: calc(100% - 69em);}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tbody td.nroOperaciones{width: 10em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tbody td.importeCuota{width: 9em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tbody td.importePagado{width: 9em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tbody td.importeCobrado{width: 9em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tbody td.diferenciaCuotaPagado{width: 10em;}

.tabla-cuotas.tabla-cuotas-cronograma-pagos tfoot td.concepto{width: 8em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tfoot td.vencimiento{width: 7em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tfoot td.fechaLimitePago{width: 7em;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tfoot td.estado{width: calc(100% - 69em);}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tfoot td.nroOperaciones{width: 10em;text-align: right;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tfoot td.importeCuota{width: 9em;text-align: center;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tfoot td.importePagado{width: 9em;text-align: right;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tfoot td.importeCobrado{width: 9em;text-align: right;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tfoot td.diferenciaCuotaPagado{width: 10em;}

.tabla-cuotas.tabla-cuotas-cronograma-pagos tbody td.vencimiento{}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tbody td {border-right: 1px solid #DDD !important;border-bottom: 1px solid #DDD !important;}
.tabla-cuotas.tabla-cuotas-cronograma-pagos tbody td:first-child {border-left: 1px solid #DDD !important;}

/* Estilos tabla des/habilitación en campus virtual */
.tabla-log.tabla-cursos-habdeshab-en-campus thead th {text-align: center;}
.tabla-log.tabla-cursos-habdeshab-en-campus thead th.concepto{width: 20em;}
.tabla-log.tabla-cursos-habdeshab-en-campus thead th.vencimiento{width: 20em;}
.tabla-log.tabla-cursos-habdeshab-en-campus thead th.estado{width: calc(100% - 40em);}
.tabla-log.tabla-cursos-habdeshab-en-campus thead th:first-child {border-left: 1px solid #292930 !important;}

.tabla-log.tabla-cursos-habdeshab-en-campus tbody td {text-align: center;}
.tabla-log.tabla-cursos-habdeshab-en-campus tbody td.concepto{width: 20em;}
.tabla-log.tabla-cursos-habdeshab-en-campus tbody td.vencimiento{width: 20em;}
.tabla-log.tabla-cursos-habdeshab-en-campus tbody td.estado{width: calc(100% - 40em);}
.tabla-log .celda{ display: table; width:100%; height:100%; }
.tabla-log .celda > div{	display: table-cell;vertical-align: middle;}
.tabla-log.tabla-cursos-habdeshab-en-campus tbody td {border-right: 1px solid #DDD !important;border-bottom: 1px solid #DDD !important;}
.tabla-log.tabla-cursos-habdeshab-en-campus tbody td:first-child {border-left: 1px solid #DDD !important;}
.tabla-log.tabla-cursos-habdeshab-en-campus.header-fixed{border-bottom-width: 0px !important;}

/*Estilos tabla Links*/
.header-fixed.container-table.tabla-links{ height:500px; }
.tabla-links tfoot tr td{	background: #EEE !important; border-left: 1px solid #ddd !important;}
.tabla-links.header-fixed thead th.tipolink{ width: 10em; }
.tabla-links.header-fixed thead th.titulo{ width: 10em; }
.tabla-links.header-fixed thead th.info{ width: 10em; }
.tabla-links.header-fixed thead th.linklargo{ width: 25em; }
.tabla-links.header-fixed thead th.linkcorto{ width: calc(100% - 55em); }
.tabla-links.header-fixed tbody {overflow-x: hidden;}
.tabla-links.header-fixed tbody tr:nth-child(2n+1){background: #F9F9F9;}
.tabla-links.header-fixed tbody td{vertical-align:middle;}
.tabla-links.header-fixed tbody td.tipolink{ width: 10em !important; border-right: 1px solid #ddd !important;border-left: 1px solid #ddd !important;}
.tabla-links.header-fixed tbody td.titulo{ width: 10em !important; border-right: 1px solid #ddd !important;}
.tabla-links.header-fixed tbody td.info{ width: 10em !important; border-right: 1px solid #ddd !important;}
.tabla-links.header-fixed tbody td.linklargo{ width: 25em !important; border-right: 1px solid #ddd !important; }
.tabla-links.header-fixed tbody td.linkcorto{ width: calc(100% - 55em) !important; border-right: 1px solid #ddd !important; }
.tabla-links .celda{ display: table; width:100%; height:100%;}
.tabla-links .celda > div{	display: table-cell;vertical-align: middle;}


/*Estilos tabla Links*/
.header-fixed.container-table.tabla-inicios{ height:350px; }
.tabla-iniciostfoot tr td{	background: #EEE !important; border-left: 1px solid #ddd !important;}
.tabla-inicios.header-fixed thead th.fechaInicio{ width: 12em; }
.tabla-inicios.header-fixed thead th.identifInterna{ width: 27em; }
.tabla-inicios.header-fixed thead th.modalidadesAfectadas{ width: calc(100% - 39em); }
.tabla-inicios.header-fixed tbody {overflow-x: hidden;}
.tabla-inicios.header-fixed tbody tr:nth-child(2n+1){background: #F9F9F9;}
.tabla-inicios.header-fixed tbody td{vertical-align:middle;}
.tabla-inicios.header-fixed tbody td.fechaInicioCheck{ width: 4em !important; border-right: 1px solid #ddd !important;border-left: 1px solid #ddd !important;}
.tabla-inicios.header-fixed tbody td.fechaInicioLbl{ width: 8em !important; border-right: 1px solid #ddd !important; }
.tabla-inicios.header-fixed tbody td.identifInterna{ width: 27em !important; border-right: 1px solid #ddd !important; }
.tabla-inicios.header-fixed tbody td.modalidadesAfectadas{ width: calc(100% - 39em); border-right: 1px solid #ddd !important; }
.tabla-inicios .celda{ display: table; width:100%; height:100%; }
.tabla-inicios .celda > div{	display: table-cell;vertical-align: middle; }


/*Estilos tabla en clases*/

div.tabla-inicios-clases{ width:740px;}
.header-fixed.container-table.tabla-inicios-clases{ height:350px; }
.tabla-inicios-clases tfoot tr td{	background: #EEE !important; border-left: 1px solid #ddd !important;}
.tabla-inicios-clases.header-fixed thead th.fechaInicio{ width: 10em; }
.tabla-inicios-clases.header-fixed thead th.identifInterna{ width: 25em; }
.tabla-inicios-clases.header-fixed thead th.modalidadesAfectadas{ width: calc(100% - 35em); }
.tabla-inicios-clases.header-fixed tbody {overflow-x: hidden;}
.tabla-inicios-clases.header-fixed tbody tr:nth-child(2n+1){background: #F9F9F9;}
.tabla-inicios-clases.header-fixed tbody tr:last-child{border-bottom: 1px solid #DDD;}
.tabla-inicios-clases.header-fixed tbody td{vertical-align:middle;}
.tabla-inicios-clases.header-fixed tbody td.fechaInicioCheck{ width: 3em !important; border-right: 1px solid #ddd !important;border-left: 1px solid #ddd !important; padding-left:0px;}
.tabla-inicios-clases.header-fixed tbody td.fechaInicioLbl{ width: 7em !important; border-right: 1px solid #ddd !important; }
.tabla-inicios-clases.header-fixed tbody td.identifInterna{ width: 25em !important; border-right: 1px solid #ddd !important; }
.tabla-inicios-clases.header-fixed tbody td.modalidadesAfectadas{ width: calc(100% - 35em); border-right: 1px solid #ddd !important; }
.tabla-inicios-clases .celda{ display: table; width:100%; height:100%; }
.tabla-inicios-clases .celda > div{	display: table-cell;vertical-align: middle; }


.tabla-modalidades-clases tr{
	border-bottom: 1px solid #DDD;border-left: 1px solid #DDD;border-right: 1px solid #DDD;
}

/*Estilos tabla tabla-validacion-pago*/
/*.header-fixed.container-table.tabla-inicios{ height:350px; }*/
.tabla-validacion-pago{ width: 500px}
.tabla-validacion-pago tr td{ border-left: 1px solid #ddd !important;}
.tabla-validacion-pago.header-fixed thead th.concepto{ width: 8em; }
.tabla-validacion-pago.header-fixed thead th.fecha_vencimiento{ width: 18em; }
.tabla-validacion-pago.header-fixed thead th.importe{ width: calc(100% - 26em); }
.tabla-validacion-pago.header-fixed thead th { height:60px; }
.tabla-validacion-pago.header-fixed tbody {overflow-x: hidden;}
.tabla-validacion-pago.header-fixed tbody tr:nth-child(2n+1){background: #F9F9F9;}
.tabla-validacion-pago.header-fixed tbody td{vertical-align:middle;}
.tabla-validacion-pago.header-fixed tbody td.concepto{ width: 8em !important; border-right: 1px solid #ddd !important;border-left: 1px solid #ddd !important;}
.tabla-validacion-pago.header-fixed tbody td.fecha_vencimiento{ width: 18em !important; border-right: 1px solid #ddd !important; }
.tabla-validacion-pago.header-fixed tbody td.importe{ width: calc(100% - 26em) !important; border-right: 1px solid #ddd !important; }
.tabla-validacion-pago.celda{ display: table; width:100%; height:100%; }
.tabla-validacion-pago.celda > div{	display: table-cell;vertical-align: middle; }

/*Estilos tabla tabla-fechas-hab-clases*/
.header-fixed.container-table.tabla-fechas-hab-clases{ height:250px; }
.tabla-fechas-hab-clases.header-fixed thead th{ height:25px ;}
.tabla-fechas-hab-clases tr td{	border-left: 1px solid #ddd !important;}
.tabla-fechas-hab-clases.header-fixed thead th.columna1{ width: 50em; }
.tabla-fechas-hab-clases.header-fixed tbody {overflow-x: hidden;}
.tabla-fechas-hab-clases.header-fixed tbody tr:nth-child(2n+1){background: #F9F9F9;}
.tabla-fechas-hab-clases.header-fixed tbody td{vertical-align:middle;}
.tabla-fechas-hab-clases.header-fixed tbody td.columna1 {width: 50em !important; border-right: 1px solid #ddd !important; border-left: 1px solid #ddd !important; }
.tabla-fechas-hab-clases.celda{ display: table; width:100%; height:100%; }
.tabla-fechas-hab-clases.celda > div{	display: table-cell;vertical-align: middle; }


/*Estilos tabla tabla-fechas-hab-clases*/
.header-fixed.container-table.tabla-actualizacion_pagos_preeliminar_cuotas{ height:250px; }
.tabla-actualizacion_pagos_preeliminar_cuotas.header-fixed thead th{ height:40px; }
.tabla-actualizacion_pagos_preeliminar_cuotas.header-fixed thead th{text-align: center;}
.tabla-actualizacion_pagos_preeliminar_cuotas.header-fixed thead th:first-child{ text-align: left;}
.tabla-actualizacion_pagos_preeliminar_cuotas tr td{ border: 0px solid #ddd; border-left: 1px solid #ddd !important;}
.tabla-actualizacion_pagos_preeliminar_cuotas tr td:first-child{ border-left: 0px solid #ddd !important;}
.tabla-actualizacion_pagos_preeliminar_cuotas.header-fixed tbody {overflow-x: hidden;}
.tabla-actualizacion_pagos_preeliminar_cuotas.header-fixed tbody tr:nth-child(2n+1){background: #F9F9F9;}
.tabla-actualizacion_pagos_preeliminar_cuotas.header-fixed tbody td{vertical-align:middle;height:40px;}
.tabla-actualizacion_pagos_preeliminar_cuotas.header-fixed tbody td.columna1 { border-right: 1px solid #ddd !important; border-left: 1px solid #ddd !important; }
.tabla-actualizacion_pagos_preeliminar_cuotas.celda{ display: table; width:100%; height:100%; }
.tabla-actualizacion_pagos_preeliminar_cuotas.celda > div{	display: table-cell;vertical-align: middle; }

/*Overflow ficha del usuario*/
#DivHTMLAjaxOpcionCRM{ 
	overflow-x: auto;
	transition: opacity .3s ease;
	--moz-transition: opacity .3s ease;
	--webkit-transition: opacity .3 s ease;
}
.wrpDivHTMLAjaxOpcionCRM{ min-height: 400px; }

/*Carga Horaria*/
.wrp_cargahoraria{
	max-height:500px;overflow-y: auto;
}

.wrp_cargahoraria input[type="number"]{
	width:42px !important;
	padding-left:4px;
	padding-right:1px;
	text-align: right;
	margin-left: 3px;
	margin-right: 2px;
}
.wrp_cargahoraria span{
	line-height: 33px;
}


.badge-custom{
	background-color: rgba(255,255,255,0.6);
	float: left;
	max-width: 320px;
	min-width: 220px;
	padding:2px;
	margin:4px;
	border-radius:100px;
	border:1px solid rgba(0,0,0,0.2);
}

.badge-avatar-custom{
	background-color: rgba(255,255,255,1);
	width:40px;
	float:left;
	border-radius:20px;
	overflow: hidden;
	text-align: center;
	display:block;

}

.badge-custom .badge-avatar-custom div.img{
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	display:block;
}

.badge-text-custom{
	font-size:15px;
	line-height: 18px;
	font-weight: bolder;
	float:left;
	width: calc(100% - 42px);
	overflow: hidden;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	padding-left:5px;
}

.badge-custom .badge-both{
	display:block;
	clear: both;
}

.badge-custom.badge-custom-sm{
	max-width: 160px;
	min-width: 110px;
	border-radius:50px;
}

.badge-custom.badge-custom-sm .badge-avatar-custom{
	width:30px;
	border-radius:15px;
}

.badge-custom.badge-custom-sm .badge-avatar-custom div.img{
	width:30px;
	height:30px;
}

.badge-custom.badge-custom-sm .badge-text-custom{
	font-size:10px;
	line-height: 13px;
	width: calc(100% - 42px);
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	padding-left:3px;
}

/*Dias de la demana*/
.chkDiasDeLaSemana{
	padding:5px;
}
ul.listaDeModalidades, ul.listaDeDias{
	list-style-type: none;
	padding-left: 0px;
}


ul.listaDeModalidades li, 
ul.listaDeDias li{
	float:left;
	margin-right: 10px;
	padding: 5px;
	min-width: 100px;
}
ul.listaDeModalidades li .form-check{
	min-width:180px;
}

td.subtitles{
color: #fff;
background: #292930 !important;
}

tr.headerDetalleDeCurso:hover{
	cursor: pointer;
}

.wrp-grafico-home{
	max-height: 850px;
	overflow-y: auto;
	overflow-x: hidden;
}

.card-grafico{
	border: 1px solid #EEEEEE8F;
	height: 500px;
	overflow: hidden;
	margin-top:5px;
	margin-right:5px;
}

.card-grafico .text-title{
	margin: 0 45px;
}

@media (min-width: 1025px) and (max-width: 1366px){

	.card-grafico .text-title{ font-size: 10px; }
} 

@media (max-width: 1024px){

	.card-grafico .text-title{ font-size: 11px; }

}

#DivClases #wrpModalidades .panel-group{
	padding:0 7px;
	min-height:300px;
}

#DivClases #wrpModalidades .panel-collapse.clase .tab-content { min-height: 150px; }
#DivClases #wrpModalidades .panel-group.equipoDocente{ 	min-height:113px; }

.carga-recursos{ background: #FFF; }
.carga-recursos table tr td{ background: #FFF !important; }


.nav-second-level li a {
    padding: 0;
    margin: 0;
    color: initial;
    border-radius: initial;
}

.nav.nav-second-level li a:hover{
	background: transparent !important;
	text-decoration: none;
}
.nav.nav-second-level .wrp-opcion{
    padding: 3px 3px;
    margin: 0 3px;
    color: rgba(58, 59, 69, 0.8) !important;
    border-radius: 0.35rem;
	font-size: 12px;
}
.nav.nav-second-level .wrp-opcion:hover{
	color: rgba(58, 59, 69, 1) !important;
    background-color: #E1E1E1 !important;
}
.nav.nav-second-level .wrp-opcion:hover .icono-nueva-pestana{
	visibility: visible;
}
.nav.nav-second-level .wrp-opcion table{
	width: 200px;
}
.nav.nav-second-level .wrp-opcion td:first-child{padding-right: 4px !important;}

.nav.nav-second-level .wrp-opcion td{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.nav.nav-second-level .wrp-opcion .wrp-icon{
	width: 15px;
	text-align: center;
	margin: 0 auto;
	font-size: 1.05rem;
}
.nav.nav-second-level .wrp-opcion .icono-nueva-pestana{
	visibility: hidden;
}

.nav.nav-second-level .wrp-opcion .wrp-texto{
	max-width: 145px;
}

.wrp-preview-template-wa{
	padding:10px;
	background-image: url('/admin/vistas/images/wp-fondo-tenue.png');
	background-repeat: repeat;
	border:1px solid #EEE;
	display: flex;
	justify-content: center;
}
.preview-template-wa{
	margin: 10px;
	padding: 10px;
	background: #FFF;
	border:1px solid #EEE;
	border-radius:5px;
	width: 300px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.preview-template-wa .body{
	margin-top:10px;
}
.preview-template-wa .imagen{
	overflow:hidden;.

}
.preview-template-wa .imagen img{
	max-width: 100%;
}

.preview-template-wa .opciones-template{
	border-top: 1px solid #999;
	padding-top: 5px;
	padding-left:1%;
}
.preview-template-wa .opciones-template ul{
	list-style-type: none;
	padding-left:0px;
}

.preview-template-wa .opciones-template .fast-reply li{
	border:1px solid #999;
	border-radius:4px;
	padding:7px;
	margin-top:5px;
	margin-right:1%;
	text-align: center;
	float:left;
	width:48%;
}

.preview-template-wa .opciones-template .fast-reply li.tercero{
	width:97% !important;
}

.preview-template-wa .opciones-template .links li{
	border:1px solid #999;
	border-radius:4px;
	padding:7px;
	margin-top:5px;
	margin-right:1%;
	text-align: center;
	float:left;
	width:97%;
}

.nav.nav-pills.nav-stacked a{
	color: #333;
}
.nav.nav-pills.nav-stacked a:hover{
	background: #EEE;
}

#tabsDatosDelUsuario ul.nav-stacked{
	border-bottom-width: 0;
}

#tabsDatosDelUsuario ul.nav-stacked li.active a{ 
	border-bottom: 1px solid #314a93;
	background: #5578db;
}

#tabsDatosDelUsuario ul.nav-stacked li a:hover{ 
	border-bottom: 1px solid #314a93;
}

#tabsDatosDelUsuario ul.nav-stacked li a{
	border-bottom:1px solid #CCC;
	border-radius: 4px;
	padding: 8px 11px;
}

#tooltip_observaciones{
	border-bottom-width: 0;
	background: transparent;
}

.tabs-alumnos textarea.form-control,
.tabs-alumnos input.form-control[type="text"],
.tabs-alumnos input.form-control[type="date"],
.tabs-preinscriptos textarea.form-control,
.tabs-preinscriptos input.form-control[type="text"],
.tabs-preinscriptos input.form-control[type="date"],
.tabs-preinscriptos select.form-control
{
	max-width:250px;
}

.tabs-alumnos input.form-control.form-control-long[type="text"],
.tabs-alumnos input.form-control.form-control-long[type="date"],
.tabs-preinscriptos input.form-control.form-control-long[type="text"],
.tabs-preinscriptos input.form-control.form-control-long[type="date"]{
	max-width:350px;
}
.tabs-alumnos select.form-control{
	max-width:250px;
}

.tabs-alumnos .iti{
	margin-top: 0px;
}
.input-group .iti .form-control {
  border-radius: 4px !important;
}

.wrp-header-personas{
	margin-bottom: 15px;
}
.header-personas{
	margin-bottom: 5px;
}

.header-personas h3{
	margin-top: 5px;
}
.header-personas h3.id-nombre{ 
	float:left; 
	margin-bottom: 0px;
}
.header-personas h3.pais-flag-nombre .pais-nombre{
	margin-left:10px;
} 
.header-personas h3.pais-flag-nombre{ 
	float:left;
	margin-left:10px; 
	margin-bottom: 0px;
}
.header-personas h3.pais-flag-nombre span.flag{ 
	position:relative;top:-3px;left: 3px;transform:scale(1.4);
}
.contacto-personas{
	font-size: 15px;
	color:#666;
}
.contacto-personas span{
	margin-right: 5px;
}
.contacto-personas td{
	padding-top: 0px;
	padding-bottom: 3px;
}

.colorMarcacionRapida{
	background: transparent;
	width:30px;
	height:30px;
	border-radius: 15px;
	margin:5px;
	overflow: hidden;
	position:relative;
}

.colorMarcacionRapida.colorMarcacionRapida-lg{
	width:42px;
	height:42px;
	border-radius: 21px;
}

.colorMarcacionRapida.colorMarcacionRapida-lg .innerImg{
	width:30px;
	height:30px;
	border-radius: 15px;
}

.colorMarcacionRapida .innerImg{
	position:absolute;
	top:5px;
	left:5px;
	width:18px;
	height:18px;
	border-radius: 10px;
	overflow: hidden;
}

.badge-marcacion-rapida{
	background:#EEE;
	width:200px;
	margin:1px;
	white-space: normal;
	text-align:left;
	border-radius:4px !important;
	height:40px;
	overflow: hidden;
	color:#333;
	display: flex;
	align-items: center;
	float:left;

}
.badge-marcacion-rapida img{
	margin-right: 5px;
}

#marcacionesSeleccionados span.badge,
.wrp-marcacion-rapida span.badge{
	padding-left:2px;
}

body.sidebar-toggled .nav.nav-tabs.nav-stacked-custom li a.custom{
	padding-top:4px !important;
	padding-bottom:4px !important;
}

.nav-stacked-custom li a.custom{
	background: transparent;
	border-width: 0px !important;
	border-radius: 30px !important;
	font-weight: bolder;
	font-size: 13px !important;
	color: #5f6368;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	padding-top:4px !important;
	padding-bottom:4px !important;
}

.nav-stacked-custom li.active a.custom{
	background: #e8f0fd !important;
	color: #185abc;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

.nav-stacked-custom li.active a.custom:focus i,
.nav-stacked-custom li.active a.custom:active i,
.nav-stacked-custom li.active a.custom:hover i{
	color: #185abc;
}

.nav-stacked-custom li a.custom i{
	font-size: 20px !important;
}

.nav-stacked-custom li.active a.custom i{
	font-size: 20px !important;
}

.nav-stacked-custom li a.custom:hover{
	background: #EEE !important;
}

.nav-stacked-custom li a.custom:hover i{
	color: #5f6368;
}

.text-strikethrough{
	text-decoration:line-through;
}
.text-strikethrough-red{
	text-decoration-color: red;
}
.text-strikethrough-bolder{
	text-decoration-thickness: 0.4rem;
}

.text-strikethrough-red-light{
	color: #c1bebf;
	text-decoration-color: #ff8080;
}

.enlace-graficos-home{
	color: inherit !important;
}

#DivCantidadesDashboard .card-prospectos{
	border-left-color: grey !important;
}
#DivCantidadesDashboard .card-prospectos .text-title{
	color: grey !important;
}
#DivCantidadesDashboard .card-preinscriptos{
	border-left-color: green !important;
}
#DivCantidadesDashboard .card-preinscriptos .text-title{
	color: green !important;
}
#DivCantidadesDashboard .card-alumnos{
	border-left-color: blue !important;
}
#DivCantidadesDashboard .card-alumnos .text-title{
	color: blue !important;
}
#DivCantidadesDashboard .card-desertores{
	border-left-color: red !important;
}
#DivCantidadesDashboard .card-desertores .text-title{
	color: red !important;
}
.cuantofalta{
	font-size:13px;
}
.cuantofalta strong{
	font-weight: bolder;
}

.header-grupos-alumnos small{
	color:#333;
}
.header-grupos-alumnos .opciones .opcion{
	float:left;
	padding-right: 20px;
}

.promocion .nohay_codigo_promocion{
    display: block;
}

.promocion .deshacer-codigo-promocion{
    margin-left: 7px;
}

.promocion select, .informacion-adicional select{
    margin-top: -7px;
}

.header-grupos-alumnos .logo-referente,
.header-grupos-alumnos .logo-mediodepublicidad{
    padding: 2px;
}

#cursos .card{
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
#cursos .card:hover{
	border:1px solid #666;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#DivGruposUsuario .ex-alumno{border:5px solid #C3C3C3;}
#DivGruposUsuario .ex-alumno:hover{border:5px solid #C3C3C3 !important;}

#miperfil .curriculum_vitae{display:none;}

table.comentario-preinscripto {
	border: 2px solid #9aa7ff !important;
	margin-bottom: 5px;
}
table.comentario-preinscripto td{
	background: #d3d8f5;
}

.comentario-preinscripto-div {
	border: 2px solid #9aa7ff;
	background: #d3d8f5;
	margin-bottom: 5px;
	padding: 5px;
}

.operador-avatar{
	width:44px;
	height: 44px;
	padding:2px;
	overflow: hidden;
	border:1px solid #d5d5d5; 
	border-radius:22px;
}
.operador-avatar img{
	width:40px;
	height: 40px;
	border-radius:20px;
}

.datos-desercion{
	border: 2px solid #ff1c1c;
	background: #ffc4dc;
	padding: 7px;
	margin-bottom: 10px;
}

.card-grafico{
	position: relative;
}

.wrp-dictantes{
	position: relative;
	height:50px
}

.graf-dictantes{
	background: transparent;
	position: absolute;
	bottom:7px;
	left:10px;
	width:40px;
	height:40px;

	transition: all .15s ease;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
}

.list-distantes{
	width: 100%;
	height: 100%;
	position:relative;
}

.dictante-avatar{
	background: #FFF;
	width:40px;
	height:40px;
	border-radius: 20px;
	border:1px solid #DDD;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

	box-shadow: 0 0 2px rgba(0,0,0,0.4);
	overflow: hidden;
	position:absolute;
	bottom:0;
	left:0;

	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
.dictante-avatar{left:0px;}

.list-distantes .tooltip {
	text-transform: capitalize;
}

.card-grafico { overflow: visible; }

.iti.iti--allow-dropdown{
	height:34px;
}

.tooltip-inner{
	word-break: keep-all !important;
	min-width: 150px;
}


/*Estilos tabla descuentos*/
.contenedor-cuotas .header-fixed {height:290px;}
.contenedor-cuotas .tabla-descuentos.header-fixed thead th.concepto{ width: 10em;border-left: 1px solid #ddd !important;}
.contenedor-cuotas .tabla-descuentos.header-fixed thead th.descuento{ width:  calc(100% - 2em); }

.contenedor-cuotas .tabla-descuentos.header-fixed > tbody td{vertical-align:middle;}
.contenedor-cuotas .tabla-descuentos.header-fixed > tbody td.concepto{ width: 10em; border-right: 1px solid #ddd !important;border-left: 1px solid #ddd !important; padding-left:1px;}
.contenedor-cuotas .tabla-descuentos.header-fixed > tbody td.descuento{ width: calc(100% - 2em); border-right: 1px solid #ddd !important;padding-right:0px; }
.contenedor-cuotas .tabla-descuentos .celda{ display: table; width:100%; height:100%; }
.contenedor-cuotas .tabla-descuentos .celda > div{	display: table-cell;vertical-align: middle;}


/*Estilos tabla descuentos*/
.contenedor-vencimientos .header-fixed {height:300px;}
.contenedor-vencimientos .tabla-descuentos.header-fixed thead th.concepto{ width: 15em;border-left: 1px solid #ddd !important;}
.contenedor-vencimientos .tabla-descuentos.header-fixed thead th.opcion_vencimiento{ width:  calc(100% - 15em); }
.contenedor-vencimientos .tabla-descuentos.header-fixed > tbody td{vertical-align:middle;}
.contenedor-vencimientos .tabla-descuentos.header-fixed > tbody td.concepto{ width: 15em; border-right: 1px solid #ddd !important;border-left: 1px solid #ddd !important; padding-left:1px;}
.contenedor-vencimientos .tabla-descuentos.header-fixed > tbody td.opcion_vencimiento{ width: calc(100% - 15em); border-right: 1px solid #ddd !important;padding-right:0px; }
.contenedor-vencimientos .tabla-descuentos .celda{ display: table; width:100%; height:100%; }
.contenedor-vencimientos .tabla-descuentos .celda > div{	display: table-cell;vertical-align: middle;}

table.no-flex tr{display: initial !important;}
table.no-flex tr td{width: initial !important;}

/*Estilos tabla  Aplicar la promoción cuando ocurra lo siguiente*/
.contenedor-aplicar-promocion .header-fixed {height:170px;}
.contenedor-aplicar-promocion .tabla-aplicar-promocion.header-fixed thead th.check{ width: 6em;border-left: 1px solid #ddd !important;}
.contenedor-aplicar-promocion .tabla-aplicar-promocion.header-fixed thead th.concepto{ width:  calc(100% - 6em); }
.contenedor-aplicar-promocion .tabla-aplicar-promocion.header-fixed > tbody td{vertical-align:middle;}
.contenedor-aplicar-promocion .tabla-aplicar-promocion.header-fixed > tbody td.check{ width: 6em; border-right: 1px solid #ddd !important;border-left: 1px solid #ddd !important; padding-left:1px;}
.contenedor-aplicar-promocion .tabla-aplicar-promocion.header-fixed > tbody td.concepto{ width: calc(100% - 6em); border-right: 1px solid #ddd !important;padding-right:0px; }
.contenedor-aplicar-promocion .tabla-aplicar-promocion .celda{ display: table; width:100%; height:100%; }
.contenedor-aplicar-promocion .tabla-aplicar-promocion .celda > div{	display: table-cell;vertical-align: middle;}

table.no-flex tr{display: initial !important;}
table.no-flex tr td{width: initial !important;}

input[type="radio"]:hover {
	cursor:pointer;
}

ul.ayuda li{
	list-style-type: none;
	float: right;
	padding: 7px;
}
ul.ayuda li a{
	font-size:12px;
}
ul.ayuda li i{
	margin-right: 4px;
	color: #4c57a3;
	font-size:13px;
}

#modalAyuda .modal-body{
	max-height: 400px;
	overflow-y: auto;
}

#dzUploadCargaMultiple .dz-details {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
#dzUploadCargaMultiple .dz-size {
	margin-bottom: 5px; 
	font-size: 12px;
}
#dzUploadCargaMultiple .dz-filename {
	margin-bottom: 0px; 
	font-size: 12px;
}

#dZUpload.dropzone, #dzUploadCargaMultiple.dropzone {
	background-image: repeating-linear-gradient(0deg, #999999, #999999 7px, transparent 7px, transparent 15px, #999999 15px), repeating-linear-gradient(90deg, #999999, #999999 7px, transparent 7px, transparent 15px, #999999 15px), repeating-linear-gradient(180deg, #999999, #999999 7px, transparent 7px, transparent 15px, #999999 15px), repeating-linear-gradient(270deg, #999999, #999999 7px, transparent 7px, transparent 15px, #999999 15px) !important;
	background-size: 2px 100%, 100% 2px, 2px 100% , 100% 2px !important;
	background-position: 0 0, 0 0, 100% 0, 0 100% !important;
	background-repeat: no-repeat !important;
	border-width: 0px;
}

#dZUpload.dropzone .dz-message, #dzUploadCargaMultiple .dz-message {
	color: #666;
	margin: 10px auto;
	font-size: 17px;
}

#dZUpload.dropzone .dz-message .icon-upload i, #dzUploadCargaMultiple .dz-message .icon-upload i{
	color: #4c57a3;
}

#dZUpload.dropzone .dz-message span, #dzUploadCargaMultiple .dz-message span{
	margin-top:10px;
	margin-bottom:10px;
	display: block;
}

#dZUpload.dropzone .dz-message .button-upload, #dzUploadCargaMultiple .dz-message .button-upload {
	display: block;
	margin: 10px auto;
	color: #666;
	font-size: 14px;
}

#accordionArchivos .panel-title {
	line-height: 29px;	
	font-weight: bolder;
}

.planes-de-pago-por-grupo_trabajo:nth-child(odd){
	background: #f9f9f9;
}

#container_google_auth {
	width: 300px;
	height: 120px;
	background-color: #FFF;
	padding: 5px;
	position: fixed;
	top:20px;
	right:20px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	animation: all .3s;
	display: none;
	z-index: 3000;
}
#header_google_auth {
	margin: 0px 10px 0px 10px;
	border-bottom: 1px solid #EEE;
	display: flex;
	flex-direction: row-reverse
}            
#body_google_auth {
	padding: 15px 7px 0px 7px;
	margin: 0px 20px 20px 20px;
}
#close_google_auth {
	background: transparent;
	padding:7px;
	border-width: 0;
}