@charset "UTF-8";
/*----------------------------*/
/* VALIDADOR DE CONTRASEÑAS   */
/*----------------------------*/
LI.invalid {
  background: url(../img/invalid.png) no-repeat 0 50%;
  padding-left: 22px !important;
  line-height: 24px;
  color: #ec3f41;
}

LI.valid {
  background: url(../img/valid.png) no-repeat 0 50%;
  padding-left: 22px !important;
  line-height: 24px;
  color: #3a7d34;
}

DIV#pswd_info, DIV#login_info {
  position: absolute;
  width: 350px;
  margin-top: 20px;
  padding: 15px;
  background: #fefefe;
  border-radius: 5px;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
  display: none;
  font-size: 14px;
  color: #444;
  z-index: 9999;
}

DIV#pswd_info ul, DIV#pswd_info li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

DIV#pswd_info h4, DIV#login_info h4 {
  font-size: 14px;
  color: #444;
}

DIV#pswd_info::before, DIV#login_info::before {
  content: "▲";
  position: absolute;
  top: -12px;
  left: 45%;
  font-size: 14px;
  line-height: 14px;
  color: #ddd;
  text-shadow: none;
  display: block;
}

DIV#pswd_info h4, DIV#login_info h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
}

/* -----------------------------------------
   Timeline
----------------------------------------- */
.timeline {
  list-style: none;
  padding-left: 0;
  position: relative;
}

.timeline:after {
  content: "";
  height: auto;
  width: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 5px;
  left: 30px;
  bottom: 25px;
}

.timeline.timeline-sm:after {
  left: 12px;
}

.timeline li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}

.timeline li:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e3e3e3;
  position: absolute;
  left: 24px;
  top: 5px;
}

.timeline li .timeline-date {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
  font-style: italic;
  font-size: 13px;
}

.timeline.timeline-icons li {
  padding-top: 7px;
}

.timeline.timeline-icons li:after {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #e3e3e3;
  left: 14px;
  top: 0;
  z-index: 11;
}

.timeline.timeline-icons li .timeline-icon {
  position: absolute;
  left: 23.5px;
  top: 7px;
  z-index: 12;
}

.timeline.timeline-icons li .timeline-icon [class*=glyphicon] {
  top: -1px !important;
}

.timeline.timeline-icons.timeline-sm li {
  padding-left: 40px;
  margin-bottom: 10px;
}

.timeline.timeline-icons.timeline-sm li:after {
  left: -5px;
}

.timeline.timeline-icons.timeline-sm li .timeline-icon {
  left: 6px;
}

.timeline.timeline-advanced li {
  padding-top: 0;
}

.timeline.timeline-advanced li:after {
  background: #fff;
  border: 1px solid #29b6d8;
}

.timeline.timeline-advanced li:before {
  content: "";
  width: 52px;
  height: 52px;
  border: 10px solid #fff;
  position: absolute;
  left: 4px;
  top: -10px;
  border-radius: 50%;
  z-index: 12;
}

.timeline.timeline-advanced li .timeline-icon {
  color: #29b6d8;
}

.timeline.timeline-advanced li .timeline-date {
  width: 75px;
  position: absolute;
  right: 5px;
  top: 3px;
  text-align: right;
}

.timeline.timeline-advanced li .timeline-title {
  font-size: 17px;
  margin-bottom: 0;
  padding-top: 5px;
  font-weight: bold;
}

.timeline.timeline-advanced li .timeline-subtitle {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
}

.timeline.timeline-advanced li .timeline-content {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 70px;
}

.timeline.timeline-advanced li .timeline-content p {
  margin-bottom: 3px;
}

.timeline.timeline-advanced li .timeline-content .divider-dashed {
  padding-top: 0px;
  margin-bottom: 7px;
  width: 200px;
}

.timeline.timeline-advanced li .timeline-user {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.timeline.timeline-advanced li .timeline-user:before,
.timeline.timeline-advanced li .timeline-user:after {
  content: " ";
  display: table;
}

.timeline.timeline-advanced li .timeline-user:after {
  clear: both;
}

.timeline.timeline-advanced li .timeline-user .timeline-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
}

.timeline.timeline-advanced li .timeline-user .timeline-user-name {
  font-weight: bold;
  margin-bottom: 0;
}

.timeline.timeline-advanced li .timeline-user .timeline-user-subtitle {
  color: #a6a6a6;
  margin-top: -4px;
  margin-bottom: 0;
}

.timeline.timeline-advanced li .timeline-link {
  margin-left: 5px;
  display: inline-block;
}

.timeline-load-more-btn {
  margin-left: 70px;
}

.timeline-load-more-btn i {
  margin-right: 5px;
}

/* -----------------------------------------
   Dropdown
----------------------------------------- */
.dropdown-menu {
  padding: 0 0 0 0;
}

a.dropdown-menu-header {
  background: #f7f9fe;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
}

.dropdown-menu > li a {
  padding: 10px 20px;
}

/* -----------------------------------------
   Badge
----------------------------------------- */
/* -----------------------------------------
   Bell Container
----------------------------------------- */
#notify-container {
  float: right;
  padding: 13px;
}

#notify-bell {
  font-size: 18px;
  float: left;
  color: #47648B;
  position: relative;
  top: 4px;
}

#notify-bell:hover {
  transform: scale(1.2);
  color: #9d9d9d;
}

/* -----------------------------------------
   Reloj
----------------------------------------- */
#clock {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: end;
  align-items: center;
  font-family: RobotoMono-Light, "monospace";
}

.select2-container--default .select2-selection--single {
  height: auto !important;
}

.select2-selection__arrow {
  margin-top: 7px;
}

span.select2.select2-container.select2-container--default {
  width: 100%;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  width: 100%;
}

li.select2-selection__choice {
  color: black !important;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
  width: 250px;
  z-index: 1200 !important;
}

table.table-condensed {
  width: 100%;
}

.nav-pills-flat > li > a {
  border-radius: 0 !important;
  border-top: 0;
  border-left: 3px solid transparent;
}

.nav-pills-flat > li.active > a {
  font-weight: 600;
}

.nav-pills-flat > li.active > a,
.nav-pills-flat > li.active > a:hover {
  border-left-color: #3c8dbc;
}

.login-box,
.register-box {
  width: 460px;
}

.login-footer {
  text-align: right;
  margin-top: 15px;
}

.login-footer i {
  font-size: 20px;
}

.login-footer .love i {
  font-size: 12px;
  margin-left: 2px;
  margin-right: 2px;
  color: #e3342f;
}

.login-footer .love .alternate {
  color: #031a6b !important;
}

/** SPINNER CREATION **/
.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.loader-txt p {
  font-size: 13px;
  color: #666;
}

.loader-txt p small {
  font-size: 11.5px;
  color: #999;
}

/** FIN SPINNER CREATION **/
.router-link-exact-active {
  background-color: #3c8dbc;
  color: #ffffff !important;
}

.required:after {
  content: "\f069"; /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  font-size: 10px;
  color: #e3342f;
  white-space: nowrap;
}

/* Tooltip confirmar usuario admin form */
.tooltip-info {
  position: relative;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
}
.tooltip-info:hover .tooltip-info-text {
  visibility: visible;
  opacity: 1;
}
.tooltip-info .tooltip-info-text {
  visibility: hidden;
  position: absolute;
  width: 55rem;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 1rem;
}
.tooltip-info .tooltip-info-text--right {
  top: -3rem;
  left: 3rem;
}
.tooltip-info .tooltip-info-text--right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}
