@charset "UTF-8";
/* JR 2018 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,500,600,700,800");
.text-success {
  color: #038f49;
}

.text-info {
  color: #0099cc;
}

body {
  font-family: "Open Sans", sans-serif;
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m5 {
  margin-top: 5px !important;
}

.m10 {
  margin-top: 10px !important;
}

.m15 {
  margin-top: 15px !important;
}

.m20 {
  margin-top: 20px !important;
}

.m30 {
  margin-top: 30px !important;
}

.m40 {
  margin-top: 40px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml40 {
  margin-left: 40px !important;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.margin-center {
  margin: 0 auto;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.l20 {
  margin-left: 20px;
}

.r20 {
  margin-right: 20px;
}

.p14 {
  font-size: 14px;
}

.p15 {
  font-size: 15px;
}

.p16 {
  font-size: 16px;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

.line-down::after {
  content: "";
  display: block;
  height: 2px;
  background-color: gainsboro;
  width: 100%;
}

.text-black {
  color: black;
}

.force-text-right {
  text-align: right !important;
}

.padding0 {
  padding: 0 !important;
}

.fw-normal {
  font-weight: normal;
}
.fw-bold {
  font-weight: bold;
}

.header .logo {
  margin-bottom: 20px;
}

header {
  background-color: #fff;
}
header .nav {
  float: right;
}
.navbar-top header .nav {
  background-color: rgba(0, 0, 0, 0.2);
}
header h3.navbar-text {
  font-size: 24px;
  line-height: 24px;
  margin: 24px;
  color: #fff;
  font-weight: 700;
}
header .navbar {
  position: relative;
  border: 0;
  border-radius: 0;
  margin: 0;
  min-height: 0;
  margin-bottom: 0;
}
header .navbar a > i {
  color: white;
  margin-right: 4px;
  font-size: 18px;
}
header .navbar-collapse {
  border: 0;
}
header .navbar-nav {
  margin: 0;
}
header .navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
}
header .navbar-top {
  background-color: #0099cc;
  color: white;
}
header .navbar-top .navbar-login {
  width: 340px;
  padding: 15px;
  color: #333;
}
header .navbar-top .navbar-login a:hover {
  text-decoration: underline;
}
header .navbar-top .navbar-login [class*=col-] {
  padding: 0;
}
header .navbar-top .navbar-right {
  margin-right: -15px;
}
header .navbar-top h3.navbar-text {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: white;
}
header .navbar-top .navbar-nav > li > a {
  color: white;
  border-left: dotted white 1px;
  padding: 6px 20px;
  font-size: 14px;
}
header .navbar-top .navbar-nav > li > a:hover, header .navbar-top .navbar-nav > li > a:active, header .navbar-top .navbar-nav > li > a:focus, header .navbar-top .navbar-nav > li > a:active:focus {
  color: white;
  background: transparent;
}
header .navbar-top .navbar-nav > li:last-child a {
  border-right: dotted white 1px;
}
header .navbar-top .navbar-nav > .open > a,
header .navbar-top .navbar-nav > .open > a:focus,
header .navbar-top .navbar-nav > .open > a:hover {
  color: #3d4245;
  background-color: #e7e7e7;
}
header .navbar-top .navbar-nav > .open i {
  color: #3d4245;
}
header .img-user {
  background-color: #ddd;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  background-size: cover;
}
header .dropdown .divider {
  margin-bottom: 0;
}
header .navbar-brand {
  position: relative;
  display: block;
  height: auto;
  padding: 10px 15px;
}
header .navbar-brand:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  header .navbar-brand > img {
    width: 100%;
  }
}

.navbar-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-bottom .navbar-right a {
  font-size: 1.2em;
  line-height: 32px;
  margin-top: 28px;
  padding: 0 15px;
  color: white;
}
.navbar-bottom .navbar-right a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.navbar-bottom .navbar-right li.active a {
  background-color: rgba(255, 255, 255, 0.15);
}

nav li.active > a {
  border-bottom: 4px solid black;
  padding-bottom: 3px;
}
.navbar-secondary nav li.active > a {
  font-weight: bold;
  padding-bottom: 6px;
}
.navbar-bottom nav li.active > a {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.15);
}
.navbar-bottom nav li.active > a:hover, .navbar-bottom nav li.active > a:active, .navbar-bottom nav li.active > a:focus, .navbar-bottom nav li.active > a:active:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

.navbar-bottom .navbar-right li:not(:last-child) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 30px;
  width: 2px;
  background-color: white;
}

.nav > li > a:focus, .nav > li > a:hover {
  background: transparent;
}

.navbar.navbar-secondary {
  min-height: 0;
  background-color: #f3f3f3;
  background-image: none !important;
}

.dropdown-menu .divider {
  margin: 0 !important;
}

.login footer {
  position: absolute;
  bottom: 30px;
  width: 100%;
  margin-bottom: 0;
}

footer {
  margin-bottom: 20px;
}
footer .logoGris {
  text-align: right;
}

/* ---------------- */
/* autor: @jreyesgs */
/* ---------------- */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: scroll;
  min-height: 100vh;
}

a {
  color: #0099cc;
}

.tooltip > .tooltip-inner {
  background-color: black;
}

a:focus {
  text-decoration: none;
}

.last-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 500px;
  padding-bottom: 30px;
}

h1 {
  font-size: 25px;
}

.error {
  position: relative;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #f3e6e6;
  color: #a94442;
}

label.error:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 9px;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #a94442;
  border-left: 8px solid transparent;
}

label.error {
  position: absolute;
  z-index: 1000;
  margin: 12px 0 0 5px;
  border: 1px solid #a94442;
  background-color: #a94442;
  color: #fff;
}

.options-error {
  position: relative;
  overflow: hidden;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #f3e6e6;
  color: #a94442;
}

body {
  overflow-y: scroll;
}

.ui-autocomplete {
  z-index: 5000;
}

body {
  overflow-y: scroll;
  background-color: #efefef;
}

.fondo-comentarios {
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #eee;
}

h1,
h2,
h3 {
  font-family: "Open Sans", sans-serif;
}

h3 {
  margin-top: 0;
}

.margen20 {
  margin-top: 20px;
}

.margen10 {
  margin-top: 10px;
}

.row-fluid {
  width: 1190px;
  margin: 0 auto;
}

.tituloPortal {
  margin-top: 24px;
  color: #3d4245;
  font-size: 1.8em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tituloPortal {
    margin-top: 22px;
    font-size: 18px;
  }
}
.tituloPortal::before {
  content: "/ ";
  color: #0099cc;
}

.breadcrumb {
  margin-top: 20px;
  background-color: transparent;
}
.breadcrumb a {
  color: black;
}
.breadcrumb a:hover {
  color: black;
}

.separador {
  margin-top: 40px;
}

/* Estilos p├ígina listado */
.fondoBusqueda {
  padding: 40px 20px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
          box-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
}
.fondoBusqueda .btn {
  margin-right: 0px;
}

input.search {
  padding-right: 33px;
  background-image: url("../img/lupa.png");
  background-position: calc(100% - 17px) center;
  background-repeat: no-repeat;
}

.sombra {
  -webkit-box-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
          box-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
}

.sombraTabla {
  -webkit-box-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
          box-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
}

.check {
  margin-left: 0.8em;
}

.tablaListado {
  background: #e4e4e4;
}
.tablaListado td {
  height: 55px;
  padding-top: 18px !important;
  text-align: center;
}
.tablaListado td:last-child {
  padding-top: 15px;
}
.tablaListado td:first-child {
  padding-left: 20px !important;
  font-weight: bold;
  text-align: left;
}
.tablaListado td .checkbox {
  float: left !important;
  margin-top: 4px;
}

.tablaListado td a {
  float: left;
  padding-left: 20px;
}
.tablaListado td:last-child > a {
  padding-left: 5px;
}

.tablaListado th {
  height: 75px;
  text-align: center;
}
.tablaListado th:first-child {
  padding-left: 30px !important;
  text-align: left;
}

option:hover {
  background-color: #ccc !important;
}

.superado {
  margin-right: 5px;
  color: #6dd900;
}

.espera {
  margin-right: 5px;
  color: #ff0000;
}

.titulo {
  position: relative;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Estilos New Offer */
@media screen and (max-width: 767px) {
  .panel-heading.numeros {
    height: auto;
  }
}
.panel-heading.numeros {
  height: 72px;
  background-color: #fff !important;
  background-image: none;
}

@media screen and (max-width: 767px) {
  .numeros > div {
    -webkit-transform: none;
            transform: none;
  }
}
.numeros > div {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-right: 25px;
  color: #cdcdcd;
  font-weight: bold;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.numeros > div.active {
  color: #474747;
}

.salideCompetencia {
  display: inline-block;
  width: 80%;
}

.tip {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  padding: 2px 5px;
  border-radius: 5px;
  background-color: #0099cc;
}
.tip::before {
  content: " ";
  position: absolute;
  top: 9px;
  left: -4px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 0;
  background-color: #0099cc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tip > input {
  width: 20px;
  border: 0;
  background-color: #0099cc;
  color: #fff;
  text-align: center;
}

.fundaCanvas {
  border: 1px solid #A80331;
}
.fundaCanvas canvas {
  width: 90%;
  margin-left: 20px;
  padding: 5px;
  text-align: center;
}
.fundaCanvas div {
  padding: 5px;
  background-color: #A80331;
  color: #fff;
  text-align: center;
}

.candidatos,
.experiencia {
  display: inline-block;
  width: 100%;
  margin-top: 7px;
  margin-right: 10px;
  font-size: 1.5rem;
}
.candidatos.w,
.experiencia.w {
  width: 34%;
}
.candidatos span,
.experiencia span {
  float: right;
  width: 70%;
  color: #0099cc;
}

.experiencia span {
  width: 85%;
}

.modal label.title {
  width: 100%;
}
.modal h3 {
  margin-bottom: 0;
}
.modal h3 .candidatos {
  float: right;
  width: auto;
  font-size: 1.8rem;
}
.modal h3 .candidatos span {
  display: inline;
  float: none;
  color: #0099cc;
}

.fondoBox {
  padding: 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
          box-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
}
.fondoBox .enrolled {
  display: block;
  height: 45px;
  background-color: green;
  color: #fff;
  line-height: 45px;
  text-align: center;
}

.fondoOferta {
  padding: 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 10px -3px rgba(32, 32, 32, 0.2);
          box-shadow: 1px 1px 10px -3px rgba(32, 32, 32, 0.2);
}
.fondoOferta .btn {
  width: 100%;
  margin: 0 auto;
  margin-top: 22px;
}

.fl {
  vertical-align: top;
  float: left;
  width: 36%;
  margin-left: 15px;
}

.fl2 {
  vertical-align: top;
  float: left;
  width: 34px;
  margin-left: 15px;
  padding-top: 8px;
  padding-right: 15px;
  text-align: center;
}

.fr {
  vertical-align: top;
  float: left;
  width: 36%;
}

#date1,
#date2 {
  font-size: 1.1em;
}

#datepicker {
  width: 120px;
  margin-left: 5px;
  border: 1px solid #ccc;
  background-color: #eee;
  text-align: center;
}

.datepicker {
  width: 120px;
  margin-left: 5px;
  border: 1px solid #ccc;
  background-color: #eee;
  text-align: center;
}

#Personal_Interview .nav {
  float: none;
  background-color: #fff;
}
#Personal_Interview .tab-content {
  padding: 20px;
  border: 1px solid #ccc;
  border-top: 0px;
}
#Personal_Interview li.active > a {
  padding-bottom: 10px;
  border-radius: 5px 5px 0 0;
}

.marco {
  border: 10px solid #eee;
}

.ficha {
  padding: 10px;
}

.underline {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
}

.observacion {
  display: none;
  width: 94%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.observacion.activa {
  display: block;
}

.btn-add {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 5px;
  padding: 2px 12px;
  background-color: #0099cc;
  color: #fff;
}
.btn-add:hover {
  background-color: deepskyblue;
  color: #fff;
}
.btn-add:focus {
  background-color: deepskyblue;
  color: #fff;
}
.btn-add:active {
  background-color: deepskyblue;
  color: #fff;
}

.preguntas {
  display: none;
  width: 94%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f5f5f5;
}
.preguntas.activa {
  display: block;
}
.preguntas p {
  margin-top: 20px;
}
.preguntas p:hover {
  color: #0099cc;
  font-weight: bold;
  cursor: help;
}
.preguntas p:first-of-type {
  margin-top: 0px;
}

.slideCompetencia {
  display: inline-block;
  width: 49%;
}

.sombraGraficas {
  overflow: hidden;
  padding: 28px 80px 20px 80px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.sombraGraficas.h {
  min-height: 305px;
}
.sombraGraficas.verde {
  background-color: #1fc0a8;
  background-image: url("../img/ico-verde.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.sombraGraficas.naranja {
  background-color: #e16d46;
  background-image: url("../img/ico-naranja.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.sombraGraficas.naranja.g-small .datos {
  margin-left: -10px;
  font-size: 3.5em;
}
.sombraGraficas.azul {
  background-color: #428bca;
  background-image: url("../img/ico-azul.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.sombraGraficas.rojo {
  background-color: #a80331;
  background-image: url("../img/ico-rojo.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.tituloGraficas, .tituloGraficasG {
  display: block;
  margin-bottom: 5px;
  border-bottom: 1px solid #d8d8d8;
  color: #666666;
  font-weight: bold;
}

.tituloGraficasG {
  font-size: 1.3em;
}

.legendLabel {
  padding-left: 5px;
}

.progress {
  height: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #1caf9a;
}

.progress-sm {
  height: 10px;
  border-radius: 2px;
}

.b20 {
  display: block;
  margin-bottom: 20px;
}

.b50 {
  display: block;
  margin-bottom: 50px;
}

.bg02 {
  background-image: url("../img/demo-fondo-02.jpg") !important;
}

.bg-success,
.bg-danger {
  margin-bottom: 20px;
  padding: 1em;
}

.no_video {
  margin-bottom: 1em;
  background-image: url("../img/no_video.png");
  background-position: center;
  background-repeat: no-repeat;
}

.employees .cabeceraTabla th:nth-child(1) {
  width: 240px;
}
.employees .cabeceraTabla th:nth-child(2) {
  width: 350px;
}

.titulo-metodologia a {
  display: inline-block;
  margin-top: 20px;
  margin-left: 10px;
  padding: 8px 15px;
  border-radius: 5px;
  background-color: rgb(228, 228, 228);
}
.titulo-metodologia a:hover {
  background-color: rgb(210, 210, 210);
  text-decoration: none;
}
.titulo-metodologia h2 {
  display: inline-block;
}

.panel {
  border: 0;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 2px rgba(32, 32, 32, 0.2);
  box-shadow: 1px 1px 2px rgba(32, 32, 32, 0.2);
}

.panel-default {
  border-radius: 5px;
}

.panel-heading {
  background-image: none;
  font-weight: bold;
  font-size: 1.2em;
}

.panel-body {
  padding: 35px;
  border-bottom: 10px solid #e6e9e9;
}

.minH {
  min-height: 50vh;
}

.file-url {
  margin-top: 1em;
  padding: 1em;
  border: 1px dotted silver;
}
.file-url span {
  display: block;
  margin-top: 0.4em;
  font-weight: bold;
}

.upload {
  position: relative;
  margin-top: 1.2em;
}
.upload div {
  position: absolute;
}
.upload input[type=file] {
  position: absolute;
  width: 230px;
  height: 54px;
  opacity: 0;
}

#js-overlay {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.overOverlay {
  position: relative;
  z-index: 1001;
}

.tablaOffers .tablaOferta td:nth-child(4) {
  text-align: left !important;
}

.tablaOffers .tablaOferta td:nth-child(4) a {
  padding-left: 0;
}

.logout {
  margin: 0px 10px;
  padding: 5px 15px;
  border-radius: 4px;
  background-color: white;
  color: #4e4e4e;
}
.logout:hover {
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.bot-resaltado {
  padding: 5px 15px;
  border-radius: 4px;
  background-color: rgba(0, 153, 204, 0.1);
  color: #4e4e4e;
}
.bot-resaltado:hover {
  background-color: rgba(0, 153, 204, 0.2);
  color: #4e4e4e;
  text-decoration: none;
}

.destacado {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px 15px;
  border-radius: 4px;
  background-color: #ededed;
}
.destacado.mt0 {
  margin-top: 0px;
}
.destacado label {
  margin-bottom: 10px;
  font-size: 1.3em;
}

.msg {
  width: 100%;
  border-radius: 5px;
}

.budget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .budget {
    display: block;
    width: 100%;
  }
  .budget .btn {
    width: 100%;
    margin-bottom: 5px;
  }
  .budget .btn:last-child {
    margin-bottom: 0;
  }
}

.selected {
  color: #0099cc;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav > li {
    float: left;
    width: 50%;
  }
}

.navbar-default .navbar-nav > li > a {
  padding-bottom: 6px;
  border-bottom: 4px solid transparent;
}

.navbar-default .navbar-nav > li.active > a {
  border-bottom: 4px solid black;
}

/* * */
@media screen and (max-width: 767px) {
  .card-info-detalles > div span {
    margin-bottom: 10px;
  }
  .card-info-detalles > div:last-child span {
    margin-bottom: 0;
  }
}

.card-info-detalles strong {
  display: block;
  font-size: 13px;
}

.card-info-detalles span {
  display: block;
  overflow: hidden;
  width: 100%;
  color: #083472;
  font-weight: 600;
}

.card-info-detalles div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  height: 38px;
  border-right: 1px solid rgba(119, 119, 119, 0.35);
}
@media screen and (max-width: 767px) {
  .card-info-detalles div:not(:last-child)::after {
    border: 0;
  }
}

.last-update {
  display: block;
  float: right;
  width: 190px;
  padding: 8px;
  border-radius: 5px;
  background-color: #deb;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
}

.section-title {
  position: relative;
  font-weight: 400;
  font-size: 24px;
}

.section-title::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  background-color: black;
}

.figure-alumno {
  display: block;
  overflow: hidden;
  width: 140px;
  margin: 0 auto;
  border-radius: 10px;
}

.on-live {
  display: inline-block;
  height: 32px;
  /* width: 200px; */
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px 0 0 4px;
  background-color: #dbdbdb;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}

#tbProcess {
  background-color: #fff;
}

[v-cloak] {
  display: none;
}

.alerta-user {
  position: absolute;
  top: 70%;
  right: 0;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #e4e4e4;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.alerta-user span {
  display: block;
  float: left;
  width: 240px;
}
.alerta-user .btn {
  margin-top: 5px;
}

#masCampos hr {
  width: 97%;
}
#masCampos .aviso {
  margin-bottom: 20px;
  font-size: 1.1em;
}
#masCampos small {
  color: #a80331;
}

button.disabled {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}

.link {
  cursor: pointer;
  cursor: hand;
}

.request-offers-detail dd {
  padding: 5px 10px;
  background-color: #ececec;
  -webkit-box-shadow: inset 0 0 0 white;
          box-shadow: inset 0 0 0 white;
}

.request-offers-detail .panel .form-control[disabled=disabled] {
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0 0 0 white;
          box-shadow: inset 0 0 0 white;
}

.modal-job-position-detail .modal-dialog {
  width: 940px;
}
@media (min-width: 1200px) {
  .modal-job-position-detail .modal-dialog {
    width: 1140px;
  }
}
.modal-job-position-detail .modal-title strong {
  color: black;
}
.modal-job-position-detail .modal-body {
  padding: 25px;
}
.modal-job-position-detail .responsabilities dl,
.modal-job-position-detail .mision dl {
  margin-bottom: 0;
}
.modal-job-position-detail .responsabilities dl dt,
.modal-job-position-detail .mision dl dt {
  font-size: 17px;
  text-transform: uppercase;
}
.modal-job-position-detail .responsabilities dd,
.modal-job-position-detail .mision dd {
  overflow-x: auto;
  height: 115px;
  margin-top: 5px;
  padding: 15px;
  background-color: #ececec;
}
.modal-job-position-detail .extra-info dl {
  overflow-x: auto;
  min-height: 80px;
  max-height: 80px;
  margin-bottom: 0;
  margin-bottom: 0;
  padding: 15px;
  background-color: #ececec;
}
.modal-job-position-detail .extra-info dl dd {
  width: calc(100% - 50px);
}
.modal-job-position-detail .extra-info dl .icon {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 4rem;
}

.list-flag {
  padding-left: 10px;
}
.list-flag li {
  position: relative;
  padding-left: 20px;
  list-style: none;
}
.list-flag li .flag {
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 100%;
}

.dd-scroll-200 {
  overflow-y: scroll;
  height: 200px;
  padding: 5px;
  border: solid 1px #ecf0f1;
  border-bottom: solid 5px #ecf0f1;
}

.dd-scroll-100 {
  overflow-y: scroll;
  height: 100px;
  border: solid 1px #ecf0f1;
  border-bottom: solid 5px #ecf0f1;
}

.dd-scroll-50 {
  overflow-y: scroll;
  height: 50px;
  border: solid 1px #ecf0f1;
  border-bottom: solid 5px #ecf0f1;
}

.close {
  color: white;
}
.close:focus, .close:hover {
  color: white;
}

.c-asignar ul.ms-list {
  height: 400px;
}
.c-asignar .ms-selectable,
.c-asignar .ms-selection {
  margin: 20px;
}

.nav-help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.nav-help li {
  display: inline-block;
  width: 22%;
}
.nav-help li a {
  display: block;
  height: 250px;
  padding: 20px;
  border-radius: 5px;
}
.nav-help li a:hover {
  background-color: #e2e2d9;
  background-color: #efefe8;
  color: black;
  text-decoration: none;
}
.nav-help figure figcaption {
  margin-top: 20px;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 20px;
  text-align: center;
}
.nav-help figure img {
  width: 100%;
}

.new-course {
  display: inline-block;
  min-width: 25px;
  height: 24px;
  margin-left: 10px;
  padding: 5px 8px;
  padding-bottom: 7px;
  border-radius: 5px;
  background-color: #daac11;
  color: #ca1938;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
}

.efecto-hoja {
  padding: 20px;
  padding-bottom: 40px;
  border-bottom: 10px solid #d6d6d6;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 16px 21px -15px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 16px 21px -15px rgba(0, 0, 0, 0.5);
}

.input-info {
  position: relative;
}
.input-info input {
  width: calc(100% - 10px);
}
.input-info a {
  position: absolute;
  top: 32px;
  right: 0;
}

.fa-pencil:before {
  content: "\f303";
}

.fa-sign-out:before {
  content: "\f2f5";
}

.fa-file-text-o:before {
  content: "\f15c";
  font-weight: 400;
}

.fa-black-tie:before {
  content: "\f27e";
  font-family: "Font Awesome 5 Brands";
}

.fa-leanpub:before {
  content: "\f212";
  font-family: "Font Awesome 5 Brands";
}

.fa-building-o:before {
  content: "\f1ad";
  font-weight: 400;
  -webkit-transition: all 0.5s step-end;
  transition: all 0.5s step-end;
}

.fa-envelope-o:before {
  content: "\f0e0";
}

.fa-sign-in:before {
  content: "\f2f6";
}

.fa-tachometer:before {
  content: "\f3fd";
}

.fa-file-excel-o:before {
  content: "\f1c3";
  font-weight: 400;
}

.fa-file-pdf-o:before {
  content: "\f1c1";
  font-weight: 400;
}

.fa-globe:before {
  content: "\f57d";
}

.fa-trash:before {
  content: "\f2ed";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
  font-weight: 900;
}

.fa-sort-desc::before {
  content: "\f0dd";
  font-weight: 900;
}

.fa-sort-asc::before {
  content: "\f0de";
  font-weight: 900;
}

.contador {
  font-size: 11px;
}

@media (max-width: 1279px) {
  .encuesta header .navbar-bottom h2 {
    font-size: 24px;
  }
  .encuesta .valors,
  .encuesta .valors-xs {
    font-size: 10px;
  }
}
@media (max-width: 799px) {
  .encuesta header .navbar-brand {
    width: 100%;
  }
  .encuesta header .navbar-bottom h2 {
    display: inline-block;
    padding-left: 20px;
    text-align: left;
  }
  .encuesta .valors,
  .encuesta .label-xl {
    display: none;
  }
  .encuesta .valors-xs {
    display: block;
    margin-left: 10px;
  }
  .encuesta .label-xs {
    display: block;
    margin-top: 10px;
  }
  .encuesta .valors-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .encuesta .valors-inline input {
    margin-top: 0;
  }
  .encuesta .card-info-detalles b {
    display: block;
    margin-top: 10px;
  }
  .encuesta .card-info-detalles div:not(:last-child)::after {
    border: 0;
  }
}
.encuesta header .navbar-bottom h2 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 15px;
  color: #0099cc;
  text-align: right;
}
.encuesta header .fa-angle-right {
  margin: 0 5px;
  color: black;
}
.encuesta .special-blu {
  color: #0099cc;
}
.encuesta .asterix {
  display: block;
  margin-bottom: 20px;
  color: mediumvioletred;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.encuesta .asterix i {
  margin-right: 5px;
}
.encuesta .valors,
.encuesta .valors-xs {
  color: grey;
  font-size: 12px;
  text-transform: uppercase;
}
.encuesta .valors-xs,
.encuesta .label-xs {
  display: none;
}
.encuesta .listeo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.encuesta .listeo input {
  margin-top: 8px;
  margin-right: 10px;
}
.encuesta .card-info-detalles div:not(:last-child)::after {
  border-color: rgba(0, 0, 0, 0.5);
}
.encuesta .card-info-detalles b {
  color: grey;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.encuesta .card-info-detalles span {
  color: #333;
  font-size: 18px;
}
.encuesta .form-group h4 {
  color: cornflowerblue;
}
.encuesta .notPublished,
.encuesta span.status.notPublished {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.encuesta.modal .question-title-container {
  color: #0099cc;
  font-size: 24px;
}
.encuesta.modal .question-title-container .user-generated {
  font-weight: bold;
}
.encuesta.modal .matrix-col-label {
  color: grey;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.dpdw-bea .dropdown-menu {
  padding: 15px 0;
}
.dpdw-bea .dropdown-menu div {
  padding: 5px 15px;
}
.dpdw-bea .dropdown-menu div:not(.disabled) {
  color: #0099cc;
}
.dpdw-bea .dropdown-menu div:not(.disabled):hover {
  background-color: #efefef;
}

.numero {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 50%;
  background-color: #0099cc;
  color: white;
  font-weight: 600;
}

.letra {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #f5f5f5;
}

.actions-icons a:hover:not(.disabled).dpdw-bea,
.actions-icons button:hover:not(.disabled).dpdw-bea {
  background-color: transparent;
  color: #666;
}

.image_gallery {
  -o-object-fit: cover;
     object-fit: cover;
}

.show-grid {
  margin-bottom: 15px;
}

.top-grid {
  margin-top: 30px;
  margin-bottom: 30px;
}

.caja-lider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 180px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.67);
  background-image: url("../img/trama.png");
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.caja-lider .capa1 {
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 3px solid #0099cc;
}
.caja-lider .capa2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(transparent), to(rgba(0, 153, 204, 0.84)));
  background: linear-gradient(black, transparent, rgba(0, 153, 204, 0.84));
}
.caja-lider .foto {
  overflow: hidden;
  width: 214px;
  height: 120px;
  margin-right: 30px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.caja-lider .foto img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.caja-lider .datos {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.caja-lider .datos .fila {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.caja-lider .datos .fila .columna-larga {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.caja-lider .datos .fila h3 {
  margin: 0;
  color: white;
  font-weight: 800;
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
}
.caja-lider .apply .btn-primary {
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

/*$c-primary: #337ab7;*/
.btn-submit {
  color: #fff;
  background-color: black;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-submit:hover, .btn-submit:active, .btn-submit:focus, .btn-submit:active:focus, .btn-submit:active:hover {
  color: white;
  background-color: black;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-panel-admin {
  position: relative;
  display: block;
  min-height: 140px;
  background-color: white;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 20px 30px;
  color: #666;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.33);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-panel-admin h2 {
  width: 82%;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}
.btn-panel-admin:hover, .btn-panel-admin:active {
  background-color: #fff;
  color: #3d4245;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
.btn-panel-admin .icon {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 25%;
}
.btn-panel-admin .icon img {
  width: 100%;
  max-width: 105px;
}

.btn {
  text-transform: uppercase;
}

/* Boton Azul */
.btn-default span {
  margin-top: 2px;
  margin-left: 10px;
}

/* Boton Final Report */
.btn-report {
  background-color: #fff;
  color: black;
  border: 0;
}
.btn-report:hover, .btn-report:focus {
  background-color: #e6e6e6;
  color: black;
}
.btn-report:active {
  background-color: #fff !important;
  color: black !important;
}
.btn-report span {
  margin-top: 2px;
  margin-left: 10px;
}

.btn-report.active {
  background-color: #e6e6e6 !important;
}

.btn-primary span {
  margin-top: 2px;
  margin-left: 10px;
}

a.btn-logout {
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: #bbb !important;
  border-radius: 0 0 7px 7px !important;
  padding: 5px 15px;
  text-decoration: none;
  float: right;
}
a.btn-logout:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
  color: #FFFFFF !important;
  text-decoration: none;
}

.btn-actividad, .btn-last {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  margin-top: 5px;
  padding: 5px 25px;
}
.btn-actividad:hover, .btn-actividad:focus, .btn-last:hover, .btn-last:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
}
.btn-actividad:active, .btn-last:active {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff !important;
}
.btn-actividad span, .btn-last span {
  margin-top: 2px;
  margin-left: 10px;
}
.btn-actividad.active, .btn-last.active {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.btn-neutro {
  background-color: white;
  color: #333;
  margin-top: 5px;
  padding: 5px 25px;
  border-radius: 5px;
  font-size: 1em;
  font-size: sans-serif;
  display: inline-block;
}
.btn-neutro:hover, .btn-neutro:focus {
  background-color: #c3e8ff;
  color: #333;
  text-decoration: none;
}
.btn-neutro:active {
  background-color: #c3e8ff;
  color: #333 !important;
}
.btn-neutro span {
  margin-top: 2px;
  margin-left: 10px;
}
.btn-neutro.active {
  background-color: white !important;
}

.btn-select {
  background-color: silver;
  padding-left: 1.2em;
  padding-right: calc(1.2em + 30px);
}
.btn-select span {
  display: inline-block;
  width: 30px;
}
.btn-select span:before {
  content: "\f096";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}

.btn-select.active {
  background-color: green !important;
  color: #fff;
}
.btn-select.active span:before {
  content: "\f046";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}

.btn-rounded {
  border-radius: 5px;
}

.btn-cv {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-down.active {
  background-color: #ccc !important;
}

a.btn-mail {
  margin-left: 0.5em;
  background-color: #56a957;
}
a.btn-mail:hover {
  background-color: rgb(60, 118, 61);
  color: #fff;
}
a.btn-mail:focus {
  background-color: rgb(60, 118, 61);
  color: #fff;
}
a.btn-mail i {
  font-size: 0.9em;
}

.btn-group .btn {
  margin: auto;
  margin-top: auto;
  width: auto;
}

.btn-modalcv-top {
  color: rgb(255, 255, 255);
  display: block;
  background-color: black;
  padding: 0.5em;
  text-align: center;
  border-radius: 5px;
}
.btn-modalcv-top:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.btn-modalcv-top:active {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.btn-modalcv-top:focus {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.navbar-bottom .navbar-right a {
  font-size: 19px;
}

.btn-tip {
  background: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 2px;
  top: 2px;
  color: black;
}
.btn-tip:hover {
  color: black;
}
.btn-tip i {
  font-size: 1.3em;
}

.btn-icon {
  padding: 0;
  width: 32px;
  height: 32px;
  position: relative;
}
.btn-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn-icon-lg {
  font-size: 20px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border-color: #0099cc;
  background-color: #0099cc;
}

.pagination > li > a,
.pagination > li > span {
  color: #0099cc;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  border-color: #ddd;
  background-color: white;
  color: black;
}

@media screen and (max-width: 1023px) {
  .pagination {
    margin: 10px 0 0;
  }
}
.dataset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dataset {
  width: 100%;
  padding: 1em;
}

.dataset-data {
  font-size: 2.3em;
  font-weight: 900;
}

.dataset-caption {
  font-size: 0.9em;
}

.promedio {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promedio div.promedio-barra {
  margin-top: 0.8em;
}
.promedio div.promedio-container, .promedio div.promedio-barra {
  display: inline-block;
}

.promedio-container {
  min-width: 2em;
  margin-top: 2em;
}

.promedio-days {
  text-align: right;
}

.promedio-anual {
  color: #000;
  font-size: 3em;
  font-weight: 900;
  line-height: 1em;
  padding-top: 0.2em;
}
.promedio-anual + div {
  color: #000;
}

.promedio-actual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 3em;
  font-weight: 900;
  line-height: 1em;
  padding-top: 0.2em;
}
.promedio-actual i.fa-arrow-down {
  font-size: 0.7em;
  margin-left: 0.6em;
}

.promedio-container.dos div {
  padding-right: 30px;
}

.promedio-dato {
  display: block;
  font-size: 3.5em;
}

.promedio-barra {
  font-weight: 100 !important;
  color: #999;
  display: inline-block !important;
  font-size: 3em !important;
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-top: 0.1em;
}

.comp {
  color: white;
  border-radius: 3px 3px 8px 8px;
  overflow: hidden;
  margin-top: 20px;
  -webkit-box-shadow: 0 2px 9px -4px rgba(53, 53, 53, 0.5);
          box-shadow: 0 2px 9px -4px rgba(53, 53, 53, 0.5);
}

.comp-titulo {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0.3em;
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px 15px;
  line-height: 26px;
  background-color: #0099cc;
}

.comp-body {
  overflow: hidden;
  position: relative;
  background-color: #f7f7f7;
  color: #474747;
  padding: 1em;
  min-height: 100px;
}

.comp-comment {
  padding-right: 100px;
}

.comp-expected {
  display: inline-block;
  background-color: #fff;
  color: #474747;
  font-family: "Roboto Condensed", sans-serif;
  height: 22px;
  line-height: 23px;
  padding: 0 8px;
  font-size: 14px;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.comp-calification {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3em;
  width: 1.5em;
  margin: 0px auto;
  text-align: center;
  background-color: #fff;
  color: #440114;
  text-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
  border-radius: 0.1em;
}

.flag {
  display: inline-block;
  background-color: silver;
  width: 10px;
  height: 10px;
}
.flag-customer {
  background-color: #F7464A;
}
.flag-hr {
  background-color: rgb(51, 122, 183);
}
.flag-total {
  background-color: #438CCA;
}
.flag-bud {
  background-color: #A80331;
}
.flag-unbud {
  background-color: #23B19D;
}
.flag-seed {
  background-color: #FDB45C;
}

.c-active .c-active-value {
  font-size: 4.5em;
  font-weight: bold;
  position: relative;
  width: 90%;
  margin: 0px auto;
  text-align: center;
}
.c-active .c-active-max {
  display: block;
  background-color: #E4E3E3;
  margin: 5px 10px;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}
.c-active .c-active-msg {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: -6px;
  color: #A80331;
}

.dataTables_wrapper > .row:first-child {
  background-color: white;
  padding: 20px;
  border-bottom: 10px solid #bbb;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  border-radius: 3px;
}
.dataTables_wrapper > .row:first-child .col-sm-6:first-child select {
  margin-left: 10px;
  margin-right: 10px;
}
.dataTables_wrapper > .row:first-child .col-sm-6:last-child {
  text-align: right;
}
.dataTables_wrapper > .row:first-child .col-sm-6:last-child input {
  margin-left: 10px;
}

.form-wrapper {
  background-color: white;
  padding: 20px;
  border-bottom: 5px solid #eee;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.form-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.form-group-info {
  position: relative;
}
.form-group-info input,
.form-group-info select {
  width: calc(100% - 20px);
}
.form-group-info textarea {
  max-width: calc(100% - 20px);
  min-width: calc(100% - 20px);
}
.form-group-info .c-info {
  position: absolute;
  right: 15px;
  top: 8px;
}
.form-group-info .c-required {
  position: absolute;
  right: 17px;
  top: 8px;
  font-weight: bold;
  color: #A70231;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: normal;
  }
}
.tablaListado .fa-pencil-square-o {
  color: #0099cc;
}
.tablaListado .fa-pencil-square-o:hover {
  color: deepskyblue;
  cursor: pointer;
}
.tablaListado .fa-plus-square-o {
  color: #666;
}
.tablaListado .fa-plus-square-o:hover {
  color: gray;
  cursor: pointer;
}
.tablaListado .fa-star {
  color: #d9a300;
}
.tablaListado .fa-star:hover {
  color: #ffc30d;
  cursor: pointer;
}
.tablaListado .fa-times {
  color: #A70231;
}
.tablaListado .fa-times:hover {
  color: #d90340;
  cursor: pointer;
}
.tablaListado .fa-star-o {
  color: #ccc;
}
.tablaListado .fa-star-o:hover {
  color: #b3b3b3;
  cursor: pointer;
}
.tablaListado .fa-users {
  color: #666;
}
.tablaListado .fa-users:hover {
  color: #4d4d4d;
  cursor: pointer;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}

.table-flex .table-flex-span {
  position: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: initial;
}
.table-flex .table-flex-span .ordenar {
  padding-right: 0px;
}

.table-default.highlight-title tbody tr td:first-child {
  font-weight: bold;
  font-weight: normal !important;
  text-transform: uppercase;
}

.table-default {
  background-color: white;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
}
.table-default thead {
  height: 48px;
  background-color: black;
  color: white;
}
.table-default thead tr th {
  position: relative;
  font-weight: normal;
}
.table-default thead tr th .ordenar {
  position: absolute;
  right: 8px;
  color: white;
}
.table-default .detail-icons {
  padding: 0 5px !important;
  font-size: 22px;
  text-align: center;
  white-space: nowrap;
}

td.notas {
  white-space: nowrap;
}

td.notas .icon-gris,
td.notas .icon-check,
td.notas .icon-times,
td.al-left .icon-gris,
td.al-left .icon-check,
td.al-left .icon-times {
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}
td.notas .icon-gris + span,
td.notas .icon-check + span,
td.notas .icon-times + span,
td.al-left .icon-gris + span,
td.al-left .icon-check + span,
td.al-left .icon-times + span {
  line-height: 26px;
}

td.icons {
  white-space: nowrap;
}
td.icons [class*=icon-] {
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}
td.icons [class*=icon-] + span {
  line-height: 26px;
}

/*$btn-info: #337ab7;*/
th.acciones,
td.acciones {
  text-align: center;
  white-space: nowrap;
}
th.acciones a,
td.acciones a {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: #e4e4e4;
  color: #666;
}
th.acciones a i,
td.acciones a i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.15em;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
th.acciones a.js-delete, th.acciones a.bg-icon-delete,
td.acciones a.js-delete,
td.acciones a.bg-icon-delete {
  background-color: #e4e4e4;
  color: #ba290c;
}
th.acciones a.js-delete:hover, th.acciones a.js-delete:active, th.acciones a.js-delete:focus, th.acciones a.bg-icon-delete:hover, th.acciones a.bg-icon-delete:active, th.acciones a.bg-icon-delete:focus,
td.acciones a.js-delete:hover,
td.acciones a.js-delete:active,
td.acciones a.js-delete:focus,
td.acciones a.bg-icon-delete:hover,
td.acciones a.bg-icon-delete:active,
td.acciones a.bg-icon-delete:focus {
  background-color: #ba290c;
  color: #fbd2c8;
}
th.acciones a.bg-icon-info,
td.acciones a.bg-icon-info {
  background-color: #e4e4e4;
  color: #0099cc;
}
th.acciones a.bg-icon-info:hover, th.acciones a.bg-icon-info:active, th.acciones a.bg-icon-info:focus,
td.acciones a.bg-icon-info:hover,
td.acciones a.bg-icon-info:active,
td.acciones a.bg-icon-info:focus {
  background-color: #0099cc;
  color: white;
}
th.acciones a.bg-icon-ok,
td.acciones a.bg-icon-ok {
  background-color: #acd299;
  color: #005900;
}
th.acciones a.bg-icon-ok:hover, th.acciones a.bg-icon-ok:active, th.acciones a.bg-icon-ok:focus,
td.acciones a.bg-icon-ok:hover,
td.acciones a.bg-icon-ok:active,
td.acciones a.bg-icon-ok:focus {
  background-color: #005900;
  color: #acd299;
}
th.acciones a.disabled,
td.acciones a.disabled {
  background-color: #ddd;
  color: #666;
}
th.acciones a.disabled:hover, th.acciones a.disabled:active, th.acciones a.disabled:focus,
td.acciones a.disabled:hover,
td.acciones a.disabled:active,
td.acciones a.disabled:focus {
  background-color: #ddd;
  color: #666;
}
th.acciones a:hover, th.acciones a:active, th.acciones a:focus,
td.acciones a:hover,
td.acciones a:active,
td.acciones a:focus {
  background-color: #666;
  color: #e4e4e4;
}
th.acciones .icon-wrapper,
td.acciones .icon-wrapper {
  display: inline-block;
}

td.estado {
  position: relative;
  width: 170px;
  padding-left: 60px !important;
}
td.estado .icon-check,
td.estado .icon-lock,
td.estado .icon-times {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  border-radius: 100%;
  line-height: 23px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
td.estado .icon-check i,
td.estado .icon-lock i,
td.estado .icon-times i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

th.acciones a:hover, th.acciones a:active, th.acciones a:focus {
  background-color: rgba(0, 0, 0, 0.3);
  color: #cedff7;
}

.table-action {
  border-bottom: 1px solid #c8c8c8;
  -webkit-box-shadow: -10px 0px 50px -30px #000, 10px 0px 50px -30px #000;
          box-shadow: -10px 0px 50px -30px #000, 10px 0px 50px -30px #000;
  -webkit-box-shadow: 0px 20px 30px -30px #000;
          box-shadow: 0px 20px 30px -30px #000;
  font-size: 14px;
}
.table-action thead {
  background-color: #333;
  color: white;
}
.table-action thead tr {
  height: 65px;
}
.table-action thead tr th {
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  text-transform: lowercase;
}
.table-action thead tr th::first-letter {
  text-transform: uppercase;
}
.table-action thead tr th .ordenar {
  float: right;
  color: white;
}
.table-action thead tr th:not(:last-child) {
  padding-left: 20px;
}
.table-action thead tr th:first-child input[type=checkbox] {
  margin-left: -10px;
}
.table-action tbody tr {
  height: 67px;
  background-color: #fff;
}
.table-action tbody tr td {
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.table-action tbody tr td.superado {
  color: #4caf50;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.table-action tbody tr td.no-superado {
  color: rgb(214, 42, 42);
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.table-action tbody tr td.no-realizado {
  color: #5c5c5c;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.table-action tbody tr td:last-child {
  border-right: 1px solid #ddd;
}
.table-action tbody tr td:first-child {
  padding-left: 20px;
  border-left: 1px solid #c8c8c8;
}
.table-action tbody tr td:first-child input[type=checkbox] {
  margin-left: -10px;
}

.table-forum {
  margin-top: 20px;
}
.table-forum h4 {
  margin: 0;
  font-weight: bold;
}
.table-forum td {
  vertical-align: middle !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.table-forum thead tr {
  background-color: #333;
  color: white;
}

.table-dash tbody tr {
  height: 67px;
  background-color: #ececec;
}

table.dataTable thead .sorting i::before {
  content: "\f0dc";
}

table.dataTable thead .sorting_asc i::before {
  content: "\f0de";
}

table.dataTable thead .sorting_desc i::before {
  content: "\f0dd";
}

.dataTables_paginate.paging_numbers {
  float: right;
  padding-top: 0.25em;
  text-align: right;
}

table.bt.bt--no-header tbody td::before,
table.bt.bt--no-header tfoot td::before {
  display: none;
}
table.bt thead {
  display: none;
}
table.bt tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  padding: 2rem 2rem 0;
  border-bottom: 1px solid #ddd;
}
table.bt tbody th,
table.bt tbody td {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: auto;
  height: auto !important;
  margin-right: 3rem;
  margin-bottom: 2rem;
  padding: 0 !important;
  border: none;
  text-align: left !important;
}
table.bt tbody th.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}
table.bt tbody th.bt-hide-before::before,
table.bt tbody td.bt-hide-before::before {
  content: "";
  min-height: 1rem;
}
table.bt tbody th::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  color: #427687;
  font-weight: 400;
}
table.bt tbody th:first-child, table.bt tbody th:last-child,
table.bt tbody td:first-child,
table.bt tbody td:last-child {
  border-right: none;
  border-left: none;
}
table.bt tbody th:first-child a, table.bt tbody th:last-child a,
table.bt tbody td:first-child a,
table.bt tbody td:last-child a {
  float: none;
  margin-left: 0;
}
table.bt tbody th .bt-content,
table.bt tbody td .bt-content {
  font-weight: 600;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  white-space: normal;
}
table.bt tfoot th,
table.bt tfoot td {
  display: block;
  border: none;
}
table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide {
  display: none;
}
table.bt tfoot th::before,
table.bt tfoot td::before {
  content: attr(data-th) ": ";
  display: block;
  margin-right: 0.5rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.bt-wrapper.active {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 310px;
}

.panel {
  border: none;
}

.panel-danger .panel-heading {
  color: #3d4245;
  background-color: #e4e4e4;
}

.panel-oscuro .panel-heading {
  background-color: #444242;
  color: white;
}

.panel-diploma {
  -webkit-box-shadow: 0px 20px 30px -30px #000;
          box-shadow: 0px 20px 30px -30px #000;
}
.panel-diploma .panel-heading {
  background-color: #444242;
  color: white;
}
.panel-diploma .panel-body {
  padding: 5px 30px 40px 30px;
}

.admin-dash .detalle-alumno {
  background-color: #e4e4e4;
  padding: 15px 5px;
  border-radius: 5px;
}
.admin-dash .detalle-alumno div:not(:last-child) {
  border-right: 1px solid #c5c9ca;
}
.admin-dash .detalle-alumno {
  padding: 8px 15px;
}
.admin-dash .panel {
  position: relative;
  min-height: 132px;
  padding: 15px 15px 16px;
  background-color: white;
  color: #333;
  text-align: center;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 1px rgba(0, 0, 0, 0.05);
  border-bottom: 4px solid #25282A;
}
.admin-dash .panel h2 {
  font-size: 36px;
  margin: 15px 0 0 0;
  font-weight: bold;
  color: black;
}
.admin-dash .panel small {
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
}
.admin-dash .panel .btn-tip {
  color: black;
}

.panel-default > .panel-heading {
  background-image: none;
  background-color: #c3e8ff;
}

.my-data .file-employee {
  height: 140px;
  background-color: #e0e4e5;
  padding: 20px 20px;
  border-radius: 5px;
}
.my-data .file-employee span {
  display: block;
  border-left: 1px solid #ffffff;
  padding-left: 10px;
}
.my-data .name-wrapper {
  height: 100px;
}
.my-data h1 {
  position: absolute;
  width: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0px;
  font-size: 20px;
}
.my-data h1 small {
  display: block;
  margin-top: 5px;
}
.my-data .user-active {
  position: absolute;
  bottom: 0;
  width: 140px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: green;
  color: white;
  border-radius: 0 0 5px 5px;
}
.my-data .user-inactive {
  position: absolute;
  bottom: 0;
  width: 140px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #F44336;
  color: white;
  border-radius: 0 0 5px 5px;
}

.tag-wrapper {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 95%;
  padding-right: 20px;
  min-height: 20px;
}
.tag-wrapper span {
  float: right;
}

.tag {
  display: inline;
  padding: 5px 12px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  background-color: #333;
  color: white;
  margin-left: 10px;
  font-family: "Roboto Condensed", sans-serif;
}
.tag i {
  margin-right: 4px;
  font-size: 0.9em;
}
.tag.online {
  background-color: #72a829;
}
.tag.webinar {
  background-color: #2c97d9;
}
.tag.presencial {
  background-color: #C4302B;
}

td .tag {
  position: relative;
}

.tag-simple {
  font-size: 15px;
  background-color: white;
  padding: 5px 12px;
  border-radius: 5px;
  bottom: -30px;
}
.tag-simple--success {
  color: green;
}
.tag-simple--warning {
  color: #C4302B;
}

.actions-icons {
  white-space: nowrap;
}
.actions-icons span {
  display: inline-block;
}
.actions-icons a, .actions-icons button {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #e4e4e4;
  color: #666;
  border-radius: 8px;
  border: 0;
}
.actions-icons a:hover:not(.disabled), .actions-icons button:hover:not(.disabled) {
  background-color: #666;
  color: white;
}
.actions-icons a.disabled, .actions-icons button.disabled {
  background-color: #e4e4e4;
  color: #b3b3b3;
  pointer-events: none;
  cursor: not-allowed;
}
.actions-icons i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 1em;
}
.actions-icons .bg-icon-danger {
  background-color: #BA290C;
  color: white;
}
.actions-icons .bg-icon-danger:hover:not(.disabled) {
  background-color: #641606;
  color: white;
}
.actions-icons .bg-icon-success {
  background-color: #038f49;
  color: white;
}
.actions-icons .bg-icon-success:hover:not(.disabled) {
  background-color: #01351b;
  color: white;
}
.actions-icons .bg-icon-default {
  background-color: #e4e4e4;
  color: white;
}
.actions-icons .bg-icon-default:hover:not(.disabled) {
  background-color: #383838;
  color: white;
}
.actions-icons .bg-icon-primary {
  background-color: #0099cc;
  color: white;
}
.actions-icons .bg-icon-primary:hover:not(.disabled) {
  background-color: #005470;
  color: white;
}
.actions-icons .bg-icon-warning {
  background-color: #dba81c;
  color: white;
}
.actions-icons .bg-icon-warning:hover:not(.disabled) {
  background-color: #8a6a12;
  color: white;
}
.actions-icons .bg-icon-info {
  background-color: #337ab7;
  color: white;
}
.actions-icons .bg-icon-info:hover:not(.disabled) {
  background-color: #1f4a6f;
  color: white;
}
.actions-icons .bg-icon-neutral {
  background-color: #666;
  color: white;
}
.actions-icons .bg-icon-neutral:hover:not(.disabled) {
  background-color: #383838;
  color: white;
}
.actions-icons__top a {
  top: 4px;
}

.actions-icons-special a, .actions-icons-special button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.icons {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  text-align: center;
  margin-right: 5px;
}
.icons.icon-success {
  background-color: #e0e0e0;
  color: #038f49;
}
.icons.icon-success {
  background-color: #e0e0e0;
  color: #898888;
}

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

.modal-header {
  border-bottom: 2px solid #e5e5e5;
  background-color: #003366;
  color: white;
}

.modal-body {
  border-top: 3px solid rgba(200, 200, 200, 0.3);
}

.modal-body caption {
  color: #333;
  border-bottom: 1px solid silver;
}
.modal-body .font-table {
  font-size: 0.9em;
}

.modal-content {
  overflow: hidden;
}

.modal-footer {
  border-top: 1px solid #e0dfdf;
  background-color: #e5e5e5;
}

.hero {
  padding: 0;
}
.hero .breadcrumb {
  position: relative;
  padding: 6px 0;
  margin-bottom: 20px;
  list-style: none;
}
.hero .breadcrumb .tag {
  top: 0;
  left: auto;
  right: 0;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 4px 4px 0;
}
.hero .breadcrumb .last {
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.alert.alert-icon {
  padding-left: 60px;
  position: relative;
}
.alert.alert-icon .icon {
  position: absolute;
  left: 17px;
  font-size: 27px;
}

.tooltip-inner {
  background-color: black;
}

.tooltip.left .tooltip-arrow {
  border-left-color: black;
}

.tooltip.top .tooltip-arrow {
  border-top-color: black;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: black;
}

.tooltip.right .tooltip-arrow {
  border-right-color: black;
}

.custom-radio-wrapper li {
  list-style: none;
}
.custom-radio-wrapper.custom-radio-list li {
  display: inline-block;
  width: 20%;
  text-align: center;
}

.custom-radio {
  cursor: pointer;
  cursor: hand;
  padding-bottom: 5px;
}
.custom-radio span {
  position: relative;
  display: block;
  padding-left: 25px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.custom-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.custom-radio input[type=radio] + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/img/form/no-checked.png);
  background-position: 0 0;
}
.custom-radio input[type=radio]:checked + span::before {
  content: "";
  background-image: url(/assets/img/form/no-checked.png);
  background-position: 20px 0;
}

.survey .modal-body {
  min-height: 85vh;
}
@media (min-width: 760px) {
  .survey .modal-body {
    min-height: auto;
  }
}
.survey .survey-dialog figure {
  display: none;
}
@media (min-width: 1200px) {
  .survey .survey-dialog {
    width: 800px;
  }
  .survey .survey-dialog figure {
    display: block;
  }
}
@media (min-width: 992px) {
  .survey .survey-dialog {
    width: 800px;
  }
  .survey .survey-dialog figure {
    display: block;
  }
}
@media (min-width: 768px) {
  .survey .survey-dialog {
    width: 800px;
  }
}
.survey #final {
  display: block;
  top: 120px;
  position: absolute;
  width: 100%;
}
.survey .modal-header, .survey .modal-body {
  border: 0;
}
.survey .modal-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
}
.survey .modal-body {
  width: 90%;
  margin: 0 auto;
}

.modal-msg {
  display: none;
}
.modal-msg-success {
  display: block;
  padding: 20px;
  border-top: 1px solid #28a745;
  border-bottom: 1px solid #28a745;
  background-color: #cde0d1;
}
.modal-msg-success h3 {
  margin-top: 0;
}
.modal-msg-danger {
  display: block;
  padding: 20px;
  border-top: 1px solid #fb2245;
  border-bottom: 1px solid #fb2245;
  background-color: #e0cdcd;
}
.modal-msg-danger h3 {
  margin-top: 0;
}

.survey-title {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5px;
  padding-top: 20px;
}

.survey-init {
  border-left: 4px solid #444444;
  min-height: 75vh;
}
@media (min-width: 760px) {
  .survey-init {
    min-height: 350px;
  }
}
.survey-init p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #444;
}
.survey-init ul {
  font-family: "Roboto Condensed", sans-serif;
}
.survey-init h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
}
.survey-init.survey-block .survey-question {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-left: 0;
}
.survey-init.survey-block .survey-question::before {
  left: -30px;
}
.survey-init .radio-wrapper label:hover .survey-tooltip {
  display: inherit;
}
.survey-init .survey-tooltip {
  z-index: 10;
  display: none;
  position: absolute;
  background-color: wheat;
  padding: 10px;
  border-radius: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 120%);
          transform: translate(-50%, 120%);
  bottom: 0;
  width: 123px;
  margin-top: 10px;
}
.survey-init .survey-tooltip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  display: block;
  width: 15px;
  height: 15px;
  background-color: inherit;
}
.survey-init .ardilla {
  position: absolute;
  bottom: 40px;
  background-color: white;
  width: 90%;
  padding: 10px;
}

.survey-steps {
  position: relative;
}
.survey-steps::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 230px;
  width: 3px;
  background-color: #444;
}
.survey-steps li {
  list-style: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 3px solid #444;
  background-color: #fff;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 100%;
}
.survey-steps li.active span {
  position: absolute;
  left: 3px;
  top: 3px;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #fb2245;
}

.posa {
  position: absolute;
}

.display-block {
  display: block !important;
}

.display-none {
  display: none !important;
}

.survey-block .survey-question {
  position: relative;
  padding-left: 30px;
  border-left: 3px solid #333;
  padding-bottom: 40px;
  display: none;
}
.survey-block .survey-question h3 {
  font-size: 22px;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 0;
}
.survey-block .survey-question ul {
  padding-left: 20px;
  padding-top: 10px;
}
.survey-block .survey-question::before {
  content: attr(data-id);
  position: absolute;
  top: -5px;
  left: -14px;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  text-align: center;
  border-radius: 100%;
  background-color: #fb2245;
  color: white;
}
.survey-block .survey-question:last-child {
  border-left: 3px solid transparent;
  padding-bottom: 0;
}
.survey-block .survey-question::after {
  content: "";
  display: block;
}
.survey-block textarea {
  border: 2px solid #8e8d8d;
  background-color: #EEEEEE;
}

.valora-radio .custom-radio {
  position: relative;
}
.valora-radio .custom-value {
  position: absolute;
  bottom: -34px;
  left: 0;
  padding: 0;
  width: 20px;
  text-align: center;
}
.valora-radio .custom-value.small {
  font-size: 14px;
}

.legend {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.legend-box {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  float: right;
}

#Final_Report section {
  padding-right: 1.7em;
  padding-left: 2em;
}
#Final_Report h2 {
  font-size: 25px;
}
#Final_Report figure {
  border: 10px solid white;
}
#Final_Report img {
  width: 100%;
}
#Final_Report .modal-header {
  background-color: #ffffff !important;
  border-bottom: grey;
}
#Final_Report .modal-header button {
  color: #333333;
}
#Final_Report .modal-title {
  float: right;
  margin-top: 0.5em;
  margin-right: 20px;
  font-size: 30px;
  color: #333333;
}
#Final_Report .container-cv {
  padding-left: 2em;
}
#Final_Report .container-cv h2 {
  color: black;
}
#Final_Report .container-cv .media-heading {
  color: black;
  margin-bottom: 40px;
  padding-bottom: 5px;
  border-bottom: 3px solid black;
}
#Final_Report .datosBasicos--height {
  height: auto;
}
#Final_Report .datosBasicos {
  font-size: 15px;
}
#Final_Report .logo-informe {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 180px;
  height: 56px;
  margin-left: 1em;
  margin-top: 0.4em;
  float: left;
}
#Final_Report .modal-content {
  width: 1000px;
  border-radius: 3px;
  color: #333;
}
#Final_Report .modal-body {
  padding-top: 2em;
}
#Final_Report .modal-body .row--blanco {
  background-color: #ffffff;
  padding: 20px 20px;
  color: #333333;
  border-radius: 0.5em;
}
#Final_Report .modal-body .row--blanco .datosBasicos {
  color: #333333;
  font-weight: 700;
  font-size: 16px;
}
#Final_Report .modal-body .row--blanco .datosBasicos strong {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  color: #474747;
  font-weight: normal;
}
#Final_Report .modal-body #js-videoInterview {
  border: 1px solid black;
}
#Final_Report .modal-body #js-videoInterview:hover {
  background-color: #474747;
  border: 1px solid #474747;
  color: #ffffff;
}

.saliario_col {
  display: inline-block;
  padding-right: 1em;
}

.col-md-3-21 {
  width: 21%;
}

.final_conclusion {
  background-color: #ffffff;
  padding: 0 20px 20 20px;
  border-radius: 0.5em;
  margin-bottom: 30px;
}
.final_conclusion ul li {
  margin-bottom: 10px;
}
.final_conclusion ul li a {
  color: #0099cc;
}

.fullData {
  min-height: 360px;
}
.fullData .grafica h3, .fullData .video h3 {
  font-size: 1.3em;
  padding-bottom: 0.4em;
  color: black;
}
.fullData .video {
  display: none;
}
.fullData .interview-date {
  display: none;
}

.info {
  display: inline-block;
  background-color: #1D1D1D;
  padding-left: 1.4em;
  padding-right: 1.4em;
  margin-top: 20px;
  color: #fff;
}
.info:hover {
  background-color: #2a2a2a;
  color: #fff;
}
.info:focus {
  background-color: #2a2a2a;
  color: #fff;
}

.leyenda {
  float: right;
  background-color: #e7e7e7;
  padding: 1em;
  border-radius: 5px;
}
.leyenda span {
  height: 10px;
  width: 10px;
  display: inline-block;
}
.leyenda .candidate span {
  background-color: #A80331;
}
.leyenda .desired span {
  background-color: #0099cc;
}

.lClear {
  display: inline-block;
  list-style-type: none;
  font-size: 0.9em;
}

.dlrt {
  background-color: silver;
  width: 75%;
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.dlrt dt {
  background-color: #E4E3E3;
  border-radius: 5px 5px 0 0;
  padding: 0.2em;
}
.dlrt dd {
  background-color: rgb(51, 122, 183);
  color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 0.2em;
}

dd.actual-ratio {
  font-size: 2em;
}
dd.actual-ratio strong {
  color: #000;
}

li.active .flag {
  background-color: #F7464A;
}

.container2 {
  height: 380px;
}
.container2 .map {
  height: 380px;
}

.tabDep {
  padding: 0;
  margin: 0;
}
.tabDep li {
  margin-top: 0.5em;
  display: inline-block;
  list-style-type: none;
  margin-right: 0.5em;
}
.tabDep li a:hover, .tabDep li a:active, .tabDep li a:focus {
  text-decoration: none;
}
.tabDep li.active > a {
  border-bottom: 0;
}

.card-img {
  overflow: hidden;
}
.card-img img {
  width: 100px;
}

.editOfert {
  margin-bottom: 0.8em;
}

.fa-white {
  color: #fff !important;
}

.destacado li {
  list-style-type: none;
}

.published,
span.status.published {
  font-weight: bold;
  color: #038f49;
}
.published a,
span.status.published a {
  color: inherit;
}

.notPublished,
span.status.notPublished {
  font-weight: bold;
  color: #a94442;
}
.notPublished a,
span.status.notPublished a {
  color: inherit;
}

.warranty,
span.status.warranty {
  font-weight: bold;
  color: rgb(247, 70, 74);
}
.warranty a,
span.status.warranty a {
  color: inherit;
}

span.status.closed {
  font-weight: bold;
  color: #000;
}
span.status.closed a {
  color: inherit;
}

.cancel,
span.status.cancel {
  font-weight: bold;
  color: #A70231;
}
.cancel a,
span.status.cancel a {
  color: inherit;
}

.standby,
span.status.standby {
  font-weight: bold;
  color: #2E6594;
}
.standby a,
span.status.standby a {
  color: inherit;
}

.status-comment {
  float: none !important;
  padding-left: 0 !important;
}

.js-go-process {
  font-weight: bold;
}

legend.underline {
  border-bottom: 0;
}

.hoja-modal {
  margin-left: 2em;
  margin-right: 2.5em;
}

.texto-sendmail {
  margin-top: 20px;
  padding: 1em;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
}

textarea {
  max-width: 100%;
  min-width: 100%;
}

div[id*=msgAction], div[data-id=msgAction] {
  border-radius: 5px;
  z-index: 10000000;
}
div[id*=msgAction] p, div[data-id=msgAction] p {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-left: 0.5em;
}
div[id*=msgAction].float, div[data-id=msgAction].float {
  position: absolute;
}

.tablaListado td.acciones {
  text-align: center;
}
.tablaListado td.acciones a {
  float: none;
}
.tablaListado td.acciones a:hover {
  text-decoration: none;
}

.tab-channels .panel-title > a {
  display: block;
  height: 20px;
}
.tab-channels .panel-title > a:hover {
  text-decoration: none;
}

article.message {
  margin-bottom: 1.2em;
  margin-top: 0.5em;
  border-bottom: 2px solid #eaeaea;
  padding: 0.5em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f4f4f4));
  background-image: linear-gradient(#fcfcfc, #f4f4f4);
}
article.message header {
  margin-bottom: 0.5em;
}

.proceso {
  margin-top: 0.5em;
  border-bottom: 2px solid #eaeaea;
  padding: 0.5em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f4f4f4));
  background-image: linear-gradient(#fcfcfc, #f4f4f4);
}

.row-header {
  background-color: #363636;
  color: #fff;
  margin-top: 1em;
  padding: 1em;
}

.buscar-alumnos .filter {
  width: 95px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.buscar-alumnos .filter.active {
  width: 250px;
}
.buscar-alumnos .titulo {
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  text-align: left;
  font-weight: bold;
  color: black;
  font-size: 1.2em;
  border-bottom: 2px solid #e7e8e8;
  padding-bottom: 8px;
  margin-top: 0;
}
.buscar-alumnos .btn-lupa {
  position: absolute;
  right: 0;
  top: -10px;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  background-color: #e4e4e4;
}
.buscar-alumnos .btn-lupa i {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #8d8d8d;
}
.buscar-alumnos .btn-lupa i.fa-angle-up {
  font-size: 25px;
}
.buscar-alumnos label {
  font-size: 0.9em;
}
.buscar-alumnos .box {
  padding: 6px 16px;
  margin-bottom: 20px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
}
.buscar-alumnos .box h2 {
  font-size: 22px;
  font-weight: bold;
  color: black;
}
.buscar-alumnos .box h2 strong {
  display: block;
  font-size: 0.8em;
  color: #333;
}
.buscar-alumnos .box-rounded {
  min-height: 98px;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
}
.buscar-alumnos .num-alumnos {
  background-color: black;
  color: white;
}
.buscar-alumnos .num-alumnos h1 {
  font-weight: 800;
  font-size: 45px;
  margin-top: 0;
}
.buscar-alumnos .num-alumnos p {
  padding-top: 5px;
  font-size: 15px;
  font-weight: bold;
}
.buscar-alumnos .fecha-hora {
  background-color: #E0E4E5;
}
.buscar-alumnos .fecha-hora.tutores {
  border-radius: 5px;
  margin: 11px;
}
.buscar-alumnos .fecha-hora.tutores .fecha {
  padding-bottom: 5px;
}
.buscar-alumnos .fecha-hora.tutores .titulo-fecha-hora:not(:first-child) {
  border-top: 1px solid white;
}
.buscar-alumnos .fecha-hora.tutores .titulo-fecha-hora:first-child {
  padding-top: 10px;
}
.buscar-alumnos .fecha-hora.tutores .hora {
  font-size: 14px;
  padding-bottom: 10px;
}
.buscar-alumnos .fecha-hora span {
  display: block;
}
.buscar-alumnos .fecha-hora .titulo-fecha-hora {
  padding-top: 5px;
  font-weight: bold;
  font-size: 13px;
}
.buscar-alumnos .fecha-hora .fecha {
  font-size: 14px;
  font-weight: bold;
  color: black;
}
.buscar-alumnos .fecha-hora .hora {
  font-weight: bold;
  color: black;
}
.buscar-alumnos .titulo-lista {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 10px;
  border-bottom: 2px solid black;
}
.buscar-alumnos .cuadro-resultados {
  background-color: white;
  min-height: 100px;
  -webkit-box-shadow: 0px 20px 30px -30px #000;
          box-shadow: 0px 20px 30px -30px #000;
}
.buscar-alumnos .btn-info, .buscar-alumnos .btn-submit {
  background-image: none;
  background-color: black;
  color: white;
}
.buscar-alumnos .btn-info:hover, .buscar-alumnos .btn-submit:hover {
  background-color: black;
}
.buscar-alumnos .btn-default {
  background-image: none;
  background-color: #d6d6d6;
  color: black;
}
.buscar-alumnos .btn-default:hover {
  background-color: #c3c3c3;
}
.buscar-alumnos .btn-default:active {
  background-color: #c3c3c3 !important;
  color: black !important;
}
.buscar-alumnos .resultados {
  font-size: 15px;
}
.buscar-alumnos .resultados td {
  color: black;
  line-height: 30px;
}

.ms-container {
  background: transparent url("../img/switch.png") no-repeat 50% 50%;
}

.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection {
  background: #fff;
  color: #555555;
  float: left;
  width: 45%;
}

.ms-container .ms-selection {
  float: right;
}

.ms-container .ms-list {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
  height: 160px;
  padding: 0;
  overflow-y: auto;
}

.ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9 ;
}

.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-optgroup-container {
  width: 100%;
}

.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text;
}

/*$success: #31AE9B;*/
/*$success-dark: #24A08E;*/
/*$warning: #F0AD4E;*/
/*$warning-dark: #DE8A43;*/
/*$info: #5B94C5;
$info-dark: #3D7AAD;*/
.col-md-17, .col-md-18, .col-md-46, .col-md-20, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-30, .col-md-33, .col-md-35, .col-md-37, .col-md-38, .col-md-40, .col-md-54, .col-md-60, .col-md-63, .col-md-80, .col-md-50 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-17, .col-md-18, .col-md-46, .col-md-20, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-30, .col-md-33, .col-md-35, .col-md-37, .col-md-38, .col-md-40, .col-md-54, .col-md-60, .col-md-63, .col-md-80, .col-md-50 {
    float: left;
  }
  .col-md-17 {
    width: 17%;
  }
  .col-md-18 {
    width: 18%;
  }
  .col-md-20 {
    width: 20%;
  }
  .col-md-22 {
    width: 22%;
  }
  .col-md-23 {
    width: 23%;
  }
  .col-md-24 {
    width: 24%;
  }
  .col-md-25 {
    width: 25%;
  }
  .col-md-26 {
    width: 26%;
  }
  .col-md-27 {
    width: 27%;
  }
  .col-md-30 {
    width: 30.32%;
  }
  .col-md-33 {
    width: 33.3%;
  }
  .col-md-35 {
    width: 35%;
  }
  .col-md-37 {
    width: 37%;
  }
  .col-md-38 {
    width: 38%;
  }
  .col-md-40 {
    width: 40%;
  }
  .col-md-46 {
    width: 46%;
  }
  .col-md-54 {
    width: 54%;
  }
  .col-md-60 {
    width: 60%;
  }
  .col-md-63 {
    width: 63%;
  }
  .col-md-80 {
    width: 80%;
  }
  .col-md-50 {
    width: 80%;
  }
  .pull-right-md {
    float: right !important;
  }
}
.graph {
  width: 400px;
  font-size: 14px;
}

.graph-row {
  display: block;
  width: 100%;
  line-height: 10px;
  margin-bottom: 8px;
}

.graph-row-title {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 20px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  width: 150px;
  font-weight: bold;
  background-color: #f7f7f7;
}

.graph-row-bar {
  display: inline-block;
  margin-left: -4px;
  width: 250px;
  height: 25px;
  background-color: #F0F0F0;
  line-height: 0;
}
.graph-row-bar span {
  display: block;
  height: 25px;
  background-color: #001f3d;
  border-left: 3px solid #000d1a;
  line-height: 0;
  width: 50%;
}

.graph-scale {
  display: none;
}

.graph-row-bar.danger span {
  background-color: #CD3D2C;
  border-left: 3px solid #a33123;
}

.graph-row-bar.warning span {
  background-color: #D9A300;
  border-left: 3px solid #a67d00;
}

.graph-row-bar.success span {
  background-color: #008A4B;
  border-left: 3px solid #00572f;
}

.graph-row-value {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  line-height: 23px;
  margin-right: -4px;
  margin-left: -4px;
  width: 15%;
  font-weight: bold;
}

.graph-valor-medio {
  display: none;
  position: absolute;
  top: 0;
  margin-left: 23px;
  position: relative;
}
.graph-valor-medio div {
  position: absolute;
  top: -20px;
  height: 144px;
  background-color: #333;
  width: 2px;
  left: 128px;
}
.graph-valor-medio div span {
  display: block;
  position: absolute;
  top: -30px;
  left: -33px;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
}
.graph-valor-medio div:before {
  content: "";
  display: block;
  background-color: #333;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: -3px;
}

.dashboard {
  font-family: "Open Sans", sans-serif;
  /* Reset */
  /* Gris Dash */
  /*filter info*/
  /*dashboard modals dropdowns*/
}
.dashboard h3 {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
}
.dashboard dl {
  margin-bottom: 0;
}
.dashboard .col-md-18,
.dashboard .col-md-46,
.dashboard .col-md-20,
.dashboard .col-md-80,
.dashboard .col-md-40,
.dashboard .col-md-30,
.dashboard .col-md-33,
.dashboard .col-md-50 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.dashboard .row-together .col-md-18,
.dashboard .row-together .col-md-46,
.dashboard .row-together .col-md-20,
.dashboard .row-together .col-md-80,
.dashboard .row-together .col-md-40,
.dashboard .row-together .col-md-30,
.dashboard .row-together .col-md-33,
.dashboard .row-together .col-md-50 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.dashboard .row-together .value-box dt {
  font-size: 14px;
}
.dashboard .row-together .value-box dd {
  background-color: #ECECEC;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  color: #333;
}
.dashboard .row-together .box-value {
  height: 130px;
  line-height: 125px;
}
.dashboard .row-together .box-value-target {
  bottom: 0;
}
.dashboard .row-together--pos {
  margin-top: 15px;
  margin-right: 0;
}
.dashboard .row-together .value-box dd {
  height: 59px;
  line-height: 54px;
  font-size: 2em;
  border-top: 2px solid #c1c1c1;
}
@media (min-width: 992px) {
  .dashboard .col-md-18,
  .dashboard .col-md-46,
  .dashboard .col-md-20,
  .dashboard .col-md-80,
  .dashboard .col-md-40,
  .dashboard .col-md-30,
  .dashboard .col-md-33,
  .dashboard .col-md-50 {
    float: left;
  }
  .dashboard .col-md-18 {
    width: 18%;
  }
  .dashboard .col-md-25 {
    width: 25%;
  }
  .dashboard .col-md-30 {
    width: 30%;
  }
  .dashboard .col-md-33 {
    width: 33.32%;
  }
  .dashboard .col-md-46 {
    width: 46%;
  }
  .dashboard .col-md-40 {
    width: 40%;
  }
  .dashboard .col-md-20 {
    width: 20%;
  }
  .dashboard .col-md-80 {
    width: 80%;
  }
  .dashboard .col-md-50 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard .col-md-20 {
    float: left;
    width: 33%;
  }
}
.dashboard #select_dashboard {
  padding-left: 0;
}
.dashboard #select_dashboard select {
  border: 0;
  border: 1px solid #d0d0d0;
}
.dashboard .filters-info {
  display: inline-block;
  padding: 5px 6px;
  font-size: 11px;
  color: #c7254e;
  font-variant: small-caps;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.dashboard .filters-info strong {
  text-transform: uppercase;
  margin: 0 10px;
}
.dashboard .filters-info strong:last-child {
  margin-right: 0;
}
.dashboard .modal-dropdown-options__list {
  padding: 0;
}
.dashboard .modal-dropdown-options__title {
  background-color: #23527c;
  color: #f3f3f3;
}
.dashboard .modal-dropdown-options .dropdown-toggle {
  background-color: #23527c;
  color: #f3f3f3;
  border-radius: 0;
}
.dashboard .modal-dropdown-options .dropdown-toggle:hover {
  background-color: #2E6594;
}
.dashboard .modal-dropdown-options .dropdown-toggle[aria-expanded=true] {
  background-color: #2E6594 !important;
}
.dashboard .modal-dropdown-options .dropdown-toggle[aria-expanded=false] {
  background-color: #23527c !important;
}
.dashboard .modal-dropdown-options .dropdown-menu {
  width: 100%;
  max-height: 200px;
  margin-top: 0;
  overflow-y: auto !important;
  border: 1px solid #ccc;
  border-radius: 0;
}
.dashboard .modal-dropdown-options .dropdown-menu li:nth-child(2n) {
  background-color: #F7f7f7;
}
.dashboard .modal-dropdown-options .dropdown-menu li a {
  padding: 4px 60px 4px 20px;
  color: #343434;
}
.dashboard .modal-dropdown-options .dropdown-menu li a:hover {
  color: #343434 !important;
}
.dashboard .modal-dropdown-options .dropdown-menu li.active a {
  color: #f3f3f3;
}
.dashboard .modal-dropdown-options .dropdown-menu li.active a:hover {
  color: #f3f3f3 !important;
}
.dashboard .opciones {
  background-color: #0099cc;
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px 3px 3px 0;
}
.dashboard .opciones:hover {
  background-color: #00b0eb;
  color: #fff;
}
.dashboard .opciones:active {
  color: #fff;
}
.dashboard .opciones:focus {
  color: #fff;
}
.dashboard .btn-excel {
  margin-left: 6px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .dashboard .btn-excel {
    margin-left: 0;
  }
}
.dashboard .year {
  background-color: #fff;
  font-size: 14px;
  margin-right: -3px;
  padding-right: 20px;
  padding-left: 30px;
  color: #1D1D1D;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .dashboard .year {
    width: 100%;
  }
}
.dashboard .year i {
  padding-left: 12px;
}
.dashboard .year:hover {
  background-color: #fafafa;
  color: #1D1D1D;
}
.dashboard .ratio-actual h3 {
  font-weight: bold;
}
.dashboard .ratio-actual p {
  margin-bottom: 0;
}
.dashboard .ratio-actual p strong {
  font-size: 1.1em;
}
.dashboard .num-arrow {
  font-weight: bold;
  height: 80px;
}
.dashboard .num-arrow span {
  display: inline-block;
}
.dashboard .num-arrow .num-arrow-value {
  position: absolute;
  left: 80px;
  font-size: 4.5em;
  line-height: 80px;
}
.dashboard .num-arrow .num-value {
  position: absolute;
  font-size: 3.2em;
  line-height: 80px;
}
@media (min-width: 992px) {
  .dashboard .num-arrow .num-value {
    font-size: 2.4em;
  }
}
.dashboard .num-arrow .arrow-wrap {
  vertical-align: top;
  position: relative;
  height: 80px;
  width: 50px;
  line-height: 80px;
  float: left;
}
.dashboard .num-arrow .num-title {
  font-weight: 400;
}
.dashboard .num-arrow .num-title--left {
  left: -20px;
}
.dashboard .num-arrow i {
  position: absolute;
}
.dashboard .num-arrow i.up {
  color: #00ad92;
  left: 10px;
  top: 10px;
}
.dashboard .num-arrow i.down {
  color: #F7464A;
  left: 10px;
  bottom: 0px;
}
@media (min-width: 992px) {
  .dashboard .num-arrow .num-arrow-value {
    font-size: 4em;
    line-height: 80px;
    left: 68px;
  }
  .dashboard .num-arrow .num-title {
    font-weight: 400;
    font-size: 15px;
    position: absolute;
    right: -37px;
    top: 20px;
  }
  .dashboard .num-arrow i {
    font-size: 2.4em;
  }
}
@media (min-width: 1200px) {
  .dashboard .num-arrow .num-arrow-value {
    font-size: 4em;
    line-height: 80px;
  }
  .dashboard .num-arrow .num-title {
    font-weight: 400;
    font-size: 15px;
  }
  .dashboard .num-arrow i {
    font-size: 2.8em;
  }
}
.dashboard .border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.dashboard .leyenda-g {
  vertical-align: top;
  float: right;
  font-size: 0.9em;
  margin-top: 30px;
}
.dashboard .leyenda-g .flag-hr {
  background-color: #0099cc;
}
.dashboard .leyenda-g .flag-customer {
  background-color: black;
}
.dashboard .section-title {
  position: relative;
  font-size: 24px;
  font-weight: 400;
}
.dashboard .section-title::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  background-color: black;
}
.dashboard .pie {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  height: 146px;
}
.dashboard .pie--size {
  height: 120px;
  padding: 10px;
}
.dashboard .leyenda-pie {
  display: inline-block;
  margin-left: 20px;
  width: 50%;
}
.dashboard .leyenda-pie h4 {
  font-size: 0.95em;
  color: #2E6594;
  margin: 0 0 5px;
}
.dashboard .leyenda-pie ul {
  padding-left: 5px;
}
.dashboard .leyenda-pie ul li {
  list-style: none;
  font-size: 0.75em;
  margin-top: -10px;
}
.dashboard .leyenda-pie ul li:first-child {
  margin-top: 0;
}
.dashboard .leyenda-pie ul li p {
  padding-left: 20px;
  position: relative;
}
.dashboard .leyenda-pie ul li p span.legend-box {
  position: absolute;
  top: -1px;
  left: 0;
}
.dashboard .menu-tabs {
  padding-left: 0;
}
.dashboard .menu-tabs li {
  list-style: none;
  display: block;
  background-color: white;
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center;
}
.dashboard .menu-tabs li:hover {
  background-color: #003366;
}
.dashboard .menu-tabs li:hover a {
  text-decoration: none;
  color: white;
}
.dashboard .menu-tabs li a {
  display: block;
  padding: 5px 20px 2px;
  color: #0099cc;
}
.dashboard .menu-tabs li.active {
  background-color: #0099cc;
  color: white;
  padding: 5px 20px 2px;
}
@media (min-width: 768px) {
  .dashboard .menu-tabs {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3em;
  }
  .dashboard .menu-tabs::after {
    content: "";
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #0099cc;
  }
  .dashboard .menu-tabs li {
    list-style: none;
    display: inline-block;
    border-radius: 8px 8px 0 0;
    background-color: white;
    min-width: 19%;
    margin-bottom: -1px;
  }
  .dashboard .menu-tabs li:hover a {
    text-decoration: none;
    color: white;
  }
  .dashboard .menu-tabs li a {
    display: block;
    padding: 5px 20px 2px;
  }
  .dashboard .menu-tabs li.active {
    color: white;
    font-size: 1.05em;
    padding: 5px 20px 2px;
  }
}
@media screen and (max-width: 767px) {
  .dashboard .menu-tabs {
    padding: 0;
  }
}
.dashboard .table-header {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #272727), to(#333));
  background-image: linear-gradient(to bottom, #272727 0, #333 100%);
  height: 50px;
  color: #fff;
  border-top: solid 2px #272727;
  border-bottom: solid 2px #333;
  font-size: 1.1em;
}
.dashboard .tabs-table {
  margin-bottom: -1px;
}
.dashboard .tabs-table::after {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 12px;
}
.dashboard .tabs-table[data-active=info]::after {
  background-color: #2800fd;
}
.dashboard .tabs-table[data-active=success]::after {
  background-color: #00ad92;
}
.dashboard .tabs-table[data-active=danger]::after {
  background-color: #F7464A;
}
.dashboard .tabs-table[data-active=warning]::after {
  background-color: #f59000;
}
.dashboard .tabs-table[data-active=finance]::after {
  background-color: #F7464A;
}
.dashboard .tabs-table[data-active=hr]::after {
  background-color: #46BFBD;
}
.dashboard .tabs-table[data-active=it]::after {
  background-color: #FDB45C;
}
.dashboard .tabs-table[data-active=others]::after {
  background-color: #A80331;
}
.dashboard .tabs-table[data-active=sales]::after {
  background-color: #438CCA;
}
.dashboard .tabs-table[data-active=supply]::after {
  background-color: #ff5f63;
}
.dashboard .tabs-table[data-active=technical]::after {
  background-color: #078a07;
}
.dashboard .tabs-table.small-tabs a {
  min-width: 93px;
}
.dashboard .tabs-table a {
  display: inline-block;
  min-width: 150px;
  padding: 8px 20px;
  border-radius: 8px 8px 0 0;
  font-size: 1.2em;
  margin-bottom: -1px;
}
.dashboard .tabs-table a:hover {
  text-decoration: none;
}
.dashboard .tabs-table a:active {
  text-decoration: none;
}
.dashboard .tabs-table a:focus {
  text-decoration: none;
}
.dashboard .tabs-table a.success {
  background-color: #00ad92;
  color: white;
}
.dashboard .tabs-table a.danger {
  background-color: #F7464A;
  color: white;
}
.dashboard .tabs-table a.info {
  background-color: #2800fd;
  color: white;
}
.dashboard .tabs-table a.warning {
  background-color: #f59000;
  color: white;
}
.dashboard .tabs-table a.finance {
  background-color: #F7464A;
  color: white;
}
.dashboard .tabs-table a.hr {
  background-color: #46BFBD;
  color: white;
}
.dashboard .tabs-table a.it {
  background-color: #FDB45C;
  color: white;
}
.dashboard .tabs-table a.others {
  background-color: #A80331;
  color: white;
}
.dashboard .tabs-table a.sales {
  background-color: #438CCA;
  color: white;
}
.dashboard .tabs-table a.supply {
  background-color: #ff5f63;
  color: white;
}
.dashboard .tabs-table a.technical {
  background-color: #078a07;
  color: white;
}
.dashboard .table-modal-dash {
  background: #f4f4f4;
}
.dashboard .table-modal-dash a {
  text-decoration: underline;
}
.dashboard .table-modal-dash tr:nth-child(2n+1) {
  background-color: #e5e5e5;
}
.dashboard .filter {
  position: relative;
}
.dashboard .filter select {
  background-color: white;
}
.dashboard .filter h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
}
.dashboard .filter h2 strong {
  font-size: 1.2em;
  color: #1D1D1D;
}
.dashboard .filter::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 20px;
  background-color: #ffffff;
}
.dashboard .filter::before {
  content: "";
  position: absolute;
  bottom: 1px;
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 20px;
  background-color: #DDD;
}
.dashboard .btn-oscuro {
  border-radius: 5px;
  padding: 5px 10px;
  width: 100%;
  background-color: #0099cc;
  color: white;
  border: 0;
  font-size: 1.3em;
  font-family: "Open Sans", sans-serif;
}
.dashboard .btn-oscuro:hover {
  background-color: #333333;
}
.dashboard .table-comparative {
  border-bottom: 1px solid #ddd;
}
.dashboard .table-comparative td:last-child {
  border-right: 1px solid #ddd;
}
.dashboard .table-comparative th {
  border: 0 solid #000;
  font-family: "Open Sans", sans-serif;
}
.dashboard .table-comparative tr.titulos th {
  font-size: 1.2em;
  color: #2D6593;
}
.dashboard .table-comparative tr.cabecera {
  border: 0 solid #000;
}
.dashboard .table-comparative tr.cabecera th {
  text-align: center;
  color: white;
  font-weight: 400;
  border: 0 solid #000;
}
.dashboard .table-comparative tr.cabecera th:first-child {
  background-color: rgba(0, 0, 0, 0);
}
.dashboard .table-comparative .cabecera,
.dashboard .table-comparative tr.active {
  color: white;
}
.dashboard .table-comparative .cabecera td:first-child,
.dashboard .table-comparative tr.active td:first-child {
  color: #474747;
  background-color: #cccddd;
}
.dashboard .table-comparative .cabecera .a,
.dashboard .table-comparative tr.active .a {
  background-color: #2800fd;
}
.dashboard .table-comparative .cabecera .cl,
.dashboard .table-comparative tr.active .cl {
  background-color: #00ad92;
}
.dashboard .table-comparative .cabecera .c,
.dashboard .table-comparative tr.active .c {
  background-color: #F7464A;
}
.dashboard .table-comparative .cabecera .w,
.dashboard .table-comparative tr.active .w {
  background-color: #f59000;
}
.dashboard .table-comparative .cabecera .w:not(:last-child),
.dashboard .table-comparative tr.active .w:not(:last-child) {
  border-right: solid 2px grey !important;
}
.dashboard .table-comparative tr .w:not(:last-child) {
  border-right: solid 2px grey !important;
}
.dashboard .table-comparative tbody tr:nth-child(2n+1) {
  background-color: #eee;
}
.dashboard .table-comparative tbody td:first-child {
  text-align: left;
  font-weight: bold;
}
.dashboard .table-comparative tbody td {
  border-left: 1px solid #ddd;
  text-align: center;
  font-size: 0.95em;
  padding: 15px;
}
.dashboard .total-resumes {
  position: relative;
  height: 120px;
}
.dashboard .total-resumes .icon {
  position: absolute;
  left: 3%;
  font-size: 5em;
}
.dashboard .total-resumes .cifras {
  position: absolute;
  left: 25%;
  top: 20px;
}
.dashboard .total-resumes .cifras h2 {
  margin: 0;
  line-height: 70px;
  font-size: 5em;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.dashboard .total-resumes .cifras span {
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dashboard .total-resumes {
    width: 67%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .dashboard .total-resumes .cifras h2 {
    font-size: 4em;
  }
}
.dashboard .new-resumes {
  position: relative;
  height: 120px;
}
.dashboard .new-resumes h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}
.dashboard .new-resumes .icon {
  position: absolute;
  left: 5px;
  top: 36px;
  font-size: 4em;
}
.dashboard .new-resumes .cifras {
  position: absolute;
  left: 27%;
  height: 120px;
}
.dashboard .new-resumes .cifras h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 4em;
  font-weight: bold;
  line-height: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dashboard .new-resumes {
    width: 33%;
    float: left;
    margin-bottom: 30px;
  }
}
.dashboard .linea-left {
  border-left: 1px solid #ddd;
}
.dashboard .linea-right {
  border-right: 1px solid #ddd;
}
.dashboard h2.recent {
  /*background-color: $rojologista;*/
  background-color: #0099cc;
}
.dashboard h2.notifications {
  /**background-color: $titulo-azul;*/
  background-color: #0099cc;
  border-bottom: 1px solid #d1d1d1;
}
.dashboard h2.notifications,
.dashboard h2.recent {
  color: #fff;
  font-size: 16px;
  padding: 20px 30px;
}
.dashboard .actividad {
  max-height: 300px;
  min-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
}
.dashboard .actividad ul {
  padding-left: 0;
}
.dashboard .actividad li {
  position: relative;
  list-style: none;
  margin-top: 10px;
  padding-left: 20px;
}
.dashboard .actividad li a {
  color: #474747;
}
.dashboard .actividad li a:hover {
  color: #2E6594;
}
.dashboard .actividad li h3 {
  width: 80%;
  font-weight: 700;
}
.dashboard .actividad li p {
  width: 80%;
}
.dashboard .actividad li span {
  position: absolute;
  top: 10px;
  right: 20px;
}
.dashboard hr {
  position: relative;
  height: 20px;
}
.dashboard hr::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 20px;
  background-color: #ffffff;
}
.dashboard hr::before {
  content: "";
  position: absolute;
  bottom: 1px;
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 20px;
  background-color: #DDD;
}
.dashboard .mapTooltip {
  position: absolute;
  background-color: #fff;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border-radius: 10px;
  padding: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #343434;
}
.dashboard svg text {
  display: none;
}
.dashboard .candidatos .pie {
  width: 33%;
}
.dashboard .candidatos .leyenda-pie {
  width: auto;
}
.dashboard .candidatos .leyenda-pie ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0;
  padding: 0;
}
.dashboard .candidatos .leyenda-pie ul li {
  margin-left: 30px;
  text-align: center;
}
.dashboard .candidatos .leyenda-pie ul li:first-child {
  margin-left: 0;
}
.dashboard .candidatos .leyenda-pie ul li i {
  display: block;
  font-size: 40px;
}
.dashboard .candidatos .leyenda-pie ul li p {
  margin: 0;
  padding-left: 0;
}
.dashboard .candidatos .leyenda-pie ul li span {
  font-size: 12px;
  display: block;
  float: none;
  width: auto;
  margin-top: 5px;
  color: #333;
}
.dashboard .candidatos .leyenda-pie ul li span strong {
  display: block;
  font-size: 16px;
}
.dashboard .candidatos h4 {
  color: #2E6594;
}
.dashboard .candidatos h4 i {
  margin-right: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline;
  padding: 0;
}

li.paginate_button.active a {
  border-radius: 0;
}

li.paginate_button.active:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-bottom: 2px;
}

li.paginate_button.active:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 2px;
}

.dataTables_wrapper .dataTables_paginate li.paginate_button {
  border: 0px solid #fff;
}
.dataTables_wrapper .dataTables_paginate li.paginate_button:hover {
  border: 0px solid #fff;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotate {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.people-card {
  min-height: 260px !important;
}
.people-card h3 {
  min-height: auto !important;
  padding-bottom: 10px !important;
}
.people-card .table > tbody > tr:first-child > th {
  border: 0;
}
.people-card .table > tbody > tr > th,
.people-card .table > tbody > tr > td {
  padding: 6px;
  text-align: center;
}
.people-card .table > tbody > tr > th:first-child {
  text-align: left;
}
.people-card .table {
  font-size: 14px;
}
.people-card .leaders-data {
  position: relative;
  width: 90px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #e4e4e4;
  margin-top: 25px;
  color: #fb2245;
  padding: 4px 4px;
  border-radius: 5px;
}
.people-card .leaders-data small {
  color: #333;
}
.people-card .leaders-data::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background-color: inherit;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}
.people-card .people-data {
  position: relative;
  height: 90px;
  width: 90px;
  text-align: center;
  margin: 0 auto;
  background-color: #e4e4e4;
  border-radius: 100%;
}
.people-card .people-data .data {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 33px;
  font-weight: 600;
  display: block;
  line-height: 12px;
  color: #fb2245;
}
.people-card .people-data .data small {
  font-size: 11px;
  color: #333;
}
.people-card .people-data .icon-users {
  position: absolute;
  bottom: -11px;
  right: 29px;
  font-size: 14px;
  display: block;
  background-color: #afafaf;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 30px;
}

.box-img {
  background-repeat: no-repeat;
  background-position: 95% 85%;
}
.box-img-1 {
  background-image: url("../img/ico-verde.png");
}
.box-img-2 {
  background-image: url("../img/ico-azul.png");
}
.box-img-3 {
  background-image: url("../img/ico-naranja.png");
}

.box {
  overflow: hidden;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  background-color: white;
  -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.1);
  min-height: 220px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .box {
    margin-bottom: 0;
  }
}
.box .box-body {
  padding: 0px 20px 20px 20px;
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
.box .box-body.box-body--padding-bottom {
  padding-bottom: 5px;
}
.box .box-body-single {
  padding-top: 20px;
  border: 0;
}
@media (min-width: 992px) {
  .box .box-body {
    padding: 0px 15px 15px 15px;
  }
  .box .box-body-single {
    padding-top: 10px;
    border: 0;
  }
}
@media (min-width: 1200px) {
  .box .box-body {
    padding: 0px 20px 20px 20px;
  }
  .box .box-body-single {
    padding-top: 15px;
    border: 0;
  }
}
.box.box-classrooms .box-body {
  padding-top: 20px;
  border-top: 0;
}
.box.box-classrooms .box-body .class-title-wrapp {
  border-right: 1px solid #E5E5E5;
}
.box.box-classrooms .box-body .class-title-wrapp h3 {
  width: 100px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  min-height: 90px;
}
.box.box-classrooms .box-body .class-title-wrapp figure {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.box.box-classrooms .box-body .classrooms-date {
  height: 65px;
}
.box.box-classrooms .box-body .classrooms-date figure {
  width: 40px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.85;
  float: left;
}
.box.box-classrooms .box-body .classrooms-date dl {
  height: 65px;
  float: left;
  margin-left: 9px;
}
.box.box-classrooms .box-body .classrooms-date dl dd {
  font-size: 2em;
  font-weight: bold;
  line-height: 20px;
  margin-top: 8px;
}
.box.box-classrooms .box-body .classrooms-date dl dt {
  font-size: 12px;
  color: #525252;
}
@media (min-width: 1200px) {
  .box.box-classrooms .box-body .classrooms-date dl dt {
    font-size: 15px;
  }
}
.box.box-classrooms-icons .box-body {
  padding-top: 20px;
  border-top: 0;
}
.box.box-classrooms-icons .box-body .class-title-wrapp {
  border-right: 1px solid #E5E5E5;
}
.box.box-classrooms-icons .box-body .class-title-wrapp h3 {
  width: 100px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  min-height: 90px;
}
.box.box-classrooms-icons .box-body .class-title-wrapp figure {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.box.box-classrooms-icons .box-body dl {
  margin-top: 6px;
  margin-left: 18px;
  cursor: pointer;
}
.box.box-classrooms-icons .box-body dd {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.box.box-classrooms-icons .box-body dd i {
  color: black;
}
.box.box-classrooms-icons .box-body dt {
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
}
.box.box-classrooms-icons .box-body .classrooms-date {
  display: inline-block;
}
.box .box-header {
  position: relative;
  padding: 15px 20px 10px 20px;
  height: 39px;
  font-size: 16px;
}
.box .box-header h3 {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}
.box .box-header .box-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
}
.box.box-radius {
  border-radius: 8px;
}
.box.box-default {
  background-color: #ffffff;
  color: #333333;
}
.box.box-default .box-header {
  color: #0099cc;
  background-color: #fbfbfb;
}
.box.box-default .box-value-target {
  background-color: #ECECEC;
}
.box.box-success {
  background-color: #00ad92;
}
.box.box-success .box-header {
  background-color: #01a28b;
  color: white;
}
.box.box-success .box-body {
  border-top: 1px solid #018975;
  color: white;
}
.box.box-success .box-value small {
  color: white;
}
.box.box-info {
  background-color: #2800fd;
}
.box.box-info .box-header {
  background-color: #1D00BF;
  color: white;
}
.box.box-info .box-body {
  border-top: 1px solid #1900a6;
  color: white;
}
.box.box-info .box-value small {
  color: white;
}
.box.box-warning {
  background-color: #f59000;
}
.box.box-warning .box-header {
  background-color: #da6400;
  color: white;
}
.box.box-warning .box-body {
  border-top: 1px solid #c15800;
  color: white;
}
.box.box-warning .box-value small {
  color: white;
}
.box.box-danger {
  background-color: black;
}
.box.box-danger .box-header {
  background-color: #D13337;
  color: white;
}
.box.box-danger .box-body {
  border-top: 1px solid #bf2b2f;
  color: white;
}
.box.box-danger .box-value small {
  color: white;
}
.box.box--reset-height {
  min-height: auto;
}
.box-min {
  min-height: 190px;
}
.box .panel-carets {
  display: inline-block;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
}
.box .panel-carets .panel-justified h2 {
  width: 140px;
  font-size: 55px;
  line-height: 44px;
  text-align: right;
}
.box .panel-carets h2 {
  font-size: 30px;
  margin: 0;
  font-weight: bold;
  color: #333;
}
@media (min-width: 1200px) {
  .box .panel-carets h2 {
    font-size: 45px;
  }
}
.box .panel-carets span {
  border-left: 1px solid #444;
}
.box .panel-carets h2 {
  float: left;
}
.box .panel-carets span {
  float: left;
  margin: 3px 0 0 15px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 40px;
  color: #444;
}
@media (min-width: 1140px) {
  .box .panel-carets span {
    font-size: 22px;
  }
}
.box .panel-carets .fa-caret-down {
  position: absolute;
  color: #c0392b;
}
.box .panel-carets .fa-caret-up {
  position: absolute;
  color: #27ae60;
}
.box .panel-carets i {
  float: left;
  margin: 4px 0 0 10px;
  font-size: 30px;
}

.box-headcount {
  min-height: 250px;
}
.box-headcount .box-value-target {
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #333333;
  position: absolute;
  width: 85%;
  left: 0;
  right: 0;
  bottom: 60px !important;
}
.box-headcount .box-value-target.bg-white {
  background-color: #E7E7E7;
}
.box-headcount .box-value-target-special {
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #333333;
  position: absolute;
  width: 85%;
  left: 0;
  right: 0;
  bottom: 20px;
}
.box-headcount .box-value-target-special.bg-white {
  background-color: #E7E7E7;
}

.box-values .box-value {
  position: relative;
  display: block;
  text-align: center;
  font-size: 5em;
  font-weight: bold;
  color: inherit;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.box-values .box-value small {
  position: absolute;
  bottom: 0px;
  right: 0;
  font-size: 12px;
  padding: 3px 10px;
  color: #333;
  border-radius: 4px;
  text-transform: uppercase;
}
.box-values .box-value--size {
  font-size: 3.5em;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .box-values .box-value--size {
    font-size: 4em;
    padding: 0;
  }
}
.box-values .box-value--size .box-value small {
  bottom: -2px;
}
.box-values .box-single .box-value {
  margin-top: 5px;
}
.box-values .box-value-target {
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #333333;
  position: absolute;
  width: 85%;
  left: 0;
  right: 0;
  bottom: 20px;
}
.box-values .box-value-target.bg-white {
  background-color: #E7E7E7;
}

.value-box {
  overflow: hidden;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
}
.value-box dt {
  background-color: #ECECEC;
  height: 29px;
  line-height: 29px;
}
.value-box dd {
  color: white;
  height: 29px;
  line-height: 29px;
}
.value-box .value-box-success {
  background-color: #00ad92;
}
.value-box .value-box-warning {
  background-color: #f59000;
}
.value-box .value-box-danger {
  background-color: #F7464A;
}

.btn-box {
  /*background-color: $titulo-azul;*/
  background-color: #0099cc;
  color: white;
  font-size: 14px;
  padding: 6px 15px;
  border-radius: 5px;
}
.btn-box:hover {
  background-color: #00ace6;
  color: white;
  text-decoration: none;
}

.box-budget {
  min-height: 160px;
}
.box-budget h4 {
  margin: 0;
  font-size: 0.95em;
  margin-left: 20px;
}
.box-budget .budget {
  font-weight: bold;
  font-size: 2.5em;
  margin-bottom: 20px;
}
.box-budget .budget-data p {
  font-size: 1.2em;
  line-height: 22px;
  margin-bottom: 4px;
}
.box-budget .budget-data strong {
  display: block;
  font-size: 2.5em;
  margin-left: 5px;
}
.box-budget .line {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 992px) {
  .box-budget .budget {
    font-size: 2.2em;
    margin-bottom: 20px;
  }
  .box-budget .budget-data p {
    font-size: 1.1em;
    line-height: 22px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1200px) {
  .box-budget .budget {
    font-size: 2.7em;
    margin-bottom: 20px;
  }
  .box-budget .budget-data p {
    font-size: 1.2em;
    line-height: 22px;
    margin-bottom: 4px;
  }
}

.btn-box--corner {
  position: relative;
  z-index: 1000;
  margin-right: 20px;
}

/* Login */
body.login {
  background: #fff url(../img/bg-login.jpg) no-repeat top center;
  background-size: cover;
}

section.login_lg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.login_lg .container {
    padding: 0;
  }
}

.panelLogin {
  text-align: center;
}
.panelLogin .form-control {
  margin: 0 auto;
  margin-top: 20px;
}
.panelLogin .btn-default {
  width: 80%;
  margin-bottom: 40px;
}

.tituloLogin {
  border-bottom: 1px solid #ececfb;
  text-align: center;
  color: #666666;
}
.tituloLogin::before {
  content: "";
  color: #A70231;
}

input.pass,
input.username {
  background-repeat: no-repeat;
  background-position: 12px center;
}

input.pass {
  background-image: url("../img/candado.png");
}

input.username {
  background-image: url("../img/usuario.png");
}

input.email {
  background-position: 5px center;
  padding-left: 33px;
  background-image: url("../img/email.png");
  background-repeat: no-repeat;
  width: 100%;
}

.panel-login {
  border: 0;
  border-radius: 9px;
  background: #f1f1f1;
  color: #666;
  text-align: center;
  -webkit-box-shadow: 0px 6px 12px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 12px -5px rgba(0, 0, 0, 0.3);
}
.panel-login .panel-heading,
.panel-login .panel-body,
.panel-login .panel-footer {
  padding: 24px 36px;
}
.panel-login .panel-heading {
  padding-bottom: 0;
  padding-top: 30px;
}
.panel-login .panel-body {
  padding-top: 0;
}
.panel-login .form-control {
  padding: 12px 24px 12px 37px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.42857143;
  height: 48px;
  background-color: #fff;
}
.panel-login .alert {
  padding: 10px;
  font-size: 80%;
  margin: 15px 0;
}
.panel-login .titulo-login {
  margin: 0;
}
.panel-login .titulo-login strong {
  display: block;
  font-size: 36px;
  color: #3d4245;
}
.panel-login .btn-submit {
  min-width: 100%;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 12px;
}
.panel-login .btn-link {
  color: #3d4245;
}
.panel-login .panel-login .form-control {
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.42857143;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .panel-login .panel-heading {
    padding-top: 20px;
  }
  .panel-login .titulo-login,
  .panel-login .tituloLogin {
    font-size: 24px;
  }
  .panel-login .titulo-login strong,
  .panel-login .tituloLogin strong {
    font-size: 24px;
  }
}

.hr-label::before {
  right: 0.5em;
  margin-left: -50%;
}

.hr-label::after {
  left: 0.5em;
  margin-right: -50%;
}

.hr-label::before,
.hr-label::after {
  content: "";
  position: relative;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 1px;
  vertical-align: middle;
}

.btn-submit svg {
  position: relative;
  top: 3px;
}

/*password expire error area*/
.password-expire-error-msg {
  padding: 10px;
  margin-top: 20px;
  background-color: black;
  border-radius: 2px;
}
.password-expire-error-msg p {
  color: #f3f3f3;
  margin: 0;
}
.password-expire-error-msg p strong {
  text-transform: uppercase;
}

.form-group.top {
  margin-top: 40px;
}

.cabeceraTabla {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#333333));
  background-image: linear-gradient(to bottom, #272727 0%, #333333 100%);
  height: 50px;
  color: #fff;
  border-top: solid 2px #272727;
  border-bottom: solid 2px #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
}
.cabeceraTabla th {
  border-right: solid 1px #363636;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  border-left: solid 1px #363636;
  vertical-align: middle !important;
}
.cabeceraTabla th i {
  margin-left: 0.8em;
}
.cabeceraTabla th a:hover i {
  color: #bfbfbf !important;
}
.cabeceraTabla th:last-child {
  border-right: solid 0px;
}
.cabeceraTabla th:first-child {
  border-left: solid 0px !important;
}
.cabeceraTabla th a.ordenar {
  display: block;
  float: right;
  color: #fff;
  padding-right: 20px;
}

.tablaOferta th {
  width: 14% !important;
  text-align: center;
  height: 75px !important;
}
.tablaOferta td {
  text-align: left;
  border-left: 1px solid #ddd;
  border-top: 0px !important;
  position: relative;
}
.tablaOferta td:nth-child(4) {
  text-align: center !important;
}
.tablaOferta tr {
  border-bottom: 1px solid #f7f7f7;
}
.tablaOferta tr th:first-child {
  width: 16% !important;
}
.tablaOferta tr th:first-child a {
  color: #303030 !important;
}
.tablaOferta tr td:first-child a {
  float: left;
  width: 100%;
  color: #303030;
}
.tablaOferta tr td:first-child a.detail.employee {
  padding-left: 22px;
  /*background: url("../img/svg/bg_logo_logista.svg") left center no-repeat;*/
  background: url("../img/bg_logo_logista.png") left center no-repeat;
  background-size: 16px 16px;
}

#tbProcess td:nth-child(4) {
  text-align: left !important;
}

.tablaOferta .fondoMenu {
  position: absolute;
  top: 0;
  margin: 5px;
  border-radius: 6px;
  padding: 10px;
  width: 180px;
}
.tablaOferta td ul {
  margin-left: 0px;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0px;
}
.tablaOferta td > ul > li {
  margin-left: 0;
  padding-left: 0;
  padding: 8px;
}
.tablaOferta td ul li a {
  display: block;
  color: #222;
  width: 100%;
  padding: 5px 5px 5px 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tablaOferta td ul li:hover {
  color: #0099cc;
  font-weight: bold;
  cursor: pointer;
}
.tablaOferta td ul li ul {
  width: 100%;
  margin-left: -10px;
  margin-right: -8px;
  padding-top: 5px;
  padding: 0;
}
.tablaOferta td ul li ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}
.tablaOferta td ul li ul li a {
  display: block;
  padding: 8px 10px;
  color: #444;
  font-weight: 200;
  padding-left: 20px;
  margin-top: 10px;
}
.tablaOferta td ul li ul li a i {
  margin-right: 5px;
}
.tablaOferta td ul li ul li:hover a {
  background: #E2E2E2;
  text-decoration: none;
}
.tablaOferta td ul li ul.fallback {
  display: none;
}
.tablaOferta td ul li:hover ul.fallback {
  display: block;
}

.tablaOferta tr.medidor > td:last-child {
  padding-top: 0 !important;
  height: 10px !important;
}
.tablaOferta tr.medidor > td {
  margin: 0 !important;
  padding: 0 !important;
  border-left: 0;
  height: auto;
}
.tablaOferta tr.medidor > td .barra {
  display: block;
  background-image: -webkit-gradient(linear, right top, left top, from(red), to(#A80331));
  background-image: linear-gradient(to left, red 0%, #A80331 100%);
  height: 8px;
}
.tablaOferta tr.medidor > td .verde {
  display: block;
  background-image: url("../img/barra-verde.png");
  background-position: right center;
  height: 8px;
}

.bola {
  padding-left: 25px !important;
  background-image: url("../img/bolas.png");
  background-repeat: no-repeat;
  background-position: left;
}
.bola:hover {
  text-decoration: none;
  color: #0099cc;
}

.bola-v {
  background-position: left top;
}

.bola-a {
  background-position: left bottom;
}

/* Estilos men├║ rollOver */
#oferta td {
  padding-left: 0 !important;
  height: 65px;
}
#oferta th {
  height: 55px !important;
}
#oferta td:last-child span {
  padding-left: 20px;
}

.sombra {
  -webkit-box-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
          box-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
  background: #fff;
  border-radius: 6px;
  z-index: 1030;
  background-image: -o-linear-gradient(to top, #eeeeee 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeeeee", endColorstr="#ffe0e0e0", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#eeeeee), to(#e0e0e0));
  background-image: linear-gradient(to top, #eeeeee 0%, #e0e0e0 100%);
}

.h-inline {
  display: inline-block;
}

.ref {
  font-family: "Open Sans", sans-serif;
  font-size: 0.45em;
  margin-left: 0.5em;
}

.editOfert {
  float: right;
  font-size: 1.5rem;
}
.editOfert a:hover {
  text-decoration: none;
}

.search-all {
  padding: 0.4em;
}

.dismiss {
  text-decoration: line-through;
}

.btns-sociales {
  margin-bottom: 10px;
}
.btns-sociales .h-inline {
  margin-right: 20px;
}

.social {
  background-color: rgb(214, 215, 212);
  overflow: hidden;
  width: 530px;
  padding: 10px 20px 5px 10px;
  border-radius: 3px;
  float: left;
  margin-right: 17px;
  margin-left: 17px;
}

.info-registered p {
  font-size: 16px;
}
.info-registered p span {
  margin-right: 10px;
}

.dashboard_old .opciones {
  background-color: #1D1D1D;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px 3px 3px 0;
}
.dashboard_old .opciones:hover {
  background-color: #2a2a2a;
  color: #fff;
}
.dashboard_old .opciones:active {
  color: #fff;
}
.dashboard_old .opciones:focus {
  color: #fff;
}
.dashboard_old .year {
  background-color: #fff;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 1.3em;
  border-radius: 0px;
  border-radius: 3px 0 0 3px;
  margin-right: -3px;
  padding-right: 20px;
  padding-left: 30px;
  color: #1D1D1D;
  width: 120px;
}
.dashboard_old .year i {
  padding-left: 12px;
}
.dashboard_old .year:hover {
  background-color: #fafafa;
  color: #1D1D1D;
}
.dashboard_old .capaOpciones {
  display: none;
}
.dashboard_old .grupodatos {
  display: inline-block;
  width: 100%;
}
.dashboard_old .grupodatos .datos {
  font-size: 3.7em;
  color: #fff;
  font-weight: 700;
}
.dashboard_old .grupodatos .datos.real {
  font-size: 1.6em;
  line-height: 0.8em;
  padding-top: 0.6em;
}
.dashboard_old .nombreDatos {
  color: #fff;
  font-weight: lighter;
}
.dashboard_old .map {
  position: relative;
}
.dashboard_old .mapTooltip {
  position: fixed;
  background-color: #fff;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border-radius: 10px;
  padding: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #343434;
}
.dashboard_old .sombraMapa {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.dashboard_old h2.recent {
  /*background-color: $rojologista;*/
  background-color: black;
  color: #fff;
  font-size: 1.5em;
  padding: 20px 30px;
}
.dashboard_old h2.notifications {
  /*background-color: #2E6594;*/
  background-color: #0099cc;
  color: #fff;
  font-size: 1.5em;
  padding: 20px 30px;
  border-bottom: 1px solid #d1d1d1;
}
.dashboard_old .actividad {
  max-height: 300px;
  min-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
}
.dashboard_old .actividad ul {
  padding-left: 0;
}
.dashboard_old .actividad ul li {
  position: relative;
  list-style: none;
  margin-top: 10px;
  padding-left: 20px;
}
.dashboard_old .actividad ul li:nth-child(even) {
  background-color: #F3F3F3;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dashboard_old .actividad ul li div:nth-child(1) {
  width: 80%;
  font-weight: bold;
}
.dashboard_old .actividad ul li div:nth-child(2) {
  width: 80%;
}
.dashboard_old .actividad ul li div:nth-child(3) {
  position: absolute;
  top: 10px;
  right: 20px;
}
.dashboard_old a.year + .dropdown-menu {
  position: absolute;
  top: 85%;
  left: 132px;
  min-width: 122px;
}
.dashboard_old .jqstooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dashboard_old .subdato {
  font-size: 1.3em;
  margin-top: -15px;
}
.dashboard_old .porcen {
  font-size: 5em;
  font-weight: 900;
  color: #878787;
}
.dashboard_old .porcen--dias {
  font-size: 3.4em;
}
.dashboard_old .totalResumes {
  display: block;
  font-size: 2em;
  font-weight: bold;
  background-color: rgb(208, 213, 218);
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  width: 80%;
  margin: 10px auto;
  margin-bottom: 20px;
}
.dashboard_old .resumes-parcial {
  display: block;
  width: 90%;
  margin: 8px auto 0px;
  margin-top: 5px;
  padding-top: 3px;
}
.dashboard_old .st--destacado {
  font-size: 1.3em;
}
.dashboard_old .chart {
  position: relative;
  text-align: center;
}
.dashboard_old .chart span {
  display: block;
  position: absolute;
  width: 100px;
  text-align: center;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: 50px;
  font-size: 2em;
  font-weight: bold;
}
.dashboard_old .tituloGraficas-col1 {
  margin-bottom: 7px;
}
.dashboard_old .tituloGraficas-col3 {
  margin-bottom: 14px;
}
.dashboard_old #oferta tr td:nth-child(2n) {
  background-color: #cecece;
}
.dashboard_old #Add_Candidates_Modal input[required=required] {
  width: 100%;
}
.dashboard_old #Add_Candidates_Modal input[required=required] + span {
  position: absolute;
  top: 28px;
  right: 25px;
  font-size: 1.2em;
}
.dashboard_old #Add_Candidates_Modal label.error + span {
  display: none;
}
.dashboard_old #Add_Candidates_Modal .enrolled {
  width: 100%;
  display: block;
  background-color: green;
  padding: 12px 25px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.dashboard_old #Add_Candidates_Modal section h3 {
  margin-bottom: 0.3em;
}
.dashboard_old #Add_Candidates_Modal section .dataBody {
  padding: 1em;
  border-radius: 0.3em;
  padding-left: 2em;
  border: 1px solid #e4e4e4;
}
.dashboard_old #Add_Candidates_Modal .addCurriculum {
  margin-top: 1em;
}
.dashboard_old #errorContainer label.error {
  margin: 12px 0 0 5px;
  border: 0;
  background-color: inherit;
  color: inherit;
}
.dashboard_old #errorContainer label.error::before {
  content: "";
  border: 0;
}
.dashboard_old .processArea a {
  color: #888;
}
.dashboard_old .processArea .active {
  font-weight: bold;
}
.dashboard_old .processArea .active a {
  color: #23527c;
}

/*Filtro de búsqueda de candidatos*/
.candidates-filter-form .filter-block.advanced-options-button a, .candidates-filter-form .filter-block.advanced-options-button button {
  background-color: #F0F0F0;
  color: #333333;
}

@media screen and (max-width: 992px) {
  .candidates-filter-form .filter-block {
    margin-bottom: 10px;
  }
  .candidates-filter-form .filter-block.advanced-options-button {
    overflow: hidden;
    margin-bottom: 15px;
  }
  .candidates-filter-form .filter-block.advanced-options-button a, .candidates-filter-form .filter-block.advanced-options-button button {
    float: right;
    margin-top: 0 !important;
    background-color: #F0F0F0;
    color: #333333;
  }
  .candidates-filter-form .collapse .no-padding {
    padding: 0;
  }
}
.ambassadors {
  font-family: "Open Sans", sans-serif;
}
.ambassadors .year {
  background-color: #fff;
  font-size: 1.3em;
  border-radius: 0px;
  border-radius: 3px 0 0 3px;
  margin-right: -15px;
  padding-right: 20px;
  padding-left: 30px;
  color: #1D1D1D;
  width: 120px;
}
.ambassadors .strip1 {
  background-color: #ffffff;
}
.ambassadors .strip2 {
  background-color: #ece4e0;
}

.menosRow {
  margin-top: 30px;
}

.an {
  margin-right: 0px;
  margin-left: 0px;
}

.ball {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation: jump 0.5s ease 1;
          animation: jump 0.5s ease 1;
}

.icon-link {
  color: #333;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.hr-separador {
  margin-top: 0;
  border-top: 1px dotted silver;
  margin-bottom: 1em;
}

.btn-search {
  background-color: #1D1D1D;
  margin-top: 20px;
  width: 100%;
  color: #fff;
}

.btn-search:hover, .btn-search:active, .btn-search:focus {
  background-color: #2a2a2a;
  color: #fff;
}

.js-activar-candidates {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, silver), to(#c3c3c3));
  background-image: linear-gradient(to bottom, silver 0, #c3c3c3 100%);
  width: 120px;
}

.card {
  background-color: #fff;
  padding: 1.2em;
  margin-bottom: 1.2em;
  border-radius: 0.4em;
  -webkit-box-shadow: 2px 2px 2px rgba(32, 32, 32, 0.2);
          box-shadow: 2px 2px 2px rgba(32, 32, 32, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 10px solid #e3e3e3;
}
.card-img {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid #bababa;
  background-color: silver;
  margin-right: 1.2em;
  overflow: hidden;
}
.card-body {
  display: inline-block;
  width: 220px;
}
.card-name {
  padding: 0;
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
}
.card-actions {
  margin-left: 1.2em;
  width: 8vw;
}
.card-actions a {
  width: 100%;
  font-size: 1.1em;
  border-radius: 5px;
  margin-bottom: 0.5em;
  padding: 10px 15px;
}
.card-job {
  padding: 0;
  margin: 0;
}
.card-company {
  font-size: 0.9em;
}

.cd-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  background-color: #dfdfdf;
  padding: 1.2em;
  margin-bottom: 1.2em;
  border-radius: 0.4em;
  -webkit-box-shadow: 1px 2px 1px rgba(32, 32, 32, 0.15);
          box-shadow: 1px 2px 1px rgba(32, 32, 32, 0.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cd-select header {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin-top: -7px;
}
.cd-select header strong {
  text-transform: uppercase;
}
.cd-select header::after {
  content: "";
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #c8c7c7;
}
.cd-select-state {
  padding: 0.65em 1em;
  border-radius: 5px;
  background: url("../img/barra.png") no-repeat;
  background-color: #999;
  background-position: -100px;
  color: #fff;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  width: 220px;
  font-size: 1.1em;
}
.cd-select h2 {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  font-weight: bold;
  width: 30%;
}
.cd-select a {
  display: inline-block;
  text-align: center;
  padding: 0.8em 2em;
  background-color: silver;
  min-width: 5.5em;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border-radius: 5px;
  line-height: 10px;
  font-size: 1.1em;
}
.cd-select img {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid silver;
}
.cd-select-actions {
  width: 43%;
  text-align: right;
}
.cd-select-actions a:hover, .cd-select-actions a:active, .cd-select-actions a:focus {
  text-decoration: none;
}
.cd-select-actions .card-blue {
  background-color: #0099cc;
}
.cd-select-actions .card-red {
  background-color: #A80331;
}
.cd-select-actions .card-green {
  background-color: green;
}

.abc {
  font-size: 2.5em;
}

.text-table {
  font-size: 0.9em;
  vertical-align: middle !important;
}

.cabecera-tabla-tiempos {
  background-color: rgb(215, 210, 194);
}

.navbar-login {
  width: 305px;
  padding: 10px;
  padding-bottom: 0px;
}

.navbar-login-session {
  padding: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.navbar-footer {
  background-color: #DDD;
}

.navbar-footer-content {
  padding: 15px 15px 15px 15px;
}

.dropdown-menu {
  padding: 0px;
  overflow: hidden;
}

.icon-size {
  font-size: 87px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background: rgba(0, 0, 0, 0.4);
}

.nav > li.btn-logout > a:focus, .nav > li.btn-logout > a:hover {
  background: rgba(0, 0, 0, 0.4);
}

.pre-btn-logout, .pre-btn-logout:hover {
  border-radius: 0 0 8px 8px;
}

li.btn-logout > a {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.5em;
}

.fields-float .input_float {
  position: absolute;
  padding: 25px 15px;
  border-radius: 5px;
  min-height: 80px;
}
.fields-float .input_float.pos-1 {
  background-color: #333333;
  left: 80px;
}
@media (min-width: 1200px) {
  .fields-float .input_float.pos-1 {
    left: 120px;
  }
}
.fields-float .input_float.pos-2 {
  background-color: #666666;
  top: 100px;
  left: 80px;
}
@media (min-width: 1200px) {
  .fields-float .input_float.pos-2 {
    left: 120px;
  }
}
.fields-float .input_float.pos-3 {
  background-color: #bbbbbb;
  top: 217px;
  right: 60px;
}
@media (min-width: 1200px) {
  .fields-float .input_float.pos-3 {
    right: 120px;
  }
}

.c-input-edit .icon-edit {
  float: left;
  font-size: 16px;
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 100%;
  border: 0;
  margin-left: 10px;
  margin-top: 4px;
}
.c-input-edit-name {
  display: block;
  float: left;
}
.c-input-edit input {
  float: left;
  width: calc(100% - 40px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.c-input-edit::after {
  content: "";
  display: table;
  clear: both;
}

.request-offers td.error {
  position: relative;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #a94442;
  color: #ffffff;
}
.request-offers .form-group {
  position: relative;
}
.request-offers .form-group label.error {
  padding-left: 10px;
  z-index: 1000;
  position: absolute;
}
.request-offers .form-group-right label.error {
  z-index: 1000;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  padding-left: 10px;
}
.request-offers .form-group-right label.error::before {
  border: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #a94442;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: -7px;
}
.request-offers .form-group-left label.error {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: -20px;
  right: auto;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.request-offers .form-group-left label.error::before {
  border: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #a94442;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -7px;
  left: auto;
}
.request-offers .section-title label.error {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  padding-left: 10px;
  font-size: 15px;
  margin: 0;
}
.request-offers .section-title label.error::before {
  border: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #a94442;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -7px;
  left: auto;
}
.request-offers .form-group label {
  padding-left: 0;
}
.request-offers .form-group label.radio-inline {
  padding-left: 20px;
}
.request-offers .form-group p {
  padding-left: 0;
}
.request-offers .list-of-steps {
  margin: 0;
  color: #666666;
}
.request-offers .list-of-steps li {
  display: inline-block;
  font-size: 1.35em;
  line-height: 55px;
  margin-right: 25px;
}
.request-offers .list-of-steps li.active {
  color: black;
}
.request-offers .conocimientos {
  background-color: #B1B1B1;
  margin: 0 -35px;
  padding: 20px;
}

.panel-body--padding {
  padding: 20px;
}

.plan {
  -webkit-box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.3);
}
.plan h3 {
  padding: 25px;
  text-align: left;
  background-color: #DFDFD0;
  border-bottom: 2px solid #8A8A7B;
  margin-bottom: 0;
}
.plan h3 a {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
  padding: 7px 10px;
  border-radius: 5px;
  position: absolute;
  right: 40px;
}
.plan h3 a:hover, .plan h3 a:active, .plan h3 a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.plan .lista-plan {
  padding: 0;
  height: 505px;
  background-color: white;
  overflow-y: scroll;
}
.plan .lista-plan a {
  display: block;
  height: 70px;
  padding: 10px 80px 10px 10px;
}
.plan .lista-plan li {
  position: relative;
  list-style-type: none;
  color: black;
  font-weight: bold;
  border-bottom: 3px solid #ddd;
}
.plan .lista-plan .plan-block-name {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plan .lista-plan .plan-num-courses {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 5px;
  background-color: #DFDFD0;
  color: #333;
}

.lista-plan-footer {
  background-color: #DFDFD0;
  border-top: 1px solid #8A8A7B;
  line-height: 80px;
}
.lista-plan-footer .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-of-courses {
  -webkit-box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.3);
}
.list-of-courses.modal-body {
  -webkit-box-shadow: 0 0 0 0 white;
          box-shadow: 0 0 0 0 white;
  padding-bottom: 0;
}
.list-of-courses.modal-body .courses {
  height: 400px;
  height: 60vh;
}
.list-of-courses header {
  position: relative;
  background-color: #DFDFD0;
  padding: 0;
  margin-bottom: 0;
  font-size: 18px;
  border-bottom: 2px solid #8A8A7B;
}
.list-of-courses header .filter {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
}
.list-of-courses header .filter input {
  height: 30px;
}
.list-of-courses header p {
  margin: 0;
  padding: 0px 4px 4px 15px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-of-courses header p span {
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 271px;
  vertical-align: middle;
}
.list-of-courses header h2 {
  margin: 0;
}
.list-of-courses header h3 {
  font-size: 18px;
  padding: 15px 0 0 15px;
}
.list-of-courses .courses {
  padding: 0;
  height: 505px;
  overflow-y: scroll;
}
.list-of-courses .course {
  position: relative;
  display: block;
  min-height: 70px;
  list-style-type: none;
  background-color: white;
}
.list-of-courses .course.list {
  min-height: auto;
  padding: 20px;
}
.list-of-courses .course.list > h4 {
  position: relative;
  top: 0%;
  left: 0px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  border-bottom: 4px solid #c7c7c7;
  padding-bottom: 10px;
}
.list-of-courses .course.list ul {
  margin-top: 20px;
}
.list-of-courses .course.list ul li {
  position: relative;
  padding: 10px;
}
.list-of-courses .course h4 {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 70%;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  max-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-of-courses .course h4 a {
  color: #333;
}
.list-of-courses .course h4 > small {
  display: block;
  color: #fb2245;
}
.list-of-courses .course .acciones {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  right: 10px;
}
.list-of-courses .course:nth-child(even) {
  background-color: #f4f4f4;
}
.list-of-courses .course .forma {
  display: inline-block;
  min-width: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  padding: 5px 8px;
  border-radius: 5px;
  background-color: #e4e4e4;
  font-size: 11px;
}
.list-of-courses .course .forma i.fa-info {
  font-size: 14px;
}
.list-of-courses .course a.forma:hover {
  background-color: #cbcbcb;
}
.list-of-courses .course a.delete {
  background-color: rgb(150, 17, 17);
  color: white;
}
.list-of-courses .course a.delete:hover {
  background-color: #680c0c;
}
.list-of-courses .course .modalidad {
  background-color: black;
  color: white;
}
.list-of-courses .course a.add {
  background-color: #008C8C;
  color: white;
}
.list-of-courses .course a.add:hover {
  background-color: #005959;
}
.list-of-courses .t-tip-wrapper {
  display: inline-block;
  position: relative;
  z-index: 10000;
}
.list-of-courses .t-tip-wrapper .t-tip {
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  display: block;
  width: 100px;
  background-color: black;
  color: white;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 5px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list-of-courses .t-tip-wrapper .t-tip:before {
  content: " ";
  background-color: inherit;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  border-radius: 0;
}
.list-of-courses .t-tip-wrapper:hover .t-tip {
  opacity: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.block-list {
  height: 540px;
  padding-left: 0;
  overflow-y: scroll;
  background-color: #e0e0e0;
}
.block-list li {
  list-style: none;
  background-color: white;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.block-list li a {
  display: block;
  padding-left: 20px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.block-list li a:hover {
  background-color: #cfcfcb;
}
.block-list li:nth-child(even) {
  background-color: #f1f1f1;
}

.addall {
  font-size: 13px;
}

.row-menos::after {
  content: "";
  display: table;
  clear: both;
}

.seeall .titulo-curso {
  font-weight: normal;
  font-size: 14px !important;
}

.sugerir {
  padding: 10px;
  background-color: white;
  border: 1px dashed #a7a7a2;
  border-radius: 6px;
}
.sugerir p {
  line-height: 16px;
  font-size: 13px;
}

.mi-formacion .icon-drop {
  color: rgb(51, 122, 183);
  font-size: 25px;
}
.mi-formacion .drop {
  background-color: rgb(216, 216, 216);
  /*color: #337ab7;*/
  color: #0099cc;
  width: 45px;
  display: inline-block;
  padding: 3px 0;
  border-radius: 23px 15px 15px 0;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
}
.mi-formacion .nav {
  background-color: #CA1938;
  border-bottom: 6px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-box-shadow: 0px 17px 13px -15px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 17px 13px -15px rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  overflow: hidden;
}
.mi-formacion .nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mi-formacion .nav li {
  display: inline-block;
  width: 20%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.mi-formacion .nav li.active {
  background-color: #A80331;
}
.mi-formacion .nav li.active > a {
  border-bottom: 0;
  padding-bottom: 0;
}
.mi-formacion .nav li a {
  display: block;
  color: white;
  line-height: 35px;
  font-size: 0.95em;
}
.mi-formacion .nav li a i {
  font-size: 1.05em;
  margin-right: 10px;
}
.mi-formacion .nav li a:hover, .mi-formacion .nav li a:active, .mi-formacion .nav li a:focus {
  background-color: #A80331;
  text-decoration: none;
}

.calendario {
  margin: 30px;
}
.calendario input {
  outline: none;
  border: 0;
}
.calendario .calendar-navbar {
  position: relative;
  width: 100%;
  text-align: center;
  height: 30px;
  font-weight: bold;
}
.calendario .calendar-navbar .arrow-left {
  position: absolute;
  left: 0;
  border: 0;
  background: none;
  outline: none;
}
.calendario .calendar-navbar .arrow-right {
  position: absolute;
  right: 0;
  border: 0;
  background: none;
  outline: none;
}

.week {
  padding: 0;
  margin-bottom: 0;
}
.week .dias {
  padding: 5px;
  font-size: 13px;
}
.week .dia {
  color: #cecccc;
}
.week .dia.mes {
  background-color: #e6e6e6;
}
.week .dia.mes a, .week .dia.mes span {
  color: #1578D6;
}
.week .dia.mes.finde {
  background-color: #d2d2d2;
}
.week .dia.mes.finde a, .week .dia.mes.finde span {
  color: #888;
}
.week .dia.finde a {
  color: #cecccc;
}
.week .dia.finde.active a {
  color: white;
}
.week .dia.finde.active span {
  color: white;
}
.week .dia.finde.notactive span {
  color: white;
}
.week .dia a, .week .dia span {
  display: block;
  padding: 5px;
  pointer-events: none;
  color: #cecccc;
}
.week .dia a:hover, .week .dia span:hover {
  text-decoration: none;
}
.week .dia.active {
  position: relative;
}
.week .dia.active a {
  position: relative;
  color: white;
  font-size: 13px;
  line-height: 20px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: all;
}
.week .dia.active::after {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #1578D6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.week .dia.active:hover::after, .week .dia.active:active::after {
  background-color: rgb(15, 76, 133);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.week .dia.notactive {
  position: relative;
}
.week .dia.notactive span {
  z-index: 1;
  position: relative;
  display: block;
  color: white;
  font-size: 13px;
  line-height: 20px;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.week .dia.notactive::after {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: rgb(180, 179, 179);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.week li {
  display: inline-block;
  min-height: 30px;
  width: 14.28%;
  vertical-align: top;
  text-align: center;
}

.reserva {
  padding: 5px 10px;
  border: 1px solid #eceaea;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: center;
}

.horas-calendario {
  padding: 0;
  min-height: 145px;
}
.horas-calendario li {
  display: inline-block;
  list-style: none;
  width: 25%;
  text-align: center;
}
.horas-calendario li:hover {
  background-color: rgb(219, 219, 219);
}
.horas-calendario li:hover.segundoclick, .horas-calendario li:hover.primerclick {
  background-color: rgb(171, 189, 197);
}
.horas-calendario a {
  display: block;
  padding: 5px;
  text-decoration: none;
}

.primerclick {
  background-color: rgb(171, 189, 197);
  font-weight: bold;
  border-left: 5px solid #6f95a7;
  border-radius: 5px 0 0 0;
}

.entrehoras {
  background-color: #eceaea;
}

.segundoclick {
  background-color: rgb(171, 189, 197);
  font-weight: bold;
  border-right: 5px solid #6f95a7;
  border-radius: 0 0 5px 0;
}

.reserved {
  background-color: rgb(247, 174, 174);
  color: white;
}

.start-date {
  text-align: center;
  margin-top: 20px;
}
.start-date button {
  width: 50%;
}

.vue-send-hours .cartel {
  width: 65%;
  text-align: center;
  background-color: #dadada;
  padding: 20px;
  margin: 30% auto;
  border-radius: 5px;
}
.vue-send-hours .reserva-horas {
  margin: 30px;
}
.vue-send-hours .reserva-horas h4 {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}

.sending-data {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 550px;
  top: -5px;
  z-index: 10;
}
.sending-data span {
  position: absolute;
  top: 170px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
}
.sending-data span i {
  -webkit-animation: fa-spin 1s infinite linear;
          animation: fa-spin 1s infinite linear;
}

.booking {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 330px;
  background-color: white;
  text-align: center;
}
.booking .mensaje {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.booking .canceled {
  width: 470px;
  text-align: center;
  margin: 20px auto;
  padding: 8px;
  font-weight: normal;
  border-radius: 5px;
  background-color: #fb2245;
  color: white;
}
.booking::before {
  content: "\f073";
  position: absolute;
  top: 120px;
  right: 32px;
  font-family: "Font Awesome 5 Free";
  font-size: 150px;
  color: #e9e9e9;
}

.modal-calendar .modal-body {
  min-height: 350px;
}

.big-calendar {
  padding: 0;
}
.big-calendar .dias {
  padding: 5px;
  background-color: #333;
  color: white;
  border: 0px solid #333;
  border-bottom: 5px solid #bdbdbd;
}
.big-calendar ul {
  padding: 0;
}
.big-calendar ul::after {
  content: "";
  display: table;
  clear: both;
}
.big-calendar li {
  overflow: auto;
  position: relative;
  display: block;
  float: left;
  width: 14.28%;
  background-color: #f5f5f5;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 5px;
  padding-top: 30px;
}
.big-calendar li:hover {
  overflow: visible;
}
.big-calendar li:hover .hover {
  position: relative;
  z-index: 1000;
}
.big-calendar li span {
  position: absolute;
  top: 5px;
  left: 5px;
}
.big-calendar li.dia {
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  height: 130px;
}
.big-calendar li.dia.mes {
  background-color: rgba(255, 255, 255, 0.5);
}
.big-calendar li .cita {
  display: block;
  padding: 3px 5px;
  border-radius: 5px;
  margin-bottom: 2px;
  font-size: 12px;
  /*background-color: #337ab7;*/
  background-color: #0099cc;
  color: white;
}
.big-calendar li .cita.passed {
  background-color: #7a7e81;
}
.big-calendar li .cita.confirmed {
  background-color: #13a03d;
}
.big-calendar li .cita.canceled {
  background-color: #ac3737;
}

.list-flags {
  text-align: right;
}
.list-flags li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
  font-size: 13px;
}

.big-booking {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}
.big-booking .big-calendar {
  border: 1px solid #e4e4e4;
  border-right: 0;
}
.big-booking .calendar-navbar {
  text-align: center;
  height: 35px;
}
.big-booking .calendar-navbar .arrow-left {
  float: left;
}
.big-booking .calendar-navbar span {
  /*color: #337ab7;*/
  color: #0099cc;
  font-weight: bold;
}
.big-booking .calendar-navbar .arrow-right {
  float: right;
}

.detail_group .btn {
  padding: 6px 20px;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
}
.detail_group .upload-file {
  position: relative;
  background-color: white;
  height: 150px;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
}
.detail_group .upload-file span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.detail_group .btn-alert, .detail_group .btn-alert:visited {
  color: #fff;
  background-color: #BA290C;
  border-color: #ac260b;
}
.detail_group .btn-alert:hover {
  color: #fff;
  background-color: #a2240a;
  border-color: #98220a;
}
.detail_group .list-msg {
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 10px;
  background-color: #f2f2f2;
}
.detail_group #table_id_wrapper {
  margin-top: -45px;
}
.detail_group #table_id_length {
  display: none;
}
.detail_group #table_id_filter {
  text-align: right;
  padding: 0;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  /* text-transform: uppercase; */
}
.detail_group #table_id_filter label {
  /* background-color: #337ab7; */
  color: #625d5d;
  font-size: 14px;
  /* padding-left: 26px;
  margin-top: 5px;
  border-radius: 4px;
  box-shadow: 0px 5px 35px -10px rgba(0,0,0,0.5); */
}
.detail_group #table_id_filter input {
  /* width: 350px; */
  color: black;
  padding: 6px 10px;
  margin-left: 22px;
  border: none;
  /* border-left: solid 1px grey; */
  border-radius: 4px;
}
.detail_group #table_id_paginate {
  font-size: 15px;
  /*color: #337ab7;*/
  color: #0099cc;
  text-align: right;
  margin-top: -18px;
}
.detail_group #table_id_paginate .paginate_button {
  padding: 5px 12px;
  background-color: white;
  border-top: solid 1px lightgrey;
  border-bottom: solid 1px lightgrey;
  border-left: solid 1px lightgrey;
  -webkit-box-shadow: 0px 5px 35px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 35px -10px rgba(0, 0, 0, 0.3);
}
.detail_group #table_id_paginate .previous {
  border-radius: 4px 0 0 4px;
}
.detail_group #table_id_paginate .next {
  border-right: solid 1px lightgrey;
  border-radius: 0 4px 4px 0;
}
.detail_group a.paginate_button.current {
  font-weight: 700;
  text-decoration: underline;
}
.detail_group .dataTables_info {
  margin: -8px 0 8px 0;
}
.detail_group .tr-disable {
  background-color: #ccc !important;
  /* text-decoration: line-through; */
}
.detail_group .a {
  padding-left: 20px;
}

.qfundae hr {
  margin: 0;
}
.qfundae .hgroup-linea::after {
  left: 0;
}
.qfundae .panel-heading {
  background-color: #494949;
  border-bottom: 2px solid #ecf0f1;
  color: white;
}
.qfundae .panel-heading h3 {
  font-weight: bold;
}
.qfundae .checkbox-list label {
  display: block;
  margin-bottom: 10px;
}
.qfundae .panel {
  border-bottom: 2px solid #c1c0c0;
}
.qfundae .panel-body {
  padding: 20px 30px;
}
.qfundae .panel-body-list p {
  margin-left: 40px;
  position: relative;
}
.qfundae .panel-body-list p > span {
  position: absolute;
  left: -37px;
  font-weight: bold;
}

.datatables table {
  background-color: #ffffff;
}
.datatables table thead {
  background-color: #bbbbbb;
}
.datatables table thead th {
  padding: 20px 20px;
  border: 1px solid #bbbbbb;
}
.datatables table tbody tr td {
  vertical-align: middle;
  padding: 20px;
}

.sidebar .btn-resume {
  margin-bottom: 25px;
  padding: 30px 23px;
  padding-right: 33%;
  background: #0099cc url("../img/svg/adjuntar-cv.svg") no-repeat 90% 50%;
  color: #fff;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
  text-align: left;
  white-space: normal;
}
.sidebar .btn-resume:hover, .sidebar .btn-resume:focus, .sidebar .btn-resume:active {
  background-color: #00b0eb;
}
.sidebar .btn-primary {
  background-color: black;
}
.sidebar .btn-primary:hover, .sidebar .btn-primary:focus {
  background-color: #0f0f0f;
}

#filtrar .panel-body {
  padding: 15px;
}
#filtrar .panel-body .box {
  min-height: auto;
  color: #474747;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  font-size: 14px;
}
#filtrar .panel-body .box h4 {
  font-weight: normal;
  font-size: 18px;
}
#filtrar .panel-body .box h4 > span {
  margin: 0 5px 0 2px;
  font-size: 16px;
}
#filtrar .panel-body input.btn {
  margin-top: 20px;
}

.offers-header {
  margin-bottom: 0;
  border-bottom: 1px solid #e4e4e4;
}
.offers-header h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

.btns-sociales {
  margin-top: 10px;
}
.btns-sociales-container {
  float: right;
  overflow: hidden;
}
.btns-sociales .h-inline {
  float: left;
  margin-left: 5px;
}

.cara {
  margin-right: 20px;
  border: 10px solid #dcdcda;
}

.h1--small {
  font-size: 2em;
}

.externa .form-control {
  margin-top: 12px;
  margin-bottom: 12px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.account-wall {
  min-height: 330px;
  min-height: 357px;
  margin-top: 20px;
  margin-bottom: 100px;
  padding: 20px 60px 60px 60px;
  border-top: 1px solid #e4e4e4;
  border-radius: 8px;
  background-color: #ffffff;
}
.account-wall .intro {
  min-height: 73px;
  margin-bottom: 20px;
}
.account-wall .checkbox {
  margin-top: 25px;
}
.account-wall .checkbox label {
  margin-bottom: 15px;
}
.account-wall h2 {
  font-size: 26px;
  text-align: left;
}

.subline {
  margin-top: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}

.well-media {
  min-height: 20px;
  margin-bottom: 20px;
  padding: 19px 30px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.wall-cv {
  min-height: 20px;
  margin-bottom: 20px;
  padding-right: 1em;
  padding-left: 1em;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wall-cv p {
  margin-bottom: 5px;
}
.wall-cv .form-control {
  margin-top: 8px;
  margin-bottom: 8px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
}

#formacion .form-control {
  height: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
}

.form-horizontal {
  border-color: rgba(0, 0, 0, 0);
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-property: background-color, border;
  -webkit-transition-property: background-color, border;
  -o-transition-property: background-color, border;
}

textarea {
  max-width: 100% !important;
}

.subline {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

h3.subline {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.lastupdate {
  margin-top: 45px;
  padding: 10px;
  background-color: #ddd;
  text-align: center;
}
.lastupdate .date {
  font-weight: bold;
  font-size: 2em;
}

.cv-data {
  height: 150px;
  color: #0099cc;
}
.cv-data strong {
  color: #333;
}

i.mobile {
  padding-right: 4px;
  padding-left: 4px;
}

.fondoGris {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #eee;
  background-color: #fbfbfb;
}

.toqueAzul {
  color: #0099cc;
  font-weight: bold;
  font-size: 0.6em;
}

h3.media-heading {
  text-shadow: 1px 1px 1px #aaa;
}

h3.media-heading + h4 {
  color: #666;
}

.resume {
  padding: 20px;
}

.fecha {
  float: right;
  padding: 10px;
  border-radius: 5px;
  background-color: #ccc;
  color: #444;
  font-size: 1.2em;
  text-align: left;
  text-shadow: 1px 1px 2px #aaa;
}

.editando {
  margin-top: -10px;
  padding: 20px;
  border: 1px dashed #999;
  border-top: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
          box-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-property: background-color, border;
  -webkit-transition-property: background-color, border;
  -o-transition-property: background-color, border;
}

.tools {
  float: right;
}

legend {
  width: 80%;
  margin-left: 20px;
  padding-left: 20px;
}

a.edit {
  margin-right: -16px;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 2px;
  padding-left: 20px;
  border-radius: 5px 5px 0 0;
  background-color: #ccc;
  font-size: 2rem;
  text-decoration: none;
}

a.edit.personal {
  margin-right: 7px;
  padding-left: 20px;
  border-radius: 5px;
  font-weight: bold;
}

a.add {
  float: right;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #ccc;
  text-decoration: none;
}

.resetInput {
  width: 99%;
  margin-right: 5px;
  font-size: 0.5em;
}

.colocaX {
  display: block;
  float: right;
  margin-right: 28px;
  margin-bottom: 20px;
  margin-left: 100%;
  padding-top: -15px;
}

.plantilla {
  display: none;
}

span.error {
  display: block;
  width: 98%;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 10px;
  border: 1px dashed #ddd;
  background-color: #eee;
}

[type=hidden] + span {
  display: none;
}

#cv .fecha input[type=text] {
  display: inline-block;
  width: 35%;
  margin-right: 15px;
  margin-left: 15px;
}

#cv .fecha.new input[type=text] {
  display: inline-block;
  width: 30%;
  margin-right: 5px;
  margin-left: 5px;
}

#cv .fecha input[type=checkbox] {
  display: inline-block;
}

.normalizar {
  font-size: 1.7rem;
}

#js-overlay {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.overOverlay {
  position: relative;
  z-index: 1001;
}

.textoBlanco {
  color: #000 !important;
  text-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
}

.select-warning {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.fecha input[name=date_end_education] {
  width: 50% !important;
}

input[type=file] {
  width: 229px;
}

.ok_enroll {
  display: block;
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: green;
}

.enroll_sussess {
  width: 100%;
}

select[required=required],
input[required=required] {
  display: inline-block;
}
select[required=required] + span,
input[required=required] + span {
  display: inline-block;
  vertical-align: top;
  height: 5px;
  padding-left: 5px;
}

input[type=checkbox] {
  width: auto;
}

label.error + span {
  display: none;
}

.actualidad {
  display: none;
}

.editando .actualidad {
  display: inline-block;
}

table[data-toggle=idiomas] tbody td {
  vertical-align: top;
}

.h1--lineBelow {
  border-bottom: 1px solid silver;
}

.h3--lineBelow {
  margin-left: 20px;
  padding-left: 0;
  border-bottom: 1px solid #e2e0e0;
}

.h3-jobs-titulos,
.h3-education-titulo {
  margin-top: 7px;
  margin-bottom: 1px;
  font-size: 18px;
}

.h4--color {
  color: #7a7a7a;
  font-size: 16px;
}

.h4-education--margin {
  margin-top: 0;
}

.h4-education--color {
  color: #7a7a7a;
}

.hoja {
  padding: 33px;
  border-top: 1px solid rgb(240, 240, 240);
  border-bottom: 10px solid #e6e9e9;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.row--fondoGris {
  padding: 20px;
  padding-top: 10px;
  background-color: #efefef;
}

#cv .fecha {
  float: right;
  padding: 10px;
  border-radius: 5px;
  background-color: #bababa;
  font-size: 1.5rem;
  text-align: center;
}

.row-job {
  margin-top: 2em;
}

.comment--bgColors {
  margin-top: 0.3em;
  padding: 1em;
  border: 1px solid #ededed;
  background-color: white;
}

.btn--right {
  float: right;
}

.datosBasicos {
  border-radius: 5px;
}
.datosBasicos p {
  margin-bottom: 0.3em;
  color: #0099cc;
}
.datosBasicos strong {
  color: #333;
}

.datosBasicos--height {
  min-height: 120px;
}

.icon-job,
.icon-education {
  margin-right: 10px;
  margin-left: 16px;
  font-size: 3.2em;
}
.icon-job i,
.icon-education i {
  color: rgb(114, 114, 114);
}

#cv .fecha input[type=text] {
  display: inline-block;
  width: 35%;
  margin-right: 15px;
  margin-left: 15px;
}

#cv .fecha.new input[type=text] {
  display: inline-block;
  width: 30%;
  margin-right: 2px;
  margin-left: 2px;
}

#cv .fecha input[type=checkbox] {
  display: inline-block;
}

.account-wall,
.datatables table {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.btn--maxWidth {
  width: 99%;
}

.form-group--margin-bottom {
  margin-bottom: 0;
}

.foto-candidato {
  overflow: hidden;
  width: 164px;
  height: 164px;
  border-bottom: 10px solid #dcdcda;
}
@media screen and (max-width: 1023px) {
  .foto-candidato {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
}
.foto-candidato .img--marco {
  max-width: 164px;
  border: 10px solid #dcdcda;
}

.resume .cara {
  border: 10px solid #dcdcda;
  margin-right: 20px;
}
.resume .h1--small {
  font-size: 2em;
}
.resume .externa .form-control {
  border-radius: 5px;
}
.resume .navbar-brand:hover {
  color: #a80331;
  background-color: #a80331 !important;
}
.resume .datatables table {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.resume .datatables tr {
  height: 3.8em;
}
.resume .datatables tr:nth-child(2n) {
  background-color: #e4e4e4;
}
.resume .form-signin input[type=text] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.resume .form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.resume h1.subline {
  margin-top: 5px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
.resume .account-wall {
  border-radius: 8px;
  padding: 20px 60px 20px 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  min-height: 330px;
  margin-bottom: 100px;
  margin-top: 20px;
}
.resume .account-wall .intro {
  margin-bottom: 20px;
  min-height: 73px;
}
.resume .account-wall .checkbox {
  margin-top: 25px;
}
.resume .account-wall .checkbox label {
  margin-bottom: 15px;
}
.resume .account-wall .btn-cv:hover,
.resume .account-wall .btn-cv:focus {
  background-color: #ff822c;
}
.resume .pasos h2 {
  font-size: 1.8em;
  margin-bottom: 40px;
  color: #ccc;
}
.resume .pasos h2.active {
  font-weight: bold;
  color: #333;
}
.resume .well-media {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.resume .wall-cv {
  min-height: 20px;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.resume .wall-cv p {
  margin-bottom: 5px;
}
.resume .form-horizontal {
  border-color: rgba(0, 0, 0, 0);
  transition-property: background-color, border;
  transition-duration: 1s;
  -webkit-transition-property: background-color, border;
  -webkit-transition-duration: 1s;
  -o-transition-property: background-color, border;
  -o-transition-duration: 1s;
}
.resume textarea {
  max-width: 100% !important;
}
.resume div.linea {
  min-height: 1px;
  border-bottom: 2px solid #eee;
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.resume .subline {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.resume h3.subline {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.resume .jumbotron {
  margin-top: 115px;
  padding-bottom: 5px;
  padding-top: 0px;
}
.resume .jumbotron h1 {
  font-size: 3.4em !important;
}
.resume .table-idiomas {
  background-color: #f1f1f1;
}
.resume .lastupdate {
  background-color: #ddd;
  padding: 10px;
  text-align: center;
  margin-top: 45px;
}
.resume .lastupdate .date {
  font-size: 2em;
  font-weight: bold;
}
.resume .cv-data {
  color: #0099cc;
  height: 150px;
}
.resume .cv-data strong {
  color: #333;
}
.resume i.mobile {
  padding-left: 4px;
  padding-right: 4px;
}
.resume .fondoGris {
  background-color: #fbfbfb;
  border: 1px solid #eee;
  padding: 20px;
  margin-top: 20px;
}
.resume .toqueAzul {
  color: #0099cc;
  font-size: 0.6em;
  font-weight: bold;
}
.resume h3.media-heading {
  text-shadow: 1px 1px 1px #aaa;
}
.resume h3.media-heading + h4 {
  color: #666;
}
.resume .resume {
  padding: 20px;
}
.resume .fecha {
  background-color: #ccc;
  padding: 10px;
  border-radius: 5px;
  font-size: 1.2em;
  color: #444;
  float: right;
  text-shadow: 1px 1px 2px #aaa;
  text-align: left;
}
.resume .table.t-top th {
  border-top: 0 !important;
}
.resume .offer {
  padding-bottom: 40px;
}
.resume .offer.account-wall {
  padding-top: 10px;
  border-radius: 5px;
}
.resume .offer p {
  line-height: 25px;
  padding-bottom: 10px;
}
.resume .offer p strong {
  font-size: 1.15em;
}
.resume .offer ol,
.resume .offer ul {
  padding-bottom: 15px;
  font-weight: bold;
}
.resume .offer li {
  line-height: 25px;
}
.resume .navbar-brand:focus {
  background: #a80331;
}
.resume .editando {
  border: 1px dashed #999;
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
          box-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
  transition-property: background-color, border;
  transition-duration: 0.5s;
  -webkit-transition-property: background-color, border;
  -webkit-transition-duration: 0.5s;
  -o-transition-property: background-color, border;
  -o-transition-duration: 0.5s;
  margin-top: -10px;
  border-top: 0;
}
.resume .tools {
  float: right;
}
.resume legend {
  width: 80%;
  padding-left: 20px;
  margin-left: 20px;
}
.resume a.edit {
  background-color: #ccc;
  font-size: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: -16px;
  padding-bottom: 2px;
  border-radius: 5px 5px 0 0;
  padding-top: 4px;
  text-decoration: none;
}
.resume a.edit.personal {
  font-weight: bold;
  padding-left: 20px;
  border-radius: 5px;
  margin-right: 7px;
}
.resume a.add {
  float: right;
  background-color: #ccc;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
}
.resume .resetInput {
  font-size: 0.5em;
  width: 99%;
  margin-right: 5px;
}
.resume .colocaX {
  display: block;
  float: right;
  margin-right: 28px;
  margin-bottom: 20px;
  margin-left: 100%;
  padding-top: -15px;
}
.resume .plantilla {
  display: none;
}
.resume span.error {
  margin-left: 10px;
  padding: 10px;
  background-color: #eee;
  border: 1px dashed #ddd;
  width: 98%;
  display: block;
  margin-bottom: 20px;
}
.resume [type=hidden] + span {
  display: none;
}
.resume #cv .fecha input[type=text] {
  display: inline-block;
  width: 35%;
  margin-right: 15px;
  margin-left: 15px;
}
.resume #cv .fecha.new input[type=text] {
  display: inline-block;
  width: 30%;
  margin-right: 5px;
  margin-left: 5px;
}
.resume #cv .fecha input[type=checkbox] {
  display: inline-block;
}
.resume .normalizar {
  font-size: 1.7rem;
}
.resume #js-overlay {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: none;
}
.resume .overOverlay {
  position: relative;
  z-index: 1001;
}
.resume .textoBlanco {
  color: #000 !important;
  text-shadow: 3px 3px 4px rgba(32, 32, 32, 0.2);
}
.resume .select-warning {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.resume .fecha input[name=date_end_education] {
  width: 50% !important;
}
.resume input[type=file] {
  width: 229px;
}
.resume .ok_enroll {
  display: block;
  color: green;
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.resume .enroll_sussess {
  width: 100%;
}
.resume select[required=required],
.resume input[required=required] {
  display: inline-block;
}
.resume select[required=required] + span,
.resume input[required=required] + span {
  display: inline-block;
  padding-left: 5px;
  height: 5px;
  vertical-align: top;
}
.resume input[type=checkbox] {
  width: auto;
}
.resume label.error + span {
  display: none;
}
.resume .actualidad {
  display: none;
}
.resume .editando .actualidad {
  display: inline-block;
}
.resume table[data-toggle=idiomas] tbody td {
  vertical-align: top;
}

.h1--lineBelow {
  border-bottom: 1px solid silver;
}

.h3--lineBelow {
  border-bottom: 1px solid #e2e0e0;
  padding-left: 0;
  margin-left: 20px;
}

.h3-jobs-titulos,
.h3-education-titulo {
  margin-top: 7px;
  margin-bottom: 1px;
  font-size: 18px;
}

.h4--color {
  color: #7a7a7a;
  font-size: 16px;
}

.h4-education--margin {
  margin-top: 0;
}

.h4-education--color {
  color: #7a7a7a;
}

.hoja {
  background-color: #fff;
  padding: 33px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  border-top: 1px solid rgb(240, 240, 240);
  border-bottom: 10px solid #e6e9e9;
}

.row--fondoGris {
  background-color: #efefef;
  padding: 20px;
  padding-top: 10px;
}

#cv .fecha {
  background-color: #bababa;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  float: right;
  font-size: 1.5rem;
}

.row-job {
  margin-top: 2em;
}

.comment--bgColors {
  margin-top: 0.3em;
  background-color: white;
  padding: 1em;
  border: 1px solid #ededed;
}

@media screen and (min-width: 1024px) {
  .col-md-3-20 {
    width: 20%;
  }
  .col-md-9-80 {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .col-md-3-20,
  .col-md-9-80 {
    float: left;
  }
  .col-md-3-20 {
    width: 30%;
  }
  .col-md-9-80 {
    width: 70%;
  }
}
.btn--right {
  float: right;
}

.datosBasicos {
  border-radius: 5px;
}
.datosBasicos p {
  color: #0099cc;
  margin-bottom: 0.3em;
}
.datosBasicos strong {
  color: #333;
}

.datosBasicos--height {
  min-height: 120px;
}

.icon-job,
.icon-education {
  font-size: 3.2em;
  margin-left: 16px;
  margin-right: 10px;
}
.icon-job i,
.icon-education i {
  color: rgb(114, 114, 114);
}

#cv .fecha input[type=text] {
  display: inline-block;
  width: 35%;
  margin-right: 15px;
  margin-left: 15px;
}

#cv .fecha.new input[type=text] {
  display: inline-block;
  width: 30%;
  margin-right: 2px;
  margin-left: 2px;
}

#cv .fecha input[type=checkbox] {
  display: inline-block;
}

.account-wall,
.datatables table {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.btn--maxWidth {
  width: 99%;
}

.form-group--margin-bottom {
  margin-bottom: 0;
}

.caja-preview {
  display: block;
  padding: 6rem 12rem;
}
.caja-preview .btn {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.navbar-default {
  border-radius: 0;
}

.navbar-default .navbar-nav > .active > a {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.year.dropdown-toggle {
  background-color: #0099cc;
  color: #fff;
}

.btn.year.dropdown-toggle:hover,
.btn.year.dropdown-toggle:focus {
  background-color: #00b0eb;
}

li.paginate_button.active a,
li.paginate_button.active:first-child a,
li.paginate_button.active:last-child a {
  padding: 5px 15px;
  border: 0;
  background-color: black;
  cursor: pointer;
}

li.paginate_button.active a:hover,
li.paginate_button.active a:focus {
  background-color: #0f0f0f;
}

.alert-danger {
  background: #fff;
}

.save-container {
  text-align: right;
}

.offer {
  padding-bottom: 60px;
}
.offer.account-wall {
  padding-top: 10px;
  border-radius: 5px;
}
.offer p {
  padding-bottom: 10px;
  line-height: 25px;
}
.offer p strong {
  font-size: 1.15em;
}
.offer ol,
.offer ul {
  padding-bottom: 15px;
}
.offer li {
  line-height: 25px;
}

.text-danger {
  color: #fc4d0f;
}

.modal-body.bg-gris {
  padding: 4rem;
  background-color: #eee;
}

.well-media {
  margin-top: 20px;
  margin-bottom: 0 !important;
  padding: 19px;
  padding-bottom: 39px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #eee;
  text-align: center;
}
.well-media h4 {
  color: #0082ad;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}
.well-media p {
  font-size: 16px;
}

.jobber {
  -o-object-fit: cover;
     object-fit: cover;
  width: 120px;
  max-width: 150px;
  height: 120px;
  margin: -70px auto 0;
  border: 4px solid #0099cc;
  background-color: white;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .jobber {
    width: 25%;
  }
}

.apply {
  display: table;
  margin: -20px auto 0;
}
.apply a {
  padding: 15px 25px;
  border-radius: 4px;
  background-color: #fc4d0f;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
}
.apply a:hover {
  background-color: #fc632d;
}
.apply .fa {
  margin-right: 5px;
}

.offers-header h1 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0;
  color: #444;
  font-weight: bold;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .offers-header h1 {
    text-align: center;
  }
}

h2.subline {
  display: inline-block;
  margin: 40px 0 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0099cc;
  color: #0099cc;
}

.dynatable-active-page {
  background: black;
}