﻿@charset "UTF-8";
@import url("../../Styles/default-styles.css");

:root {
    --arrowDownImg: url(Images/arrow_down.png);
    --arrowUpImg: url(Images/arrow_up.png);
    --addImg: url(Images/add.png);
    --mainLogo1: url(Images/main_logo_1.png);
    --mainLogo2: url(Images/main_logo_2.png);
    --loginBackground: url(Images/login_background.jpg);
}

/*#region Must be in every theme*/

.expandHeader {
    background-image: var(--arrowDownImg);
}

.collapseHeader {
    background-image: var(--arrowUpImg);
}

#addTask, #addTaskAgenda {
    background-image: var(--addImg);
}

.addButtonRoundGreen {
    background-image: var(--addImg);
}

/*#endregion*/

header {
    height: 80px;
    width: 100%;
    box-shadow: 0px 0px 1px #d5dee5;
    border-bottom: 2px solid #d5dee5;
    background: #49b270;
}

#mainLogo1 {
    background-image: var(--mainLogo1);
    width: 220px;
    height: 80px;
    background-size: cover;
    float: left;
}

#mainLogo2 {
    background-image: var(--mainLogo2);
    width: 200px;
    height: 80px;
    background-size: cover;
    float: left;
}

.menu1 ul {
    color: #FFF;
    float: right;
}

.current {
    border-bottom: 5px solid #FFF;
    padding-bottom: 20px !important;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    margin: 0 auto;
    position: relative;
}

ul.subMenu {
    list-style-type: none;
    position: relative;
    padding: 10px;
    background: white;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    border-top: #49b270 2px solid;
}

.divider {
    width: 1px;
    height: 22px;
    background-color: white;
    float: left;
    border-style: solid;
    border-color: #16699b;
    border-width: 4px 0;
}

#productIconContainer {
    background-color: #49b270;
    height: 30px;
    width: 30px;
    cursor: pointer;
    float: right;
}

.loginExternalSSOContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    cursor: pointer;
}

.cohesionImage {
    width: 60px;
    height: auto;
}

.externalLoginContainer {
    font-size: 16px;
    font-weight: 600
}


.login-content-wrapper {
    width: 100%;
    height: 100%;
    background-image: var(--loginBackground);
    background-size: cover;
    overflow-y: auto;
    position: absolute;
}

.topTitleBar {
    height: 80px;
    width: 100%;
    background-color: #49b270;
}

#wellcomeTitle {
    height: 80px;
    color: #FFF;
    font-size: 20px;
    vertical-align: middle;
    max-width: calc(100% - 430px);
    float: right;
    padding-top: 29px;
    padding-right: 10px;
    text-align: right;
}

#loginProductIconContainer {
    background-color: #49b270;
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 0;
}

#closePatientDetailContainer {
    background: #49b270;
    width: 35px;
    height: 100%;
    float: left;
}

#patientFullnameContainer {
    background: #49b270;
    width: 220px;
    height: calc(100% - 20px);
    float: left;
    padding-top: 20px;
}

#patientCallOutContainer {
    background: #49b270;
    width: 45px;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column-reverse;
}

.collapsePatientMenu.x-btn-focus.x-btn-default-small,
.collapsePatientMenu.x-btn-over,
.expandPatientMenu.x-btn-focus.x-btn-default-small,
.expandPatientMenu.x-btn-over {
    background-color: #49b270;
}

.addressButtonDefault {
    position: absolute;
    color: #49b270;
    right: 10px;
    top: 8px;
}

.contactButton,
.newContactButton {
    border-color: #49b270;
    border-radius: 5px;
    background-color: #49b270;
    color: white;
    height: 30px;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
    float: left;
    padding: 7px 10px;
}

.mainPageSearch .x-form-trigger-wrap {
    border-radius: 5px;
    margin-top: -5px;
    border-color: #49b270;
}

.pageFilterRadio {
    border: solid 1px #49b270;
    min-width: 80px;
    border-radius: 5px;
    background-color: white;
    text-align: center;
}

    .pageFilterRadio.x-form-cb-checked {
        border: solid 1px #49b270;
        min-width: 80px;
        border-radius: 5px;
        background-color: #49b270;
        text-align: center;
    }

.closeNewPatientContainer {
    width: 35px;
    height: 100%;
    float: left;
    background-color: #49b270;
}

.newPatientTitle {
    display: flex;
    align-items: center;
    background-color: #49b270;
    color: white;
    width: 220px;
    font-size: 30px;
    line-height: 33px;
}

.adminCloseDetailContainer {
    background: #49b270;
    width: 35px;
    height: 100%;
    float: left;
}

.adminFullnameContainer {
    background: #49b270;
    width: 220px;
    height: calc(100% - 20px);
    float: left;
    padding-top: 20px;
    background: #999999;
    min-width: 220px;
    height: calc(100% - 20px);
    float: left;
    padding-top: 20px;
    width: max-content;
    padding-right: 35px;
}

#paiYearSelection {
    height: 50px;
    margin: 5px 5px;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 4px solid #49b270;
}

    #paiYearSelection > div {
        height: 100%;
        flex: 1 1;
        background-color: #49b270;
        opacity: 0.5;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        color: #FFF;
        font-size: 20px;
        cursor: pointer;
    }

.PerformanceHeader {
    color: #FFFFFF;
    background-color: #49b270;
    text-align: left;
}

.Performance-Row td {
    border-left: 5px solid #49b270;
}

.pdtaHeader,
.measuresGroupItem {
    width: calc(100% - 10px);
    height: 25px;
    padding: 5px;
    background-color: #49b270;
    opacity: 0.5;
    margin: 5px;
    color: #fff;
}

.mandatoryPdtaTask {
    height: 25px;
    width: 20px;
    min-width: 20px;
    background-color: #49b270;
    float: left;
    color: #fff;
    text-align: center;
}

.authorizationCode,
.authorizationTitle {
    float: left;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 5px 0 5px;
    border-left: solid 5px #49b270;
    height: 25px;
}

#sezioniQuestionarioNomeContainer, #domandeQuestionarioNomeContainer {
    background: #49b270;
    width: 400px;
    height: calc(100% - 20px);
    float: left;
    padding-top: 20px;
}

.box-FlexContainer {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.appDownloadTitle {
    text-align: center;
    line-height: 32px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

#jitsiGuestLogo1 {
    width: 52%; /* calcolato in proporzione al logo2 */
    max-width: 220px;
}

#jitsiGuestLogo2 {
    width: 48%; /* calcolato in proporzione al logo1 */
    max-width: 200px;
}