body > header {
    background-color: transparent;
    color: #ffffff;
}
body > footer {
    background-color: #3a3a3a;
    color: #ffffff;
}
body {
    background-color: transparent;
    background-image: url(../../../../img/head_bg.png);
}
.content {
    position: relative;
    min-height: 40vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.content.logged_in {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}
p.center_only_dev {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 6px 0;
    width: 274px;
}
p.center_only_dev label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}
form p.center_only_dev input {
    display: inline-block;
    width: 90%;
    height: 20px;
    padding: 4px 0px 4px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: #ffffff;
    border: 1px solid #010101;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    margin-bottom: 0;
}
form p.center_only_dev input[type=date] {
    padding: 4px 6px 4px 12px;
    width: calc(90% - 6px);
}
form input.btn_submit {
    -webkit-appearance: none;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 108px;
    border-width: 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: #010101;
    color: #fff;
}
.head-menu > a#logout_icon {
    /** color: #ffffff; */
    color: #3a3a3a;
}
#logout_icon i.fa-solid {
    transition: 0.3s ease-in-out;
}
#logout_icon:hover i.fa-solid {
    content: "\f52b";
}
#logout_icon:hover i.fa-solid:before {
    content: "\f52b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.password-forgot {
    width: 100%;
    text-align: center;
}
.password-forgot a {
    text-decoration: none;
    color: #cdcdcd;
    background-color: #9d9d9c;
    padding: 4px 30px;
    border: 1px solid transparent;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.password-forgot a:hover {
    background-color: #010101;
    color: #ffffff;
}
a#lateralMenu {
    padding: 6px 16px;
    margin-left: 14px;
}
div.page_content {
    width: 100%;
    align-self: flex-start;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
}
div.page_content.flexible {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
}
.study_data {
    position: relative;
    border: 1px solid transparent;
    margin: 2px 6px 8px 6px;
    padding: 50px 16px 20px 16px;
    background-color: #858585;
    border-radius: 22px;
    color: #ffffff;
    overflow: hidden;
    height: auto;
    transition: height 0.3s ease;
    cursor: pointer;
}
.study_data i.fa-solid {
    font-size: 16px;
    margin-right: 6px;
}
.study_data .study_datetime {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #9d9d9c;
    color: #010101;
    width: 100%;
    padding: 14px 0 10px 22px;
    z-index: 1;
}
.study_data .study_datetime.with_more_info {
    padding: 14px 0 40px 22px;
}
.study_data .patient_info {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #010101;
    margin: -6px 0 10px 0;
    z-index: 1;
}
.study_data .modality {
    position: absolute;
    text-align: right;
    top: 0;
    right: 0;
    min-width: 100px;
    background-color: #010101;
    padding: 8px 16px 8px 10px;
    border-radius: 0 0 0 8px;
    z-index: 2;
}
.study_data .study_desc {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    color: #ffffff;
}
.study_data {
    cursor: pointer;
}
.study_data .study_body {
    overflow: hidden;
    height: 0;
    margin-top: -10px;
    transition: height 0.5s ease,
                margin-top 0.5s ease-in-out;
}
.study_data.show_body .study_body {
    height: 66px;
    margin-top: 0;
}
.study_data.show_body .study_body.margin-top {
    margin-top: 20px;
}
.study_data.show_body .study_body.buttons_4,
.study_data.show_body .study_body.buttons_5,
.study_data.show_body .study_body.buttons_6 {
    height: 160px;
}
.study_data.show_body .study_body.buttons_7,
.study_data.show_body .study_body.buttons_8,
.study_data.show_body .study_body.buttons_9 {
    height: 240px;
}
.study_data.show_body .study_body.buttons_11,
.study_data.show_body .study_body.buttons_12,
.study_data.show_body .study_body.buttons_13 {
    height: 310px;
}
.study_body > div {
    padding: 0 0 10px 0;
}
.study_buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 80px;
}
.study_buttons .button_container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.study_buttons .button_container > a {
    text-decoration: none;
}
.study_buttons .button_container > a.btnStdy,
.study_buttons .button_container > button.btnStdy {
    background-color: #010101;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.study_data .button_container i.fa-solid {
    margin: 0;
}
.study_buttons .button_container > span.name {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    margin-top: 4px;
}
a.disabled {
    cursor: not-allowed;
    background-color: #5a5a5a;
    color: #dfdfdf;
}
[class^="imgcon-"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -4px;
    line-height: 14px;
    background-image: url(../../../../img/osirix_icon_white.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.btn-cell.flex-btn-cell {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.whatsapp-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -4px;
    line-height: 14px;
    background-image: url(../../../../img/whatsapp.svg);
    background-repeat: no-repeat;
    background-size: 22px 22px;
}
.msg_tooltip:hover > .whatsapp-icon {
    background-image: url(../../../../img/whatsapp_hover.svg);
}
button[data-type="whats_manual"] .whatsapp-icon {
    background-image: url(../../../../img/whatsapp_blue_manual.svg);
}
button[data-type="whats_manual"].msg_tooltip:hover > .whatsapp-icon {
    background-image: url(../../../../img/whatsapp_hover_manual.svg);
}
button[data-type="whats_semiauto"] .whatsapp-icon {
    background-image: url(../../../../img/whatsapp_blue_semi.svg);
}
button[data-type="whats_semiauto"].msg_tooltip:hover > .whatsapp-icon {
    background-image: url(../../../../img/whatsapp_hover_semi.svg);
}
div.article_style {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.head_article {
    align-self: flex-start;
    width: 100%;
    background-color: #9d9d9c;
    border: 2px solid #5a5a5a;
    border-radius: 22px 22px 0 0;
    border-width: 2px 2px 1px 2px;
}
.head_article > * {
    margin: 8px 10px;
}
.body_article {
    align-self: flex-start;
    background-color: #d0d0d0;
    width: 100%;
    border: 2px solid #5a5a5a;
    border-width: 0 2px 2px 2px;
    border-radius: 0 0 22px 22px;
}
.body_article > form {
    margin: 8px 10px;
}
.col-strech-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
}
.row-strech-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: flex-end;
}
.body_article > form .form-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.form-group label {
    width: 100px;
}
.form-group .form-option {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 100px);
}
.row-strech-flex .form-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.row-strech-flex .form-group.submit-element {
    width: 100%;
}
.row-strech-flex .form-group .form-option {
    width: 100%;
}
.row-strech-flex .form-group label {
    width: 100%;
    text-align: center;
}
.form-option input[disabled] {
    background: transparent;
    border: none;
}
.form-option input {
    width: 100%;
}
.form-option i.fa-solid {
    font-size: 16px;
    margin-left: 8px;
}
.current_pwd {
    width: 80%;
    padding: 2px 8px;
}
.no-btn {
    background: transparent;
    border: none;
    padding: 3px 6px 3px 1px;
}
.form-group input[type=submit] {
    width: 100%;
    background-color: #5a5a5a;
    border-radius: 22px;
    border-width: 0;
    color: #ffffff;
    padding: 10px 0;
}
.form-option input:not(:disabled) {
    border-radius: 22px;
    border-width: 1px;
    padding: 6px 2px 6px 10px;
}
.study_expand_info {
    width: 24px;
    height: 24px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    margin-top: -8px;
}
.study_expand_info i.fa-solid {
    margin: 0;
    font-size: 20px;
    z-index: 1;
}
div#link_to_share {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #010101;
    background-color: #f6f6f6;
    padding: 2px 4px;
    border: 1px solid #9d9d9c;
    border-radius: 8px;
    overflow: hidden;
}
div#link_to_share.closed {
    display: none;
    visibility: hidden;
}
div#link_to_share > input#text_to_share {
    font-style: italic;
    font-weight: 400;
    padding: 6px 10px;
    display: inline-block;
    border: none;
    background-color: transparent;
    margin: 0;
    box-shadow: none;
    width: 100%;
}
div#link_to_share > i.fa-solid {
    background-color: transparent;
    padding: 6px 12px;
    border: 1px solid #9d9d9c;
    border-width: 0 0 0 1px;
    margin: -2px -4px -2px 0;
    cursor: pointer;
}
div#link_to_share > i.fa-solid:hover {
    background-color: #9d9d9c;
    color: #ffffff;
}
article a.btn,
input.btn[type=submit] {
    border: 1px solid #010101;
    border-radius: 12px;
    padding: 5px 12px;
    background-color: #f6f6f6;
    color: #010101;
    font-weight: 400;
}
article a.btn:hover {
    background-color: #9d9d9c;
    color: #f6f6f6;
    border-color: transparent;
}
.btns-group button.btn {
    background-color: transparent;
    border: none;
}
button.btn.createUsr,
button.btn.createUsr_example {
    min-height: 100%;
    height: 26px;
    width: 100%;
    max-width: 140px;
    border: 1px solid #9d9d9c;
    border-radius: 8px;
}
button.btn.createUsr_example {
    height: 18px;
}
button.btn.createUsr:hover {
    background-color: #9d9d9c;
    color: #ffffff;
}
.btns-group button.btn.sendWhatsApp {
    margin: 0 8px;
}
.btn-cell.flex-btn-cell .usr_opt_btn {
    padding: 2px 6px;
    border: transparent;
    border-radius: 6px;
    cursor: pointer;
    background-color: transparent;
}
.btn-cell.flex-btn-cell .usr_opt_btn:first-child {
    margin-right: 4px;
}
.btn-cell.flex-btn-cell .usr_opt_btn i {
    font-size: 18px;
    color: #010101;
}
a.btn-new-user {
    color: #010101;
    border: 1px solid #9d9d9c;
    border-radius: 10px;
    padding: 6px 8px;
    margin: 0 0 -6px 0;
    background-color: #f6f6f6;
    text-align: center;
}
a.btn-new-user i.fa-solid {
    margin-right: 8px;
    font-size: 16px;
}
/* -- Loading -- */
.row-fluid.row-loading {
    position: absolute;
    width: 100%;
    min-height: calc(100vh - 280px);
}
.row-fluid.row-loading div#table_studies_processing {
    visibility: visible !important;
}
.circle,
.circle1 {
    background-color: #d0d0d0;
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    margin: 0 auto;
}
.circle {
    box-shadow: 0 0 35px #3fb6e9;
    width: 50px;
    height: 50px;
    -webkit-animation: spinPulse 1s infinite linear;
    -moz-animation: spinPulse 1s infinite linear;
    -ms-animation: spinPulse 1s infinite linear;
    -o-animation: spinPulse 1s infinite linear;
    animation: spinPulse 1s infinite linear;
}
.circle1 {
    box-shadow: 0 0 15px #3fb6e9;
    width: 30px;
    height: 30px;
    position: relative;
    top: -50px;
    -webkit-animation: spinoffPulse 1s infinite linear;
    -moz-animation: spinoffPulse 1s infinite linear;
    -ms-animation: spinoffPulse 1s infinite linear;
    -o-animation: spinoffPulse 1s infinite linear;
    animation: spinoffPulse 1s infinite linear;
}
@-moz-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        -moz-transform: rotate(160deg);
        -o-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
        transform: rotate(160deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-box-shadow: 0 0 1px #3fb6e9;
        box-shadow: 0 0 1px #3fb6e9;
    }
    50% {
        -webkit-transform: rotate(145deg);
        -moz-transform: rotate(145deg);
        -o-transform: rotate(145deg);
        -ms-transform: rotate(145deg);
        transform: rotate(145deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-320deg);
        -moz-transform: rotate(-320deg);
        -o-transform: rotate(-320deg);
        -ms-transform: rotate(-320deg);
        transform: rotate(-320deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }
}
@-moz-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        -moz-transform: rotate(160deg);
        -o-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
        transform: rotate(160deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-box-shadow: 0 0 1px #3fb6e9;
        box-shadow: 0 0 1px #3fb6e9;
    }
    50% {
        -webkit-transform: rotate(145deg);
        -moz-transform: rotate(145deg);
        -o-transform: rotate(145deg);
        -ms-transform: rotate(145deg);
        transform: rotate(145deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-320deg);
        -moz-transform: rotate(-320deg);
        -o-transform: rotate(-320deg);
        -ms-transform: rotate(-320deg);
        transform: rotate(-320deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }
}
@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* -- End Loading -- */
div#table_assignments_study_wrapper,
div#table_userStudies_wrapper {
    padding-bottom: 36px;
}
a.return_back {
    border: 1px solid #9d9d9c;
    border-radius: 12px;
    padding: 7px 6px;
    margin: 4px 6px;
    max-width: 120px;
    text-align: center;
    background-color: #d0d0d0;
    color: #010101;
    text-decoration: none;
    z-index: 1;
}
a.return_back > i.fa-solid {
    font-size: 16px;
}
.has-error-share {
    color: #b94a48!important;
    text-shadow: #f35c5c -1px 2px 4px;
}
div#personal_data {
    margin-top: 30px;
}
div#create_user_row {
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
div#create_user_row .btn-new-user {
    width: 100%;
}

/** Media query para únicamente móvil */
@media only screen and (max-width: 768px) {
    form p.center_only_dev input {
        height: 32px;
    }
    form input.btn_submit {
        padding: 14px 108px;
    }
    .password-forgot a {
        padding: 12px 30px;
    }
    .dropdown_user {
        display: none;
    }
    .only_hidden_on_mobile {
        display: none !important;
    }
}

/* Media query para tablets */
@media only screen and (min-width: 768px) {
    /* Estilos específicos para tablets */
    .dropdown_user {
        position: relative;
        display: inline-block;
    }
    .head-menu > .dropdown_user > .dropbtn {
        text-decoration: none;
        background-color: transparent;
        color: #3a3a3a;
        padding: 10px;
        border: none;
    }
    .head-menu:not(.openLateralMenu) > a#lateralMenu {
        color: #3a3a3a;
    }
    .head-menu.openLateralMenu > .dropdown_user > .dropbtn {
        color: white;
    }
    .dropdown_user i {
        font-size: 14px;
        margin-right: 5px;
    }
    a#lateralMenu {
        margin-left: 4px;
    }
    li.only_mobile {
        display: none;
    }
    .study_buttons {
        grid-template-columns: repeat(4, 1fr);
    }
    .row-strech-flex .form-group.submit-element {
        width: 100px;
    }
}

/* Media query para desktops pequeños */
@media only screen and (min-width: 992px) {
    /* Estilos específicos para desktops pequeños */
    .study_data .study_desc {
        position: absolute;
        top: 14px;
        left: 0;
        width: calc(100% - 126px - 20px);
        color: #010101;
        text-align: right;
        z-index: 2;
    }
    .study_body > div {
        padding: 0 0 5px 0;
    }
    .study_buttons {
        grid-template-columns: repeat(11, 1fr);
    }
    .study_data {
        padding-top: 32px;
    }
    .study_data.show_body {
        padding-top: 60px;
    }
    .study_data .study_datetime {
        padding: 14px 0 20px 22px;
    }
    .study_data.show_body .study_body,
    .study_data.show_body .study_body.buttons_4,
    .study_data.show_body .study_body.buttons_5,
    .study_data.show_body .study_body.buttons_6
    .study_data.show_body .study_body.buttons_7,
    .study_data.show_body .study_body.buttons_8,
    .study_data.show_body .study_body.buttons_9,
    .study_data.show_body .study_body.buttons_11 {
        height: 82px !important;
    }
    .study_data.show_body .study_body.buttons_12,
    .study_data.show_body .study_body.buttons_13 {
        height: 156px;
    }
    div.article_style {
        width: 60%;
        margin: 0 auto;
    }
    .study_data .patient_info {
        margin: 10px 0 10px 0;
    }
    .study_data.show_body .patient_info {
        margin: -18px 0 20px 0;
    }
    .study_data.show_body .study_body {
        margin-bottom: -20px;
    }
    a.btn-new-user {
        width: 120px;
        text-align: left;
        padding: 6px 20px 6px 10px;
    }
    a.btn-new-user:hover {
        border-color: #d0d0d0;
        background-color: #d0d0d0;
    }
    /* -- Loading -- */
    .row-fluid.row-loading {
        min-height: calc(100vh - 200px);
    }
    /* -- End Loading -- */
    div#create_user_row {
        justify-content: flex-end;
    }
    div#create_user_row .btn-new-user {
        width: auto;
    }
}

/* Media query para desktops grandes */
@media only screen and (min-width: 1200px) {
    /* Estilos específicos para desktops grandes */
}