/* ==========================================================================
   Variables styles
   ========================================================================== */
/* ==========================================================================
   Variables styles
   ========================================================================== */
/* ==========================================================================
   General styles
   ========================================================================== */
body,
html,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background-color: #EEEEEE;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  color: #878787; }

.container-fluid {
  padding: 0px 45px !important; }

.container {
  max-width: 960px; }

h2 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 24px; }

h3 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 21px; }

h4 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 18px; }

h5 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px; }

p {
  margin-top: 10px; }

a {
  color: #10B0E6;
  text-decoration: none; }

a:hover {
  color: #10B0E6;
  cursor: pointer; }

.title {
  color: #10B0E6 !important; }

div, a, a:hover, span, label, header, button, :hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.ingresa {
  color: #7ED321; }

.noingresa {
  color: #D0021B; }

.enevaluacion {
  color: #F5A623; }

.pendiente {
  color: #10B0E6; }

.btn {
  padding: 5px 10px;
  text-transform: uppercase;
  color: #878787;
  font-weight: 600;
  border-radius: 0px; }

.btn-lighted {
  color: white;
  background-color: #10B0E6; }

.btn-lighted:hover {
  color: white;
  opacity: .8; }

button.btn-home {
  border: none;
  color: white;
  background-color: #10B0E6;
  padding: 10px 25px;
  float: right;
  margin-top: 20px; }

button.btn-home:hover {
  opacity: .8;
  color: white; }

/* ==========================================================================
   HEADER
   ========================================================================== */
header {
  position: fixed;
  top: 0px;
  background: #4A4A4A;
  width: 100%;
  padding: 25px 0px 25px 0px;
  z-index: 999;
  box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.25); }

.logo {
  width: auto;
  float: left; }

h4.tag {
  text-transform: uppercase;
  color: #FFFFFF;
  width: auto;
  float: left;
  margin: 2px 0px 0px 20px;
  padding-left: 15px !important;
  border-left: 1px solid white; }

h5.volver {
  /* float: right; */
  position: absolute;
  right: 60px;
  top: 3px; }

header div h5.volver a i {
  position: absolute;
  /* float: left; */
  /* margin-right: -5px; */
  left: -17px;
  top: 3px;
  font-size: 12px; }

header div h5.volver a {
  color: white;
  font-family: "Roboto-Medium", sans-serif;
  text-decoration: none; }

header div h5.volver a:hover {
  opacity: .7; }

.lista_filtro {
  z-index: 999;
  position: absolute;
  right: 70px;
  margin-top: 0px;
  display: none; }

.listado:hover, .tiles:hover {
  cursor: pointer; }

.tag_search {
  font-family: "Roboto-Medium", sans-serif;
  color: white;
  display: none; }

.search {
  position: absolute;
  right: 50px; }

.header-profile {
  background: #4A4A4A;
  height: 500px;
  margin-top: -100px;
  text-align: center; }
  .header-profile .img-circle-big {
    width: 175px;
    height: 175px;
    border-radius: 175px;
    margin-top: 100px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    display: inline-block; }
  .header-profile .name {
    margin-top: 10px;
    color: white; }
  .header-profile .nivel {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: white; }
  .header-profile .fallo {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 0px !important;
  background-color: transparent !important; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent !important;
  opacity: .9; }

.img-circle-profile {
  background-image: url(frontend/img/avatar.png);
  height: 84px;
  width: 84px;
  background-position: center;
  background-size: cover;
  background-color: #EEEEEE;
  border-radius: 84px; }

p.small {
  margin: 0px;
  padding: 0px; }

.profile-name {
  margin-bottom: 10px; }

.background {
  background-image: url("../img/background.png");
  position: absolute;
  height: 100%;
  left: 0px;
  right: 0px;
  opacity: .1;
  background-image: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.navbar-nav > li > .dropdown-menu {
  margin-top: 10;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 350px;
  padding: 20px; }

.triangle {
  position: absolute;
  right: 6px;
  top: -3px;
  height: 15px;
  width: 15px;
  background-color: white;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg); }

.img-circle-small {
  width: 28px;
  height: 28px;
  background-size: cover;
  border-radius: 64px;
  margin-top: -4px;
  background-color: #EEEEEE; }

/* ==========================================================================
   SIDEBAR
   ========================================================================== */
.sidebar {
  position: fixed;
  overflow: hidden;
  height: 100%; }
  .sidebar .sidebar-content {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding-right: 80px;
    padding-top: 20px; }
  .sidebar .resultados {
    color: #000000;
    font-size: 12px; }
  .sidebar .form {
    margin-top: 40px; }

/* ==========================================================================
   MAIN
   ========================================================================== */
main {
  margin: 100px 0px 30px 0px; }

.informacion {
  margin-top: 60px;
  box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.25);
  padding: 60px;
  background-color: white; }
  .informacion h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    text-transform: uppercase; }

/* ==========================================================================
   VCARD
   ========================================================================== */
.vcard {
  position: relative;
  background: #FFFFFF;
  height: 310px;
  width: 100%;
  text-align: center;
  padding: 30px 20px;
  margin: 15px 0px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.09); }
  .vcard h5 {
    font-weight: 600; }
  .vcard .pin-otro a {
    position: absolute;
    right: 11px;
    top: 10px;
    font-size: 18px;
    color: #878787;
    opacity: .5; }
  .vcard .pin-otro a:hover {
    opacity: 1;
    color: #10B0E6; }
  .vcard .pin a {
    position: absolute;
    right: 11px;
    top: 10px;
    font-size: 18px;
    color: #10B0E6;
    opacity: 1; }
  .vcard .pin a:hover {
    opacity: .8; }
  .vcard .tooltip.top .tooltip-inner {
    background-color: #10B0E6; }
  .vcard .tooltip.top .tooltip-arrow {
    border-top-color: #10B0E6; }
  .vcard .tooltip-inner {
    width: 170px; }
  .vcard .noTransition {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none; }
  .vcard .changes a {
    position: absolute;
    right: 8px;
    top: 35px;
    font-size: 18px;
    color: #10B0E6; }
  .vcard .changes a:hover {
    opacity: .9; }
  .vcard .img-circle-medium {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    display: inline-block; }
  .vcard .name {
    width: 100%;
    margin-top: 10px; }
  .vcard .nivel {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 15px; }
  .vcard .categoria {
    font-size: 12px; }
  .vcard .fallo {
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-top: -20px;
    margin-left: -9%;
    position: absolute;
    bottom: 20px; }
  .vcard .ver {
    opacity: 0; }
  .vcard .ver a {
    color: white;
    padding: 4px 6px 4px 6px;
    text-decoration: none; }
  .vcard .ingresa a {
    background-color: #7ED321; }
  .vcard .noingresa a {
    background-color: #D0021B; }
  .vcard .enevaluacion a {
    background-color: #F5A623; }
  .vcard .pendiente a {
    background-color: #10B0E6; }
  .vcard .enlaces {
    opacity: 0;
    position: absolute;
    width: 100%;
    margin-left: -9%;
    bottom: 18px; }
  .vcard a:hover {
    opacity: .7;
    text-decoration: none; }

.vcard:hover .fallo {
  opacity: 0;
  margin-top: -25px;
  margin-bottom: 20px; }

.vcard:hover .ver {
  opacity: 1; }

.vcard:hover .enlaces {
  opacity: 1;
  bottom: 18px;
  position: absolute; }

.enlaces span {
  font-weight: 600 !important; }

.enlaces span a {
  color: #878787;
  margin-top: 15px; }

/* ==========================================================================
   LISTA
   ========================================================================== */
/* ==========================================================================
   TABS PANEL
   ========================================================================== */
.tabs_panel ul.nav li {
  width: 20%;
  text-align: center;
  border-radius: none; }
.tabs_panel ul.nav li a:hover {
  border-bottom: 1px solid #10B0E6;
  border-radius: none; }
.tabs_panel ul.nav li a {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #878787;
  border-radius: none;
  padding-bottom: 10px !important; }
.tabs_panel .nav-tabs > li.active > a, .tabs_panel .nav-tabs > li.active > a:hover, .tabs_panel .nav-tabs > li.active > a:focus {
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  color: #10B0E6;
  border-bottom-color: transparent;
  border-bottom: 1px solid #10B0E6 !important;
  padding-bottom: 10px; }
.tabs_panel .tab-pane .titulo {
  font-family: "Roboto-Medium", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px; }
.tabs_panel .tab-pane {
  margin-top: 80px; }

.evaluacion .row {
  margin-top: 40px; }

.ver-info {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #10B0E6;
  color: white;
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 50% !important;
  transform: translate(-50%) !important;
  -webkit-transform: translate(-50%) !important;
  margin-top: -30px;
  box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.25);
  z-index: 99;
  cursor: pointer; }

.ver-info:hover {
  width: 120px; }

.ver-info span.info {
  display: none; }

.ver-info:hover span::after {
  content: " info"; }

.tab-content {
  margin-top: -40px; }

hr:first-child {
  display: none; }

.row-decision {
  margin-top: 80px !important; }

/* ==========================================================================
   login
   ========================================================================== */
.login {
  background-color: #4A4A4A;
  width: 100%;
  position: fixed;
  height: 100%; }
  .login .background-login {
    background-image: url(../img/background.png);
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: transparent !important;
    left: 0px;
    right: 0px;
    opacity: .1;
    background-image: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed; }
  .login .box {
    background-color: white;
    box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.25);
    padding: 40px;
    margin-top: 100px; }
    .login .box .logo {
      width: auto;
      float: left;
      width: 100%;
      height: 50px;
      /* clear: both; */
      background-image: url(../img/logo_sni_b.png);
      background-size: 200px;
      background-position: 0px;
      background-repeat: no-repeat;
      margin-bottom: 40px; }
  .login h5 {
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .login .contrasena {
    width: 100%;
    text-align: center; }
  .login .contrasena a {
    color: #878787;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  background-color: black;
  opacity: 0.7 !important;
  box-shadow: none !important;
  border-radius: 0px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 30px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  background-size: 15px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  background-color: black;
  opacity: 0.7 !important;
  box-shadow: none !important;
  border-radius: 0px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-left: 10px; }

/* ==========================================================================
   TABLE
   ========================================================================== */
table#reporte {
  background: white;
  padding: 30px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.09); }

input[type="search"] {
  border: none; }

div#reporte_length {
  /* width: 200px; */
  float: left;
  /* margin-bottom: 2px; */ }

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
  padding: 0px 5px;
  /* text-align: center; */ }

div#reporte_wrapper {
  margin-top: 40px; }

div#tabla {
  padding-top: 40px !important; }

a#reporte_previous {
  text-transform: uppercase;
  padding-right: 20px; }

a#reporte_next {
  text-transform: uppercase;
  padding-left: 20px; }

div#reporte_info {
  float: left; }

div#reporte_paginate {
  margin-top: 12px; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #878787;
  text-decoration: none;
  background-color: transparent !important;
  border: 0px solid #ddd;
  outline: none !important; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #10B0E6;
  cursor: default; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #10B0E6; }

button.dt-button, div.dt-button, a.dt-button {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.5em 1em;
  border: 0px solid #878787 !important;
  border-radius: 0px;
  cursor: pointer;
  font-size: 0.88em;
  color: #878787 !important;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 0%) !important;
  background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 0%) !important;
  background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 0%) !important;
  background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 0%) !important;
  background-image: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none; }

button.dt-button:hover, div.dt-button:hover, a.dt-button:hover {
  color: #10B0E6 !important; }

.btn-cargar {
  padding: 4px 6px 4px 6px;
  text-decoration: none;
  font-size: 11px;
  background-color: #EEEEEE;
  background-image: none;
  color: #878787;
  text-transform: uppercase;
  border: none;
  margin-top: 10px; }

.btn-cargar:hover {
  color: #10B0E6; }

/* form starting stylings ------------------------------- */
.group {
  position: relative;
  margin-bottom: 45px; }

.group:last-child {
  margin-bottom: 140px !important; }

.estado {
  margin-bottom: 30px; }

.estado p {
  color: #000000;
  text-transform: uppercase; }

input[type="text"], input[type="password"], select, textarea {
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  color: #000000;
  cursor: pointer;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #878787;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important; }

textarea {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  outline: none;
  line-height: 25px;
  min-height: 250px;
  padding-top: 0px;
  cursor: text; }

/* LABEL ======================================= */
label.label-input {
  color: #878787;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: -15px !important;
  font-size: 12px;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 200; }

:disabled {
  opacity: .9;
  cursor: not-allowed; }

/* active state */
input[type="text"]:focus ~ label.label-input, input[type="password"]:focus ~ label.label-input, input[type="text"]:valid ~ label.label-input, input[type="password"]:valid ~ label.label-input, select:focus ~ label.label-input, select:valid ~ label.label-input {
  top: -15px;
  color: #878787;
  font-family: "Roboto-Regular", sans-serif; }

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 100%; }

.bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #10B0E6;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.bar:before {
  left: 50%; }

.bar:after {
  right: 50%; }

/* active state */
input[type="text"]:focus ~ .bar:before, input[type="password"]:focus ~ .bar:before, input[type="text"]:focus ~ .bar:after, input[type="password"]:focus ~ .bar:after, select:focus ~ .bar:before, select:focus ~ .bar:after {
  width: 50%; }

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5; }

/* active state */
input[type="text"]:focus ~ .highlight, input[type="password"]:focus ~ .highlight, select:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

/* span arrow */
span.arrow {
  position: absolute;
  top: 10px;
  right: 5px;
  color: #878787; }

select:focus ~ span.arrow {
  color: #10B0E6; }

option.unselected {
  color: red; }

.greenText {
  color: green; }

.redText {
  color: red; }

/* CHECKBOX */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  overflow: hidden;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px; }

/* checkbox aspect */
[type="checkbox"] + label:before,
[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: .2s;
  transition: .2s; }

/* Unchecked styles */
[type="checkbox"]:not(:checked) + label:before {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #878787; }

/* Checked styles */
[type="checkbox"]:checked + label:before {
  top: 3px;
  left: 3px;
  width: 6px;
  height: 12px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #EEEEEE;
  border-bottom: 2px solid #EEEEEE;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%; }

[type="checkbox"]:checked + label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 3px solid #878787;
  background-color: #878787;
  z-index: 0; }

/* hover style just for information */
/* SEARCH HEADER ================================== */
header div input {
  border: none !important;
  padding: 0px 15px 0px 0px !important;
  color: transparent !important;
  background-color: transparent !important;
  width: 0px !important;
  float: right; }

header div input:focus {
  background-color: transparent !important;
  color: white !important;
  width: 200px !important;
  border-bottom: 1px solid white !important;
  padding: 0px 25px 0px 0px !important; }

header div i {
  position: absolute;
  right: 0px;
  pointer-events: none;
  color: white;
  top: 2px; }

header div input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white; }

header div input::-moz-placeholder {
  /* Firefox 19+ */
  color: white; }

header div input:-ms-input-placeholder {
  /* IE 10+ */
  color: white; }

header div input:-moz-placeholder {
  /* Firefox 18- */
  color: white; }

.ingresar {
  background-color: #10B0E6;
  padding: 12px 40px;
  color: white;
  width: 100%;
  text-align: center; }

.ingresar:hover {
  opacity: .8;
  cursor: pointer; }

i.fa.fa-circle-o-notch.fa-spin.fa-3x.fa-fw.spinner {
  font-size: 20px;
  color: white;
  position: absolute;
  line-height: 15px;
  opacity: 0; }

/* EVALUACION ================================== */
.evaluacion .group:last-child {
  margin-bottom: 0px !important; }

/* BUTTONS ================================== */
.btn-submit {
  text-transform: uppercase;
  font-size: 16px;
  background-color: transparent;
  border: none;
  color: #878787;
  padding: 10px 20px;
  float: right;
  margin-top: 40px;
  background-color: #EEEEEE;
  margin-left: 10px;
  font-weight: 600; }

.btn-submit:hover {
  background-color: #10B0E6;
  color: white; }

.btn-primario {
  color: #10B0E6; }

/*# sourceMappingURL=main.css.map */


/* Estilos backend */
.backend-btn-primary{
  color: white;
  background-color: #10B0E6;
  box-shadow: none;
  background-image: none;
  border: none;
  margin-right: 10px;
  padding: 15px 30px;
}

.backend-fixed-buttons{
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
}