/*========================= General =================================*/
.mainContainer{
  height: 100vh;
}

body{
   background-color: #eee;
}


input[type=file]{
  display: none;
  
}

.custom-file-label{
  overflow: hidden!important;
}

input, select, textarea, button{
  -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  -o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1)!important;
 cubic-bezier(.4,0,1,1) 
}

input:focus, input:hover, select:focus,select:hover, textarea:focus,  textarea:hover, button:hover, button:active{
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23)!important;
}

tbody > tr:hover{
  -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  -o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1)!important;  

}

tbody > tr:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}



.btn:hover {

  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23)!important;
}

#contenido{
  
}

#btncierra_session{
  color:#fff!important;
}

/*.pagination{
  -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  -o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1)!important;  
}

.pagination:hover{
   box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}*/

.page-item{
  -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  -o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1)!important;  
}

.page-item:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#back_wards_login{
  top: 10%;
}
 

#btnCierraSession{
  color:#fff!important;
}

#loginCard{
  border-radius: 2em;
  margin-bottom: 2em;
}

/*.login {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}*/

.logo-card{
  width:11.5em!important;
}

.text-size-1{
  font-size:0.8em;
}

.hover-action{
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;  
  cursor: pointer;
}

.hover-action:hover{
  -moz-transform: translateY(-0.3rem) scale(1.03);
  -webkit-transform: translateY(-0.3rem) scale(1.03);
  transform: translateY(-0.3rem) scale(1.03);
}


.btn-effect--tether {
  background-color: #26A17B;
  color: #fff; 
}

.btn-effect--tether:hover {  
  color: #fff; 
}

.btn-effect--tether::after {
    background-color: #26A17B;     
}

.bg-rojo {
  background-color: #d50032;
}

.bg-azul {  
  background-color: #415161;
}

.bg-gris {
  background-color: #f5f5f5;
}

.custom-file-input {
  content: "Buscar";
}

.shadowImage{
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);   
}

.formCenter{
  display: -ms-flexbox;
  height: 100%;
  display: flex;
  align-items: center;
}
.file-is-valid{
  border-color: #28a745!important;
}

.file-is-invalid{
  border-color: #dc3545!important;
}

.iconContainer{
    height: 8em;
    background-color: #C0C0C0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;    
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);    

}
.iconContainer-x2{

  height: 12em!important;
}
.iconContainerIcon{
  font-size: 5em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.formDirection{
  flex-direction: column;
}

.fullWeight{
  width: 100%!important;
}

.autoScroll{
  overflow-y: scroll;
  height: 13em;
  width: 100%;
}

.cardPanelModal{
   transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.cardPanelModal:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card{
   transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}


.icon-space-left{
  margin-left: 0.5em;
}


.container-image-accion{
    height: 100%;
    width: auto;

}

.img-zindex{
  z-index: 10;
}

.container-image-overlay{
    -webkit-transition: all 1.5s cubic-bezier(.25,.8,.25,1);
    -moz-transition: all 1.5s cubic-bezier(.25,.8,.25,1);
    -o-transition: all 1.5s cubic-bezier(.25,.8,.25,1);
    transition: all 1.5s cubic-bezier(.25,.8,.25,1);
    opacity: 0;
    z-index: 0;    
    height: inherit;
    width: 90%;
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    border-radius: .25rem;
    justify-content: center;
}
    

.container-image-accion:hover .container-image-overlay{
    background-color: rgba(0, 0, 0, 0.74);
    opacity: 1;
    height: inherit;
    width: 90%;
    position: absolute;
    z-index: 20;
}
  

.central-imagen{
  text-align: center;
} 

/*========================= PASSWORD =================================*/
.wrapper_password{
  margin-top:1em;
  color: #6c757d;
}

.wrapper_password > span > svg{
  height:0.5em;
}

.icon_password_invalid > span {
  fill:#f44336!important;
  color:#f44336!important;
}

.icon_password_success > span {
  fill:#28a745!important;
  color: #28a745!important;
}


.icon_password_invalid > span > svg, .icon_password_success > span > svg{
  height:1.5em;
}
/*========================= PASSWORD =================================*/

/*========================= ALERT CONFIRMACION =================================*/

.ajs-header{
  opacity: 0;
}
.ajs-ok{
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.ajs-button{
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}
/*========================= Confirmacion =================================*/
#container-confirmacion{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: 75vh;
        text-align:center;
}



/*========================= SubMenu =================================*/
/*.submenu-right{
  left: 100%!important;
  top: 0!important;
  padding-top: 0!important;
  position: relative;
}*/



.submenu-right, .submenu-right .dropdown-menu {
    margin-left: 0!important; 
}


/*========================= AutoComplete =================================*/
.ui-autocomplete {
  position: absolute;
  z-index: 99999 !important;
  cursor: default;
  padding: 0;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete>li {
  padding: 0px 0px;
}

.ui-autocomplete>li.ui-state-focus {
  background-color: #DDD;
}

.ui-helper-hidden-accessible {
  display: none;
}

/*========================= ListGroup =================================*/
.list-group-hover > li:hover {
   background-color: rgba(0,0,0,.075);   
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
/*========================= Scrollbar =================================*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

/*========================= Img Modal =================================*/

.imgModal {
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1)!important;
}

.imgModal:hover {
  opacity: 0.85;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  /*cursor: pointer;*/
}

/* The Modal (background) */
.modalImage {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  flex-direction: column;
  z-index: 1000000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Contenido del modal*/
.imgModalContent {
  margin: auto;
  display: block;
  /*width: 80%;
  max-width: 700px;*/
}

/* Caption para el imagen */
#imgCaption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Agregar animación */
.imgModalContent, #imgCaption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

/* Icon que cierre el modal */
.imgClose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.imgClose:hover,
.imgClose:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}



/*========================= FORM =================================*/

.rowCustom{
  width: 100%!important;
}

/*========================= SIN PERMISOS =================================*/
.mainContainerSinPermiso{

  display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.imgSinPermiso
{
  display: block;
    margin: 0 auto;
}
/*========================= LOG IN =======================================*/

.customHeight{

  min-height: 100vh;
}

.btnLogin{
  -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
     box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  margin: 0.7em 0 0 0;
}

.btnLogin:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#backwardsLogin{
  height: 100%;
}

.buttonWrapper{
  display: flex;
  justify-content: center;
    align-items: center;
}

.buttonWrapperText{
  width: 100%;
    margin-bottom: 0!important;
    text-align: center;
}


/*========================= FOOTER ================================*/

.footer__copyright > p{
  font-size: .7em;
  padding:0 10em;
}
/*========================= CARDS ================================*/
.cardShadow{

  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.cardPadding{

  padding:2em 1em;
}



.shake{
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/*================================ ALERT  ===============================================*/
.spin{
  -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

.spinCustom{
  position: absolute;    
    font-size: 1.5em;
    color: #fff;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
/*================================ ALERT  ===============================================*/
.ajs-message .ajs-success .ajs-visible{
  color:#fff!important;
}
/*================================ PANEL GRID VIEW  ===============================================*/

.gridViewHeader{
  display: flex;    
    justify-content: space-between;
}

.gridViewHeader > .inputFiltro{
  width: 100%;
}

.gridViewBtn{
  height: 100%!important;
}

.gridViewPaginacion{
  display: flex;
   justify-content: space-between;
}
#cmbPagina, .cmbPagina{
  width: 9em;
}

.paginacionConteo{
  text-align: right;
}

#paginacionPrincipal{
    justify-content: center;
    display: flex;
}

#msjAlert{
  -webkit-transition:all 0.5s cubic-bezier(.1,.94,.58,.62);
  -moz-transition:all 0.5s cubic-bezier(.1,.94,.58,.62);
  -o-transition:all 0.5s cubic-bezier(.1,.94,.58,.62);
  transition:all 0.5s cubic-bezier(.1,.94,.58,.62);
}




/*===========================================================================*/

/*Aplica los estlos cuando la panatalla media menos o igual al 768px , 
que contien el valor de un dispositivo de tablets y celluar*/
@media (max-width: 768px) {
  /*======================= TABLA ===============================*/
  table{
    display: block;
    height: 47vh;
  }

  table > thead{
    display: none;
  }

  table > tbody{
    display: block;
  }

  tbody > tr{
    display: block;
  }

  tr > td{
/*    display: block;
    position: relative;
    padding-left: 50%!important;*/
    display: flex;
  }

  tr > td:before{
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;    
  }

  td > .col-custom-6{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .container-acciones > button{
    margin-bottom: 0.5em!important;
  }
  /*======================= FILTRO ===============================*/
  .btnFiltroM{
      position: fixed !important;
      /*top: 5.5em;*/
      bottom: 10vh;
      right: 0;
      margin-right: 2vw;
      z-index: 3;     
      display: flex;
      flex-direction: column;
  }
  .btnFiltroM > button{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); 
  }
  
  .btnFiltroM > button:not(.btnPrincipalM){
    margin-bottom: 0.7em;
  }

  .btnPrincipalM{
      position: fixed!important;      
      right: 0;
      bottom: 3vh;
      margin-right: 2vw;
      height: 3em;
      width: 3em;
  }

  #barraBuesqueda{
    background-color: #fff;
      position: fixed;
      top: 3.5em;
      width: 100%;
      z-index: 3;
  }

  /*====================== MODAL =============================*/
    .modalCenterM{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - (.5rem * 2));
    }

  /*====================== FOOTER =============================*/
  .footer__copyright > p {
    
    padding: 0 1em;
  }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (min-width: 768px){
  .imgResponsive{
    width: 7em;   
  }
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .imgModalContent {
    width: 100%;
  }


  /*================================ PANEL GRID VIEW  ===============================================*/
  .paginacionConteo{
    text-align: center;
  }

  .paginacion-por-pagina{
    justify-content: center;
    display: flex;
    padding: 1em 0;
  }
  /*===========================================================================*/
}



/*=========================== Landing page ========================================*/
.text-tether{
  
  color: #26A17B;
}

.bg-tether-color{
  background-color: #26A17B!important;
}

.cookies{
  height: 20%;
  bottom:-100%;
  background-color: #fff;  
  opacity: 0;  
  z-index: 100;
  transition: bottom 3s, opacity 3s cubic-bezier(.25,.8,.25,1);
}

.cookies--active{
  bottom: 0%;
  opacity: 1;  
}