/*-----------------------------------
--------- TABLE STYLE ---------------
-------------------------------------*/

#thead_busqueda{
  background-color: rgba(211,211,211);
  font-size: 1.2em;
  color: rgb(104, 104, 104);
}

.tr_busqueda {
}
.td_busqueda{td_hide
  font-size: 1.2em;
  font-weight:600;
}

#strong_busqueda{
color: rgb(104, 104, 104);
}
#img_busqueda{
  border-radius: 100%;
  margin-right: 5px;
  width: 250px;
  height: 250px;
}
.cargo_busqueda{
  opacity: 80%;
  background-color: #B032E7;
  color: #fff;
  padding: 0.4em;
  border-radius: 8px;
}
.carrera_busqueda{
  background-color: #636ECE;
  opacity: 80%;
  color: #fff;
  padding: 0.4em;
  border-radius: 8px;
}
.vacio_busqueda{
  opacity: 80%;
  background-color: #a8a8a8;
  color: #000;
  padding: 0.4em;
  border-radius: 8px;
}
.status{
  height:1.5em;
  width:1em;
  font-size: 4em;
  color: #fff;
}
.view{
  font-size: 5em;
  
}
.fa-eye{
  color: #c4c4c4;
}

/*-----------------------------------
--------- BARRA DESPLEGABLE ---------
-------------------------------------*/
/*#panel{   
  padding: 1em;
  background: #fff;
  width: 40%;
  height: 100%;
  position: fixed;
  z-index: 20000;
  margin-left: 60%;
  -webkit-box-shadow: -2px 0px 19px 0px rgba(148, 148, 148, 1);
  -moz-box-shadow: -2px 0px 19px 0px rgba(148, 148, 148, 1);
   box-shadow: -2px 0px 19px 0px rgba(148, 148, 148, 1);
  overflow-y: auto;
  display: none;
 */
}
.profile-user{
    text-align: center;

}
/*#img_busqueda_panel{
    width: 140px;
    height: 134px;
    border-radius: 60%;
}*/
#puesto_panel{
  color: #027070;
  font-weight: 800;
}

/*.puesto{
  padding: 1em;
}*/

.general-info{
  padding: 1em;
  text-align: center;
}
.fila{
  margin-top: 5px;
    border-bottom: 1px solid #eee;
}

  




/*LOADING*/
@keyframes rotate {from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}}
@-webkit-keyframes rotate {from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}}

#loading, #loading-btn{
    -webkit-animation: 3s rotate linear infinite;
    animation: 3s rotate linear infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}


.btn-link {
    border: 0;
    padding: 0.5rem 0.7rem;
    background-color: transparent;
}


/*----------------------
----- TABLES STYLE -----
------------------------*/

#table_container{
  border-radius: 8px;
  border: 2px solid #EEF0F3;
}

.table_thead{
  border: 2px solid #EEF0F3;
  color:#8A919A;
}

.table_tbody{
  border: 2px solid #EEF0F3; 
  color:#282828;
  font-weight: 400;
}
.tr_table{
   border: 2px solid #EEF0F3;
   color:#282828;
   font-weight: 400; 
}
.tr_hide{
  border: 2px solid #EEF0F3; 
  color:#282828; 
  font-weight: 400; 
  display: none;
}

.td_hide{
  font-size: 1.2em;
  font-weight:600;
  color: #808080;
  background: #D2D2D2;
}

#id_table{
  color: #D2D2D2;

}

/*----------------------
----- CARDS  STYLE -----
------------------------*/



.card-user{
  border:  1px solid #ccc;
  padding: 1em;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.item-card-user-image{
  flex: 30%;
}
.item-card-user-data{
  flex: 70%;
  text-align: center;
}


.item-card-user-data .title-card{
    font-weight: 800;
    font-size: 2em;
}
.item-card-user-data .subtitle-card{
    font-size: 1.5em;
}
.icons a i{
  font-size: 4em;
}
.icons a{
  margin: 0.5em;
}
.icons{
  margin-bottom: 1em;
}

.item-card-user-image .image{
  border-radius: 100%;
  margin-right: 5px;
  height: 150px;
  text-align: center;
}


.icons .fa-copy{
    color: #0073C7;
}

.icons .fa-paste{
    color: #007A93;
}

.icons .fa-file-zip-o{ 
    color: #ccc;
 }

.icons .fa-file-code-o{
    color: #ccc;

 }
 .title-modal{
  text-align: center;
  font-size: 1.8em;
  padding: 1em;
 }


.img-loading-div{

    width: 47%;
    margin-left: 30%;

}

/*
.container-footer{
    bottom: 0px;
    position: absolute;
    width: 100%;
}*/
/*
#panelHide{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    background-color: #46464621;
    margin-left: 0%;
    display: none;
}
    *

/* status sistema */


.ul-status{
  display: flex; 
  gap: 2em;
  padding: 0px;
}
.ul-status li{
  display: flex; 
  align-items:center;
  gap: 1em;
  list-style: none;
  font-size: 1em;
}
.text-status-primary{
  color: #0073C7;
}

.text-status-secondary{
  color: #138535;
}

.text-status-third{
  color: #ED1C24;
}

.text-status-fourth{
  color: #a8a8a8;
}