body {
    background:
    radial-gradient(
      227.77% 227.77% at -8.45% -10.97%,
      rgba(46, 46, 46, 1) 100%,
      rgba(255, 200, 249, 0) 100%
    );
    background-repeat: no-repeat;
    background-attachment: fixed;
}

main > .container {
    padding: 70px 15px 20px;
}
.imagen-usfx {
    max-width: 100%;
    height: auto;
}

/*tema oscuro*/
.table-bordered, .summary {
    color: rgb(216, 216, 216);
}
h1, h2, h3, .card-title, .card-text, .lead, .control-label, #image-input, label, p , th, td{
    color: white;
}
.breadcrumb{
    background-color: #434346;
}
.form-control {
    background: #3d3d41;
    color: rgb(214, 214, 214);
}
.form-control:focus{
    background: rgb(80, 80, 80);
    color: rgb(194, 212, 250);
}
.help-block {
    color: rgb(218, 218, 255);
}
.tipo-pregunta-edicion:disabled {
    background: #18181d;
    color: rgba(214, 214, 214, 0.644);
}
.list-group-item {
    background: #34343f;
    color: rgba(214, 214, 214, 0.644);
}
.list-group-item.active{
    background: #15153a !important;
    border-color: #030b30;
    color: rgba(245, 245, 248, 0.808);
}
.form-control:disabled {
    background-color: rgb(11, 1, 26);
}
.pagination {
    color: #cacaca;
}
.page-link {
    background-color: #dadada;
}


.footer {
    font-size: .9em;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #4e4b4b;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.activo-row {
    background-color: lightgreen;
}

.activo-cargo:after {
    content: '(Cargo Actual)';
    font-size: 15px;
    color: rgb(223, 43, 43);
    margin-left: 5px;
}

.activo-grado:after {
    content: '(Estudiando)';
    font-size: 15px;
    color: rgb(223, 43, 43);
    margin-left: 5px;
}

#estudios-ci:read-only {
    background-color: rgb(11, 1, 26);
}

#titulado-ci:read-only {
    background-color: rgb(11, 1, 26);
}

/* DASHBOARD */

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}

.admin-dashboard {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.card {
    background-color: #382d63;
    border: 1px solid #030b30;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.card-text {
    font-size: 34px;
    font-weight: bold;
}

/* INDEX */

.estado-laboral.verde {
    color: green;
}

.estado-laboral.rojo {
    color: red;
}

/* Paginación */
.pagination {
    margin-top: 20px;
    text-align: center;
}

.page-item {
    display: inline-block;
    margin: 0 5px;
}

.page-link {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s;
}

.page-link:hover {
    background-color: #f2f2f2;
}
.pagination-wrapper {
    text-align: center;
    margin-top: 20px;
}

/* index superadmin */
.super-admin-index-show {
    background-color: orange;
    color: red;
    font-weight: bold;
}

.admin-index-show {
    background-color: yellow;
    color: black;
}

.director-index-show {
    background-color: lightgreen;
    color: black;
}

/*Encuestas*/

.pregunta-form {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #1a181802;
}

.tipo-pregunta {
    margin-bottom: 10px;
}

.pregunta-options label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.pregunta-options input {
    margin-bottom: 10px;
}
/*
.quitar-pregunta {
    float: right;
    margin-left: 85px;
}
*/
/*opciones*/

.pregunta-options {
    background-color: #1a181802; 
    padding: 10px; 
    margin-top: 10px; 
    border: 1px solid #ccc; 
}

.agregar-opcion, .quitar-opcion {
    background-repeat: no-repeat;
    background-size: 20px 20px; 
    /*padding-left: 30px; 
    background-position: left center; */
    cursor: pointer;
    border: none;
    margin-right: 5px;
    /*background-color: transparent; */
}

/*modal comentarios*/

.modal-content{
    background-color: #3e3f46;
}
.modal-title{
    color: #c2c6da;
}
.close{
    color: white;
}
.close:hover{
    color: rgb(233, 164, 164);
}

/* Respuestas */

.panel-default-respuestas {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #1a181802;
}

.panel-title-respuesta {
    margin-bottom: 10px;
}

.panel-body-respuestas {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #1a181802;
}

/* dropdown-item */

.dropdown-menu{
    background-color: #18181d;
}

.dropdown-item{
    color:rgb(194, 212, 250);
}

/* tiene-encuesta-sin-responder */

#tiene-encuesta-sin-responder {
    font-weight: bold;
    color: #ecd0d0;
    text-shadow:
        0 0 7px #fff,
        0 0 10px #fff,
        0 0 21px #fff,
        0 0 42px rgb(255, 0, 43),
        0 0 82px rgb(255, 0, 43),
        0 0 92px hsl(350, 100%, 50%),
        0 0 102px rgb(255, 0, 43),
        0 0 151px rgb(255, 0, 43);
    text-decoration: none;

    transition: color 0.3s, font-weight 0.3s;
}

#tiene-encuesta-sin-responder:hover {
    color: #c1e0c1;
}

/* boton-responder-encuesta */

.boton-responder-encuesta {
    font-weight: bold;
    color: #d17777;
    text-decoration: none;
    transition: color 0.3s, font-weight 0.3s;
}

.boton-responder-encuesta:hover {
    color: #8cd38c;
}

/* cargador de pagina */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3445db54;
    border-bottom: 16px solid #e23e3e63;
    border-left: 16px solid #2e2e2e;
    border-right: 16px solid #2e2e2e;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* animacion body al cargar */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  
  #div-body-al-cargar {
    display: none;
  }

  /* panel de preguntas */

.panel.panel-default-respuestas {
    background-color: #212529; 
    color: #fff; 
}

.panel.panel-default-respuestas .panel-body-respuestas {
    background-color: rgba(255,255,255,.05);
    color: #fff;
}

.panel.panel-default-respuestas .panel-body-respuestas .form-check-label {
    color: #fff;
}

.panel.panel-default-respuestas .panel-body-respuestas .form-check-input:checked + .form-check-label {
    background-color: #474553;
    color: #c0c0c0;
}


/* boton tour */

#trigger-container {
    position: fixed;
    z-index: 999;
    left: 30px;
    bottom: 50px;
    overflow: hidden;
}

#trigger {
    width: 110px;
    height: 110px;
    background-color: #3445db;
    border: dotted;
    border-radius: 9px;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 50%;
    transition: 0.3s;
}

#trigger:hover {
    background-color: #e23e3e;
}

#hide-button,
#show-button {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e23e3e;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

#hide-button {
    left: 10px;
    top: 20px;
}

#show-button {
    left: 0px;
    display: none;
}

#trigger-container:hover #hide-button {
    display: block;
    background-color: #e23e3e;
}

#hide-button:hover,
#show-button:hover {
    background-color: #3445db;
}