﻿body {
}

@font-face {
    font-family: Multicolore;
    src: url('Multicolore.otf');
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('Montserrat-Regular.otf');
}

/* MOBILE */
@media only screen and (max-device-width: 480px) {
	.puntuacionTop{
		left: 18px !important;
	}
	
	#lbl10{
		left: 23px !important;
	}
	
	#lbl1{
		left: 16px !important;
	}
}

@media (max-width: 765px) {
    #contenidoDerecha {
        padding-top: 25px;
    }
	
	.caras{
		padding: 0px !important;
		width: 50px;
	}
	
	.estrellas{
		width: 40px;
	}
	
	.puntuacion{
		width: 24px;;
	}
	
	.tarjetas{
		min-height: auto !important;
	}
	
	.barraValoracion{
		width: 190px !important;
	}
	
	.carasMobile{
		justify-content: unset !important;
	}
	
	.clearCaras{
		height: 0px !important;
	}
	
	.estrellasOrdenador{
		display: none !important;
	}
	
	.estrellasMobile{
		display: block !important;
	}
}

@media (max-width: 992px) {
    #menuOrdenador, #barraAzul {
        display: none;
    }

    #panelMenu {
        display: block !important;
        padding: 15px 0px 15px 15px;
        background-image: linear-gradient(to bottom, #26abb5, #0195a9);
    }

    #iconoMenu {
        color: white !important;
    }

    .buttonAzulVisualizar {
        margin: 20px 0px 20px 0px !important;
    }

    .derecha {
        /*padding-left: 5px !important;*/
    }

    .izquierda {
        padding-right: 5px !important;
    }

    .divPromedioGeneral {
        float: initial !important;
    }

    #preguntas {
        padding: 10px;
    }

    #imgLogoEncuesta {
        width: auto;
        height: 100px;
    }

    .textareas {
        padding: 2%;
        width: 100%;
        height: 100px;
    }

    .col-lg-12 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .paginacion {
        font-size: 15px;
        padding-bottom: 15px;
    }

    #pagIzq {
        padding-left: 0px !important;
    }

    #paginaActual {
        padding-left: 3px !important;
    }

    #mensajePortapateles {
        position: relative;
        top: 300px;
        z-index: 300;
        height: 75px;
        background-color: rgb(0,148,168);
        text-align: center;
        color: white;
        vertical-align: middle;
        font-family: Montserrat;
        padding-top: 22px;
        border-radius: 30px;
        width: 70%;
    }

    #textoMensajeCopiado {
        font-size: 20px !important;
    }

    .subTituloDetalles {
        font-size: 15px !important;
    }

    .detalleAperturas, .detalleRespondidas, .detalleCantRespuestas, .detalleTotalPreguntas, .detalleUltimaFecha, .detalleCantEnvios {
        font-size: 18px !important;
    }

    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .graficoMobile {
        display: block !important;
    }

    .graficoWeb {
        display: none !important;
    }

    .tiposOrdenador {
        position: initial !important;
    }

    .txtNuevaEncuesta {
        margin-left: 0px !important;
        width: auto !important;
    }

    .logoImg {
        width: 12px !important;
    }
	
	#logoUrl {
        width: 20px !important;
    }

    .lblNombreEncuesta {
        font-size: 15px !important;
    }

    .inputRespuesta {
        padding-left: 110px !important;
        padding-right: 50px !important;
        margin-right: 0px !important;
    }

    .logoTipoPregunta {
        margin-right: 0px !important;
    }

    .iconosEliminar {
        margin-right: 0px !important;
    }

    .tarjetasTipo {
        padding: 10px 10px 20px 0px !important;
    }

    .contenedorInicio {
        padding-bottom: 10%;
    }

    .piePagina {
        /*position: static !important;*/
    }

    .rectangulos {
        margin-bottom: 25px;
    }

    .rectanguloNuevo {
        margin-bottom: 25px;
        height: 300px !important;
    }

    .nombreEncuestaInicio {
        font-size: 20px !important;
    }

    .datosEncuestaInicio {
        font-size: 15px !important;
    }

    .lblListadoEncuesta {
        font-size: 20px !important;
    }

    .divLblListado {
        padding-bottom: 15px;
    }

    .btnCancelarModal {
        margin-left: 15px !important;
    }
	
	#btnGuardar{
		padding-bottom: 25px;
		margin-right: 15px;
	}
	
	.datosConfiguracion{
		margin-left: 0px !important;
	}
	
	.datosPiePagina{
		margin-top: 15px;
	}
	
	.txtLineas{
		margin-left: 0px !important;
	}
	
	.lblConfiguracion{
		float: unset !important;
	}
	
	.inputNombreEncuesta, .inputLineas, .inputUrl {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	
	.txtSubirLogo{
		width: 0px !important;
	}
	
	.custom-file-label::after {
		padding: 7px !important;
	}
	
	.tituloConfiguracion{
		padding-bottom: 25px !important;
	}
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.mensajeCopiado {
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 20;
    height: 100%;
    position: absolute;
    display: none;
}

.mensajePortapateles {
    position: relative;
    top: 200px;
    z-index: 300;
    height: 100px;
    background-color: rgb(0,148,168);
    text-align: center;
    color: white;
    vertical-align: middle;
    font-family: Montserrat;
    padding-top: 25px;
    border-radius: 30px;
    ;
}

.cabezalEncuesta {
    padding-top: 5%;
}

.contenedorEncuestas {
    padding-top: 3%;
}

.contenedorInicio {
    padding-top: 3%;
    /*padding-bottom: 3%;*/
}

.tituloEncuesta {
    font-family: Montserrat-Regular;
    font-size: 25px;
    color: white;
    font-weight: bold;
}

.preguntas {
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: white;
}

#textArea {
    padding: 1%;
}

.buttonEnviar {
    font-family: Multicolore;
    font-size: 25px;
    color: rgb(0,148,168);
    background-color: white;
    border-color: white;
    border-radius: 7px;
    padding: 1px 15px 1px 15px;
    border: 1px solid white;
    outline: 0;
}

    .buttonEnviar:hover {
        background-color: #d6d6d6;
        border-color: #d6d6d6;
    }

.lblPregunta {
    font-weight: bold;
}

.selectFilas {
    border-style: none;
    color: rgb(0,148,168);
}

.paginacion {
    font-family: Montserrat;
    float: right;
}

.iconosPaginacion {
    float: right !important;
    color: rgb(0,148,168);
    cursor: pointer;
}

.deshabilitar {
    opacity: 0.5;
    cursor: default;
}

/*LOGIN.HTML*/
.login {
    /*width: 20%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 2%;
    padding-bottom: 2%;
    transform: translate(-50%, -50%);
    outline: 0;
}

@media (max-width: 500px) {
    .login {
        width: 90%;
    }
}

.tituloLogin {
    font-family: Multicolore;
    color: white;
    font-size: 40px;
}

.labelLogin {
    font-family: Montserrat-Regular;
    color: white;
    line-height: 1;
}

.inputLogin {
    border-bottom: 1px solid white !important;
    color: white;
}

    .inputLogin::-webkit-input-placeholder {
        font-style: oblique;
    }

.form-control:hover {
    background-color: transparent;
}

#lblUsuario::-webkit-input-placeholder, #lblPassword::-webkit-input-placeholder {
    color: lightgray;
    font-style: oblique;
}

.buttonEntrar {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: rgb(0,148,168);
    background-color: white;
    padding: 7px 20px 7px 20px;
    border: 1px solid white;
    outline: 0;
    cursor: pointer;
}

    .buttonEntrar:hover {
        background-color: #d6d6d6;
        border-color: #d6d6d6;
    }

.buttonAgregar {
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: rgb(0,148,168);
    background-color: white;
    padding: 7px 20px 7px 20px;
    border: 1px solid white;
    outline: 0;
    cursor: pointer;
}

    .buttonAgregar:hover {
        background-color: #d6d6d6;
        border-color: #d6d6d6;
    }

.buttonIcono, .buttonIconoCerrar, .buttonNewPregunta {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: rgb(0,148,168);
    background-color: white;
    border: 1px solid white;
    outline: 0;
    cursor: pointer;
}

    .buttonIcono:hover, .buttonIconoCerrar:hover, buttonNewPregunta:hover {
        background-color: #d6d6d6;
        border-color: #d6d6d6;
    }

.buttonAzulCodigo, .buttonAzulVisualizar {
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: white;
    background-color: rgb(0,148,168);
    padding: 7px 20px 7px 20px;
    border: 1px solid rgb(0,148,168);
    outline: 0;
    cursor: pointer;
}

    .buttonAzulCodigo:hover, .buttonAzulVisualizar:hover {
        background-color: #d6d6d6;
        border-color: #d6d6d6;
        color: rgb(0,148,168);
    }

    .buttonAzulCodigo:focus, .buttonAzulVisualizar:focus {
        background-color: rgb(0,148,168);
        border: 1px solid rgb(0,148,168);
        color: white;
    }

.buttonDisabled {
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: rgb(0,148,168);
    background-color: #d6d6d6;
    padding: 7px 20px 7px 20px;
    border: 1px solid #d6d6d6;
    outline: 0;
    opacity: 0.7;
    cursor: no-drop;
}

/*MENU*/
.bg-light {
    background-image: linear-gradient(to bottom, #26abb5, #0195a9);
    height: 120px;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,148,168,.5);
}


/*INICIO.HTML*/
.menuInicio {
    font-family: Multicolore;
    color: white;
    min-height: 80px;
    text-decoration: none;
    font-size: 20px;
}

.menuSalir {
    font-family: Montserrat-Regular;
    color: rgb(0,148,168);
    min-height: 80px;
    text-decoration: none;
    font-size: 20px;
}

.menuInicioResponsive {
    font-family: Montserrat-Regular;
    color: white;
    min-height: 80px;
    text-decoration: none;
    font-size: 20px;
}

.nombreTitulo {
    font-family: Montserrat-Regular;
    color: rgb(0,148,168);
    font-size: 25px;
}

.nombreClinica {
    font-family: Montserrat-Regular;
    font-weight: bold;
    color: white;
    font-size: 20px;
    vertical-align: middle;
    text-transform: uppercase;
}

.nombreClinicaResponsive {
    font-family: Montserrat-Regular;
    font-weight: bold;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: sub;
}

.menuTitulo {
    font-family: Montserrat-Regular;
    font-weight: bold;
    color: white;
    font-size: 25px;
    vertical-align: middle;
    padding-left: 10px;
}

.menuTituloResponsive {
    font-family: Multicolore;
    color: white;
    min-height: 80px;
    font-size: 20px;
    padding-top: 20px;
    padding-left: 30px;
    display: block;
}

.contenido {
    padding-top: 3%;
}

.contenidoEstadisticas {
    padding-top: 3%;
    padding-bottom: 5%;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: rgb(0,148,168);
    border-color: rgb(0,148,168);
}

.lblPreguntaResultado {
    font-family: Montserrat-Regular;
    color: rgb(0,148,168);
    font-size: 18px;
    text-align: center;
	margin-bottom: 0;
}

.lblRespuestaResultado {
    font-family: Montserrat-Regular;
    color: rgb(0,148,168);
    font-size: 20px;
}

.list-group-item:focus, .list-group-item:hover {
    background-color: rgb(0,148,168);
    color: white;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #71cacc;
    color: white;
}

.table thead th {
    background-color: #0294a8;
    color: white;
}

.cuadradoEncuestas {
    font-family: Montserrat-Regular;
    font-weight: bold;
    background-color: #26abb5;
    border-color: #26abb5;
    padding: 40%;
    color: white;
    cursor: pointer;
}

.tarjetas {
    width: 100%;
    padding: 20px 20px 30px 20px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0, 0.5);
	min-height: 460px;
	/*max-height: 450px;*/
}

.tarjetasTabla {
    width: 100%;
    padding: 20px 20px 30px 20px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0, 0.5);
	min-height: 460px;
}

.tarjetaInfo {
    width: 100%;
    padding: 20px 20px 30px 20px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0, 0.5);
}

.tarjetasGenerales {
    width: 100%;
    margin-right: 0px !important;
    padding: 20px 20px 30px 20px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0, 0.5);
}

.tarjetasTipo {
    width: 100%;
    padding: 10px 10px 130px 0px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0, 0.5);
}

/*.cuadradoEncuestas:hover {
        background-color: rgba(0,148,168, 0.5);
    }*/

button:focus {
    background-color: white;
    outline: none;
}

.material-icons {
    float: left;
}

.modalTitulo {
    font-family: Montserrat;
    color: rgb(0,148,168);
    font-weight: bold;
}

.modal-content {
    border: 0px;
}

.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #26abb5, #0195a9);
    overflow-x: hidden;
    transition: 0.5s;
}

    .sidenav a {
        color: white !important;
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

#estadisticasHTMLResponsive:hover, #encuestasHTMLResponsive:hover, #salirHTMLResponsive:hover, #configuracionHTMLResponsive:hover, #homeHTMLResponsive:hover {
    background-color: #71cacc;
}

.sidenav .closebtn {
    color: white;
    position: absolute;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.dropdown-toggle::after {
    display: none;
}

.tituloDetalles {
    font-family: Montserrat-Regular;
    font-weight: bold;
    color: rgb(0,148,168);
    font-size: 20px;
}

.subTituloDetalles {
    font-family: Montserrat-Regular;
    color: rgb(0,148,168);
    font-size: 18px;
}

.detalleAperturas, .detalleRespondidas, .detalleCantRespuestas, .detalleTotalPreguntas, .detalleUltimaFecha, .detalleCantEnvios {
    font-family: Montserrat-Regular;
    font-weight: bold;
    color: rgb(0,148,168);
    font-size: 20px;
}

.divPromedio {
    font-family: Montserrat-Regular;
    font-weight: bold;
    color: rgba(0,0,0,0.50);
    font-size: 12px;
    float: left;
    /*float: right;
    background-color: rgb(128, 16, 83);
    color: white;
    padding: 10px;
    border-radius: 100%;
    font-size: 20px;
    height: 50px;
    position: relative;
    text-align: center;
    top: -30px;
    width: 50px;*/
}

.divPromedioGeneral {
    font-family: Montserrat-Regular;
    font-weight: bold;
    color: rgba(0,0,0,0.50);
    font-size: 12px;
    float: right;
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}

    .portfolio-box .portfolio-box-caption {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        opacity: 0;
        color: #fff;
        background-color: rgba(128, 16, 83, 0.7);
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        cursor: pointer;
    }

        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
            position: absolute;
            top: 50%;
            width: 100%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            text-align: center;
        }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                padding: 0 15px;
                font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
                font-size: 14px;
                font-weight: 600;
                font-family: Multicolore;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                font-size: 18px;
            }

    .portfolio-box:hover .portfolio-box-caption {
        opacity: 1;
    }

    .portfolio-box:focus {
        outline: none;
    }

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 20px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid white;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid white;
    background-color: white;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid rgb(0,148,168);
    border-bottom: 2px solid rgb(0,148,168);
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.dropdown-menu {
    width: 195px;
	position: absolute;
    top: 100%;
	right: 0;
    left: unset !important;
    z-index: 1000;
    display: none;
    float: left;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-item {
    /*text-align: center;*/
    padding: 0px;
    padding-left: 10px !important;
}

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #f2f2f2;
    }

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.contenidoNuevaEncuesta {
    padding-top: 3%;
    padding-bottom: 3%;
}

.tipoPreguntaSeleccionada {
    padding-bottom: 5%;
}

.lblTituloNuevaEncuesta {
    font-family: Montserrat-Regular;
    font-size: 25px;
    color: rgb(0,148,168);
}

.txtNuevaEncuesta {
    border-radius: 5px;
    outline: 0;
    padding-left: 5px;
    border: 1px solid gray;
    margin-left: 15px;
    width: 500px;
}

.txtNuevaEncuestaModal {
    border-radius: 5px;
    outline: 0;
    padding-left: 5px;
    border: 1px solid gray;
    margin-left: 15px;
    height: 35px;
}

.txtRespuestas {
    width: 100%;
    border-radius: 5px;
    outline: 0;
    padding-left: 5px;
    border: 1px solid gray;
    margin-left: 15px;
}

.lblNuevaEncuesta {
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: rgb(0,148,168);
}

.lblNombreEncuesta {
    font-family: Montserrat-Regular;
    font-size: 20px;
}

.lblNuevaPregunta {
    font-family: Montserrat;
    font-size: 24px;
    color: rgb(0,148,168);
}

.lblTipoPregunta {
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: rgb(0,148,168);
}

.imgTipoPregunta {
    /*border-color: black;
    border-style: solid;
    border-width: 2px 2px 2px 2px;*/
    width: 90px;
	height: 90px;
    /*padding: 5px;*/
    cursor: pointer;
    /*border-radius: 15px;*/
	padding-bottom: 10px;
}

.cuadradoTipoPregunta {
    padding-top: 5px;
}

#btnQuitarRespuesta {
    margin-left: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.logoImg {
    vertical-align: text-top;
    width: 20px;
    margin-right: 15px;
    float: left;
    padding-top: 5px;
}

.tarjetaObservacion {
    padding-top: 2%;
    padding-bottom: 2%;
	min-height: auto !important;
}

/*.piePagina {
    background-image: linear-gradient(to bottom, #26abb5, #0195a9);
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0;
}*/

.inputRespuesta {
    padding-left: 150px;
    padding-right: 60px;
    margin-right: 50px;
}

.inputPregunta {
    padding-left: 100px;
    padding-right: 70px;
    margin-right: 50px;
}

.divTarjetas {
    padding-right: 0px;
}

.tiposOrdenador {
    position: absolute;
}

.iconosEliminar {
    float: right;
    padding-right: 0px;
    margin-right: 50px;
}

.logoTipoPregunta {
    float: right;
    width: 32px;
    margin-right: 50px;
}

.divTipos {
    margin-bottom: 15px;
}

.rectangulos {
    background-color: rgb(0,148,168);
    height: 600px;
    padding-top: 10px;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0, 0.5);
}

    .rectangulos:hover {
        background-color: #26abb5;
    }

.rectangulosDeshabilitados {
    background-color: grey;
    height: 600px;
    padding-top: 10px;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0, 0.5);
}

    .rectangulosDeshabilitados:hover {
        background-color: #8e8e8e;
    }

.rectanguloNuevo {
    background-color: #71cacc;
    height: 600px;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0, 0.5);
}

    .rectanguloNuevo:hover {
        background-color: #26abb5;
    }

.logoMas {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 2%;
    padding-bottom: 2%;
    transform: translate(-50%, -50%);
}

.nombreEncuestaInicio {
    font-family: Montserrat-Regular;
    font-size: 25px;
    color: white;
}

.datosEncuestaInicio {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: white;
    opacity: 0.7;
}

.btnIconoInicio {
    background-color: transparent;
    border-style: none;
    cursor: pointer;
}

    .btnIconoInicio:focus {
        background-color: transparent;
    }

.informacionEncuesta {
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: white;
    vertical-align: middle;
}

.pendienteEnvio {
    background-color: white;
    border-radius: 20px;
    height: 40px;
    padding-top: 3px;
}

.lblPendienteEnvio {
    font-family: Montserrat-Regular;
    color: rgb(0,148,168);
    vertical-align: sub;
}

.selectEncuesta {
    font-family: Montserrat-Regular;
    background-color: transparent;
    color: white;
    margin-bottom: 5px;
    float: right;
    border-style: none;
}

.lblSelect {
    color: black;
}

.lblListadoEncuesta {
    font-family: Montserrat-Regular;
    font-size: 25px;
    font-weight: bold;
    color: white;
}

.barraProgreso {
    height: 30px;
    border: 1px solid white;
    border-radius: 20px;
}

.progress-bar {
    background-color: white !important;
    border-radius: 20px;
}

.progress {
    background-color: transparent !important;
}

.tituloModal {
    font-family: Montserrat-Regular;
    font-size: 25px;
    color: rgb(0,148,168);
}

.contenedorModal {
    font-family: Montserrat-Regular;
    font-size: 15px;
    padding: 15px;
}

#btnVolverAtras {
    width: 120px;
    margin-left: 15px !important;
}

.margenesTarjetas {
    margin-top: 5%;
    /*margin-bottom: 5%;*/
}

.pieStatic {
    position: static;
    margin-top: 25px;
}

.contenidoConfiguracion {
    padding-top: 3%;
    padding-bottom: 3%;
}

#imgSubir {
    vertical-align: bottom;
    margin-right: 5px;
}

.txtConfiguracion {
    border-radius: 5px;
    outline: 0;
    padding-left: 5px;
    border: 1px solid gray;
    margin-left: 15px;
    width: 100%;
}

.txtLineas {
    border-radius: 5px;
    outline: 0;
    padding-left: 5px;
    border: 1px solid gray;
    margin-left: 15px;
    width: 100%;
}

.txtSubirLogo {
    border-radius: 5px;
    outline: 0;
    padding-left: 5px;
    border: 1px solid gray;
    margin-left: 15px;
    width: 500px;
}

.inputNombreEncuesta {
    padding-right: 15px;
    padding-left: 215px;
}

.inputLineas {
    padding-right: 15px;
    padding-left: 80px;
}

.inputUrl {
    padding-right: 15px;
    padding-left: 80px;
}

.textareaMensaje {
    padding-left: 5px;
    border-radius: 5px;
    width: 500px;
	margin-left: 15px;
}

.footerEncuesta{
    font-family: Montserrat-Regular;
    font-size: 18px;
    color:white;
}

.buttonSubirImagen {
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: white;
    background-color: rgb(0,148,168);
    padding: 3px 10px 3px 10px;
    border: 1px solid rgb(0,148,168);
    outline: 0;
    cursor: pointer;
}

    .buttonSubirImagen:hover {
        background-color: #d6d6d6;
        border-color: #d6d6d6;
        color: rgb(0,148,168);
    }

    .buttonSubirImagen:focus {
        background-color: rgb(0,148,168);
        border: 1px solid rgb(0,148,168);
        color: white;
    }

.custom-file-label::after {
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: white;
	content: "SELECCIONAR";
    background-color: rgb(0,148,168);
    padding: 7px 20px 7px 20px;
    border: 1px solid rgb(0,148,168);
    outline: 0;
    cursor: pointer;
}

.lblFooter{
	font-family: Montserrat-Regular;
    font-size: 20px;
	color: white;
	overflow-wrap: break-word;
}

.lblEncuesta{
	display: block !important;
    margin-top: -30px;
    margin-left: 50px;
}

.txtTipoPregunta{
	font-family: Montserrat-Regular;
    font-size: 15px;
	font-weight: bold;
    color: rgb(0,148,168);
}

.tipoRespuestaValoracion:hover{
	cursor: pointer;
	opacity: 0.7;
}

.caras{
	cursor: pointer;
	padding: 15px;
}

.estrellas{
	cursor: pointer;
}

.puntuacion{
	cursor: pointer;
}

.barraValoracion{
	height: 32px;
	border: 1px solid rgb(0,149,169);
}

.progresoValoracion{
	background-color: rgb(0,149,169) !important;
    border-radius: 5px !important;
}

.promedioPuntuacion{
	font-family: Montserrat-Regular;
    font-size: 35px;
}

.clearCaras{
	height: 25px;
}

.clearEstrellas{
	height: 50px;
}

.puntuacionTop{
	position: relative;
    top: -30px;
    left: 21px;
}

#punt10{
	margin-left: -10px;
}

#lbl10{
	left: 26px;
}

#lbl1{
	left: 19px;
}

#puntuacion_6{
	margin-left: -4px;
}

.graficaBarras{
	height: 280px !important;
}

.lblValoraciones{
	font-family: Montserrat-Regular;
    font-size: 18px;
	color: rgb(1,149,169);
	vertical-align: sub;
}

.clasificacion{
	font-family: Montserrat-Regular;
    font-size: 15px;
	color: rgb(1,149,169);
	vertical-align: sub;
}

.divEstrellas{
	position: relative;
}

.alinearBarra{
	position: absolute;
    width: 55%;
    right: 0;
    top: 0;
}

/*input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}*/