/* ==== ===== ===== ===== ===== ===== ===== ===== ===== =====
 ASSECO SPAIN
 Copyright 2016 Asseco
 written for - RateAndGrade
 written by - Valerio Sumurduc
==== ===== ===== ===== ===== ===== ===== ===== ===== ===== */

/*  ### GENERAL ########################################## */

:root {
    --rg-bg-opacity:1;
    --rg-bg-color: rgb(31 41 55 / var(--rg-bg-opacity));;
    --rg-loggin-bt:hsl(44, 73%, 52%);
  }

html,
body {
    font-family: 'Ubuntu Light', serif;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background: var(--rg-bg-color)
}

.wrap {
    min-height: 100%;
    /* height: 100%; */
    margin: 0 auto -40px;
    padding: 0 0 40px;
}

.wrap > .container {
    padding: 58px 0 0;
    /* width: auto; */
    /* overflow-y: auto; */
    width: 90%;
    max-width: 1440px;
    /* padding: 0; */
}

.container {
    display: flex !important;
    /* height: 100%; */
    align-items: center;
}

.height100 {
    height: 100%;
}

.container.informes {
    padding: 54px 0px 0px;
}

.navbar-inverse {
    position: fixed;
    width: 100%;
    z-index: 20;
}

.footer {
    height: 40px;
    background-color: #221a17;
    border-top: 1px solid #221a17;
    padding-top: 10px;
    position: fixed;
    width: 100%;
    z-index: 20;
    bottom: 0;
}

.pull-left.pie-pagina {
    font-size: 11px;
    color: white;
    font-weight: bold;
    letter-spacing: -0.025em;
}

#logo-pie-pagina.pull-right {
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 200px;
}

#logo-pie-pagina1 {
    width: 25px;
}

/*Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·*/

/*  ### PANTALLA LOGIN ################################### */

.site-login {width: 100%;}

#logo-login {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*max-width: 368px;*/
    /*width: 100%;*/
    padding: 0;
    margin: 20px auto;
}

#boton-login {
    width: 100%;
    background-color: var(--rg-loggin-bt);
    color: #fff !important;
    font-weight: bold;
    padding: 8px 0px;
    margin-bottom: 15px;
    border: 0;
}

#loginform-username,#loginform-password {
    text-align: center;
    border: none;
    background-color: #ffffff;
    font-weight: bold;
    /* color: #004f9f; */
}
/*
#loginform-password {
   text-align: center;
   border: none;
   background-color: transparent;
   font-size: 1.5em;
   font-weight: bold;
   color: white !important;
   margin-bottom: 10px;
}
*/
/* .field-loginform-username {
    /* margin-bottom: 25px; */
/*}*/ 


.field-loginform-username, .field-loginform-password, .boton-login {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
}

#loginform-username::-webkit-input-placeholder, #loginform-password::-webkit-input-placeholder {
    color: #b1a0a4;
    font-weight :bold;
}
#loginform-username:-moz-placeholder, #loginform-password:-moz-placeholder {
    color: #b1a0a4;
    font-weight: bold;
}
#loginform-username::-moz-placeholder, #loginform-password::-moz-placeholder {
    color: #b1a0a4;
    font-weight: bold;
}
#loginform-username:-ms-input-placeholder, #loginform-password:-ms-input-placeholder {
    color: #b1a0a4;
    font-weight: bold;
}

.linea-bottom {
    /*border-bottom: 1px #afabac solid;*/
}

#loginform-rememberme {
    margin: 0px;
}

div.col-lg-4.col-lg-offset-4.boton-login {/* padding-bottom: 10px; */}

div#rememberMe, div#recordar-password {
    font-weight: bold;
    /* float: right; */
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #777;
    text-align: center;
    line-height: 1em;
    /* height: 40px; */
    margin: 0 auto;
}

div#rememberMe .form-group.field-loginform-rememberme {
    margin-bottom: 0;
}

div#rememberMe, div#recordar-password, div#recordar-password a {
    display: none;
}

div#recordar-password a,
label[for=loginform-rememberme]
{
    /* ...definitions here... */
    color: #dadada;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}






/*** custom checkboxes ***/

input#loginform-rememberme { display:none; } /* to hide the checkbox itself */
input#loginform-rememberme + label:before {
    font-family: FontAwesome;
    display: inline-block;
    font-weight: lighter;
}

input#loginform-rememberme + label:before {
    content: "\f10c";
    font-size: 2em;
    vertical-align: -5px;
} /* unchecked icon */
input#loginform-rememberme + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input#loginform-rememberme:checked + label:before {
    content: "\f05d";
    font-size: 2em;
    vertical-align: -5px;
} /* checked icon */
input#loginform-rememberme:checked + label:before { letter-spacing: 10px; } /* allow space for check mark */

.opciones-login {
    padding: 0 0 15px 0;
}

.opciones-login > div {
    /* font-size: 1.15em; */
}


/*Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·*/

/*  ### PANTALLA VALORACION ############################## */

.sidenav {
    height: 300px; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 19; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 10px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    /*margin-top: 54px;*/
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus {color: #f1f1f1;}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

button.logout {
    padding: 0;
    border: 0;
    background-color: transparent;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    height: 100%;
    padding: 0;
    background-size: cover;
}

/* Navbar */
.boton-navegacion {
    /*margin-bottom: 20px;*/
    /*margin-top: 16px;*/
    background-color: transparent;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.icon-bar {
    display: block;
    width: 26px;
    height: 1px;
    border-radius: 1px;
    margin-top: 5px;
}

img#logo-navbar.pull-right {
    margin-top: 10px;
    max-height: 34px;
}

.site-valoracion {
    /* height: 100%; */
    width: 100%;
}

.site-informes {
    height: 100%;
    width: 100%;
}

ul.nav.nav-tabs {display: none;}

div.tab-content {/* height: 100%; */}

div.tab-pane {/* height: 100%; */}

/*.tab-pane.fade.in.active {
    display: flex;
    align-items: center;
}*/

.flex-panels {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}

.flex-panels-static {
    width: 100%;
    /* height: 100%; */
    display: flex;
    align-items: center;
    margin: 0;
}



div.panel {
    background-position: center;
    margin-bottom: 0px;
}

.panel-izquierda {
    text-align: center;
    margin-left: 0;
}

.panel-derecha {
    text-align: center;
    opacity: 0.96;
    padding: 13px 0px;
    margin-right: 0;
}

.panel-central { /* Panel central 60% de la pantalla */
    text-align: center;
    /*padding-bottom: 20px;*/
    margin: 0 auto;
    padding: 0 10px;
}

.centrado {
    margin: 0 auto;
}

.panel.panel-gracias {
    text-align: center;
    padding: 25px 25px;
    /*margin: 0 auto;*/
}

.sesenta {
    width: 60%;
}

.noventa {
    /*width: 90%;*/
    padding-bottom: 0px !important;
}

.thisandthat {
    padding-bottom: 10px !important;
}

.row.thisandthat {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px !important;
}

div.grupo-pregunta { /* Div de las preguntas */
    padding: 25px 10px;
    margin-bottom: 1px;
}

h3.pregunta {
    text-align: center;
    /* font-size: 26px; */
    margin-bottom: 0px;
    margin-top: 0px;
    letter-spacing: -0.025em;
    font-size: 1.5em;
}

div.rating {margin-top: 6px;}

div.rating-container {text-align: center;/* max-width: 100%; *//* display: grid; */}

.rating-container .star {margin: 0px 5px;}

div.linea-laboratorio {
    border-top: 1px #cdcdcf solid;
    margin: 0px 100px;
}

button.btn.btn-primary {margin-bottom: 10px;}

.boton-enviar-opinion {
    background-color: #d0d0d0;
    border-color: #d0d0d0;
    cursor: not-allowed;
    pointer-events: none;
    color: #fff;
    font-size: 13px;
    padding: 8px 20px 8px 20px;
    margin-top: 11px;
    font-weight: bold;
    margin-bottom: 15px;
}

.boton-pasar-pantalla {
    background-color: #d0d0d0;
    border-color: #d0d0d0;
    cursor: not-allowed;
    pointer-events: none;
    color: #fff;
    font-size: 13px;
    padding: 8px 10px 7px 10px;
    margin-top: 11px;
    font-weight: bold;
    margin-bottom: 15px;
}

.boton-enviar-opinion:hover, .boton-enviar-opinion:focus, .boton-enviar-opinion.focus {
    color: #fff;
}

.boton-pasar-pantalla:hover, .boton-pasar-pantalla:focus, .boton-pasar-pantalla.focus {
    color: #fff;
}

.boton-volver-inicio {
    font-size: 13px;
    padding: 8px 10px 7px 10px;
    margin-top: 55px;
    background-color: #ff8201;
    border-color: #ff8201;
    font-weight: bold;
    color: white;
}

.boton-volver-inicio:hover, .boton-volver-inicio:focus, .boton-volver-inicio.focus {
    color: #fff;
}

#icon-btn-opinion {
    padding-bottom: 2px;
    margin-right: 7px;
}

h3.titulo-gracias {
    font-size: 23px;
    font-weight: bold;
    color: black;
}

p.mensaje-gracias {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: bold;
    color: #878788;
}

#icon-btn-gracias {
    padding-bottom: 2px;
    margin-right: 7px;
}

.boton-siguiente {float: right;}

/*PANELES*/


/*PREGUNTAS*/





div.pregunta-empleado {
    padding: 20px 10px;
    margin-bottom: 1px;
    /* padding-bottom: 20px; */
}





/*ENCUESTA*/


div.final {clear: both;}

form.form-encuesta {
    /*pointer-events: none;*/
    width: 80%;
    margin: 0 auto;
}

div.form-group.encues {margin-bottom: 6px;}



i.iconos-formulario {
    font-size: 24px;
    color: #aeaeb0;
}

div.input-group.input-formulario {margin-bottom: 8px;}

span.input-group-addon {
    background-color: white;
    border-radius: 6px;
}

.form-control.input-formulario {
    border-radius: 6px;
    border-left: none;
    height: 38px;;
    font-size: 14px;
    font-weight: bold;
    opacity: 1;
    background-color: white;
    box-shadow: none;

    -webkit-appearance: none;
    -moz-appearance: none; /* mobile firefox too! */
}

label.input-formulario {
    margin: 10px 0px;
    color: black;
    font-size: 15px;
}

label.aceptar-condiciones {
    display: none;
    /*visibility: hidden;*/
}

p.texto-encuesta {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: bold;
    color: #878788;
}

h4.titulo-encuesta {
    font-size: 24px;
    font-weight: bold;
    color: black;
    margin-bottom: 2px;
}



a.terminos {
    text-decoration: none;
    color: black;
    display: inline-table;
}

a.terminos:after {
    content: "";
    border-bottom: 0.1em solid #bbb;
    display: table-caption;
    caption-side: bottom;
    position: relative;
    margin-top: -0.15em;
}

/*GRACIAS*/






/*NEW AGE PLANTILLA 1*/
div.panel.empleados {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background-color: white;
}

div.opcion {text-align: center;}
div.empleado {text-align: center;}

div.empleado-seleccionado {
    text-align: center;
    /* padding: 10px 10px; */
    /* padding-top: 30px; */
}

div.grupo-imagen.img-circle {
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-size: cover;*/
    border: 3px #fe8103 solid;
    overflow: hidden;
    z-index: 1;
    margin: 10px auto;
    box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    padding-top: 97%;
    position: relative;
}

div.grupo-imagen.img-circle.thisandthat {
    padding-bottom: 0px !important;
}

/*div.imagenes-thisandthat {
    background-size: 100%;
    border: 3px #fe8103 solid;
    -webkit-border: 3px #fe8103 solid;;
    -moz-border: 3px #fe8103 solid;;
    width: 290px;
    height: 290px;
    overflow: hidden;
    margin: 10px auto;
    box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.28);
    cursor: pointer;
 }*/

div.imagen-empleado.img-circle {
    border: 3px #000000 solid;
    width: 240px;
    height: 240px;
    overflow: hidden;
    margin: 20px auto 10px;
    box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.28);
    background-size: contain;
}

img.foto-empleado {
    width: 100%;
    height: 100%;
}

div.nombre {
    width: 100%;
    background-color: white;
    border-top: 3px solid;
    border-color: #bdbdbd;
    background-size: 100%;
    padding: 6% 0 12% 0;
    position: absolute;
    bottom: 0;
}

div.nombre-thisandthat {
    width: 100%;
    background-color: white;
    /*border-top: 3px solid;*/
    border-color: #bdbdbd;
    background-size: 100%;
    padding: 6% 0 6% 0;
    margin-bottom: 16%;
    position: absolute;
    bottom: 0;
}

div.nombre-empleado {
    width: 100%;
    height: 31%;
    background-color: white;
    border-top: 4px #bdbdbd solid;
    margin-top: 70%;
    background-size: 100%;
}

h3#nombre_empleado {
    font-size: 1.25em;
    font-weight: bold;
    /* margin: 15px auto; */
}

div.botones-tamanio {
    font-size: 18px;
    /* margin-right: 20px; */
    /* margin-top: 20px; */
    position: absolute;
    right: 20px;
    top: 20px;
}

/*span.tamanio-grande {margin: 7px; cursor: pointer;}

span.tamanio-mediano {margin: 7px; cursor: pointer;}

span.tamanio-pequenio {margin: 7px; cursor: pointer;}*/

h3.titulo-empleados {margin-top: 30px;margin-bottom: 4px;}

h4.nombre-empleado {
    font-weight: bold;
    /*padding: 16px 0%;*/
    /*margin-top: 20px;*/
    /*font-size: 1.2vw;*/
    /*margin-top: 15px;*/
    margin: 0;
    font-size: 1.12em;
}

h4.nombre-opcion {
    font-weight: bold;
    /*padding: 16px 0%;*/
    /*margin-top: 20px;*/
    font-size: 1.2em;
    /*margin-top: 15px;*/
    margin: 0;
}

/*h3.opcion-grande {
    font-size: 24px;
    padding-top: 5%;
 }

h3.opcion-mediana {
    font-size: 20px;
    padding-top: 8px;
 }

h3.opcion-pequenia {
    font-size: 15px;
    margin: 0;
    padding-top: 4%;
 }*/

.scroll-empleados {
    height: 370px;
    max-height: none;
    padding: 0 20px;
}

.scroll-informes {
    max-height: 93%;
    min-height: 93%;
    padding: 0 12px;
}

.scroll-informes1 {
    max-height: 100%;
    min-height: 100%;
    padding: 0 12px;
}

#seleccionar {margin: 0 auto;}

div.linea {
    border-top: 1px #a5a5a5 solid;
    margin: 10px 83px 0px 83px;
}

select::after {
    width: 12px;
    border: none;
    background: #fff;
}

.boton-volver-camarero, .boton-volver-tab-camarero {
    /* margin: 15px 0px; */
    padding: 10px 10px;
    color: #fd860b;
    background-color: transparent !important;
    border: none !important;
    display: block;
    text-align: center;
    width: 100%;
}

.boton-volver-camarero:focus {border: none !important;}
.boton-volver-tab-camarero:focus {border: none !important;}

i#volver-camarero {font-size: 35px;}

span#texto-volver-camarero {
    /* position: relative; */
    top: -6px;
    font-weight: bold;
    margin-left: 6px;
}

.input-group-addon.seleccionar-empleado {
    padding: 6px 10px;
    background-color: transparent;
    border-radius: 0;
}

.icono-buscar {
    font-size: 20px;
    color: #949494;
}

.form-control.seleccionar-empleado {
    box-shadow: none;
    background-color: transparent;
    border-left: none;
    font-weight: bold;
    border-radius: 0;
    padding-left: 0px;
    color: #949494;
}

/*div.pequenio {
    width: 150px !important;
    height: 150px !important;
 }

div.mediano {
    width: 220px !important;
    height: 220px !important;
 }

div.grande {
    width: 290px !important;
    height: 290px !important;
 }*/

div.contenido-dos {
    padding: 0 150px;
    width: 100%;
}

div.contenido-tres {
    padding: 0 13%;
    width: 100%;
}

div.contenido-cuatro-dos {
    padding: 0 25%;
    width: 100%;
}

div.margin-tres {
    margin: 3% auto;
}

div.margin-uno {
    margin-top: 5px;
}

span.select2.select2-container {
    float: left;
}

.panel-busqueda {
    text-align: center;
    margin: 12px 0 !important;
    padding: 18px 0;
}

.panel-datos-laboratorio {
    display: none;
    text-align: center;
    margin: 12px 0 !important;
    padding: 18px 0;
}

.panel-datos-this {
    display: none;
    text-align: center;
    margin: 12px 0 !important;
    padding: 18px 0;
}

.panel-datos-new {
    display: none;
    text-align: center;
    margin: 12px 0 !important;
    padding: 18px 0;
}

.panel-graficos {
    display: none;
    text-align: center;
    margin: 12px 0 !important;
    padding: 18px 0;
}

.panel-graficos-this {
    display: none;
    text-align: center;
    margin: 12px 0 !important;
    padding: 18px 0;
}

.informeActivado {
    display: block !important;
}

.div-jerarquia {
    margin: 0 auto;
    width: 80%;
}

.div-temporales {
    margin: 0 auto;
    width: 80%;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    /*margin-right:-4px;*/
}

.col-fixed {
    /* custom width */
    width:230px;
    padding: 0 5px;
}

.col-fixed-button {
    width: 128px;
    padding: 0 5px;
}

.boton-ver-informe {
    position: relative;
    margin: 0 auto;
    display: table;
    border-collapse: separate;
    background-color: red;
    color: white;
    padding: 4px 12px;
    margin-bottom: 1px;
}

div.leyenda {
    width: 100%;
    height: 40px;
    background-color: white;
    display: inline-flex;
    position: fixed;
    bottom: 40px;
    left: 0;
}

div.contenedor-leyenda {
    margin: auto;
    padding-bottom: 7px;
}

span.nr-leyenda {
    font-size: 17px;
    font-weight: bold;
    margin: 0 1px;
    padding: 3px 5px;
}

.border-red {
    border-bottom: 5px solid #f0482b;
}

.border-orange {
    border-bottom: 5px solid #f4ab2b;
}

.border-yellow {
    border-bottom: 5px solid #f2d12e;
}

.border-light-green {
    border-bottom: 5px solid #46b849;
}

.border-dark-green {
    border-bottom: 5px solid #0f8b43;
}

.border-blueviolet {
    border-bottom: 5px solid #e636e1;
}

img.estrella-leyenda {
    margin-bottom: 5px;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.multilinea {
    resize: none;
    height: 70px !important;
}

.select {
    border-color: #ca9e19 !important;
    box-shadow: 0 0px 14px 3px #ca9e19 !important;
}

.tam-pregunta {
    width: 400px;
    margin: 0 auto;
}

.tam-modalidad {
    width: 300px;
    margin: 0 auto;
}

.linea-informe {
    border-top: 1px #cdcdcf solid;
    margin: 10px 100px;
}

.circle-progress {
    /*width: 100%;*/
    margin: 30px 0;
}

.padding-bar {
    padding: 0px 30px;
}

.circle {
    float: left;
}

.circle:before {
    font-family: FontAwesome;
    position:absolute;

}

.circle-thisandthat:before {
    font-family: FontAwesome;
    position:absolute;
}

.circle-thisandthat {
    display: inline-block;
    position: relative;
}

#circle1:before {
    content: "\f140";
    font-size: 42px;
    top: 5px;
    left: 32px;
}

#circle2:before {
    content: "\f201";
    font-size: 30px;
    top: 14px;
    left: 32px;
}

#circle3:before {
    content: "\f067";
    font-size: 42px;
    top: 7px;
    left: 33px;
}

#circle4:before {
    content: "\f046";
    font-size: 43px;
    top: 6px;
    left: 31px;
}

#circle3_this:before {
    content: "\f067";
    font-size: 88px;
    top: -4px;
    left: 20px;
}

#circle1_new:before {
    content: "\f140";
    font-size: 42px;
    top: 5px;
    left: 32px;
}

#circle2_new:before {
    content: "\f201";
    font-size: 30px;
    top: 14px;
    left: 32px;
}

#circle3_new:before {
    content: "\f067";
    font-size: 42px;
    top: 7px;
    left: 33px;
}

.titulo-progress {
    float: left;
    text-align: left;
    padding-left: 15px;
}

.titulo-datos {
    margin-bottom: 0px;
    font-size: 19px;
}

.porcentaje-datos {
    margin-top: 0px;
    font-size: 25px;
    font-weight: 900;
    color: #00519d;
}

#val_media, #val_media_new {
    color: #56baff;
}

#ranking, #ranking_new {
    color: #0288f9;
}

#votos_total, #votos_total_new {
    color: #00519d;
}

#satisfaccion {
    color: #e337e5;
}

.contenedor-pie {
    padding: 30px;
    position: relative;
}

.row-panel-datos {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
}

.columnas-datos {
    padding: 30px 0px;
    margin-top: 29px;
}

.linea-vertical {
    border-left: none;
}



.lineas-verticales {
    border-right: none;
    border-left: none;
}

.modal-header.modal-acceso-informe {
    border: none;
    padding: 15px 15px 0px 15px;
}

.modal-body.modal-acceso-informe, .modal-body.modal-acceso-informe1, .modal-body.modal-acceso-informe2 {
    padding: 15px 70px;
    color: white;
}

.modal-body.modal-acceso-informe > .form-control {
    height: 50px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid white;
    border-radius: 0px;
    font-size: 18px;
    background: none;
    color: white;
}

.boton-login-informe {
    margin-top: 20px;
    background-color: #9C9C9C;
    border-color: #9C9C9C;
    border-radius: 0px;
}

.recordar-pass-informe {
    margin-top: 20px;
    font-size: 16px;
}

.close.login-informe {
    font-weight: bold;
    color: white;
    opacity: 1;
}

.close.login-informe > span {
    font-size: 35px;
}

.modal-content.modal-acceso-informe {
    background-color: rgba(0, 0, 0, 0.62);
}

.recordar-pass-informe > p {
    color: white;
}

.recordar-pass-informe > p > a{
    color: grey;
    font-weight: bold;
}

.porcentaje-datos-progress {
    float: right;
    margin-left: 10px;
    margin-top: 0px;
}

.progress-indice {
    margin-top: 13px;
    height: 10px;
    border-radius: 0px;
}

.num-producto {
    margin: 10px 0;
}

.porcentaje-producto {
    margin: 6px 0;
}

.numero-productos {
    padding: 6% 0 0 0;
}

.columna1-thisandthat {
    text-align: center;
    padding-top: 9%;
}

.modal-header.modal-terminos {
    text-align: left;
    padding: 20px;
    box-shadow: 0px -5px 12px #888888;
}

.modal-header.modal-terminos > button.close {
    margin-top: -2px;
    opacity: 1.0;
    color: #ca9e19;
}

.modal-title.modal-terminos {
    margin-top: 14px;
}

.modal-titulos-terminos {
    margin: 0 35px;
}

.modal-body.modal-terminos {
    text-align: justify;
    padding: 30px 55px;
}

.color-negro {
    background-color: black;
}

.color-verde {
    background-color: #86de00;
}

.modal-mail-password, .modal-mail-add-pass {
    width: 100px;
    height: auto;
    margin: 0 auto;

}

.icono-modal-password, .icono-modal-error {
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    font-size: 80px;
}

.icono-modal-error {
    margin-top: 10px;
    margin-bottom: 10px;
    color: red;
    font-size: 100px;
}

.input-group.forgotten-password {
    max-width: 300px;
    margin: 3% auto;
    margin-top: 4%;
}

.input-group.forgotten-password > input {
    height: 40px;
    border-left: none;
}

.btn.forgotten-password {
    margin: 0 !important;
    color: white;
    background-color: #ca9e19;
    border-color: #ca9e19;
    padding: 5px 45px;
}

.btn.forgotten-password:hover , .btn.forgotten-password:focus, .btn.boton-add-pass:hover, .btn.boton-add-pass:focus {
    background-color: #ca9e19 !important;
    border-color: white;
}

.btn.forgotten-password-success {
    margin: 22px !important;
    color: white;
    background-color: #ca9e19;
    border-color: #ca9e19;
    padding: 5px 45px;
}

.linea-forgotten-password {
    border-top: 1px solid #C3C3C3;
    margin: 6% 33%;
}

.modal-header.forgotten-password, .modal-header-precarga {
    border: none;
    padding: 10px 10px 0px 10px;
}

.close.forgotten-password, .close-precarga {
    opacity: 0.8;
}

.close.forgotten-password > span, .close-precarga > span {
    font-size: 28px;
    color: #ca9e19;
}

.close.forgotten-password > i, .close-precarga > i {
    font-size: 28px;
    color: #ca9e19;
}

.modal-dialog.forgotten-password {
    max-width: 700px;
}

.modal-body.forgotten-password {
    padding: 0 8% 8% 8%;
}

.modal-body.forgotten-password .validate-error {
    color: #cc0000;
    margin-bottom: 10px;
}

.modal-body.forgotten-password-success {
    padding: 0 8% 8% 8%;
}

.email-soporte > u {
    color: #ca9e19;
}

.add-password, .precarga {
    text-align: center;
    display: inline-flex;
}

.form-add-password, .form-precarga {
    margin: 0 auto;
}

.contenedor-reset-pass, .contenedor-precarga {
    margin: 0 auto;
    padding: 0;
    background-color: white;
    border-radius: 4px;
}

.btn.boton-add-pass, .btn.boton-precarga {
    margin: 25px !important;
    color: white;
    background-color: #ca9e19;
    border-color: #ca9e19;
    padding: 5px 45px;
}

.minimo-caracteres {
    text-align: right;
}

.contenido {
    margin: 0 10px 0 10px;
}

.error-summary {
    color: #d20000;
    text-align: center;
}

.error-summary > ul {
    padding-left: 0;
}

.error-summary > ul > li {
    list-style-type: none;
}

.error-login {
    color: #d20000;
}

.menu-arriba {
    width: 200px !important;
    height: 74%;
    padding-top: 54px;
}
.menu-abajo {
    width: 200px !important;
}

.form-logout {
    display: inline-block;
}

.icono-menu {
    margin-right: 10px;
}

.ocultar {
    display: none !important;
}

.modal-aceptar-terminos {
    text-align: center;
}

.modal-header.modal-aceptar-terminos {
    border-bottom: none;
    background-color: #ca9e19;
}

.modal-header.modal-aceptar-terminos > button {
    color: white;
    opacity: 1.0;
}

.modal-header.modal-aceptar-terminos > i {
    font-size: 40px;
    padding: 5px;
    color: white;
}

.modal-footer.modal-aceptar-terminos {
    border-top: none;
}

.modal-footer.modal-aceptar-terminos > button {
    background-color: rgb(202, 158, 25);
    border-color: rgb(202, 158, 25);
    color: white;
    border-radius: 5px;
}

.input-formulario > span.select2-container > span.selection > span.select2-selection {
    height: 38px;
    text-align: left;
    font-weight: bold;
    border-left: none;
    opacity: 1;
    box-shadow: none;
    background-color: white;
    border-radius: 0px 5px 5px 0px;
}

.input-formulario > span.select2-container > span.selection > span.select2-selection > span.select2-selection__arrow {
    height: 37px;
    width: 30px;
}

#seleccionar > span.select2-container > span.selection > span.select2-selection {
    border-radius: 0px 0px 0px 0px;
    padding: 6px 32px 6px 0px;
    border-left: none;
}

#seleccionar > span.select2-container > span.selection > span.select2-selection > span.select2-selection__arrow {
    width: 33px;
}

.boton-volver-al-login {
    background-color: #ca9e19;
    color: white;
    margin: 10px 0px 25px 0px;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 20px;
}

.site-error {
    display: flex;
    justify-content: center;
}

.panel-error {
    border-radius: 4px;
    text-align: center;
    align-self: center;
    background-color: #e3e3e3;
}

div.panel-error-header {
    overflow: hidden;
}

div.panel-error-header > a {
    color: black;
    float: right;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 8px 8px 0px 0px;
}

div.panel-error-header > a > i {
    font-size: 20px;
    color: #ca9e19;
}

div.panel-error-body {
    padding: 1% 15%;
}

div.panel-error-body > i {
    color: red;
    font-size: 103px;
}

div.panel-error-body > i {
    color: red;
    font-size: 103px;
}

div.panel-error-body > h3 {
    color: black;
    margin-top: 10px;
    margin-bottom: 20px;
}

div.panel-error-body > a {
    padding: 6px 50px;
    background-color: #ca9e19;
    color: white;
    border-color: #ca9e19;
    margin: 15px 0;
}

div.panel-error-body > h5, div.panel-error-footer > h6 {
    color: #747474;
}

div.panel-error-footer {
    padding-bottom: 12px;
}

div.panel-error-footer > h6 {
    margin: 3px;
}

div.panel-error-footer > h6 > a {
    color: #ca9e19;
}

.modal-dialog.spinner {
    width: 170px;
}

.modal-content.spinner {
    padding: 20px 0px;
    background-color: #e9e9e9;
}

.modal-content.spinner > i {
    font-size: 45px;
    color: #ca9e19;
}

.contenedor-bar {
    padding: 0px 13px;
}


/* ==== ===== ===== ===== ===== ===== ===== ===== ===== =====
    RATEANDGRADE

    NOTA: App Corporate estÃ¡ motanda sobre Bootstrap v3.3.7
        - bootstrap v.4.x cambia breakpoints | Media queries
   ==== ===== ===== ===== ===== ===== ===== ===== ===== ===== */

h4.nombre-empleado,
h3.pregunta {
    letter-spacing: -0.02em;
}

.rating-container .star:first-child {
    margin-left:0px;
}

.rating-container .star:last-child {
    margin-right: 0px;
}

.sidenav .menu-abajo a:first-child, .sidenav .menu-arriba a:first-child {
    display: block;
    visibility: hidden;
}

.sidenav .menu-abajo a:last-child {
    display: block;
    visibility: visible;
}

a#boton-informes-login {
    visibility: visible;
}

