/*@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');*/

/*@media(min-width:768px) {
    body {
        margin-top: 50px;
    }*/

/*html, body, #wrapper, #page-wrapper {height: 100%; overflow: hidden;}*/
/*}*/

#wrapper {
  padding-left: 0;
  background-color: #00acc1;
}

#page-wrapper {
  width: 100%;
  padding: 0;
  background-color: #00acc1;
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 225px;
  }

  #page-wrapper {
    padding: 22px 10px;
  }
}

/* Top Navigation */

.top-nav {
  padding: 0 15px;
}

.top-nav > li {
  display: inline-block;
  float: left;
}

.top-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 20px;
  color: #fff;
}

.top-nav > li > a:hover,
.top-nav > li > a:focus,
.top-nav > .open > a,
.top-nav > .open > a:hover,
.top-nav > .open > a:focus {
  color: #fff;
  background-color: #1a242f;
}

.top-nav > .open > .dropdown-menu {
  float: left;
  position: absolute;
  margin-top: 0;
  /*border: 1px solid rgba(0,0,0,.15);*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.top-nav > .open > .dropdown-menu > li > a {
  white-space: normal;
}

/* Side Navigation */

@media (min-width: 768px) {
  .side-nav {
    position: fixed;
    top: 72px;
    left: 225px;
    width: 225px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #00acc1;
    overflow-x: hidden;
  }

  .side-nav > li > a {
    width: 225px;
    border-bottom: 1px rgba(0, 0, 0, 0.3) solid;
  }

  .side-nav li a:hover,
  .side-nav li a:focus {
    outline: none;
    background-color: #00abc1 !important;
  }
}

.side-nav > li > ul {
  padding: 0;
  border-bottom: 1px rgba(0, 0, 0, 0.3) solid;
}

.side-nav > li > ul > li > a {
  display: block;
  padding: 10px 15px 10px 38px;
  text-decoration: none;
  /*color: #999;*/
  color: #fff;
}

.side-nav > li > ul > li > a:hover {
  color: #fff;
}

.navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 10px;
  font-weight: normal;
  min-width: 15px;
  min-height: 15px;
  line-height: 1em;
  text-align: center;
  padding: 2px;
}

.navbar .nav > li > a:hover > .label {
  top: 10px;
}

.navbar-inverse .navbar-brand {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-inverse {
  box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28),
    0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
  background-color: #00acc1 !important;
  border-color: #00acc1;
}

.panel-body {
  padding: 3px;
  color: #000000;
}

.navbar-collapse.in {
  overflow: hidden;
}
.footer {
  padding: 3px;
  background-color: #007cbf;
  color: #ffffff;
  margin: 0px;
}

/* INICIO CSS para el Boton Submit del login */
html,
body {
  height: 100%;
}

.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.buttonLogin {
  min-width: 160px;
  min-height: 50px;
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(to right, #467e8f 0%, #467e8f 100%);
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(79, 209, 197, .64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
}

.buttonLogin::before {
  content: '';
  border-radius: 1000px;
  min-width: calc(150px + 12px);
  min-height: calc(43px + 12px);
  border: 3px solid #ffffff;
  box-shadow: 0 0 60px rgba(0, 255, 203, .64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.buttonLogin:hover,
.buttonLogin:focus {
  color: #313133;
  transform: translateY(-6px);
}

.buttonLogin:hover::before,
.buttonLogin:focus::before {
  opacity: 1;
}

.buttonLogin::after {
  content: '';
  width: 30px;
  height: 10px;
  border-radius: 45%;
  border: 3px solid #ffffff;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.buttonLogin:hover::after,
.buttonLogin:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }

  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}
/* * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#button-wrapper {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: white;
  width: 100%;
  height: 100px;
  position: absolute;
  top: calc(50% - 70px);
  left: 0;
  padding: 20px 0px;
  overflow: visible;
}

.submit,
.loader,
.loader-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.submit {
  z-index: 2;
  width: 250px;
  height: 55px;
  background: linear-gradient(to right, #467e8f 0%, #467e8f 100%);
  display: block;
  border-radius: 200px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  line-height: 270%;
  transition: all 0.7s ease, line-height 0s ease, color 0.4s ease,
    filter 0.2s ease;
  cursor: pointer;
}

#button-wrapper::selection,
.submit::selection {
  background: transparent;
}

.submit:before {
  content: "";
  z-index: -2;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 200px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  transform: scale(0.9) translateY(15px);
  filter: blur(20px);
  transition: all 0.2s ease;
}

.submit:after {
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #85c9ea 0%, #85c9ea 100%);
  display: block;
  border-radius: 200px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(1);
}

.submit:hover:before {
  transform: scale(0.9) translateY(5px);
  filter: blur(15px);
}

.submit:active {
  line-height: 250%;
  filter: brightness(0.95);
  transition: all 0s;
}

.checked .submit:before {
  top: 0px;
  opacity: 0;
}

.checked .submit:after {
  animation: submit-after-anim 0.5s 2.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.checked {
  -webkit-filter: url("#goo");
  filter: url("#goo");
}

.azul {
  background-color: #467e8f;
}

.celeste {
  background-color: #85c9ea;
}

.celeste-claro {
  background-color: #bfe6fa;
  transform: scale(0.2) rotate(30deg) translate(0px);
}

.checked .azul {
  animation: loader-anim-azul 2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.checked .celeste {
  animation: loader-anim-celeste 2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.checked .celeste-claro {
  animation: loader-anim-celeste-claro 2s 0.7s
    cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loader {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}

.checked .loader {
  opacity: 1;
}

.checked .loader-wrapper {
  animation: wrapper-loader-anim 2.2s linear;
  width: 95px;
  height: 95px;
  transform: scale(0);
}

.checked .submit {
  width: 60px;
  color: rgba(255, 255, 255, 0);
  background: linear-gradient(to right, #467e8f 0%, #467e8f 100%);
  animation: submit-anim 2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.check-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 95px;
  z-index: -1;
  opacity: 1;
}

.check-wrapper svg {
  margin-top: 12px;
  margin-left: 11px;
}

.check {
  fill: none;
  stroke: #ffffff;
  stroke-width: 9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  z-index: -1;
}

.uncheck {
  fill: none;
  stroke: #ff0000;
  stroke-width: 9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  z-index: -1;
}

.checked .check-wrapper {
  z-index: 3;
}

.unchecked .check-wrapper {
  z-index: 3;
}
.checked .check {
  animation: check 2s 2.4s ease forwards;
}

@keyframes loader-anim-azul {
  0% {
    transform: scale(0.2) rotate(0deg) translate(220px, 0px);
  }
  100% {
    transform: scale(0.2) rotate(1100deg) translate(300px, 0px);
  }
}

@keyframes loader-anim-celeste {
  0% {
    transform: scale(0.2) rotate(0deg) translate(300px, 0px);
  }
  100% {
    transform: scale(0.2) rotate(1100deg) translate(220px, 0px);
  }
}

@keyframes loader-anim-celeste-claro {
  0%,
  70% {
    transform: scale(0.2) rotate(30deg) translate(0px);
  }
  85% {
    transform: scale(0.2) rotate(30deg) translate(-300px);
  }
  100% {
    transform: scale(0.2) rotate(30deg) translate(0px);
  }
}

@keyframes wrapper-loader-anim {
  0% {
    transform: scale(0) translateY(0px);
  }
  10% {
    transform: scale(1) translateY(20px);
  }
  50% {
    transform: scale(1.2) translateY(10px);
  }
  90% {
    transform: scale(1) translateY(-10px);
  }
  100% {
    transform: scale(0) translateY(0px);
  }
}

@keyframes submit-after-anim {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes submit-anim {
  0% {
    transform: scale(1);
  }
  5%,
  95% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes check {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
} */
/* FIN CSS para el Boton Submit del login */
/* Inicio css para loader */
.loader {
  opacity: 0.2;
  pointer-events: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.loader::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 80%;
  width: 45px;
  height: 45px;
  border-style: solid;
  border-color: #0c9af3;
  border-top-color: #d3e8f7;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

.loadercentro::before {
  content: 'Cargando contenido...';
  display: block;
  margin: auto;
  text-align: center;
  color: #ffffff;
}


.loadercentro {
  opacity: 0.2;
  pointer-events: none;
}


.loadercentro::after {
  content: '';
  display: block;
  margin: auto;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-color: #0c9af3;
  border-top-color: #d3e8f7;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

.deshabilitar {
  pointer-events: none;
  opacity: 0.2;
}
/* Fin loader */