body{
  /*background-color: #eceeed;*/
  background-color: white;
  font-family: 'Lexend Deca', sans-serif;
}
.fondotorcido{
    background-width: 100%;
    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.52)),url(../../../imagenes/fondotorcido.jpg);
    background-position: right top;
    background-size: 85% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.rowfechahora{
  border: #17a2b8 2px solid;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #8dd1dc;
}
#reloj{
  font-size: 40px;
  color:#232d53;
  margin-bottom: 0px;
}
#cargafecha{
  font-size: 12px;
  color: #232d53;
  margin-top: 12px;
  margin-left: 5px;
  border-left: #17a2b8 2px solid;
  padding-left: 10px;
  margin-bottom: 0px;
}

.closesesion{
  margin-top: 50px;
}
.imglogomenu{
  margin-top: 20px;
  width: 110px;
  margin-left: 30px;
}
.logocfm{
  float: right;
  width: 90px;
  margin-top: 30px;
  margin-left: 20px;
  opacity: 0.5;
}
#logocfm:hover{
  margin-top: 25px;
  margin-left: 15px;
  opacity: 1;
  width: 100px;
  transition: 0.3s;
}
#logocfm:not( :hover ){ 
  width: 90px;
  opacity: 0.5;
  transition: 0.3s;
}
.mymenu{
  border-right: #ced4da 1px solid;
  background-color: #d9e8ea;
  min-height: 100vh;
  position: fixed;
  z-index: 999999;
  -webkit-box-shadow: 3px 0px 10px -4px rgba(0,0,0,0.75); 
  box-shadow: 3px 0px 10px -4px rgba(0,0,0,0.75);
}
.mymenu li a{
  text-decoration: none;
}
.mymenu li a p{
  color: #262e54;
}
/* TAB PANE */
.nav-pills > li > a{
  text-decoration: none;
  border: #262e54 1px solid;
  padding: 5px;
  border-radius: 5px;
  color: #262e54;
}
.nav-pills > li > a.active {
    background-color: #262e54 !important;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

label{
  overflow: hidden;
}
.imgenviarcorreo{
  width: 40px;
  cursor: pointer;
}
.haztupregunta{
    /*background-image: url(https://www.beecalling.com/images/BeeCalling-isotipoWhite.png) !important;*/
    background-image: linear-gradient(rgb(255, 255, 255, 0.80), rgba(255, 255, 255, 0.40)), url(https://www.beecalling.com/images/BeeCalling-isotipoWhite.png);
    background-position: center !important;
    background-size: 200px auto !important;
    background-repeat: no-repeat !important; 
}
.box {
  width: 100%; 
  border: 10px solid black;
}
.tooltip{
  z-index: 9999999 !important;
}
/* Autocomplete */
#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    top: 450px;
    z-index: 9999;
    width: 250px;
    left: 35px;
}
 
#suggestions .suggest-element {
    background-color: #EEEEEE;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
    text-decoration: none;
    color:#232d53;
    font-size: 13px;
}
.suggest-element:hover{
    background-color: #cc4579 !important;
    color: white !important;
}
.divautocomplete{
  padding: 20px;
  border: #17a2b8 2px solid;
  border-radius: 5px;
  background-color: #8dd1dc;
  margin-top: -40px;
}
.parpadea {
  animation-name: parpadeo;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
.rotate {
    transform: rotate(-180deg);
    transition: 1s;
}

.rotatereturn {
    transform: rotate(180deg);
    transition: 1s;
}
.tdtablaevaluaciones{
  padding:0px 0px !important;
  text-align:center !important;
  width:10% !important;
}
.ultimaactualizacion{
  color: #232d53;
  margin-top: 30px;
  font-weight: 100;
  position: absolute;
  top: 0px;
  right: 50px;
  background-color: #d9e8ea;
  padding: 10px 10px;
  border: #c1c1c1 1px solid;
  border-radius: 5px;
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.30);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.30);
}
@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  33% { opacity: 0.8; }
  50% { opacity: 0.0; }
  66% { opacity: 0.8; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  33% { opacity: 0.8; }
  50% { opacity: 0.0; }
  66% { opacity: 0.8; }
  100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
  33% { opacity: 0.8; }
  50% { opacity: 0.0; }
  66% { opacity: 0.8; }
  100% { opacity: 1.0; }
}

/* Marcado de selección de texto seleccionado */
::-moz-selection { /* Code for Firefox */
  color: #cc4579;
  background: #232d53;
}

::selection {
  color: #cc4579;
  background: #232d53;
}

/* Desplegable */
.dropdown-menu .inner .show{
  max-width: 100px;
  overflow-x: hidden;
  font-size: 13px;
  padding-left: 5px !important;
}
.bootstrap-select .dropdown-menu li{
  margin-left: -20px;
}


/* Customize the label (the container) */
.containercheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containercheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: grey 1px solid;
}

/* On mouse-over, add a grey background color */
.containercheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercheckbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containercheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containercheckbox .checkmark:after {
  left: 7px;
  top: 5px;
  width: 10px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Botones Paginador */
.activo{
  background-color: #8dd1dc;
}
.btn-link-w{
  border: #ccc5c5 1px solid;
  margin-left: 5px;
}

.btn-evaluation{
  background-color: #262e54;
  border-color: #c84378;
  color: white;
}

.btn-evaluation:hover{
  background-color: #262e54;
  border-color: #c84378;
  color: #c84378;
}

.dias_trabajados{
  padding: 5px;
}

.diatrabajado{
  width: 100%;
  text-align: center;
  background-color: #262e54;
  border-color: #c84378;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}

.diatrabajado:hover{
  background-color: #262e54;
  border-color: #c84378;
  color: #c84378;
}

@media screen and (max-width: 1680px) {
  #reloj{
    font-size: 35px;
  }
  #cargafecha{
    margin-top: 0px;
  }
  .imglogomenu{
    width: 80px;
  }
  .logocfm{
    width: 60px;
    margin-top: 30px;
    margin-left: 20px;
  }
  #logocfm:hover{
    margin-top: 25px;
    margin-left: 15px;
    opacity: 1;
    width: 70px;
    transition: 0.3s;
  }
  #logocfm:not( :hover ){ 
    width: 60px;
    opacity: 0.5;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1671px) {
  #iconsearch{
    display: none;
  }
}
@media screen and (max-width: 1550px) {
  #suggestions {
    width: 185px;
  }
  #reloj{
    font-size: 30px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 1450px) {
  #mymenu{
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 1400px) {
  .rowfechahora{
    display: none;
  }
  .ultimaactualizacion{
    display: none;
  }
  #mymenu{
    position: fixed !important;
    max-width: 250px !important;
  }
  #contenidoprincipal{
    padding-left: 270px !important;
  }
  #suggestions {
    top: 388px;
    width: 195px;
    left: 27px;
  }
}