/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19/09/2018, 12:45:19 PM
    Author     : NoeLin
*/
.utmir-bar-top {
    background-color: #F77251;
    height: 65px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.utmir-shadow {
    -webkit-box-shadow: 0px 0px 19px 11px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 19px 11px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.34);
}

.utmir-shadow-from {
    -webkit-box-shadow: 0px 0px 19px 11px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 19px 11px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 12px 18px 5px rgba(0, 0, 0, 0.34);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.utmir-btn-green {
    background-color: #009A74;
    color: #fff;
}
.utmir-btn-orange{
    background-color: #F77251;
    color: #fff;
}

.utmir-background-form{
    margin: 5px;
    padding: 10px;
    border-radius: 20px;
    background-color: #fff;
}
.utmir-display-none{
    display:none;
}

.utmirCapitalize{
    text-transform: capitalize;
}

.btn-secondary.disabled, .btn-secondary:disabled{
    background-color: #008874;
    border-color: #008874;
}

.btn-secondary.disabled, .btn-secondary:hover{
    background-color: #008874;
    border-color: #008874;
}
.btn-secondary.disabled, .btn-secondary:active{
    background-color: #008874;
    border-color: #008874;
}

/*Verificar que el usuario selecciono alguna respuesta del formulario de la prueba psicometrica*/
.containerCheckRadio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.containerCheckRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerCheckRadio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerCheckRadio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerCheckRadio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerCheckRadio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/* STYLE DIV CONTENT*/
#contenido {
    margin-top: -80px;
}

.pdfobject-container { 
    height: 30rem; 
    border: 1rem solid rgba(0,0,0,.1); 
}

.btn .btn-secondary .sw-btn-next .utmir-btn-green :active{
    background-color: #009A74;
}

.cursor{
    cursor: pointer;
}
/* STYLE RADIO BUTTON DESERCION*/
a {
    color: #5882FA; 
}
.wrap {
    width: 90%;
    max-width: 1000px;
    margin: auto; 
}
.info {
    text-align: center;
    padding: 20px;
    color: #001F3F;
    border-bottom: 1px solid #ccc; 
}
.info p {
    margin-top: 20px; 
}
.formulario h2 {
    font-size: 16px;
    color: #001F3F;
    margin-bottom: 20px;
    margin-left: 20px; 
}
.formulario > div {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.formulario .radio label,
.formulario .checkbox label {
    display: inline-block;
    cursor: pointer;
    color: #5882FA;
    position: relative;
    padding: 5px 10px 5px 30px;
    font-size: 1em;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.formulario .radio label:hover,
.formulario .checkbox label:hover {
    background: rgba(255, 65, 54, 0.1); 
}
.formulario .radio label:before,
.formulario .checkbox label:before {
    content: "";
    /* display: inline-block; */
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    border-radius: 50%;
    background: none;
    border: 3px solid #5882FA;
    top: 6px;
}
.formulario input[type="radio"] {
    display: none;
}
.formulario input[type="radio"]:checked + label:before {
    display: none; 
}
.formulario input[type="radio"]:checked + label {
    padding: 5px 15px;
    background: #5882FA;
    border-radius: 50px;
    color: #fff;
}
.formulario .checkbox label:before {
    border-radius: 3px; 
}
.formulario .checkbox input[type="checkbox"] {
    display: none; 
}
.formulario .checkbox input[type="checkbox"]:checked + label:before {
    display: none; 
}
.formulario .checkbox input[type="checkbox"]:checked + label {
    background: #5882FA;
    color: #fff;
    padding: 5px 15px; 
}
html, body{
    height: 100%;
}
body {
    background: url(../../../assets/images/structureWeb/background/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
}


/*Div de carga de datos*/
.loader {
    font-size: 20px;
    margin: 45% auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
}
@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0em -3em 0em 0.2em #000, 2em -2em 0 0em #000, 3em 0em 0 -0.5em #000, 2em 2em 0 -0.5em #000, 0em 3em 0 -0.5em #000, -2em 2em 0 -0.5em #000, -3em 0em 0 -0.5em #000, -2em -2em 0 0em #000;
    }
    12.5% {
        box-shadow: 0em -3em 0em 0em #000, 2em -2em 0 0.2em #000, 3em 0em 0 0em #000, 2em 2em 0 -0.5em #000, 0em 3em 0 -0.5em #000, -2em 2em 0 -0.5em #000, -3em 0em 0 -0.5em #000, -2em -2em 0 -0.5em #000;
    }
    25% {
        box-shadow: 0em -3em 0em -0.5em #000, 2em -2em 0 0em #000, 3em 0em 0 0.2em #000, 2em 2em 0 0em #000, 0em 3em 0 -0.5em #000, -2em 2em 0 -0.5em #000, -3em 0em 0 -0.5em #000, -2em -2em 0 -0.5em #000;
    }
    37.5% {
        box-shadow: 0em -3em 0em -0.5em #000, 2em -2em 0 -0.5em #000, 3em 0em 0 0em #000, 2em 2em 0 0.2em #000, 0em 3em 0 0em #000, -2em 2em 0 -0.5em #000, -3em 0em 0 -0.5em #000, -2em -2em 0 -0.5em #000;
    }
    50% {
        box-shadow: 0em -3em 0em -0.5em #000, 2em -2em 0 -0.5em #000, 3em 0em 0 -0.5em #000, 2em 2em 0 0em #000, 0em 3em 0 0.2em #000, -2em 2em 0 0em #000, -3em 0em 0 -0.5em #000, -2em -2em 0 -0.5em #000;
    }
    62.5% {
        box-shadow: 0em -3em 0em -0.5em #000, 2em -2em 0 -0.5em #000, 3em 0em 0 -0.5em #000, 2em 2em 0 -0.5em #000, 0em 3em 0 0em #000, -2em 2em 0 0.2em #000, -3em 0em 0 0em #000, -2em -2em 0 -0.5em #000;
    }
    75% {
        box-shadow: 0em -3em 0em -0.5em #000, 2em -2em 0 -0.5em #000, 3em 0em 0 -0.5em #000, 2em 2em 0 -0.5em #000, 0em 3em 0 -0.5em #000, -2em 2em 0 0em #000, -3em 0em 0 0.2em #000, -2em -2em 0 0em #000;
    }
    87.5% {
        box-shadow: 0em -3em 0em 0em #000, 2em -2em 0 -0.5em #000, 3em 0em 0 -0.5em #000, 2em 2em 0 -0.5em #000, 0em 3em 0 -0.5em #000, -2em 2em 0 0em #000, -3em 0em 0 0em #000, -2em -2em 0 0.2em #000;
    }
}
@keyframes load4 {
    0%,
    100% {
        box-shadow: 0em -3em 0em 0.2em #000, 2em -2em 0 0em #000, 3em 0em 0 -0.5em #000, 2em 2em 0 -0.5em #000, 0em 3em 0 -0.5em #000, -2em 2em 0 -0.5em #000, -3em 0em 0 -0.5em #000, -2em -2em 0 0em #000;
    }
    12.5% {
        box-shadow: 0em -3em 0em 0em #000, 2em -2em 0 0.2em #000, 3em 0em 0 0em #000, 2em 2em 0 -0.5em #000, 0em 3em 0 -0.5em #000, -2em 2em 0 -0.5em #000, -3em 0em 0 -0.5em #000, -2em -2em 0 -0.5em #000;
    }
    25% {
        box-shadow: 0em -3em 0em -0.5em #000, 2em -2em 0 0em #000, 3em 0em 0 0.2em #000, 2em 2em 0 0em #000, 0em 3em 0 -0.5em #000, -2em 2em 0 -0.5em #000, -3em 0em 0 -0.5em #000, -2em -2em 0 -0.5em #000;
    }
    37.5% {
        box-shadow: 0em -3em 0em -0.5em #000, 2em -2em 0 -0.5em #000, 3em 0em 0 0em #000, 2em 2em 0 0.2em #000, 0em 3em 0 0em #000, -2em 2em 0 -0.5em #000, -3em 0em 0 -0.5em #000, -2em -2em 0 -0.5em #000;
    }
    50% {
        box-shadow: 0em -3em 0em -0.5em #000, 2em -2em 0 -0.5em #000, 3em 0em 0 -0.5em #000, 2em 2em 0 0em #000, 0em 3em 0 0.2em #000, -2em 2em 0 0em #000, -3em 0em 0 -0.5em #000, -2em -2em 0 -0.5em #000;
    }
    62.5% {
        box-shadow: 0em -3em 0em -0.5em #000, 2em -2em 0 -0.5em #000, 3em 0em 0 -0.5em #000, 2em 2em 0 -0.5em #000, 0em 3em 0 0em #000, -2em 2em 0 0.2em #000, -3em 0em 0 0em #000, -2em -2em 0 -0.5em #000;
    }
    75% {
        box-shadow: 0em -3em 0em -0.5em #000, 2em -2em 0 -0.5em #000, 3em 0em 0 -0.5em #000, 2em 2em 0 -0.5em #000, 0em 3em 0 -0.5em #000, -2em 2em 0 0em #000, -3em 0em 0 0.2em #000, -2em -2em 0 0em #000;
    }
    87.5% {
        box-shadow: 0em -3em 0em 0em #000, 2em -2em 0 -0.5em #000, 3em 0em 0 -0.5em #000, 2em 2em 0 -0.5em #000, 0em 3em 0 -0.5em #000, -2em 2em 0 0em #000, -3em 0em 0 0em #000, -2em -2em 0 0.2em #000;
    }
}

