@font-face {
    font-family: 'FS_Joey';
    src: url('../fonts/FS_Joey.otf');
}

@font-face {
    font-family: 'FS_Joey-Bold';
    src: url('../fonts/FS_Joey-Bold.otf');
}

@font-face {
    font-family: 'DIN-Medium';
    src: url('../fonts/DIN-Medium.otf');
}

.background {
    background-color: #efefef;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-label_linea {
    margin-bottom: 13px;
    margin-top: 12px;
}

.padding-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.padding-20 {
    padding: 20px;
}

.vc_titulo {
    font-family: FS_Joey-Bold;
    font-size: 22px;
    color: #0033a0;
}

.vc_content_modal_FS_Joey {
    font-family: FS_Joey;
    font-size: 20px;
    color: #707372;
}

.contenido {
    padding: 20px;
}

.menu div {
    cursor: pointer;
    margin-top: 5px;
}

.menu div.active {
    background-color: #0033a0;
    border-radius: 5px;
}

.menu div span {
    padding-left: 10px;
    color: #0033a0;
}

.menu div:hover {
    background-color: #0033a0;
    border-radius: 5px;
}

.menu div:hover span {
    color: white;
    padding-left: 10px;
}

.menu div.active span {
    color: white;
    padding-left: 10px;
}

.contenido-form {
    background-color: white;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0px #999;
    min-height: 200px !important;
}

.titulo_principal {
    color: #0033A0;
    font-size: 22px;
    font-family: "FS_Joey-Bold";
}

.titulo_subtitulo {
    color: #0033A0;
    font-size: 18px;
    font-family: "FS_Joey";
}

.texto {
    color: #707372;
    font-size: 16px;
    font-family: "FS_Joey";
}

.color-red {
    color: red;
    padding-left: 5px;
}

@media (min-width: 1200px) {
    .responsive-label_linea1 .responsive-label_linea2 {
        margin-bottom: 5px;
        margin-top: 0px;
    }
}

@media (max-width: 1199px) and (min-width: 980px) {
    .responsive-label_linea1 {
        margin-bottom: 13px;
        margin-top: 12px;
    }
    .responsive-label_linea2 {
        margin-bottom: 13px;
        margin-top: 12px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .responsive-label_linea1 {
        margin-bottom: 13px;
        margin-top: 12px;
    }
    .responsive-label_linea2 {
        margin-bottom: 5px;
        margin-top: 0px;
    }
}

.vc_btn_verde {
    font-family: 'DIN-Medium' !important;
    position: relative;
    box-sizing: border-box;
    margin: 0px !important;
    margin-left: 10px !important;
    padding: 11px 15px !important;
    float: right;
    font-size: 14px !important;
    color: #FFFFFF !important;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    background-color: #78BE20 !important;
    border: #78BE20 solid 1px !important;
    border-radius: 3px !important;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}

.vc_btn_verde:hover,
.vc_btn_verde:focus {
    background-color: #379901 !important;
    cursor: pointer;
}

.btn_link {
    color: #78BE20 !important;
    border-bottom: 1px solid #78BE20;
    cursor: pointer;
    font-size: 14px !important;
    font-family: 'FS_Joey' !important;
    text-decoration-line: none;
}

.btn_link:hover {
    color: #70aa1d;
    border-bottom: 1px solid #70aa1d !important;
    text-decoration-line: none;
}

.bold {
    font-weight: bold;
}

input[type="text"][disabled].form-control,
select[disabled].form-control,
textarea[disabled].form-control,
input[type="text"][readonly].form-control,
select[readonly].form-control,
textarea[readonly].form-control {
    cursor: not-allowed !important;
    background-color: #eee !important;
}

input[type="text"].form-control {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    height: 34px !important;
    line-height: 1.42857 !important;
}

input[type="text"].form-control.login {
    height: 44px !important;
}

select.form-control.login {
    height: 44px !important;
}

input[type="email"].form-control {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    height: 34px !important;
    line-height: 1.42857 !important;
}

input[type="number"].form-control {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    height: 34px !important;
    line-height: 1.42857 !important;
}

input[type='date'].form-control {
    background: url(../images/calendario.svg) no-repeat;
    background-size: 23px;
    background-position-x: 15px;
    background-position-y: 4px;
    padding-left: 50px !important;
    padding-right: 15px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    height: 34px !important;
    line-height: 1.42857 !important;
    ;
}

textarea {
    resize: vertical;
    max-width: calc(100% - 15px);
    min-width: calc(100% - 15px);
}

input#fechaNacimientoPensionadoForm {
    display: block !important;
}

select.form-control {
    background-image: url(../images/flecha_direccion_abajo.svg) !important;
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    background-size: 10px;
    background-repeat: no-repeat !important;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[disabled][type="number"],
input[disabled][type="email"],
input[disabled][type="date"] {
    cursor: not-allowed;
    background-color: #eee !important;
}

.radio_checkmark[disabled] {
    cursor: not-allowed;
}

select.error,
input[type="date"].error,
input[type="email"].error,
input[type="number"].error,
input[type="text"].error {
    border-color: #b94a48 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

select.error:focus,
input[type="date"].error:focus,
input[type="email"].error:focus,
input[type="number"].error:focus,
input[type="text"].error:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
}

.btn_eliminar {
    height: 25px;
    margin-left: 10px;
    cursor: pointer;
    margin-bottom: 8px;
}

.accordion-group {
    background-color: #e5e5e5 !important;
}

.accordion-toggle {
    background-image: url(../images/flecha_direccion_derecha.svg) !important;
    background-position-x: calc(100% - 20px) !important;
    background-position-y: center !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
}

.accordion-body {
    background-color: white;
}


/**
**************************************************************************
*************************** Radio Button**********************************
**************************************************************************
*/

.radio_container {
    display: inline;
    position: relative;
    padding-left: 35px;
    padding-right: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.radio_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 */

.radio_radio_container:hover input~.radio_checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.radio_container input:checked~.radio_checkmark {
    background-color: #78BE20;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.radio_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio_container input:checked~.radio_checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio_container .radio_checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/**
**************************************************************************
************************Fin Radio Button**********************************
**************************************************************************
*/

#fechaNacimientoPensionadoForm:hover{
 cursor: pointer !important;
}
#fechaNacimientoPensionadoForm:hover{
 cursor: pointer !important;
}

#fechaNacimientoPensionadoForm:-moz-read-only { /* For Firefox */
 background-color: #fff !important;
}

#fechaNacimientoPensionadoForm:read-only { 
 background-color: #fff !important;
}
#fechaNacimientoPensionadoForm:disabled{
 background-color: #eee !important;
 cursor: not-allowed !important;
}