.display-initial{
    display: initial;
}
.bg-thead-table-gray tr>th{
    background: #e6e7e7;
} 

.bg-blue-dark{
    background: #39699a;
    color: #fff;
}
/*  FONT-SIZE   */
.font-size-16{
    font-size: 16px;
}
.font-size-12{
    font-size: 12px;
}

.bodyQuiz {
    padding: 0;
    margin: 0;
    /* background: #39699a; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    border-radius: 10px;
    box-shadow: 0 0.4px 0.4px rgba(128, 128, 128, 0.109),
      0 1px 1px rgba(128, 128, 128, 0.155),
      0 2.1px 2.1px rgba(128, 128, 128, 0.195),
      0 4.4px 4.4px rgba(128, 128, 128, 0.241),
      0 12px 12px rgba(128, 128, 128, 0.35);
}

#quiz {
    background: #e3f6f5;
    width: 30 rem;
    height: 80%;
    padding: 4rem;
    text-align: center;
}

h1 {
    color: #57636c;
    font-size: 3rem;
    text-align: center;
    padding: 2px 0;
}

.buttonChoice {
    background-color: #348fe2;
    color: white;
    width: 250px;
    font-size: 20px;
    border-radius: .3rem;
    padding: 10px 20px;
    margin: 10px 40px 10px;
    outline: 0;
}

.buttonChoice:hover {
    cursor: pointer;
    background: #57636c;
}

span.msg,
span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit
}

/*Styling Selectbox guardias*/
.dropdownGuardias {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 50%;
  text-align: left;
}

.dropdownGuardias .select {
    cursor: pointer;
    display: block;
    padding: 10px
}

.dropdownGuardias .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}

.dropdownGuardias:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdownGuardias:active {
    background-color: #f8f8f8
}

.dropdownGuardias.active:hover,
.dropdownGuardias.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8
}

.dropdownGuardias.active .select > i {
    transform: rotate(-90deg)
}

.dropdownGuardias .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}

.dropdownGuardias .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.dropdownGuardias .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdownGuardias .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.dropdownGuardias .dropdown-menu li:active {
    background-color: #e2e2e2
}

  /*Styling Selectbox Proyectos*/
.dropdownProyectos {
    width: 20%;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left;
  }

  .dropdownProyectos .select {
    cursor: pointer;
    display: block;
    padding: 10px
}


.dropdownProyectos .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}


.dropdownProyectos:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}


.dropdownProyectos:active {
    background-color: #f8f8f8
}

.dropdownProyectos.active .select > i {
    transform: rotate(-90deg)
}

.dropdownProyectos.active .select > i {
    transform: rotate(-90deg)
}
.dropdownProyectos.active .select > i {
    transform: rotate(-90deg)
}


.dropdownProyectos .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}


.dropdownProyectos .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}


.dropdownProyectos .dropdown-menu {
    padding: 0;
    list-style: none
}


.dropdownProyectos .dropdown-menu li:hover {
    background-color: #f2f2f2
}


.dropdownProyectos .dropdown-menu li:active {
    background-color: #e2e2e2
}

  /*Styling Selectbox Años*/
  .dropdownAnios {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 50%;
    text-align: left;
  }

  .dropdownAnios .select {
    cursor: pointer;
    display: block;
    padding: 10px
}

.dropdownAnios .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}

.dropdownAnios:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdownAnios:active {
    background-color: #f8f8f8
}

.dropdownAnios.active:hover,
.dropdownAnios.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8
}

.dropdownAnios.active .select > i {
    transform: rotate(-90deg)
}

.dropdownAnios .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}

.dropdownAnios .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.dropdownAnios .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdownAnios .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.dropdownAnios .dropdown-menu li:active {
    background-color: #e2e2e2
}

  /*Styling Selectbox Empleados*/
  .dropdownEmpleados {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 50%;
    text-align: left;
  }

  .dropdownEmpleados .select {
    cursor: pointer;
    display: block;
    padding: 10px
}

.dropdownEmpleados .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}

.dropdownEmpleados:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdownEmpleados:active {
    background-color: #f8f8f8
}

.dropdownEmpleados.active:hover,
.dropdownEmpleados.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8
}

.dropdownEmpleados.active .select > i {
    transform: rotate(-90deg)
}

.dropdownEmpleados .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}

.dropdownEmpleados .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.dropdownEmpleados .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdownEmpleados .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.dropdownEmpleados .dropdown-menu li:active {
    background-color: #e2e2e2
}


/*Estilos para la card Filtro Guardias*/
.contentProyectos,.contentActividades {
    overflow-x: hidden;
    overflow-y: auto;
    height: 40em;
}
.cardEmpleadoGuardias,.cardFiltroGuardias {
    display: block;
    top: 0px;
    position: relative;
    max-width: 100%;
    background-color: white;
    border-radius: 4px;
    padding: 7px 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border: 1px solid #E5E9EA;
    float: top;
    margin: 10px 10px;
    opacity: 0;
    animation: fadeIn 0.3s ease-in both;
}
.cardEmpleadoGuardias {
    display: block;
    top: 0px;
    position: relative;
    max-width: 100%;
    background-color: white;
    border-radius: 4px;
    padding: 7px 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border: 1px solid #E5E9EA;
    margin: 10px 10px;
    opacity: 0;
    animation: fadeIn 0.3s ease-in both;
}

.cardEmpleadoGuardias:nth-child(odd),.cardFiltroGuardias:nth-child(odd) {
    animation-delay: 0.4s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.cardEmpleadoGuardias:hover,.cardFiltroGuardias:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #ccc;
    background-color: #f2f8f9;
}
.cardEmpleadoGuardias::before,.cardFiltroGuardias:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #288FF1;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(2);
    transform-origin: 50% 50%;
    transition: transform 0.15s ease-out;
}
.cardEmpleadoGuardias:hover::before,.cardFiltroGuardias:hover:before {
    transform: scale(2.15);
}
.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #54AAFB;
    border-radius: 0 4px 0 32px;
}
.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.fechasu {
    margin-right: 20px;
}
.fechabaja {
    float: right;
}

.link--styled {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-bottom-color: transparent;
    float: right;
}
.link--styled:focus, .link--styled:hover {
    color: #003168;
    border-color: #003168;
    cursor: pointer;
}

.content-cards {
    margin-bottom: 10px;
}

.cardHallazgos, .cardPeriodo, .cardEmpresas {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 5px 10px;
}

.cardAreas {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 5px 10px;
}

.quallity {
    margin-top: unset;
}

.contentNombreEmpleado {
    display: flex!important;
    margin-right: 10px;
}

.iconoEmpleado {
    margin-right: 1em;
    margin-top: 0.9em;
}