﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */
html {
    background: #f5f7fa;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    color: #2f3138;
    background-color: #FBFBFB !important;
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Para las preguntas del raiting */
.imgRaiting {
    height: 100%;
    width: 50px;
    cursor: pointer;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

a {
    cursor: pointer;
}
/*************************HOME*************************/

.home {
    margin-top: 24px;
    /*display: grid;
    place-items: center;*/
}

    .home h1 {
        font-family: proxima-nova, sans-serif;
        font-weight: 900;
        font-style: normal;
        font-weight: bold;
        text-align: center;
        padding: 0;
        color: #339;
        background: linear-gradient(90deg, #004ce2, #339);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.home-img {
    width: 40%;
    margin: 1.5rem 0;
}

.home p {
    text-align: justify;
    font-size: 1.125rem;
    padding: 0 32px
}

.home.contentError {
    margin-top: 0px;
    text-align: left;
    padding: 50px 40px 50px 40px;
}


    .home.contentError h1 {
        font-family: proxima-nova, sans-serif;
        font-weight: 900 !important;
        font-style: normal;
        font-weight: bold;
        text-align: left;
    }

    .home.contentError p {
        text-align: center;
        font-size: 1.125rem;
        padding: 0px 10%;
    }

    .home.contentError img {
        width: 100%;
        max-width: 300px;
        margin: 20px 0px;
    }

.home-container {
    display: flex;
    flex-direction: column;
    padding: 40px;
}

    .home-container p{
        text-align: start;
    }
/*****************ESTILOS NAVBAR******************/
.contentAppMenu {
    border-radius: 0px;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    background: #FFFFFF;
    width: 70px;
    position: fixed;
    top: 0px;
    left: 0px;
    float: left;
}

.contentAppMenuUser {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
}

    .contentAppMenuUser img {
        vertical-align: middle;
        border-style: none;
        width: 174px;
        height: 174px;
        border-radius: 50%;
        border: 4px solid #fff;
    }

    .contentAppMenuUser h2 {
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        line-height: 45px;
        margin: 0px;
        background: currentColor;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .contentAppMenuUser .psv-link {
        font-family: 'Oswald', sans-serif;
        margin: 0px;
        color: #fff;
    }

.contentAppMenu ul {
    padding: 0px;
    margin: 40px 0px 0px 0px;
}

.contentAppMenu li {
    width: 100%;
    margin: 5px 0px !important;
}

    .contentAppMenu li a {
        color: #fff;
    }

        .contentAppMenu li a span {
            font-family: 'Oswald', sans-serif;
        }

    .contentAppMenu li.cuadro a {
        display: block;
        width: 100%;
        padding: 9px 0px 11px 50px;
        border-radius: 15px 0px 0px 15px;
        background: url(../images/diseno/icon-informe.png) top left no-repeat;
        background-position: 15px 8px;
        transition: 0.5s;
    }

        .contentAppMenu li.cuadro a:hover {
            background: url(../images/diseno/icon-informe-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.cuadro a.active {
            background: url(../images/diseno/icon-informe-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.cuadro a:hover span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }

        .contentAppMenu li.cuadro a.active span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }

    .contentAppMenu li.altaPaciente a {
        display: block;
        width: 100%;
        padding: 9px 0px 11px 50px;
        border-radius: 15px 0px 0px 15px;
        background: url(../images/diseno/icon-nuevo.png) top left no-repeat;
        background-position: 15px 8px;
        transition: 0.5s;
    }

        .contentAppMenu li.altaPaciente a:hover {
            background: url(../images/diseno/icon-nuevo-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.altaPaciente a.active {
            background: url(../images/diseno/icon-nuevo-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.altaPaciente a:hover span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }

        .contentAppMenu li.altaPaciente a.active span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }


    .contentAppMenu li.qrCodes a {
        display: block;
        width: 100%;
        padding: 9px 0px 11px 50px;
        border-radius: 15px 0px 0px 15px;
        background: url(../images/diseno/icon-qr.png) top left no-repeat;
        background-position: 15px 8px;
        transition: 0.5s;
    }

        .contentAppMenu li.qrCodes a:hover {
            background: url(../images/diseno/icon-qr-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.qrCodes a.active {
            background: url(../images/diseno/icon-qr-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.qrCodes a:hover span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }

        .contentAppMenu li.qrCodes a.active span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }


    .contentAppMenu li.interoperabilidad a {
        display: block;
        width: 100%;
        padding: 9px 0px 11px 50px;
        border-radius: 15px 0px 0px 15px;
        background: url(../images/diseno/icon-interoperavility.png) top left no-repeat;
        background-position: 12px 3px;
        background-size: 40px;
        transition: 0.5s;
    }

        .contentAppMenu li.interoperabilidad a:hover {
            background: url(../images/diseno/icon-interoperavility-hover.png) top left no-repeat #ffffff;
            background-position: 12px 3px;
            background-size: 40px;
        }

        .contentAppMenu li.interoperabilidad a.active {
            background: url(../images/diseno/icon-interoperavility-hover.png) top left no-repeat #ffffff;
            background-position: 12px 3px;
            background-size: 40px;
        }

        .contentAppMenu li.interoperabilidad a:hover span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }

        .contentAppMenu li.interoperabilidad a.active span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }


    .contentAppMenu li.pacientes a {
        display: block;
        width: 100%;
        padding: 9px 0px 11px 50px;
        border-radius: 15px 0px 0px 15px;
        background: url(../images/diseno/icon-pacientes.png) top left no-repeat;
        background-position: 15px 8px;
        transition: 0.5s;
    }

        .contentAppMenu li.pacientes a:hover {
            background: url(../images/diseno/icon-pacientes-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.pacientes a.active {
            background: url(../images/diseno/icon-pacientes-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.pacientes a:hover span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }

        .contentAppMenu li.pacientes a.active span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }

    .contentAppMenu li a {
        min-height: 50px
    }

        .contentAppMenu li a span {
            display: none;
        }

    .contentAppMenu li.areaHCP a {
        display: block;
        width: 100%;
        padding: 9px 0px 11px 50px;
        border-radius: 15px 0px 0px 15px;
        background: url(../images/diseno/icon-area-hcp.png) top left no-repeat;
        background-position: 15px 8px;
        transition: 0.5s;
    }

        .contentAppMenu li.areaHCP a:hover {
            background: url(../images/diseno/icon-area-hcp-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.areaHCP a.active {
            background: url(../images/diseno/icon-area-hcp-hover.png) top left no-repeat #ffffff;
            background-position: 15px 8px;
        }

        .contentAppMenu li.areaHCP a:hover span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }

        .contentAppMenu li.areaHCP a.active span {
            color: #3ccbb7;
            font-weight: bold;
            background: linear-gradient(to right, #3ccbb7, #04a3e4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-color: #fff;
        }

/****LOGOUT*****/
.contentHcps h3 {
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 18px;
    color: #7A7A7A;
    width: 100%;
    margin: 20px 0px 0px 0px;
    float: left;
}

.contentHcps .elementPathway {
    background: linear-gradient(90deg, #3ccbb7, #04a3e4) !important;
   min-height: auto;
   position:relative;
}

.contentHcps .pathway-card {
    font-size: 21px;
    min-height: auto;
    padding: 20px 70px 20px 35px;
}

.contentHcps table td {
    text-align:center;
}


.contentHcps table tbody tr td:nth-child(1) {
    border-radius: 25px 0px 0px 25px;
}


.contentHcps table tbody tr td:nth-child(2) {
    border-radius: 0px;
}


.contentHcps table tbody tr td:nth-child(4) {
    border-radius: 0px 25px 25px 0px;
}

.contentHcps .elementPathway button {
    border-radius: 100px;
    height: 41px;
    display: block;
    font-size: 25px;
    width: 43px;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    background: none !important;
    color: #FFF;
    font-weight: bold;
    position: absolute;
    border: 2px solid #FFF;
    top: 14px;
    right: 20px;
}
    .contentHcps .elementPathway button:hover {
        border-radius: 100px;
        height: 41px;
        display: block;
        font-size: 25px;
        width: 43px;
        box-sizing: border-box;
        padding: 0px 0px 0px 0px;
        background: #FFFFFF !important;
        color: #3ccbb7;
        font-weight: bold;
        position: absolute;
        border: 2px solid #FFF;
        top: 14px;
        right: 20px;
    }

/****LOGOUT*****/
.btnBackPSV {
    background: url(../images/diseno/icon-off.png) #FFFFFF top center no-repeat;
    width: 32px;
    height: 32px;
    margin: 0px 7px 0px 0px;
    display: block;
    line-height: 100px;
    border: 0px;
    border-radius: 45px;
    background-position: 7px 5px;
    float: left;
    border-radius: 45px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
}

.contentIcons .settings img {
    width: 23px;
    height: 23px;
    margin: 9px 0px 0px 9px;
}

.contentIcons .off {
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    margin: 4px 17px 0px 0px;
    display: block;
    float: left;
    border-radius: 45px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
}

    .contentIcons .off img {
        width: 19px;
        height: 22px;
        margin: 8px 0px 0px 12px;
    }

.contentIcons form {
    float: left;
}

.form-check-input:checked[type=checkbox] {
    background: url(../images/diseno/check.png) !important;
    background-size: 20px 16px !important;
    background-position: 5px 7px !important;
    background-repeat: no-repeat !important;
    border: 3px solid #2DDB38 !important;
}

#questionnaire-container .form-check-input[type=radio] {
    height: 26px;
    width: 26px;
    margin-top: 0px;
    margin-right: 8px;
}

#questionnaire-container .form-check-input:checked[type=radio] {
    background: url(../images/diseno/check.png) !important;
    background-size: 20px 16px !important;
    background-position: 5px 7px !important;
    background-repeat: no-repeat !important;
    border: 3px solid #2DDB38 !important;
}

.circle-chek:checked {
    background: url(../images/diseno/check.png) !important;
    background-size: 20px 16px !important;
    background-position: 5px 7px !important;
    background-repeat: no-repeat !important;
    border: 3px solid #2DDB38 !important;
}


.editContent .contentSelectionFilterElement label.form-check-label {
    float: left;
    padding: 11px 0px 0px 42px;
    margin-right: 12px;
}

.elementSearch.metohdFull {
    width: 66.6%;
}

.editContent .form-check-input:checked[type=radio] {
    background: url(../images/diseno/check.png) !important;
    background-size: 20px 16px !important;
    background-position: 5px 7px !important;
    background-repeat: no-repeat !important;
    border: 3px solid #2DDB38 !important;
}

.TitlePathways {
    width: 100%;
    float: left;
}

.row.TitlePathwaysSelect {
    width: 100%;
    float: left;
}

button#btnPathwayAdd {
    width: 100%;
    border-radius: 50px;
    padding: 13px 0px;
    height: auto !important;
}

div#pathways-container {
    width: 100%;
    float: left;
}

#pathways-container h4.title-form {
    width: 100%;
    float: left;
}

#pathways-container .row.ms-5 {
    width: 100%;
    float: left;
    margin: 0px !important;
}

/******ESTILOS CONTENT******/

.loginBody {
    background: #F9FAFF !important;
    width: 100% !important;
    padding: 0px !important;
    margin: 0px;
}

.container.body-content.loginContent {
    width: 100%;
    height: 100%;
    padding: 0px !important;
    margin: 0px !important;
    max-width: 100%;
    display: flex;
}


.elementLoginMid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 60px 24px 60px;
    width: 55%;
    min-height: 100vh;
    position: relative;
}

    .elementLoginMid img {
        width: 150px;
    }

    .elementLoginMid.rightLogin {
        background: url(../images/diseno/backgroundLogin.png) top left no-repeat;
        background-size: cover;
        width: 45%;
    }


        .elementLoginMid.rightLogin img {
            position: absolute;
            bottom: 20px;
            right: 35px;
            width: 120px;
        }

    .elementLoginMid h4 {
        color: #0e1b4d;
        background: linear-gradient(90deg, #004ce2, #339);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 900;
    }

.container-fluid.alertCookiesbox {
    width: 100%;
    color: #fff;
    background: #012D40;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 100;
}

    .container-fluid.alertCookiesbox #alertCookies {
        padding: 15px 40px;
        float: left;
        width: 100%;
    }

#alertCookies .cookiesContent input {
    margin: 0px;
    padding: 0px;
    float: left;
    color: #0DA8E9;
    font-weight: 600;
    text-decoration: underline;
}

.messageAlertCookies {
    width: 100%;
    float: left;
}

.cookiesContent {
    float: left;
    padding: 0px 0px 20px 0px;
    width: 50%;
}

.bttsWrap {
    float: right;
    padding: 60px 0px 0px 0px;
    width: 50%;
}


.container-fluid.alertCookiesbox h2 {
    color: #fff !important;
    font-size: 36px !important;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 900;
}

.bttsWrap input {
    background: #71D6D0;
    color: #FFF;
    border-radius: 50px;
    padding: 10px 37px;
    margin-left: 2%;
    width: 47%;
}

.contentLoginBoxTitle {
    width: 100%;
    margin-top: 50px;
}

    .contentLoginBoxTitle h1 {
        width: 100%;
        font-family: "proxima-nova";
        font-weight: 900;
        font-size: 50px;
        padding: 0;
        color: #0e1b4d;
        background: linear-gradient(90deg, #004ce2, #339);
        float: left;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 52px;
    }

.contentLoginBox {
    width: 65%;
}



    .contentLoginBox .form-control {
        border-radius: 75px;
        padding: 10px 20px !important;
        height: auto !important;
        font-size: 16px;
        font-family: roboto, sans-serif;
        font-weight: 300;
        font-style: normal;
    }

    .contentLoginBox .form-label {
        height: auto !important;
        font-size: 16px;
        font-family: roboto, sans-serif;
        font-weight: 600;
        font-style: normal;
    }

    .contentLoginBox button,
    .contentLoginBox .mt-3 input {
        background: linear-gradient(90deg, #004ce2, #339);
        font-weight: bold;
        border-radius: 50px;
        margin-top: 10px;
        margin-left: 0;
        padding: 10px 40px;
        border: 0px;
        color: #fff;
        transition: all .5s;
        font-size: 14px;
        width: 100%;
    }

    .contentLoginBox .mt-2.contentLink {
        width: 100%;
        text-align: center;
    }

    .contentLoginBox a#lnkForgotPassword {
        text-align: center;
        width: 100%;
        float: left;
    }

a#lnkForgotPassword {
    text-align: center;
    width: 100%;
    float: left;
    color: #339;
    font-weight: 600;
    text-decoration: underline;
}

.contentLoginBoxTitle p {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.elementLoginMid footer {
    background: none;
    font-size: 15px;
    padding: 0px;
    width: auto;
}


    .elementLoginMid footer img {
        display: none;
    }



    .elementLoginMid footer a:hover {
        color: #0DA8E9;
        text-decoration: underline;
    }

.copy{
    margin-top: 24px;
}

.copy p{
    margin-bottom: 0;
}

.login-btn {
    background: linear-gradient(90deg, #004ce2, #339);
    border-radius: 50px;
}

.round-input {
    border-radius: 75px !important;
    padding: 10px 20px !important;
    height: auto !important;
    font-size: 16px !important;
    font-family: roboto, sans-serif;
    font-weight: 300 !important;
    font-style: normal;
}

.full-width-form {
    width: 100%;
    max-width: 400px;
}

.lastAccess{
    text-align: center;
}
/******ESTILOS CONTENT******/
.modal-body {
    padding: 30px 30px 20px 30px !important
}

.modal-header {
    padding: 20px 30px !important
}

.modal-secondtitle {
    font-family: "proxima-nova";
    font-weight: 300;
    font-size: 18px;
    padding: 0;
    color: #7A7A7A;
    float: left;
    width: 100%;
}

.modal-threetitle {
    font-family: "proxima-nova";
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    color: #7A7A7A;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.dialog-complete-hospital-forms-container .col.inputNormal {
    margin-bottom: 15px;
}

div#divCookies_Options_Text_Strictly_Necessary {
    float: left;
    padding: 0px 0px 20px 0px;
}

.tableContent {
    float: left;
    width: 100%;
}

table.cookieTable {
    width: 1000px;
}

.cookiesHeader {
    background: linear-gradient(181deg, #004ce2, #339);
    border-radius: 0px !important;
    padding: 13px 0px 13px 12px !important;
    font-family: "proxima-nova";
    font-weight: 600;
    /* font-size: 18px; */
    /* padding: 0; */
    color: #fff;
}

table.cookieTable tbody tr td {
    background-color: #fff !important;
    border-bottom: 5px solid #F6F7FF !important;
}

td.cookiesHeaderLat p {
    background: none !important;
    font-family: "proxima-nova";
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    color: #7A7A7A;
    float: left;
    width: 100%;
}
/******ESTILOS CONTENT******/
.contentAppContent {
    height: 100%;
    padding-left: 70px;
    background: #f5f7fa;
    width: 100%;
    float: left;
}

.contentAppContentInner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FBFBFB !important;
}

.contentAppContentInnerPostalCode {
    position: relative;
    width: 100%;
    height: 100%;
}

#patientMyDataCP .contentDatos {
    background: #F6F7FF;
    padding: 1.5rem 0%;
}

.contentAppContentHeader {
    background: #FBFBFB;
    border-bottom: 1px #D9D9D8 solid;
    width: 100%;
    height: 80px;
}

.contentInnerTop {
    padding: 30px 30px;
    width: 100%;
    float: left;
    background: #fbfbfb
}


.contentInnerBot {
    background: #F6F7FF;
    padding: 30px 30px;
    width: 100%;
    float: left;
}
/*********ESTILOS LISTA PACIENTES**********/
.contentTitle {
    float: left;
    padding: 20px 0px 0px 20px;
    line-height: 20px;
}

    .contentTitle a {
        font-family: proxima-nova, sans-serif;
        font-weight: 900;
        font-style: normal;
        color: #339;
        font-size: 24px;
        background: linear-gradient(90deg, #004ce2, #339);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


    .contentTitle h2 {
        font-size: 16px;
        color: #000000;
        font-weight: 300;
    }




.contentIcons {
    float: right;
    padding: 12px 0px 0px 0px;
    display: flex;
    align-items: center;
}

    .contentIcons img {
        width: 32px;
        height: 32px;
        border-radius: 45px;
        box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
        margin-right: 5px;
    }

    .contentIcons .settings {
        background: #FFFFFF;
        width: 40px;
        height: 40px;
        margin: 4px 17px 0px 0px;
        display: block;
        float: left;
        border-radius: 45px;
        -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
        -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
        box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
    }

.titleFontDeg {
    width: 100%;
    float: left;
}


.contentFormSearch {
    width: 100%;
    float: left;
    display: block !important;
}
/*********ESTILOS LISTA PACIENTES**********/








.contentAppContentInner h4 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.contentAppContentInner h2,
.contentAppContentInner h4,
.titleFontDeg h2,
.titleFontDeg h4 {
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 24px;
    padding: 0;
    color: #0e1b4d;
    background: linear-gradient(90deg, #3ccbb7, #04a3e4);
    float: left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

    .contentAppContentInner h4.title-form {
        -webkit-text-fill-color: #2f3138
    }

.contentAppContentInner input#patientfilter {
    border-radius: 46px;
    padding: 10px 0px 10px 19px;
    height: auto;
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search-container {
    display: flex;
    justify-content: flex-start;
}

.yellow-btn {
    background: linear-gradient(90deg, #4CC4D9, #01A2EB);
    font-weight: bold;
    border-radius: 50px;
    margin-top: 1rem;
    margin-left: 1rem;
    padding: 10px 25px;
    border: 0px;
    color: #fff;
    transition: all .5s;
    font-size: 14px;
}

    .yellow-btn:disabled {
        background-color: #9ca6b2;
        cursor: not-allowed;
    }

#btnNext,
#btnPrevious,
#btnEnd {
    height: 42.6px;
}

.contentSelectionFilterElement {
    float: left;
    margin-right: 5rem;
    margin-bottom: 15px;
}

.form-column {
    display: flex;
    flex-wrap: wrap;
}

.age-filter {
    display: flex;
    flex-wrap: wrap;
}

.from-year {
    margin-right: 5rem;
}

.form-wrap {
    display: flex;
    flex-wrap: wrap;
}

.check-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    padding-top: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-circle {
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    /****/

    border: 0px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
}

.form-check-input:checked {
    background-color: #3ccbb7;
    border-color: #3ccbb7;
}

.age-input {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    width: 160px;
}

    .age-input:focus {
        border: 1px solid #ced4da;
    }

.contentAppContentInner .table-bordered thead th {
    background: none;
    color: #9D9D9D;
    text-align: center;
    padding: 15px 10px;
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}

td a {
    background-color: #2abec6 !important;
    border: none !important;
}

#loader {
    text-align: center;
}

.table > :not(:first-child) {
    border-top: none;
}

.fakePaginate {
    display: none;
}

.fakeInputHidden {
    height: 0px;
    width: 0px;
    border: none;
    outline-width: 0;
    outline: none;
    min-height: unset !important;
}

.btn-container {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

    .btn-container * {
        margin: 0.5rem 1rem;
    }

/*********REGISTRO PACIENTE***********/
.check-flex {
    display: flex;
    align-items: center;
}

.circle-chek {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    height: 35px;
    width: 35px;
    border-radius: 50% !important;
    margin-right: 0.5rem;
    margin-left: 1rem !important;
    cursor: pointer;
    min-height: auto !important;
}

    .circle-chek:checked {
        border-radius: 50%;
        background-color: #3ccbb7;
        border-color: #3ccbb7;
    }

.label-pointer {
    cursor: pointer;
}

.label-pointer-path {
    cursor: pointer;
    width: 100%;
}

.title-form {
    margin: 1rem 0;
}

.circle-chek-new-patient {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    height: 35px;
    width: 35px;
    border-radius: 50% !important;
    margin-right: 0.5rem;
    cursor: pointer;
}

.container-btn {
    width: 7rem;
}

.select-container {
    width: 9rem;
    height: 52px;
}

.container-btn .blue-btn {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 23px;
}

.blue-btn {
    color: #fff;
    background-color: #2abec6 !important;
    border: none;
    border-radius: 5px;
    height: 32px;
}

    .blue-btn:hover {
        background: linear-gradient(to right, #3ccbb7, #04a3e4);
    }

a.btn.btn-default.btn-lg {
    background: linear-gradient(90deg, #004ce2, #339);
    color: #fff;
    border-radius: 30px;
    margin: 24px 0;
}

label.form-check-label,
input.form-check-input,
input.form-control,
.form-select.form-select-sm.select-order {
    cursor: pointer;
}

div.dialog-select-forms-container {
    width: 100%;
    float: left;
    padding: 10px 0px 0px 0px;
}


.elementCheck {
    width: 100%;
    float: left;
    padding: 0px 0px 20px 0px;
}

    .elementCheck label.form-check-label {
        padding: 5px 15px 0px 0px;
    }

.dialog-complete-hospital-forms-container .elementCheck:first-child{
    padding: 0;
}
.titleFontDeg .search-container {
    margin-top: -3px;
    padding-bottom: 15px;
}

    .titleFontDeg .search-container .yellow-btn {
        margin: 0px 0px 0px 20px;
    }

.input-group-append {
    position: absolute;
    right: 0px;
}

.fake-button-copyPatientID {
    background: url(../images/diseno/iconCopiar.png) no-repeat top center;
    height: 20px;
    width: 20px;
}

.input-group-append {
    position: absolute;
    right: 18px;
    top: 12px;
}

.fake-button-copyPatientID {
    background: url(../images/diseno/iconCopiar.png) no-repeat top center;
    height: 22px;
    width: 25px;
    border: 0pX;
}

    .fake-button-copyPatientID:hover {
        background: url(../images/diseno/iconCopiar.png) no-repeat top center;
        height: 22px;
        width: 25px;
        border: 0pX;
        background-color: transparent;
    }


.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-radius: 30px !important;
}


div.dialog-setup-forms-container, div.dialog-delete-patient-container, div.dialog-deactivate-pathway-container, div.dialog-edit-formSendDate-container {
    float: left;
    width: 100%;
    margin-top: 20px;
}

#dialog-complete-hospital-forms .modal-title {
    padding-left: 10px;
}

div.dialog-complete-hospital-forms-container {
    max-height: 460px;
    overflow-y: scroll;
    width: 100%;
    padding-left: 10px;
}

.dialog-complete-hospital-forms-container .col.inputNormal {
    margin-bottom: 22px;
}

    .dialog-complete-hospital-forms-container .col.inputNormal label {
        margin-bottom: 10px !important;
        padding: 10px 15px 0px 1px !important;
    }

    .dialog-complete-hospital-forms-container .col.inputNormal p {
        margin-bottom: 5px !important;
        padding: 0px 15px 0px 1px !important;
    }

.dialog-complete-hospital-forms-container .elementCheck .col.inputNormal {
    margin-bottom: 0;
}

.dialog-setup-forms-container.fake-dialog-setup-forms-container .elementCheck .col.inputNormal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dialog-complete-hospital-forms-container .col.form-check.form-check-inline {
    margin: 12px 10px 0px 0px !important;
    padding: 0px !important;
}

.dialog-complete-hospital-forms-container .row {
    display: block;
    float: left;
    width: 100%;
}

    .dialog-complete-hospital-forms-container .row.boxMid {
        width: 49%;
        margin-right: 2%;
    }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    width: 35px;
    height: 35px;
    color: #FFFFFF;
    background-color: transparent;
    background: rgba(6, 12, 34, 0)
}

input[type="date"] {
    background: url(../images/diseno/iconCalendar.png) top right no-repeat;
    background-position: right 12px;
}


button.btn-clear, button.btn-exit {
    background: none;
    border: 1px solid #01A2EB;
    color: #01A2EB;
}


table#patientsTable {
    width: 100% !important;
}

th {
    color: #9D9D9D;
    font-weight: 300;
    padding: 10px 0px 13px 15px !important;
    height: auto !important;
    position: relative !important;
    margin: 0px !important;
    line-height: normal !important;
    font-size: 15px;
}

div#patientsTable_wrapper {
    width: 100% !important
}

.celda01,
.celda02,
.celda03,
.celda04,
.celda05,
.celda06,
.celda07 {
    width: 14.2% !important
}

th.celda07.sorting_disabled {
    TEXT-ALIGN: CENTER;
    PADDING: 11PX 0PX !IMPORTANT;
}

th.celda03.sorting.sorting_asc {
    width: 19% !important;
}

div#patientsTable_wrapper th {
    color: #9D9D9D;
    font-weight: 300;
    padding: 10px 0px 13px 13px !important;
}

div#patientsTable_wrapper th {
    color: #9D9D9D;
    font-weight: 300;
    padding: 12px 0px 13px 13px !important;
}


span#patientResultsNumber {
    HEIGHT: 45PX;
    WIDTH: 45PX;
    BACKGROUND: #01A2EB;
    COLOR: #FFFFFF !IMPORTANT;
    display: block;
    border-radius: 100px;
    padding: 10px 0px 0px 0px;
    position: absolute;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    top: -7px;
    left: 240px;
}

.titleFontDeg {
    position: relative;
}

table tbody tr td a {
    width: 80%;
}

button#btnDownload {
    padding-left: 50px;
    padding-right: 20px;
    position: relative;
}

    button#btnDownload span {
        background: url(../images/diseno/iconExcel.png) top left no-repeat;
        display: block;
        height: 26px;
        width: 23px;
        position: absolute;
        top: 7px;
        left: 20px;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: none !important;
    font-weight: normal !important;
    padding: 0px !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button a {
        z-index: 3;
        color: #01A2EB;
        background-color: transparent;
        border: 2px solid #01A2EB !important;
        padding: 7px 10px 7px 10px !important;
        border-radius: 102px;
        height: 40px;
        width: 40px;
        text-align: center;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button a:hover,
        .dataTables_wrapper .dataTables_paginate .paginate_button.active a {
            color: #FFFFFF;
            background-color: #01A2EB;
        }


td p {
    background: url(../images/diseno/iconPlusYellow.png) top right #E9E9E9 no-repeat;
    color: #898E00;
    padding: 8px 42px 5px 19px;
    border-radius: 20px;
    font-weight: 900;
    text-align: left;
    line-height: 20px;
    background-position: 205px 8px !IMPORTANT;
    font-size: 14px;
    width: 240px;
    position: relative;
    float: left;
}

span.fake-pathway-col-item-form {
    width: 234px !important;
    margin: 0px 0px -2px -16px;
    border-radius: 0px 0px 20px 20px;
    padding: 10px 10px 10px 10px !important;
    margin-top: 5px;
    float: left;
    border-radius: 15px;
}


    span.fake-pathway-col-item-form strong {
        font-weight: 600;
        color: #7A7A7A;
        line-height: 15px;
        font-size: 13px;
        width: 100%;
        float: left;
    }

    span.fake-pathway-col-item-form span {
        background: #FFF4AB;
        float: left;
        margin: 5px 0px 0px 0px;
        padding: 5px 14px !important;
        border-radius: 20px;
        font-weight: bold;
        font-size: 11px;
    }

#patientPathwaysAdded h4 {
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 18px;
    color: #7A7A7A;
    background: initial;
    width: 100%;
    -webkit-text-fill-color: initial;
}


#patientPathwaysAdded .rounded-pill.bg-success {
    background: #CFFECF !important;
    color: #029F07;
    padding: 10px 22px !important;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
}

#patientPathwaysAdded .rounded-pill.bg-warning {
    background: #FFF4AB !important;
    color: #898E00;
    padding: 10px 22px !important;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
}

#patientPathwaysAdded .rounded-pill.bg-secondary {
    background: #E9E9E9 !important;
    color: #7A7A7A;
    padding: 10px 22px !important;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
}

#patientPathwaysAdded tr td button,
#patientPathwaysAdded tr td button:hover {
    background-color: #c2ebf2 !important;
    font-size: 14px !important;
    border-radius: 20px !important;
    padding: 8px 20px !important;
    color: #01a2eb !important;
    FONT-WEIGHT: 600 !important;
    height: auto;
    border: 0px;
    background: #c2ebf2 !important;
    margin-bottom: 10px;
}

/*******************CUESTIONARIO******************/
.header-patient {
    border-radius: 0px;
    height: 60px;
    width: 100%;
    position: fixed;
    background: #FBFBFB;
    border-bottom: 1px #D9D9D8 solid;
    top: 0px;
    left: 0px;
    z-index: 998;
}

.hdr-flx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.5rem;
}

.header-patient .navbar-brand {
    display: block;
    float: right;
    margin: 0px 0px 0px 0px !important;
}

.header-patient span {
    font-family: 'Oswald';
    display: grid;
    place-items: center;
    color: white;
    margin-left: 1rem;
}

.header-patient h2 {
    padding: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: bold;
    float: left;
    color: #fff;
    line-height: 20px;
    margin: 0px;
    background: currentColor;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-patient .psv-link {
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    color: #fff;
    float: left;
    text-decoration: none;
}

#patientMyData h4, #patientMyDataQR h4, #patientMyDataCP h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    padding: 0;
    color: #0e1b4d;
    background: linear-gradient(to right, #3ccbb7, #04a3e4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.view-answer {
    background: transparent;
    border: none;
    font-size: 1rem;
}

.header-patient img {
    height: 45px;
    width: 45px;
    padding: 0px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: middle;
    border-radius: 50%;
}

.settingsPatient {
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    margin: 7px 5px 0px 0px;
    display: block;
    float: right;
    border-radius: 45px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
}

.header-patient .settingsPatient img {
    height: 27px;
    width: 28px;
    padding: 0px;
    float: left;
    margin: 8px 0px 0px 9px;
    /* margin-right: 0px; */
    /* margin-left: 0px; */
    vertical-align: middle;
    border-radius: 0;
}

.header-patient .contentLogoNav {
    padding: 1px 0px 0px 5px
}

.header-patient .contentTitle {
    float: left;
    padding: 9px 0px 0px 4px;
    line-height: 20px;
}


    .header-patient .contentTitle h2 {
        font-family: proxima-nova, sans-serif;
        font-weight: 900;
        font-style: normal;
        color: #000000;
        font-size: 24px;
        margin-bottom: 3px;
    }

    .header-patient .contentTitle h3 {
        font-size: 16px;
        color: #000000;
        font-weight: 300;
    }

.contentLogoNav img {
    margin-top: 5px;
    width: 60px;
}

.containerBodyContent {
    padding: 60px 0px 0px 0px;
    float: left;
    width: 100%;
}

.containerBodyHeader {
    width: 100%;
    /* height: 150px; */
    background: url(../images/diseno/backHeader.png) top right no-repeat;
    background-size: contain;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 26px;
    color: #FFFFFF;
    float: left;
    padding: 26px 10%;
    background-color: #71d6d0;
}

    .containerBodyHeader span {
        width: 370px;
        display: block;
        line-height: 30px;
    }

.cuestionarioPatient {
    background: #FFFFFF !important;
}

.containerBodyQuestionario {
    float: left;
}

div#questionaryData {
    overflow: hidden;
    width: 100%;
}

#formContent h6 {
    text-align: center !important;
    width: 100%;
    color: #707070;
    font-size: 18px;
    padding: 0px 5%;
    margin-bottom: -8px !important;
    font-weight: 300;
    font-family: "proxima-nova";
}

#formContent p, #patientDataCP p {
    text-align: center;
    line-height: 26px;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 26px;
    color: #0e1b4d;
    padding: 15px 10%;
    margin: 0px !important;
}

.row.contentFace {
    width: 100%;
    margin: 0px 0px 10px 0px;
}

.contentInputs {
    width: 100%;
    margin: 0px 0px 30px 0px;
    text-align: center;
}

.face-container {
    width: 9rem;
    display: flex;
    flex-direction: column;
    margin: 0.5rem 25px !important;
    background: #fff;
    padding: 20px 0px;
    border-radius: 30px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
}

    .face-container label.form-check-label {
        padding: 0px 0px 0px 0px !important;
    }

    .face-container label {
        width: 100%;
        cursor: pointer;
    }

.text-nowrap {
    white-space: initial !important;
}

.body-content {
    padding-top: 80px;
}


.quiz-container {
    background: #fff;
    width: 100%;
    border-radius: 25px;
    box-shadow: none;
    padding: 1.5rem 5%;
    margin: 0.5rem auto 1.5rem auto;
    FLOAT: LEFT;
}

    .quiz-container a {
        color: #01A2EB;
        text-decoration: underline !important;
    }

.contentAppContentInner .quiz-container {
    margin-top: 2.5rem;
}

.quiz-container h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    padding: 0;
    color: #0e1b4d;
    background: linear-gradient(to right, #3ccbb7, #04a3e4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.quiz-container .form-check-inline {
    display: inline-block;
    margin-right: 1rem;
    padding: 11px 0px 0px 50px;
    position: relative;
}

.quiz-container .face-container .form-check-inline {
    padding: 0px 10px 0px 10px !important;
    width: 100%;
}

.navDashboard {
    display: none;
    width: 100%;
}

    .navDashboard ul {
        width: 100%;
        padding: 15px 7%;
        float: left;
    }

        .navDashboard ul li {
            width: 50%;
            float: left;
            list-style: none;
            display: block;
        }

            .navDashboard ul li a {
                display: block;
                width: 100%;
                color: #fba92e;
                width: 96%;
                text-align: center;
                text-decoration: none;
                border-radius: 20px;
                margin: 0px 2%;
                padding: 7px 0px;
                border: 1px solid #fba92e;
            }

                .navDashboard ul li a:hover,
                .navDashboard ul li a.active {
                    background: #fba92e;
                    color: #fff;
                    border: 1px solid #fba92e;
                }

.quiz-container input#chkConditions {
    position: absolute;
    top: 0px;
    left: 0px;
}

div#dataInformationExtend {
    background: #F6F7FF;
    margin: 35px 0px 0px 0px !important;
    padding: 30px 20px !important;
    border-radius: 25px;
    width: 100%;
}

.quiz-container #dataInformationExtend h4 {
    text-align: left;
    margin-bottom: 15px;
    color: #01A2EB;
    background: transparent;
    -webkit-text-fill-color: #01A2EB;
    font-weight: 900;
    font-size: 27px;
}

.quiz-container #dataInformationExtend h5 {
    font-family: 'Oswald', sans-serif;
    margin: 20px 0px 15px 0px;
    padding: 0;
    color: #000000;
}

h4.contentLeftTitle {
    text-align: left;
    margin-bottom: 25px;
}

.quiz-container label.form-check-label {
    font-size: 16px !important;
    padding: 0px 15px 0px 0px;
}


#progressBar {
    text-align: center;
    width: 330px;
    font-size: 15px;
    float: left;
    margin: 12px 5px 0px 20px;
    /* margin: 0 auto; */
}

.progress {
    display: flex;
    height: 11px;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 120px;
}
.quiz-container .contentInputs .form-check-input {
    position: absolute;
    left: 0px;
    top: 11px;
}

.quiz-container .contentInputs label.form-check-label {
    font-size: 16px !important;
    text-align:left;
    padding: 10px 15px 0px 3px;
}

.quiz-buttons {
    width: 617px;
    text-align: center;
    /* float: left; */
    margin: 0 auto;
    position: relative;
    padding-left: 115px;
}

    .quiz-buttons.centrado {
        padding-left: 0px;
    }

    .quiz-buttons button#btnNext {
        float: left;
    }

    .quiz-buttons button#btnPrevious {
        color: #01A2EB;
        background: transparent !important;
        border: 1px solid #01A2EB;
        float: left;
        position: absolute;
        left: 0px;
    }

#progressBar {
    text-align: center;
}

.progress-bar {
    background: linear-gradient(to right, #3ccbb7, #04a3e4);
}

.face-container {
    display: flex;
    flex-direction: column;
    margin: 0.5rem;
}

.center-lbl {
    margin-right: 0 !important;
    padding-left: 0 !important;
}

.image-check {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.quiz-buttons {
    text-align: center;
}

.alert {
    margin-top: 1rem;
}

.danger-container {
    display: flex;
    justify-content: center;
}

.center-thnk {
    text-align: center;
}

.cuestionarioPatient footer {
    background: #FFFFFF !important;
    padding: 30px 10%;
}
/*****************FOOTER*********************/
.contentLogoPSV {
    padding-right: 0px;
    padding-bottom: 30px;
    position: static;
    bottom: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
}

    .contentLogoPSV img {
        width: 190px;
        text-align: center;
    }


/***************** FALCONI DISENO********************/

#btnTogglePathwaysAdd,
#btnTogglePathwaysAdd:hover {
    color: #fff;
    margin: 0px;
    float: right;
    display: block;
    margin-top: -8px;
    position: relative;
    padding: 10px 17px 10px 41px;
    text-decoration: none;
}

    #btnTogglePathwaysAdd span {
        background: url(../images/diseno/iconMore.png) top left no-repeat;
        display: block;
        height: 26px;
        width: 23px;
        position: absolute;
        top: 12px;
        left: 16px;
    }

#modalDialogCookies .modal-footer {
    text-align: center;
    border-top: 0px !important;
    padding-top: 0px !important;
    display: block !important;
    padding-bottom: 25px;
    float: left;
    width: 100%;
    margin-top: 28px;
}

.contentSelectionFilterElement {
    margin: 0px !important;
    padding: 0px !important;
}

.BoxElementSearch {
    width: 100%;
}

.elementSearch {
    width: 33.3%;
    padding: 0px 25px 0px 0px;
    float: left;
    min-height: 100px;
    margin-bottom: 15px;
}

    .elementSearch.searchBox {
        width: 40%;
    }


    .elementSearch.searchBoxGenere {
        width: 33%;
    }

    .elementSearch.searchBoxMethod {
        margin: 0px;
        width: 73%;
    }

        .elementSearch.searchBoxMethod .form-check-inline {
            padding-left: 0px !important;
        }

    .elementSearch.searchBoxDate {
        width: 26%;
        padding: 0px;
    }


    .elementSearch.searchBoxCenter.indexCenter {
        width: 26%;
        padding: 0px;
    }

    .elementSearch.searchBoxCenter {
        width: 33.3%;
        padding: 0px 25px 0px 0px;
    }

    .elementSearch.elementButton {
        width: 100%;
        padding: 0px;
        margin: 0px;
        min-height: auto;
    }

        .elementSearch.elementButton #btnSave {
            margin: 0px;
        }

.search-container {
    float: right;
}


.elementSearch p {
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 18px;
    color: #7A7A7A;
    width: 100%;
}

.circle-chek {
    border: 0px;
    margin: 5px 10px 0px 0px !important;
    padding: 0px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
}

label.form-check-label {
    font-size: 16px !important;
    padding: 10px 10px 0px 0px;
}

.elementSearchBox {
    width: 100%;
}

.age-filter {
    width: 100%;
}

.elementYear {
    float: left;
    width: 50%;
    padding: 0px;
    margin: 0px;
    display: block;
    position: relative;
}

.elementYear {
    padding-left: 10px;
}

    .elementYear.from-year {
        width: 50%;
        padding-right: 10px;
        padding-left: 0px;
    }

    .elementYear span.select2.select2-container.select2-container--default {
        width: 100% !important;
    }

h4.form-label {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #7A7A7A;
    background: transparent;
    -webkit-text-fill-color: initial;
    position: absolute;
    top: 8px;
    left: 20px;
}

.age-input {
    min-height: 50px;
    width: 103%;
    padding: 32px 12px 17px 20px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #7A7A7A;
    font-size: 14px;
    border: 0px;
    border-radius: 50px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
    background: none;
}

.contentAppContentInner input#patientfilter,
.contentAppContentInner select#Center,
.contentAppContentInner input#centerName {
    min-height: 50px;
    border: 0px;
    border-radius: 50px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #7A7A7A;
    font-size: 14px;
}

.contentAppContentInner .table-bordered thead th {
    color: #7A7A7A;
}

.table {
    border-color: transparent;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    color: var(--bs-table-striped-color);
    --bs-table-accent-bg: none !important;
}

table tbody tr td {
    background-color: #fff !important;
    border-bottom: 15px solid #F6F7FF !important;
    padding: 19px 8px 19px 16px !important;
    font-size: 16px !important;
    color: #7A7A7A;
}

    table tbody tr td:nth-child(2) {
        border-radius: 25px 0px 0px 25px;
    }

    table tbody tr td:nth-child(8) {
        border-radius: 0px 25px 25px 0px;
    }


table.institucion tbody tr td:nth-child(8) {
    border-radius: 0px 0px 0px 0px;
}

table.institucion tbody tr td:nth-child(9) {
    border-radius: 0px 25px 25px 0px;
}

table tbody tr td a {
    background-color: #c2ebf2 !important;
    font-size: 14px !important;
    border-radius: 20px !important;
    padding: 8px 20px !important;
    color: #01a2eb !important;
    FONT-WEIGHT: 600 !important;
    min-width: 85px;
}

button#btnDownload {
    margin: 0px;
    float: right;
    margin-top: -8px;
}

#panel .btn-container {
    padding-bottom: 0px;
}

footer {
    padding: 30px 30px;
    margin-top: 30px;
    width: 100%;
    background: #fbfbfb;
    float: left;
}

    footer ul {
        padding: 0px 0px 0px 0px;
        margin: 7px 0px 0px 0px;
        display: flex;
        flex-wrap: wrap;
    }

        footer ul li {
            list-style: none;
            width: max-content;
        }

            footer ul li a {
                color: #000;
                padding: 0px 24px 0px 0px;
            }

.contentLogo {
    float: right;
    margin-top: -15px;
}

    .contentLogo img{
        width: 150px;
    }

.contentLogoNav {
    padding: 10px 0px 0px 5px;
}

nav.contentNavPrincipal {
    background: url(../images/diseno/bg-menu.png) top left no-repeat;
    min-height: 445px;
    margin-top: 90px;
    background-position: -5px 0px;
    background-size: auto 100%;
    float: left;
    width: 100%;
    padding-bottom: 65px;
}

.contentPAtientCuestionario div#buttonsModifyQR {
    width: 100%;
    text-align: center;
    margin: 0px;
}
div#buttonsModify {
    width: 100%;
    text-align: center;
    margin: 0px;
}
    .contentPAtientCuestionario div#buttonsModifyQR .col {
        padding: 0px !important;
    }

div#buttonsModify .col {
    padding: 0px !important;
}


.contentWelcomeLayoutContainer .form-group .form-check input:checked[type=radio] {
    background: url(/images/diseno/check.png) !important;
    background-size: 20px 16px !important;
    background-position: 5px 7px !important;
    background-repeat: no-repeat !important;
    border: 3px solid #2DDB38 !important;
}

.contentAppMenu ul {
    padding: 0px;
    margin: 105px 0px 0px 0px;
    float: left;
    width: 100%;
}

.elementPathway {
    background: linear-gradient(90deg,#B8B8B8, #E2E2E2);
    border-radius: 25px;
    min-height: 160px;
    margin-bottom: 20px;
    padding: 0px;
}

.pathway-card {
    padding: 20px 20px;
    font-family: "proxima-nova";
    font-weight: 900;
    line-height: 29px;
    font-size: 27px;
    min-height: 100px;
    color: #FFF;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 40%);
}

.contentPageQr .pathway-card {
    min-height: auto;
}

.elementPathwayBtn {
    width: 100%;
    background: #fff;
    border-radius: 25px;
    padding: 15px 25px;
}

    .elementPathwayBtn button {
        border: 1px solid #7A7A7A;
        border-radius: 31px;
        padding: 6px 45px 6px 20px;
        color: #7A7A7A;
        background-color: #FFFF !important;
        height: auto !important;
    }

        .elementPathwayBtn button:hover {
            border: 1px solid #7A7A7A;
            border-radius: 31px;
            padding: 6px 45px 6px 20px;
            color: #fff;
            background-color: #7A7A7A !important;
            background: #7A7A7A !important;
            height: auto !important;
        }

.boxPrint {
    width: 100%;
}

    .boxPrint .buttonPrint {
        background: url(../images/diseno/iconImprimir.png) top left no-repeat;
        padding: 1px 0px 5px 33px;
        font-weight: bold;
        border: 0px;
        color: #01A2EB
    }

p.classPathwayState0 {
    background: #E9E9E9 !important;
    color: #7A7A7A !important;
}

.elementPathwayContent {
    margin-top: 20px;
    float: left;
    width: 100%;
}

p.classPathwayState1CallCenter {
    background: #FFF4AB;
    PADDING: 11px 19px 10px 19px;
}

.classPathwayState1CallCenter span.pt-1 {
    background: #fff;
    border-radius: 15px;
    padding: 7px 10px !important;
    margin-top: 6PX;
    WIDTH: 100% !IMPORTANT;
}

.circle-chek {
    float: left;
}

label.form-check-label {
    float: left;
}

.elementSearch.idBox {
    width: 22%;
}

.elementSearch.createGender {
    min-width: 386px;
}

.elementSearch.methodEnvio {
    width: 55%;
    min-width: 640px;
    padding: 0px;
}

.elementSearch.createDate {
    width: 20%;
    padding: 0px;
}

.elementSearch.inputNormal.createPhone {
    padding: 0px;
}

.elementSearch.inputNormal.createEmail, .elementSearch.inputNormal.createPhone {
    width: 22.1%;
}

div#patientPathwaysAdded {
    width: 100%;
    float: left;
}

.container-pathwaysAdded {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

div.accordion {
    width: 100%;
}

.accordion-item {
    width: 100%;
    float: left;
    border-radius: 25px !important;
    border: 0px;
}

.contentPageQr .pathway-card {
    min-height: auto;
}

.contentPageQr .elementPathway {
    background: linear-gradient(90deg, #4CC4D9, #01A2EB);
}

.contentPageQr .contetQRTitle {
    font-family: "proxima-nova";
    font-weight: 600;
    line-height: 20px;
    font-size: 17px;
    color: #7A7A7A;
    width: 100%;
    text-align: center;
    min-height: 50px;
    padding: 0px 15px;
}

.contentPageQr .contetQRImg {
    text-align: center;
    width: 100%;
}

.boxPrint.fknotprint.contetQRPrint {
    text-align: center;
}

.contentPageQr .contetQRPrint button {
    background: none;
    border: 1px solid #01A2EB;
    color: #01A2EB;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 25px;
    transition: all .5s;
    font-size: 14px;
    display: inline-block;
    float: none;
    margin-bottom: 20px;
}


    .contentPageQr .contetQRPrint button:hover {
        background: linear-gradient(90deg, #4CC4D9, #01A2EB) !important;
        font-weight: bold;
        border-radius: 50px;
        padding: 10px 25px;
        border: 0px;
        color: #fff;
        transition: all .5s;
        font-size: 14px;
        display: inline-block;
        float: none;
        margin-bottom: 20px;
    }

.accordion-header {
    width: 100%;
    float: left !important;
    margin: 0px !important;
    padding: 16px 0px !important;
    position: relative;
    background: linear-gradient(90deg,#B8B8B8, #E2E2E2) !important;
    border-radius: 25px;
}

    .accordion-header .form-check.form-switch {
        padding: 0px;
    }

.accordion label.form-check-label {
    padding: 20px 20px;
    font-family: "proxima-nova";
    font-weight: 900;
    line-height: 29px;
    font-size: 27px !important;
    color: #FFF !important;
    background: transparent;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: initial;
    margin: 0px;
    padding: 0px 0px 0px 35px;
}

.form-switch .form-check-input {
    float: right;
    margin-right: 50px;
    margin-top: 3px;
}

.accordion-button {
    color: #FFF;
    float: right;
    width: 20px;
    position: absolute;
    top: 1px;
    background: none;
    right: 8px;
    height: 58px;
}

    .accordion-button::after {
        width: 33px !important;
        height: 30px !important;
        content: "";
        background-size: 30px !important;
        color: #FFF;
        position: absolute;
        right: -1px;
        top: 15px;
    }

.accordion label.form-check-label:nth-child(2) {
    color: #7A7A7A !important;
    text-shadow: none;
    float: right;
    position: absolute;
    right: 111px;
    background: #fff !important;
    padding: 10px 20px;
    font-size: 12px !important;
    font-family: roboto, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 0px !important;
    line-height: initial;
    top: 13px;
    border-radius: 20px;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.modal-header {
    border-bottom: 0px solid #dee2e6;
}

h5.title-form {
    color: #7A7A7A;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 18px;
    margin-top: 0px;
}

.modal-title {
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 24px;
    padding: 0;
    color: #0e1b4d;
    background: linear-gradient(90deg, #004ce2, #339);
    float: left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    margin-left: 16px;
}

.modal-body .ms-5 {
    margin-left: 0 !important;
}

.modal-footer {
    text-align: center;
    border-top: 0px !important;
    padding-top: 0px !important;
    display: block !important;
    padding-bottom: 25px;
}

    .modal-footer button {
        display: inline;
        padding: 8px 30px;
        border-radius: 50px;
        /* float: none; */
        /* width: 120px; */
        /* margin: 0px 11px; */
    }

    .modal-footer .btn-primary {
        color: #fff;
        background-color: transparent;
        background: linear-gradient(90deg, #004ce2, #339);
        font-weight: bold;
        border-color: transparent;
    }

    .modal-footer .btn-secondary {
        color: #339;
        background-color: #fff;
        border-color: #339;
    }

.createDemo .elementSearch.inputNormal input,
.inputNormal input {
    border-radius: 30px;
    min-height: 50px;
    border: 0px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.modal-backdrop.show {
    opacity: 0.9;
}

.accordion-header.active {
    background: linear-gradient(90deg, #3ccbb7, #04a3e4) !important;
}

.modal-backdrop {
    background-color: #012D40;
}

.accordion-body .row.ms-3.mb-2 {
    width: 100%;
    float: left;
}

.accordion-header.active {
    background: linear-gradient(90deg, #3ccbb7, #04a3e4) !important;
}

.accordion-body .row.ms-3.mb-2 {
    width: 50%;
    margin: 0px !important;
    float: left;
    padding: 20px 0px;
}


    .accordion-body .row.ms-3.mb-2 label.form-check-label {
        color: #7A7A7A !important;
        text-shadow: none;
        font-family: roboto, sans-serif;
        font-weight: 300;
        font-style: normal;
        width: auto !important;
        float: left;
        display: block;
        font-size: 15px !important;
        padding: 0px !important;
    }

    .accordion-body .row.ms-3.mb-2 button {
        margin: 5px 0px;
        padding: 6px 0px;
        height: auto !important;
        width: 100%;
        color: #2abec6;
        background-color: transparent !important;
        border: 1px solid #2abec6;
        border-radius: 39px;
        height: 32px;
    }

        .accordion-body .row.ms-3.mb-2 button:hover {
            color: #FFF !important;
            margin: 5px 0px;
            padding: 6px 0px;
            height: auto !important;
            width: 100%;
            color: #2abec6;
            background-color: transparent !important;
            border: 1px solid #2abec6;
            border-radius: 39px;
            height: 32px;
        }

.etiquetaLabel {
    width: 100%;
    float: left;
}

.accordion-body .row.ms-3.mb-2 .col-9.col-md-10.d-flex.align-items-end {
    width: 100%;
    float: left;
    display: block !important;
}

.accordion-body .row.ms-3.mb-2 .etiquetaLabel label.form-check-label {
    font-size: 18px !important;
    font-family: roboto, sans-serif;
    font-weight: 800;
}

#questionnaire-container h4 {
    width: 100%;
    float: left;
}

#questionnaire-container h6.mb-0 {
    width: 100%;
    float: left;
    margin: 10px 0px !important;
    display: block;
}

#questionnaire-container .mt-2 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#questionnaire-container .col.form-check.form-check-inline {
    width: 50%;
    float: left;
    margin: 10px 0px 0px 0px;
}

#questionnaire-container p.mb-0 {
    font-weight: bold;
}

#questionnaire-container label.form-label.mb-0 {
    font-weight: bold;
    margin-bottom: 15px !important;
}

#questionnaire-container label.form-check-label {
    font-size: 16px !important;
    padding: 0px 15px 0px 0px;
}

#questionnaire-container .yellow-btn:nth-child(1) {
    margin-left: 75px !important;
}

#questionnaire-container .yellow-btn:nth-child(2) {
    color: #01A2EB;
    background-color: #fff !important;
    background: #FFF !important;
    border: 1px solid #01A2EB !important;
}

div#questionnaire-container {
    margin-top: -50px;
}

.accordion .active label.form-check-label:nth-child(2) {
    color: #029F07 !important;
    background: #CFFECF !important;
}

.elementSearch.idBox {
}

.face-container label.form-check-label {
    float: none;
    padding: 10px 0px 0px 0px;
}


td p span {
    display: block;
    font-weight: 300;
}

.editContent .elementSearch.inputNormal input,
.editContent .elementSearch.inputNormal select {
    border-radius: 30px;
    min-height: 50px;
    border: 0px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
}

select#form-select-pathway {
    border-radius: 30px;
    min-height: 50px;
    border: 0px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
}
/*************BURGER****************/
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    margin: 15px 15px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    z-index: 3300;
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 70px;
    bottom: 0;
    z-index: 2999;
    background: rgba(6, 12, 34, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

.page-template-page-tpl-app-psv #mobile-nav.mobileNavPSV {
    display: block;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 2998;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(6, 12, 34, 0.8);
    display: none;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    #mobile-nav ul li {
        position: relative;
    }

        #mobile-nav ul li a {
            color: #fff;
            font-size: 17px;
            overflow: hidden;
            padding: 20px;
            position: relative;
            text-decoration: none;
            width: 100%;
            display: block;
            outline: none;
        }





.contentPAtientCuestionario .quiz-container #formContent .col .form-label {
    text-align: center;
    line-height: 30px;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 28px;
    color: #0e1b4d;
    padding: 20px 10%;
    margin: 0px !important;
}


.contentPAtientCuestionario textarea.form-control {
    width: 100%;
    background: #fff !important;
    border: 0px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
}


.quiz-container.center-thnk h2 {
    background: url(../images/diseno/iconConfirmation.png) top center no-repeat;
    padding: 154px 50px 0px 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    /* padding: 0; */
    color: #00B739;
    font-size: 24px;
    margin-top: 30px;
}

/****/
.contentAppContentInner .quiz-container {
    background: none;
    padding: 1.5rem 0%;
}

.contentAppContentInner div#questionaryData {
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 0px 50px;
    margin: 0px;
}

.contentAppContentInner .contentInputsDate label {
    text-align: center;
    line-height: 30px;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 28px;
    color: #0e1b4d;
    padding: 20px 10%;
    margin: 0px !important;
}

.contentAppContentInnerPostalCode .contentInputsDate input#postalCodeCP,
.contentAppContentInner .contentInputsDate input {
    border-radius: 30px;
    min-height: 50px;
    border: 0px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #fff;
    width: 350px;
    margin: 0 auto;
}

div#patientMyData .quiz-container, div#patientMyDataQR, div#patientMyDataCP .quiz-container {
    padding: 0 5%;
    margin: 0PX !IMPORTANT
}


div#patientDataCP {
    background: none !important;
}


#patientMyData div#patientData, #patientMyDataQR div#patientDataQR, #patientMyDataCP div#patientDataCP {
    background: #F6F7FF;
    width: 100%;
    padding: 1.5rem 10%;
    float: left;
    z-index: 9999999;
    position: relative;
}


#patientMyData .input50, #patientMyDataQR .input50, #patientMyDataCP .input50 {
    width: 50%;
    float: left;
}

#patientMyData .input50R, #patientMyDataQR .input50R, #patientMyDataCP .input50R {
    width: 50%;
    float: left;
}

    /*#patientMyData .input30, #patientMyDataQR .input30, #patientMyDataCP .input30 {
    width: 33%;
    float: left;
}

#patientMyData .input30R, #patientMyDataQR .input30R, #patientMyDataCP .input30R {
    width: 33%;
    float: left;
}*/

    #patientMyData .input50R.input30R .form-control:disabled, #patientMyDataQR .input50R.input30R .form-control:disabled, #patientMyDataCP .input50R.input30R .form-control:disabled {
        width: 30%;
    }

#patientMyData .input50 label.form-check-label, #patientMyDataQR .input50 label.form-check-label, #patientMyDataCP .input50 label.form-check-label,
#patientMyData .input30 label.form-check-label, #patientMyDataQR .input30 label.form-check-label, #patientMyDataCP .input30 label.form-check-label {
    font-size: 16px !important;
    padding: 10px 22px 0px 47px;
}

#patientMyData .card-body #linksModify {
    float: left;
}


.form-control:disabled, .form-control[readonly] {
    background-color: #FFF;
    opacity: 0.5;
}



#patientMyData #buttonsModify .yellow-btn, #patientMyDataQR #buttonsModifyQR .yellow-btn, #patientMyDataCP #buttonsModifyCP .yellow-btn {
    margin-right: 1rem;
    margin-left: 0rem;
}

button#viewPatientData {
    POSITION: fixed;
    TOP: 1PX;
    RIGHT: 61PX;
    PADDING: 4PX 0PX 0PX 4PX;
    Z-INDEX: 9990;
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    margin: 7px 5px 0px 0px;
    display: block;
    float: right;
    border-radius: 45px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
}


#patientMyData a, #patientMyDataQR a, #patientMyDataCP a {
    color: #0DA8E9;
    font-weight: 600;
    text-decoration: underline;
}




.PathwayClose span {
    background: url(../images/diseno/iconLessPath.png) top left no-repeat !important;
    display: block;
    height: 26px;
    width: 23px;
    position: absolute;
    top: 12px;
    left: 16px;
}











































.activeclassPathwayState0 {
    background: url(../images/diseno/iconPlusGray.png) top right #E9E9E9 no-repeat !IMPORTANT;
    background-position: 205px 8px !IMPORTANT;
    background-color: #E9E9E9 !IMPORTANT;
    color: #7A7A7A !important;
    cursor: pointer;
}

    .activeclassPathwayState0.active {
        background: url(../images/diseno/iconMinusGray.png) top right #E9E9E9 no-repeat !IMPORTANT;
        background-position: 205px 8px !IMPORTANT;
        background-color: #E9E9E9 !IMPORTANT;
        color: #7A7A7A !important;
        cursor: pointer;
    }

.activeclassPathwayState1 {
    background: url(../images/diseno/iconPlusYellow.png) top right #FFF4AB no-repeat;
    background-position: 205px 8px !IMPORTANT;
    background-color: #FFF4AB !IMPORTANT;
    color: #898E00 !important;
    cursor: pointer;
}

    .activeclassPathwayState1.active {
        background: url(../images/diseno/iconMinusYellow.png) top right #FFF4AB no-repeat;
        background-position: 205px 8px !IMPORTANT;
        background-color: #FFF4AB !IMPORTANT;
        color: #898E00 !important;
        cursor: pointer;
    }

.activeclassPathwayState2 {
    background: url(../images/diseno/iconPlusGreen.png) top right #E9E9E9 no-repeat !IMPORTANT;
    background-position: 205px 8px !IMPORTANT;
    background-color: #CFFECF !IMPORTANT;
    color: #029F07 !important;
    cursor: pointer;
}

    .activeclassPathwayState2.active {
        background: url(../images/diseno/iconMinusGreen.png) top right #E9E9E9 no-repeat !IMPORTANT;
        background-position: 205px 8px !IMPORTANT;
        background-color: #CFFECF !IMPORTANT;
        color: #029F07 !important;
        cursor: pointer;
    }

span.fake-pathway-col-item-form strong {
    font-size: 15px;
}

span.fake-pathway-col-item-form span.datePath {
    width: 100%;
    padding: 0px !important;
    margin: 1px 0px 4px 0px !important;
    color: #7A7A7A;
    font-weight: 300;
    font-size: 15px;
}

span.fake-pathway-col-item-form span.bg-success {
    color: #029F07 !important;
    background: #CFFECF !important;
    padding: 8px 20px !important;
    font-size: 12px;
}

span.fake-pathway-col-item-form span.bg-secondary {
    color: #7A7A7A !important;
    background: #E9E9E9 !important;
    padding: 8px 20px !important;
    font-size: 12px;
}

span.fake-pathway-col-item-form span.bg-warning {
    color: #898E00 !important;
    background: #FFF4AB !important;
    padding: 8px 20px !important;
    font-size: 12px;
}


span.nextEnviosPath {
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 16px;
    margin: 13px 0px 5px -10px;
    padding: 0px !important;
    display: block;
    width: 100% !important;
    float: left;
}

div.accordion {
    width: 100%;
    margin: 20px 0px 0px 0px;
    float: left;
}

.accordion-item .form-check-input:checked[type=checkbox] {
    background: #71D674 !important;
    background-size: 22px 28px !important;
    background-position: 1px -3px !important;
    background-repeat: no-repeat !important;
    border: 1px solid #fff !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important
}

.accordion-body table tbody tr td {
    background-color: #fff !important;
    border-bottom: 0px solid #F6F7FF !important;
    padding: 10px 8px 10px 16px !important;
    font-size: 16px !important;
    color: #7A7A7A;
}

#patientPathwaysAdded tr td button.buttonEditPathway {
    background: none !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 7px !important;
}

    #patientPathwaysAdded tr td button.buttonEditPathway img {
        margin-top: -4px;
        width: 15px;
    }

.buttonRemopvePathway {
    background: url(../images/diseno/removeCuestionario.png) top left no-repeat;
    color: #01A2EB;
    padding: 8px 0px 9px 51px;
    border-radius: 1px;
    background-position: 12px 6px;
    margin: 10px 0px 0px 0px;
}

.buttonAddPathway {
    background: url(../images/diseno/addCuestionario.png) top left no-repeat;
    color: #01A2EB;
    padding: 8px 0px 9px 51px;
    border-radius: 1px;
    background-position: 12px 6px;
    margin: 10px 0px 0px 0px;
}


.buttonChangePathwayView {
    margin-top: -42px;
}

.accordion .active label.form-check-label.pathwayStateActive {
    color: #01A2EB !important;
    background: #FFFFFF !important;
}


#dialog-deactivate-pathway-container .form-check {
    padding-left: 0;
}

#dialog-delete-patient .form-check {
    padding-left: 0;
}



/*************************/

.contentWelcome h1 {
    margin-top: 20px;
    width: 100%;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 46px;
    padding: 0;
    color: #0e1b4d;
    background: linear-gradient(90deg, #3ccbb7, #04a3e4);
    float: left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 45px;
}

.contentWelcome {
    width: 100%;
}

    .contentWelcome .columna_izquierda,
    .contentWelcome .columna_derecha {
        width: 100%;
    }

.preguntas {
    width: 100%;
    float: left;
}

.contentWelcome h2 {
    width: 100%;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 23px;
    padding: 0;
    color: #000000;
    margin-top: 18px;
    margin-bottom: 0px;
}

.despedida_uno,
.despedida_dos,
.boton-redireccion {
    float: left;
    width: 100%;
}

    .despedida_uno a {
        color: #0DA8E9;
        font-weight: 600;
        text-decoration: underline;
    }

    .despedida_dos strong {
        color: #0DA8E9;
        font-weight: 600;
        text-decoration: underline;
    }

    .boton-redireccion button {
        background: linear-gradient(90deg, #4CC4D9, #01A2EB);
        font-weight: bold;
        border-radius: 50px;
        margin-top: 10px;
        margin-left: 0;
        padding: 10px 40px;
        border: 0px;
        color: #fff;
        transition: all .5s;
        font-size: 14px;
        width: 100%;
    }

.boton-redireccion {
    text-align: center;
    padding-bottom: 0px;
}

    .boton-redireccion button {
        background: linear-gradient(90deg, #4CC4D9, #01A2EB);
        font-weight: bold;
        border-radius: 50px;
        margin-top: 10px;
        margin-left: 0;
        padding: 10px 40px;
        border: 0px;
        color: #fff;
        transition: all .5s;
        font-size: 14px;
        width: auto;
        margin: 0 auto;
        text-align: center;
    }

/*************************/
.header-patient {
    padding: 0px 5%;
}


.contentWelcomeLayoutContainer {
    width: 100%;
    padding: 40px 5%;
    float: left;
    background: #FBFBFB
}

    .contentWelcomeLayoutContainer h1 {
        margin-top: 20px;
        width: 100%;
        font-family: "proxima-nova";
        font-weight: 900;
        font-size: 35px;
        padding: 0;
        color: #0e1b4d;
        background: linear-gradient(90deg, #3ccbb7, #04a3e4);
        float: left;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 40px;
    }

body.contentWelcomeLayout {
    float: left;
}

.contentWelcomeLayoutContainer .columna_izquierda {
    width: 60%;
    float: left;
}


.contentWelcomeLayoutContainer .columna_derecha {
    width: 40%;
    float: left;
}



.contentWelcomeLayoutContainer p.parrafo_quodem {
    float: left;
}

.contentWelcomeLayoutContainer {
    float: left;
}

    .contentWelcomeLayoutContainer .contentMailWelcome label {
        width: 100%;
        float: left;
        font-family: "proxima-nova";
        font-weight: 900;
        font-size: 18px;
        color: #7A7A7A;
    }

    .contentWelcomeLayoutContainer input#Email {
        border-radius: 30px;
        min-height: 50px;
        border: 0px;
        box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
        font-family: roboto, sans-serif;
        font-weight: 300;
        font-style: normal;
        background-color: #fff;
        width: 60%;
        margin: 10px auto;
        float: left;
    }


    .contentWelcomeLayoutContainer .form-group {
        width: 100%;
        float: left;
    }

        .contentWelcomeLayoutContainer .form-group .form-check {
            position: relative;
            margin-bottom: 15px;
        }

            .contentWelcomeLayoutContainer .form-group .form-check input {
                margin: 5px 10px 0px 0px !important;
                padding: 0px;
                box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
                height: 35px;
                width: 35px;
                border: 0px;
                position: absolute;
                left: 0px;
            }

            .contentWelcomeLayoutContainer .form-group .form-check label {
                margin-left: 25px;
            }

    .contentWelcomeLayoutContainer input:-internal-autofill-selected {
        background-color: #fff !important;
    }

.contentBtnWelcome {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .contentBtnWelcome button {
        background: linear-gradient(90deg, #4CC4D9, #01A2EB);
        font-weight: bold;
        border-radius: 50px;
        /* margin-left: 1rem; */
        padding: 10px 25px;
        border: 0px;
        color: #fff;
        transition: all .5s;
        font-size: 14px;
        width: 180px;
    }

.form-group.contentMailWelcome {
    margin-bottom: 10px;
}


.contentWelcomeLayoutContainer .columna_derecha img {
    width: 100%;
    margin-top: 20px;
}
.columna_izquierda p,
.columna_izquierda .preguntas p,
.despedida_uno p,
.despedida_dos p {
    font-size: 14px;
}

.contentWelcome .preguntas h2 {
    font-size: 16px;
    margin-top: 8px;
}

.titulo-principal.bienvenida {
    font-size: 36px;
    margin-top: 16px;
}

.important-p {
    font-size: 20px;
    font-weight: 900;
    color: #0e1b4d;
}

    /*************************/
    input.form-control.input-number {
        border-radius: 30px;
        min-height: 50px;
        border: 0px;
        box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
        font-family: roboto, sans-serif;
        font-weight: 300;
        font-style: normal;
        background-color: #fff;
        width: 350px;
        margin: 0 auto;
        text-align: center;
    }

label.form-label.input-label-title {
    text-align: center;
    line-height: 26px;
    font-family: "proxima-nova";
    font-weight: 900;
    font-size: 26px;
    color: #0e1b4d;
    padding: 20px 10%;
    margin: 0px !important;
}

.preguntas p strong{
    font-weight: 600;
}

.dashboard-table {
    display: flex;
    justify-content: space-evenly;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.column-data {
    width: 15%;
    text-align: center;
}

    .column-data img {
        width: 33%;
    }

.color-column {
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.datatables-container {
    display: flex;
    justify-content: center;
}

.data-height {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-bottom: 24px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-size: 20px;
    border-radius: 5px;
}

.excellent-opinion {
    background: #66d59e;
}

.very-good-opinion {
    background: #6fd965;
}

.good-opinion {
    background: #93df5a;
}

.normal-opinion {
    background: #edd235;
}

.poor-opinion {
    background: #f1c04c;
}

.column-data p {
    margin-top: 12px;
    font-size: 16px;
}

.column-data .color-column .data-height p {
    margin-bottom: 8px;
    margin-top: 0;
    font-size: 12px;
}

.data-table-content {
    width: 50%;
    max-width: 800px;
    padding-bottom: 24px;
    margin-top: 16px;
}

    .data-table-content h3 {
        text-align: center;
        color: #000;
        margin-bottom: 16px;
        font-size: 20px;
        margin-top: 16px;
        padding: 0 8px;
    }

        .data-table-content h3 span{
            font-weight: 600;
        }

    .data-table-content.doctor {
        border-right: 1px solid #D9D9D8;
    }

.total-patients {
    border: 1px solid #c0bfbf;
    width: 95%;
    margin: 32px auto;
    display: none;
}

    .total-patients p {
        text-align: center;
        font-weight: 600;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }

.input-container {
    margin-top: 16px;
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .input-container label {
        width: 45%;
    }

    .input-container select {
        width: 45%;
        border: 1px solid #c0bfbf;
        background: url(../images/diseno/down_arrow.png) #fff no-repeat right;
        background-size: 16px;
        background-origin: content-box;
        padding-right: 16px;
        min-height: 36px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-left: 16px;
        outline: none;
    }

div.centro-salud p {
    background-image: url(../images/diseno/hospital.png);
    background-repeat: no-repeat;
    background-size: 46px;
    width: max-content;
    color: #2504e4 !important;
}

div.medico-familia p {
    background-image: url(../images/diseno/doctor.png);
    background-repeat: no-repeat;
    background-size: 46px;
    width: max-content;
    color: #04a3e4 !important;
}

#formContent div.medico-familia p,
#formContent div.centro-salud p {
    margin: 0px auto !important;
    padding: 15px 54px;
    font-size: 32px !important;
    line-height: 32px !important;
}

.header-question-title.medico-familia,
.header-question-title.centro-salud {
    width: 100%;
    border-bottom: 1px solid #707070;
    margin-bottom: 12px;
}
.quiz-container #formContent h6 {
    border-bottom: 1px solid #707070;
    padding: 0 0 12px 0;
}
.col.contentInputs h6{
    border: none !important;
}

.contentAppContentHeader #flags label,
.cuestionarioPatient #flags label {
    display: none;
}

.contentAppContentHeader #flags .country-select.inside #country_selector,
.elementLoginMid #flags .country-select.inside #country_selector,
.cuestionarioPatient #flags .country-select.inside #country_selector {
    color: transparent;
    width: 20px;
    overflow: hidden;
    border: none;
    background: transparent;
    outline: none;
}

.country-select .country-list .flag, .country-select .country-list .country-name {
    color: transparent;
    font-size: 0px;
}

.contentAppContentHeader #flags .country-select .country-list .country,
.elementLoginMid #flags .country-select .country-list .country,
.cuestionarioPatient #flags .country-select .country-list .country {
    width: 37px;
    overflow: hidden;
    padding: 2px 8px;
}

.contentAppContentHeader #flags .selected-flag {
    padding: 0;
    width: 36px;
}

.contentAppContentHeader #flags .selected-flag:hover,
.elementLoginMid #flags .selected-flag:hover,
.cuestionarioPatient #flags .selected-flag:hover {
    background: transparent;
}

.elementLoginMid #flags {
    float: right;
    margin-top: 24px;
}
.cuestionarioPatient #flags{
    float: right;
}

.cuestionarioPatient .country-select.inside .selected-flag {
    margin-top: 16px;
}

.country-select ul.country-list{
    overflow: hidden;
}

div.formUploadFile span.contentBoxUpload span .select2-selection.select2-selection--single {
    background: #fff;
    padding: 10px 10px 0px 10px;
}

.contentBoxUpload.not-baclground {
    box-shadow: none;
    background: none;
    border-radius: 0;
    font-weight: 400;
    width: 30%;
    min-width: 390px;
    max-width: 420px;
}

    .contentBoxUpload.not-baclground label.grey-label {
        font-family: "proxima-nova";
        font-weight: 900;
        font-size: 18px;
        color: #7A7A7A;
        width: 100%;
        margin-bottom: 1rem;
    }

.btn-white {
    border: 1px solid #01A2EB !important;
    background: #fff;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 25px;
    color: #01A2EB;
    transition: all .5s;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    margin-right: 15px;
}

.file-input-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-input-btn-container{
    margin-top: 40px;
}

.light-blue {
    background-color: #c2ebf2 !important;
    font-size: 14px !important;
    border-radius: 20px !important;
    padding: 8px 20px !important;
    color: #01a2eb !important;
    font-weight: 600 !important;
    min-width: 85px;
    border: none;
    width: 120px;
    margin-bottom: 8px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
    margin-bottom: 32px;
}

#ValidateFilesTable tr td:first-child,
#LoadFilesTable tr td:first-child,
#FilesWrongTable tr td:first-child,
#FilesProccesedTable tr td:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

#ValidateFilesTable tr td:last-child,
#LoadFilesTable tr td:last-child,
#FilesWrongTable tr td:last-child,
#FilesProccesedTable tr td:last-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

table tbody tr td.not-radius{
    border-radius: 0;
}

.min-text{
    min-width: 100px;
}

.modal-table-container {
    overflow-x: scroll;
}

#dialog-confirm-logDetails-container .row {
    flex-direction: column;
}

    #dialog-confirm-logDetails-container .row .col-md-6 {
        width: 100%;
    }

        #dialog-confirm-logDetails-container .row .col-md-6:first-child {
            font-weight: 600;
        }

        #dialog-confirm-logDetails-container .row .col-md-6 label {
            word-break: break-word;
        }

#dialog-confirm-logDetails-container table tbody tr td:nth-child(8){
    border-radius: 0;
}

.modal.modal-table .modal-dialog {
    width: 75%;
    max-width: 1400px;
}
/*************************/
@media(max-width: 1200px) {
    .elementLoginMid #flags {
        float: none;
    }
}
@media(max-width: 1000px) {
    div #patientsTable_wrapper,
    div#ValidateFilesTable_wrapper,
    div#LoadFilesTable_wrapper,
    div#FilesWrongTable_wrapper,
    div#FilesProccesedTable_wrapper {
        overflow-x: scroll;
    }
        div#ValidateFilesTable_wrapper,
        div#LoadFilesTable_wrapper,
        div#FilesWrongTable_wrapper,
        div#FilesProccesedTable_wrapper{
            margin-bottom: 24px;
        }

        .contentQRElement {
            width: 50% !important;
        }

.contentPageQr .contetQRTitle {
    min-height: auto;
}
}



@media(max-width: 1290px) {
    div #patientsTable_wrapper th.celda05 {
        padding: 0px 0px 7px 13px !important;
    }
}

.contentPAtientCuestionario .header-patient .navbar-brand,
.contentWelcomeLayout .header-patient .navbar-brand {
    display: none;
}

.contentPAtientCuestionario button#viewPatientData {
    RIGHT: 8px;
}

.report-view-patient.informe .contentAppMenu {
    display: none;
}

.report-view-patient.informe .contentAppContent {
    padding-left: 0px;
}

.report-view-patient.informe .contentIcons img {
    display: none;
}

.dataInformationExtendThanks {
    display: none;
}

    .dataInformationExtendThanks.active {
        display: block;
    }

    .dataInformationExtendThanks h4 {
        text-align: left;
        margin-bottom: 15px;
        color: #01A2EB;
        background: transparent;
        -webkit-text-fill-color: #01A2EB;
        font-weight: 900;
        font-size: 27px;
    }

    .dataInformationExtendThanks h5 {
        font-family: 'Oswald', sans-serif;
        margin: 20px 0px 15px 0px;
        padding: 0;
        color: #000000;
    }

div#contentDataInformationExtend {
    padding-top: 10px;
    float:left;
}

.contentPAtientCuestionario div#patientDataQR {
    z-index: 998 !important;
}

.contentPAtientCuestionario div#patientMyDataQR {
    padding: 0;
}

.contentPAtientCuestionario .elementSearch.inputNormal.input50R:last-child {
    min-height: auto;
}

.contentPAtientCuestionario input#birthDateQR {
    text-align: center;
    padding: 12px 17px 17px 17px;
    width: 30%;
}

.contentPAtientCuestionario input#postalCodeQR {
    text-align: center;
    width: 30%;
}

.contentPAtientCuestionario div#questionaryData p {
    font-size: 21px;
    line-height: 23px;
}
.elementSearch.inputNormal span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    width: 70% !important;
    float: left;
}

.elementSearch.createDate.inputNormaspan.select2.select2-container.select2-container--default {
    width: 100% !important;
}

    .elementSearch.createDate.inputNormal span.select2.select2-container.select2-container--default
{
    width: 100% !important;
}


.elementSearch.createDate.inputNormal span.select2.select2-container.select2-container--default.select2-container--disabled {
    width: 100% !important;
}


.elementSearch.createDate.inputNormal span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    width: 100% !important;
    float: left;
}

span.select2.select2-container.select2-container--default.select2-container--disabled {
    width: 70% !important;
}


.contentPAtientCuestionario #patientData input#postalCode {
    width: 30%;
    text-align: center;
}
span .select2-selection.select2-selection--single {
    text-align: center;
    border-radius: 30px;
    min-height: 50px;
    border: 0px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    background: url(../images/diseno/iconCalendar.png) top right no-repeat #FFFFFF;
    background-position: right 12px;
    padding: 10px 38px 0px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
    right: 10px !important;
}
span.select2.select2-container.select2-container--default {
    width: 70% !important;
}
span.select2-selection__arrow {
    display: none;
}
span.select2-container.select2-container--default.select2-container--open { 
    z-index: 99999999;
}
span.select2-dropdown.select2-dropdown--below {
    border: 0px;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #FFF !important;
    cursor: default;
    opacity: 0.5;
}

 
ul#select2-birthYear-results li {
    padding: 7px 0px 8px 27px;
}
.select2-container .select2-selection--single .select2-selection__rendered {

    padding-right: 5px !important;
}


.contentHeaderWelcome {
    padding-top: 15px;
}
button#btn-bienvenida,
button#btn-bienvenida02 {
    font-size: 20px;
    /* text-transform: uppercase; */
    float: left;
    margin-bottom: 12px;
}
.header-patient .contentTitle.contentImageThank {

    padding: 3px 0px 0px 4px;
}
.header-patient .contentImageThank img {
    height: 52px;
    width: auto;
    padding: 0px;
    float: left;
    margin-right: 0px;
    margin-left: 0px;
    vertical-align: middle;
    border-radius: initial;
}

/*****/



#ui-datepicker-div .ui-widget-header {
    border: none;
    background: linear-gradient(90deg, #4CC4D9, #01A2EB);
    color: #333;
    font-weight: bold;
    border-radius: 10px;
}
    #ui-datepicker-div .ui-widget-header .ui-icon {
        background-image: url(/lib/jquery-ui-1.13.2/images/ui-icons_ffffff_256x240.png);
    }


    #ui-datepicker-div .ui-state-hover,
    #ui-datepicker-div .ui-widget-content
    #ui-datepicker-div .ui-state-hover,
    #ui-datepicker-div .ui-widget-header
    #ui-datepicker-div .ui-state-hover,
    #ui-datepicker-div .ui-state-focus,
    #ui-datepicker-div .ui-widget-content .ui-state-focus,
    #ui-datepicker-div .ui-widget-header .ui-state-focus,
    #ui-datepicker-div .ui-button:hover,
    #ui-datepicker-div  .ui-button:focus {
        border: 0px;
        background-color: transparent;
        font-weight: normal;
        color: #FFF;
    }

#ui-datepicker-div.ui-datepicker select.ui-datepicker-month,
#ui-datepicker-div.ui-datepicker select.ui-datepicker-year {
    width: 45%;
    border-radius: 20px;
    padding: 5px 9px;
    margin-right: 5px;
    border: none;
}
#ui-datepicker-div.ui-widget.ui-widget-content {
    border: 0px;
    background: #fff;
    border-radius: 10px;
    z-index:99999999999 !important;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
}
table.ui-datepicker-calendar tbody tr td {
    background-color: #fff !important;
    border-bottom: 12px solid #FFF !important;
    padding: 0px 5px !important;
    font-size: 16px !important;
    color: #7A7A7A;
    text-align: center;
}
table.ui-datepicker-calendar th span {
    font-weight: bold;
    color: #01a2eb !important;
    background: #c2ebf2;
    padding: 5px 10px;
    border-radius: 20px;
}
table.ui-datepicker-calendar tbody tr td a {
    background-color: transparent !important;
    border: 1px solid #9D9D9D !important;
    font-size: 14px !important;
    border-radius: 34px !important;
    padding: 2px 0px !important;
    color: #9D9D9D !important;
    FONT-WEIGHT: 600 !important;
    min-width: auto;
    width: 27px;
    text-align: center;
    height: 28px;
    display: block;
}
table.ui-datepicker-calendar {
    background: #FFF;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}
table.ui-datepicker-calendar tbody tr td a:hover {
    border: 1px solid #01a2eb !important;
    color: #01a2eb !important;
}
table.ui-datepicker-calendar  th {
    color: #9D9D9D;
    font-weight: 300;
    padding: 10px 0px !important;
    height: auto !important;
    position: relative !important;
    margin: 0px !important;
    line-height: normal !important;
    font-size: 15px;

    text-align:center;
}

table.ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
    border: 0px !important;
    color: #FFF !important;
    padding: 4px 0px !important;
    background: #01a2eb !important;
}
table.ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
    border: 1px solid #01a2eb !important;
    color: #01a2eb !important;
    padding: 3px 0px !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
#ui-datepicker-div.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}
#ui-datepicker-div .ui-icon {
    width: 16px;
    height: 16px;
}

#ui-datepicker-div .ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
#ui-datepicker-div .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
#ui-datepicker-div .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.contentPAtientCuestionario #patientData input#birthDate {
    width: 30%;
}





span.contentBoxUpload {
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 30%);
    background: #fff;
    font-weight: bold;
    border-radius: 50px;
    margin-top: 1rem;
    margin-left: 1rem;
    padding: 7px 25px 7px 11px;
    border: 0px;
    color: #444;
    transition: all .5s;
    font-size: 14px;
    display: inline-block;
}

.btnUpload {
    border: 1px solid #01A2EB !important;
    background: #fff;
    font-weight: bold;
    border-radius: 50px;
    padding: 6px 25px 6px 25px;
    color: #01A2EB;
    transition: all .5s;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    margin-right: 15px;
}
input#fileUploadPatients {
    display: none;
}

/*    input#fileUploadPatients::file-selector-button {
        border: 1px solid #01A2EB !important;
        background: #fff;
        font-weight: bold;
        border-radius: 50px;
        padding: 6px 25px 6px 25px;
        color: #01A2EB;
        transition: all .5s;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        margin-right:15px;    }

        input#fileUploadPatients::file-selector-button:hover {
            border: 1px solid #01A2EB !important;
            background: #01A2EB;
            color: #fff;
        */
input#btnUpload {
    background: linear-gradient(90deg, #4CC4D9, #01A2EB);
    font-weight: bold;
    border-radius: 50px;
    margin-left: 1rem;
    padding: 10px 25px;
    border: 0px;
    color: #fff;
    transition: all .5s;
    font-size: 14px;
}



.formUploadFile {
    text-align: center;
    width: 100%;
    float: left;
    display: block;
    padding: 0px 0px 25px 0px;
    border-bottom: 1px solid #d5d7e7;
    margin-bottom: 30px;
}






/*****/
@media(max-width: 1024px) {
    span .select2.select2-container.select2-container--default {
            width: 100% !important;
        }

        .elementSearch.inputNormal span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
            width: 100% !important;
            float: left;
        }

        span.select2.select2-container.select2-container--default.select2-container--disabled {
            width: 100% !important;
        }
    }

    @media(max-width: 992px){
        .modal-footer .col-lg-6 {
            margin: 8px 0;
        }
    }


    @media(max-width: 991px) {
        span .select2.select2-container.select2-container--default {
            width: 100% !important;
        }

        .elementSearch.inputNormal span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
            width: 100% !important;
            float: left;
        }

        span.select2.select2-container.select2-container--default.select2-container--disabled {
            width: 100% !important;
        }

        .contentPAtientCuestionario #patientData input#postalCode,
        .contentPAtientCuestionario #patientData input#birthDate {
            width: 100% !important;
        }
    }

    @media(max-width: 900px){
        .file-input-container{
            flex-direction: column;
        }
    }

    @media(max-width: 850px) {


        form#formUploadFile div {
            width: 100%;
            text-align: center;
        }

        input#fileUploadPatients {
            width: 100%;
            margin: 13px 0px 7px 0px;
        }
        input#btnUpload,
        .btn-white,
        .contentBoxUpload.not-baclground .btnUpload {
            width: 100%;
            margin: 10px 0px 0px 0px;
        }
        span.contentBoxUpload,
        .contentBoxUpload.not-baclground {
            width: 100%;
            margin: 0;
            max-width: unset;
            min-width: unset;
        }

        .data-table-content h3 {
            font-size: 15px;
        }

        .input-container {
            font-size: 12px;
        }

        .column-data p {
            font-size: 12px;
        }

        .data-height {
            width: 75%;
        }
        .cuestionarioPatient #flags {
            margin-right: 12px;
        }
    }

    @media(max-width: 768px) {
        .column-data .color-column .data-height p {
            font-size: 10px;
        }
    }

    @media(max-width: 768px) {

        .quiz-container .form-check-inline {
            padding: 0px;
        }

        .quiz-container input#chkConditions {
            position: absolute;
            width: 35px;
        }

        .quiz-container label.form-check-label {
            float: left;
            width: 100%;
            padding-left: 40px;
        }

        .form-check.form-check-inline.check-flex {
            padding-left: 0px !important;
        }

        .contentWelcomeLayoutContainer .columna_izquierda {
            width: 100%;
        }

        .contentWelcomeLayoutContainer .columna_derecha {
            width: 100%;
        }

        .contentWelcomeLayoutContainer input#Email {
            width: 100%;
        }

        input.form-control.input-number {
            width: 100%;
        }

        .elementLoginMid {
            overflow-y: initial !important;
        }

        .contentWelcome {
            max-width: 100%;
        }

        .dialog-complete-hospital-forms-container .row.boxMid {
            width: 100%;
        }

        .elementPathwayContent {
            width: auto;
        }

        .navDashboard ul {
            padding: 15px 2% 0px 2%;
            margin-bottom: 0px;
        }

            .navDashboard ul li {
                width: 100%;
                margin-bottom: 15px;
            }


        .buttonChangePathwayView {
            margin-top: 2px;
            margin-bottom: 20px;
            margin-left: 0px;
        }

        .scrollTable {
            overflow-x: scroll;
        }

            .scrollTable table {
                width: 767PX;
            }

        .buttonAddPathway,
        .buttonRemopvePathway {
            background: none;
            color: #01A2EB;
            border: 1px solid #01A2EB;
            padding: 11px 0px 13px 0px;
            border-radius: 53px;
            background-position: 12px 6px;
            margin: 10px 0px 0px 0px;
        }

        .accordion label.form-check-label {
            padding-bottom: 10px;
            width: 100%;
            float: left;
            padding-right: 40px;
        }

            .accordion label.form-check-label:nth-child(2) {
                left: auto;
                right: auto;
                position: static;
                float: left;
                width: auto;
                margin-left: 30px !important;
            }

        .form-switch .form-check-input {
            float: left;
            position: static;
            margin-left: 14px;
            margin-top: 6px;
        }

        .full-width-form {
            max-width: unset;
        }

        .btn.login-btn{
            width: 100%;
        }

        .row.contentFace {
            display: block;
        }

        .face-container {
            width: 100%;
            margin: 20px 0px !important;
            display: block;
            flex-direction: initial;
            margin: 0.5rem;
        }

        div#questionaryData {
            width: 100%;
            margin: 0px;
            padding: 0px;
        }

            div#questionaryData .col {
                padding-right: 0px;
            }

        .quiz-buttons {
            text-align: center;
            width: 100%;
            padding: 0px 10%;
            height: 100px;
        }

            .quiz-buttons button#btnPrevious {
                top: 36px;
                margin-left: 0px;
                width: 49%;
            }

            .quiz-buttons button#btnNext {
                /* float: right; */
                top: 36px;
                margin-left: 0px;
                width: 49%;
                right: 0px;
                position: absolute;
            }

        button#btnEnd {
            /* float: right; */
            top: 36px;
            margin-left: 0px;
            width: 49%;
            right: 0px;
            position: absolute;
        }

        div#progressBar {
            width: 100%;
            position: absolute;
            left: 0px;
            margin: 0px;
            font-size: 14px;
        }

        #formContent p {
            padding: 10px 0%;
        }

        .contentInputs {
            margin: 0px 0px 15px 0px;
        }

        .cuestionarioPatient footer {
            background: #FFFFFF !important;
            padding: 0px;
        }

        .copy {
            border-bottom: 1px dashed #A4A4A4;
            text-align: center;
            padding-bottom: 16px;
            margin-top: 0;
        }

        footer ul {
            padding: 0px 0px 0px 0px;
            margin: 7px 0px 14px 0px;
            float: left;
            width: 100%;
        }


            footer ul li {
                padding: 20px 0px;
                width: 100%;
                text-align: center;
                border-top: 1px dashed #A4A4A4;
            }

                footer ul li:last-child {
                    border-bottom: 1px dashed #A4A4A4;
                }

        .contentLogo {
            width: 100%;
            text-align: center;
            margin-top: 24px;
        }


        .elementLoginMid {
            float: right;
            width: 100%;
            height: auto;
            padding: 64px 30px 20px 30px;
        }

            .elementLoginMid.rightLogin {
                order: 1;
                float: none;
                padding: 0px;
                width: 100%;
                height: 200px;
                display: none;
            }

                .elementLoginMid.rightLogin img {
                    display: none;
                }

        .contentLoginBox {
            width: 100%;
        }

        .elementLoginMid footer,
        .contentAppContent footer{
            position: relative;
            margin-top: 40px;
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .contentLoginBoxTitle {
            width: 100%;
            margin-top: 30px;
        }

            .contentLoginBoxTitle h1 {
                font-size: 42px;
            }

        .cookiesContent {
            float: left;
            padding: 0px 0px 20px 0px;
            width: 100%;
        }

        .bttsWrap {
            padding: 0px;
            width: 100%;
        }

        .container-fluid.alertCookiesbox #alertCookies {
            padding: 15px 10px;
        }

        .bttsWrap input {
            width: 100%;
            margin-bottom: 20px;
        }

        .contentLogoNav img {
            margin-top: 5px;
            width: 32px;
        }

        .contentTitle a {
            font-size: 18px;
        }

        .contentTitle h2 {
            font-size: 14px;
        }

        .contentAppMenu {
            width: 40px;
        }

            .contentAppMenu li a {
                min-height: 45px;
            }

            .contentAppMenu li.altaPaciente a,
            .contentAppMenu li.pacientes a,
            .contentAppMenu li.cuadro a,
            .contentAppMenu li.qrCodes a,
            .contentAppMenu li.interoperabilidad a {
                padding: 9px 0px 11px 40px;
                background-size: 70%;
            }


            .contentAppMenu li.altaPaciente a {
                background: url(../images/diseno/icon-nuevo.png) top left no-repeat;
                background-position: 4px 9px;
                background-size: 70%;
            }


                .contentAppMenu li.altaPaciente a.active,
                .contentAppMenu li.altaPaciente a:hover {
                    background: url(../images/diseno/icon-nuevo-hover.png) top left no-repeat #ffffff;
                    background-position: 4px 9px;
                    background-size: 70%;
                }







            .contentAppMenu li.qrCodes a {
                background: url(../images/diseno/icon-qr.png) top left no-repeat;
                background-position: 4px 9px;
                background-size: 70%;
            }


                .contentAppMenu li.qrCodes a.active,
                .contentAppMenu li.qrCodes a:hover {
                    background: url(../images/diseno/icon-qr-hover.png) top left no-repeat #ffffff;
                    background-position: 4px 9px;
                    background-size: 70%;
                }

            .contentAppMenu li.interoperabilidad a {
                background: url(../images/diseno/icon-interoperavility.png) top left no-repeat;
                background-position: 4px 5px;
                background-size: 80%;
            }


                .contentAppMenu li.interoperabilidad a.active,
                .contentAppMenu li.interoperabilidad a:hover {
                    background: url(../images/diseno/icon-interoperavility-hover.png) top left no-repeat #ffffff;
                    background-position: 4px 5px;
                    background-size: 80%;
                }


            .contentAppMenu li.pacientes a {
                background: url(../images/diseno/icon-pacientes.png) top left no-repeat;
                background-position: 2px 8px;
                background-size: 70%;
            }

                .contentAppMenu li.pacientes a.active,
                .contentAppMenu li.pacientes a:hover {
                    background: url(../images/diseno/icon-pacientes-hover.png) top left no-repeat #ffffff;
                    background-position: 2px 8px;
                    background-size: 70%;
                }


            .contentAppMenu li.cuadro a {
                background: url(../images/diseno/icon-informe.png) top left no-repeat;
                background-position: 4px 8px;
                background-size: 70%;
            }



                .contentAppMenu li.cuadro a.active,
                .contentAppMenu li.cuadro a:hover {
                    background: url(../images/diseno/icon-informe-hover.png) top left no-repeat #ffffff;
                    background-position: 4px 8px;
                    background-size: 70%;
                }



            .contentAppMenu li.areaHCP a {
                background: url(../images/diseno/icon-area-hcp.png) top left no-repeat;
                background-position: 4px 9px;
                background-size: 70%;
            }

                .contentAppMenu li.areaHCP a.active,
                .contentAppMenu li.areaHCP a:hover {
                    background: url(../images/diseno/icon-area-hcp-hover.png) top left no-repeat #ffffff;
                    background-position: 4px 9px;
                    background-size: 70%;
                }


        .contentAppContent {
            height: 100%;
            padding-left: 40px;
        }

        nav.contentNavPrincipal {
            /*background: url(../images/diseno/bg-menu.png) top left no-repeat;*/
            min-height: 445px;
            margin-top: 90px;
            /*background-position: -31px 0px;*/
        }

        .contentAppContentInner h2, .contentAppContentInner h4, .titleFontDeg h2, .titleFontDeg h4 {
            width: 100%;
            margin-bottom: 20px;
        }

        .search-container {
            width: 100%;
            float: left;
            padding: 0px;
        }

        .titleFontDeg .search-container .yellow-btn {
            margin: 0px 20px 0px 0px;
        }

        .yellow-btn {
            width: 100%;
        }

        .elementSearch.methodEnvio .form-wrap div {
            width: 100%;
            margin-bottom: 20px;
        }

        .elementSearch.methodEnvio {
            min-width: 100%;
        }









        .elementSearch.createGender {
            min-width: 100%;
        }


        .row.contentFace {
            display: block;
            float: left;
        }

        .col.text-center.face-container {
            width: 46%;
            float: left;
            margin: 14px 2% !important;
        }


        .contentProgress.quiz-buttons {
            float: left;
            padding: 0px;
        }

        .contentAppContentInnerPostalCode .contentInputsDate input#postalCodeCP {
            width: 100%;
        }

        #formContent div.medico-familia p,
        #formContent div.centro-salud p {
            width: 100%;
            font-size: 14.5px !important;
            background-size: 40px;
        }

        .quiz-container #formContent h6 {
            font-size: 14.5px;
            border-bottom: 1px solid #707070;
            padding: 0 0 12px 0;
        }

        .contentPAtientCuestionario div#questionaryData p,
        .contentPAtientCuestionario .quiz-container #formContent .col .form-label {
            font-size: 16.5px;
            line-height: 15px !important;
        }

        .face-container label.form-check-label,
        .quiz-container .contentInputs label.form-check-label {
            font-size: 14px !important;
        }

        .header-question-title.medico-familia,
        .header-question-title.centro-salud {
            border-bottom: 1px solid #707070;
            margin-bottom: 12px;
        }

        .country-select ul.country-list {
            width: 40px !important;
        }

    }

    @media(max-width: 650px) {
        button#btn-bienvenida {
            float: none;
        }


        .contentSelectionFilterElement {
            width: 100%;
            position: relative;
        }

        .check-circle {
            left: 0px;
        }

        .contentQRElement {
            width: 100% !important;
        }

        .datatables-container {
            flex-direction: column;
        }

        .data-table-content {
            width: 100%;
            padding-bottom: 0px;
            margin-top: 0px;
        }

            .data-table-content.doctor {
                border-right: none;
            }

        .input-container {
            font-size: 12px;
            margin-top: 12px;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }

            .input-container label {
                width: 50%;
                margin-right: 0;
                text-align: start;
                margin: 8px 8px;
            }

            .input-container select {
                width: 50%;
                min-height: 24px;
                background-size: 12px;
            }

        .column-data p {
            font-size: 12px;
        }

        .column-data .color-column .data-height p {
            font-size: 12px;
        }

        .data-height {
            width: 75%;
        }

        .color-column {
            height: 120px;
        }

        .cuestionarioPatient #flags {
            margin-right: 24px;
        }


        .modal.modal-table .modal-dialog {
            width: 90%;
            margin: auto;
        }
    }




    @media(max-width: 500px) {



        #formContent h6 {
            margin-bottom: 5px !important;
        }
        /******************/





        .contentWelcomeLayoutContainer .columna_izquierda {
            width: 100%;
            margin-bottom: 20px;
        }


        .contentWelcomeLayoutContainer .columna_derecha {
            width: 100%;
        }


        .contentWelcomeLayoutContainer form .contentMailWelcome label {
            width: 100%;
        }

        .contentWelcomeLayoutContainer form input#Email {
            width: 100%;
        }




        .contentBtnWelcome button {
            width: 100%;
        }





        /*******************/
        footer ul li a {
            font-size: 12px;
            color: #000;
            padding: 0px 0px 0px 0px;
        }

        .copy p {
            font-size: 12px;
        }

        footer ul li {
            padding: 15px 0px;
        }

        .col.text-center.face-container {
            width: 100%;
            margin: 10px 0% !important;
        }


        .search-container {
            display: block;
        }

        .titleFontDeg .search-container .yellow-btn {
            margin: 10px 0px 10px 0px;
        }


        .col.form-check.form-check-inline {
            width: 100%;
            /* padding-left: 34%; */
            text-align: center;
        }

        div#\33 03 .col.form-check.form-check-inline {
            width: unset;
        }

        .containerBodyHeader span {
            width: 100%;
        }

        .containerBodyHeader {
            background: url(../images/diseno/backHeader.png) top left no-repeat;
            background-size: cover !important;
        }

        .header-patient img {
            height: 45px;
            width: 45px;
            padding: 0px;
            float: left;
            margin-right: 0px;
            margin-left: 0px;
        }

        .header-patient .contentTitle h2 {
            font-family: proxima-nova, sans-serif;
            font-weight: 900;
            font-style: normal;
            color: #000000;
            font-size: 14px;
            margin-bottom: 0px;
        }

        .header-patient .contentTitle {
            padding: 9px 0px 0px 0px;
        }

            .header-patient .contentTitle h3 {
                font-size: 11px;
                color: #000000;
                font-weight: 300;
            }

        .face-container {
            padding: 5px 0px 5px 0px;
        }

        .quiz-container {
            padding: 10px 5% 1.5rem 5%;
            margin-top: 0px;
        }

        .titleFontDeg .search-container .yellow-btn {
            margin: 0px 0px 10px 0px !important;
        }

        .accordion label.form-check-label {
            line-height: 25px;
            font-size: 24px !important;
        }

        .form-switch .form-check-input {
            float: left;
            position: static;
            margin-left: 30px;
            margin-top: 10px;
        }

        .modal-body .col.inputNormal {
            flex: auto;
            margin: 13px 0px;
        }

        .modal-body .elementCheck .row .col-4.inputNormal {
            width: 100%;
        }

        button#dialog-form-answer-button {
            margin-left: 0px;
            margin-top: 3px;
            margin-bottom: 5px;
        }

        p.modal-threetitle {
            margin: 5px 0px 0px 0px !important;
        }

        .dialog-form-answer-container .col {
            flex: auto;
        }

        img#dialog-form-answer-qrcode {
            width: 100%;
            margin: 0px;
        }

        .containerBodyHeader {
            padding: 15px 10% 15px 20px;
        }

            .containerBodyHeader span {
                font-size: 22px;
                line-height: 22px;
            }

        #formContent p {
            word-break: break-word;
            font-size: 24px;
            line-height: 20px;
            padding: 0px 0px 10px 0px;
        }

        .face-container {
            box-shadow: 0px 0px 11px -5px rgb(0 0 0 / 30%);
        }

        .quiz-container button#btnOkConditions {
            margin-left: 0px;
            margin-top: 15px;
            margin-bottom: 0px;
        }

        .cuestionarioPatient .containerBodyHeader {
            display: none;
        }

        .col.text-center.face-container div {
            float: left;
        }


        .quiz-container {
            padding: 1.2rem 5% 0 5%;
        }

        .contentInputs {
            margin: 0px 0px 10px 0px;
        }


        .imgRaiting {
            width: 30px;
            /* float: left; */
        }

        .quiz-container .form-check-inline {
            padding: 5px 0px 0px 20px;
        }

        .col.text-center.face-container {
            margin: 10px 0% 5px 0% !important;
            padding: 4px 20px;
        }

        .face-container label.form-check-label {
            margin: 3px 0px 0px 8px;
        }

        .face-container label {
            width: 100%;
            cursor: pointer;
            position: relative;
        }

        img.imgRaiting {
            position: absolute;
            width: 30px;
            height: 30px;
            top: -15px;
            left: 0px;
        }

        .face-container label.form-check-label {
            text-align: left;
            /* margin: 3px 0px 0px 8px; */
            float: left;
            width: 100%;
            padding: 5px 10px 5px 38px !important
        }

        .contentTitle h2 {
            max-width: 168px;
            word-break: break-word;
        }

        .cuestionarioPatient #flags {
            margin-right: 24px;
        }

    }

    @media(max-width: 450px){
        .cuestionarioPatient #flags {
            margin-right: 32px;
        }
    }

    .contentPAtientCuestionario {
        background: #fff !important;
    }




    @media(max-width: 1229px) {
        .search-container {
            justify-content: flex-start;
        }
    }

    @media(max-width:1024px) {
        /*#patientMyData .input30, #patientMyDataQR .input30, #patientMyDataCP .input30,
    #patientMyData .input30R, #patientMyDataQR .input30R, #patientMyDataCP .input30R {
        width: 50%;
    }*/

        .contentPAtientCuestionario input#birthDateQR, .contentPAtientCuestionario input#postalCodeQR,
        #patientMyData .input50R.input30R .form-control:disabled, #patientMyDataQR .input50R.input30R .form-control:disabled, #patientMyDataCP .input50R.input30R .form-control:disabled {
            width: 100%;
        }
    }


    @media(max-width: 991px) {
        /*.home p {
            font-size: 1rem;
        }

        .row > * {
            padding-left: 0;
        }

        .contentAppMenu {
       width: 100%;
            height: 70px;
            border-radius: 0px 0px 25px 25px;
            position: fixed;
            z-index: 999;
        }

        .contentAppMenuUser {
            width: 300px;
            padding: 8px 8px 8px 20px;
        }

            .contentAppMenuUser img {
                height: 52px;
                width: 52px;
                padding: 0px;
                float: left;
                margin-right: 10px;
                border: 3px solid #fff;
            }

            .contentAppMenuUser h2 {
                font-size: 20px;
                float: left;
                margin: 6px 0px 0px 0px;
                padding: 0px;
                line-height: 20px;
            }

            .contentAppMenuUser .psv-link {
                float: left;
            }

        .contentAppMenu ul {
            display: none;
        }

        .contentAppContent {
            padding: 0px;
        }

        .contentAppContentInner {
            padding: 100px 30px 0px 30px;
        }

            .contentAppContentInner h2 {
                margin-bottom: 20px;
            }

        .contentSelectionAltaElement {
            margin-right: 10px;
            width: 47%;
        }

        .contentLogoPSV {
            padding: 20px 20px 20px 20px;
            width: 100%;
            text-align: center;
            position: static;
        }

        .btnBackPSV {
            top: 107px;
        }*/
        /********BURGER*********/

        /*#mobile-nav-toggle {
            display: inline;
        }

        .page-template-page-templatespage-tpl-app-psv-php #mobile-nav-toggle i {
            color: #ffffff;
        }*/

        .row.elementPathwayContent .col-4 {
            width: 100%;
        }


        .elementPathway {
            min-height: auto;
        }

        .pathway-card {
            min-height: auto;
        }


        .elementSearch,
        .elementSearch.metohdFull,
        .elementSearch.idBox,
        .elementSearch.createDate,
        .elementSearch.inputNormal.createEmail,
        .elementSearch.inputNormal.createPhone {
            width: 100% !important;
            padding: 0px;
        }

        .elementYear.from-year {
            width: 97%;
            padding-right: 0px;
            padding-bottom:20px;
        }
        .elementYear {
            padding-left: 0px;
        }


        .elementYear {
            float: left;
            width: 97%;
        }
    }

    @media(max-width: 768px) {
        .contentPAtientCuestionario input#birthDateQR,
        .contentPAtientCuestionario input#postalCodeQR {
            width: 100%;
        }
    }

    @media(max-width: 500px) {
        .quiz-container .contentInputs .form-check-input {
            top: 5px;
        }

        .form-wrap {
            flex-direction: column;
        }

        .quiz-container .contentInputs label.form-check-label {
            padding: 10px 0px 0px 28px;
        }
    }

    @media(max-width: 468px){
        #fileLoaded{
            margin-top: 16px;
        }
    }

    @media(max-width: 363px) {
        .container-btn {
            margin-top: 0.5rem;
        }

        .quiz-container .form-check-inline {
            padding: 5px 0px 0px 0px;
        }

        .quiz-container .contentInputs label.form-check-label {
            padding: 10px 0px 0px 45px;
        }
    }

    @media print {

        .contentIcons,
        .contentNavPrincipal {
            display: none;
        }

        .contentPageQr .elementPathway {
            width: 680px;
        }

        .contentPageQr .contetQRImg img {
            width: 350px;
        }

        .contentPageQr .pathway-card {
            text-align: center;
        }
    }
