﻿
@font-face {
    font-family: SercaSquareSans-Italic;
    src: url(../fonts/SercaSquareSans-Italic.ttf);
}

@font-face {
    font-family: SercaSquareSans-MediumItalic;
    src: url(../fonts/SercaSquareSans-MediumItalic.ttf);
}

@font-face {
    font-family: Vinkel-ExtraLightItalic;
    src: url(../fonts/Vinkel-ExtraLightItalic.otf);
}

@font-face {
    font-family: Vinkel-LightItalic;
    src: url(../fonts/Vinkel-LightItalic.otf);
}

body {
    padding-top:3.1cm;/*Este padding es para modificar el espacio entre el menú superior y los contenedores de cada formulario*/
    background:#061539;
    font-family:Vinkel-LightItalic;
}

.colorBotones {
    background-color:#061539;
}

.imgApagar {
    width:80px;
    height:auto;
}


.aceptar {
    background-color:#061539;
    border: none;
    border-bottom:none;
    color:yellow;
    text-decoration:none;
    font-family:Vinkel-LightItalic;
    padding-top:3%;
    padding-bottom:3%;
    padding-left:6%;
}

.desconectar{
    background:#CBA800;
    border: none;
    border-bottom: none;
    text-decoration:none;
    font-family:Vinkel-LightItalic;
    padding-top:3%;
    padding-bottom:3%;
    padding-left:3%;
    padding-right:3%;
}


.imgValidar {
    vertical-align:middle
}


.divblock {
   margin-left:22%;
    font-weight:bold;
 }

 .linkbutton {
     vertical-align: middle;
}

.colorBoos {
    background-color:#061539;
    justify-content:center;
}

.contenedorBoos {
 text-align:center;
 display:flex;
 justify-content:center;
 padding-bottom:2%;
}

#margenPanel {
    margin:5px 10%
}

.contenedorMensaje {
    justify-content:center;
}
.soloColor{
     background-color:#061539;
}
.tipografiaBoos {
     font-weight:bold;
    font-family:Vinkel-LightItalic;   
    color:#0E5FC7;
}

.estiloLogin {
    margin-left: 3.5%; 
    margin-top: 1.5%;
    font-size:larger;
    font-weight:bold;
    font-family:Vinkel-LightItalic;
}

.tamanioFavoritos {
    width: 98.5%
}

.reducirTamanioDrow {
    min-width:50px;
    background: #061539
}

.reductorTamanioHYC {
    min-width:100%;
    background: #061539
}

/*Aqui se modifica la distancia que tiene cada uno de los elementos del menú*/
.nav > li > a {
    position:relative;
    display:block;
    padding:15px 27px;
}


/*hover para cada item dentro del dropdown*/
ul li ul li{
    background: #9caabc;
}


/*Evita que el menú se desplaze hacia abajo */
@media (max-width: 1100px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .collapse.in{
      display:block !important;
   }
}

.navbar-default {
    background-color: #061539;
    border-color: #061539;
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color:#061539;
    border-style: solid;
    border-width: 1px;
    border-color:#FFCD14;

}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
 
    background: #061539;
}

.dropdown-toggle[aria-expanded="true"] {
  background:#9caabc !important;
}

.dropdown-menu>li>a:hover {
    /*border-style: solid;
    border-width: 1px;*/
    border-color:#9caabc;
    background-color:#9caabc;
}

/******************Borde del menú desplegable********************/
/*.dropdown-menu>li>a {
    border-style: solid;
    border-width: 1px;
    border-color:white;
    background-color:transparent;
}*/

.uk-nav-navbar > li > a {  
color: #00FF00;  
}  

.uk-nav-navbar > li > a:hover,  
.uk-nav-navbar > li > a:hover {  
color: #FF0000;  
} 

.dropdown-toggle:focus {
    color:#FFCD14;
    background:#FFCD14;
}
     
.colorItemDrow {
    color:white; 
     font-family:Vinkel-LightItalic;
    font-size:80%;
    font-weight:bold;
}

/*modificando tamaño de controles*/

.form-fixer {
    margin-bottom: -10px;
}
/*Esta parte modifica el color del hover al pasar el mouse sobre los elementos del menu*/


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #ffd800;
    background-color: #ffd800;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFCD14;
    border-style: solid;
    border-width: 1px;
    border-color: #FFCD14;
}

li a:hover {
    color: #FFCD14;
}

/*hover de los item submenu*/
.navbar-default .navbar-nav .open .dropdown-menu>li>a {color:white;}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {color:#FFCD14;}


/*Solución header de container*/
.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/*modificando hover botones inferios de los formularios*/
a:focus, a:hover {
    color: #23527c;
    text-decoration: none; 
}

.color-tooltip + .tooltip > .tooltip-inner {background-color: #337ab7;}

.separadorEntreBtn {
    padding-bottom:1.7%;
}

.lbBtnGuardar img:hover {
    background-image:url('../img/iconosHover/validar_f2_hover.png');
}

.margenLBbtn {
    margin-top:2%;
}
.distanciaElementos {
    margin-top:0.4%
}

/*Solución altura de controles txt*/

.form-control{
    display: block;
    width: 100%;
    height: 29px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
     box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}



/*Clases para animar las notificaciones*/

.drop-title {
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #313131;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 20px 15px;
}

.mailbox {
    width: 280px;
    overflow: auto;
    padding-bottom: 0;
}


.message-center a {
    border-bottom: 1px solid rgba(120,130,140,.13);
    display: block;
    padding: 9px 15px;
}


.message-center .user-img {
    width: 40px;
    float: left;
    position: relative;
    margin: 0 10px 15px 0;
}

.message-center .user-img img {
    width: 100%;
}
.img-circle {
    border-radius: 50%;
}

.message-center .user-img .profile-status {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 30px;
    position: absolute;
    top: 1px;
    width: 10px;
}

.message-center .mail-contnet h5 {
    margin: 0;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.message-center .mail-contnet .mail-desc {
    font-size: 15px;
    display: block;
    margin: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #313131;
}

.message-center .mail-contnet .time {
    display: block;
    font-size: 12px;
    color: #313131;
}

.ring-point {
    width: 8px;
    height: 8px;
    background-color: #AA3939;
    position: absolute;
    right: 13px;
    top: 4px;
}

.rounded-circle {
    border-radius: 50%!important;
}


.ring {
    position: absolute;
    top: -6px;
    right: -6px;
    height: 21px;
    width: 21px;
    z-index: 10;
    background-color: #AA3939;
    border-radius: 100%;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}
/*Fin de los estilos para las notificaciones*/




.cardD {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-right:2%;
    width: 30%;
}

.cardD:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.containerD {
    padding: 2px 16px;
}


 
.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards__item {
  display: flex;
  padding: 1rem;
  @media(min-width: 40rem) {
    width: 50%;
  }
  @media(min-width: 56rem) {
    width: 33.3333%;
  }
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0,0,0,0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  &:hover {
    .card__image {
      filter: contrast(100%);
    }
  }
}

.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}

.card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  /*filter: contrast(70%);*/
  //filter: saturate(180%);
  overflow: hidden;
  position: relative;
  transition: filter 0.5s cubic-bezier(.43,.41,.22,.91);
  &::before {
    content: "";
	  display: block;
    padding-top: 56.25%; // 16:9 aspect ratio
  }
  @media(min-width: 40rem) {
    &::before {
      padding-top: 66.6%; // 3:2 aspect ratio
    }
  }
}

.card__title {
  color: @gray-dark;
  font-size: 1.50rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align:center 
}

.card__text {
  flex: 1 1 auto;
    font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  text-align:center ;
}


.navbar-fixed-top-Per {
  top: 0;
  border-width: 0 0 1px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top-Per2 {
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top-Per3 {
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}


.navbar-ficha-right {
    top: 0px;
    border-width: 0 0 1px;
    /* position: fixed; */
    /* right: 0; */
    left: 50%;
    z-index: 9999;
    width: 50%;
    background-color: #337ab7;
    border-color: #080808;
}




.btn-floating-sgw {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    border: none;
    cursor: pointer;
    float:right;
    background-color:#00468e;

}
.btn-floating-sgw:hover {
   box-shadow: 0 10px 15px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.btn-floating-sgw i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
}
.btn-floating-sgw i {
    font-size: 1.25rem;
    line-height: 47px;
}




/*Loader para los listados de paginacion de scroll*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 32px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #061539;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
