.customButtons {
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    margin: 0 3px;
}
body, html {
    margin: 0;
    min-height: 100%;
    height: 100%;
}

#app-side-nav-outer-toolbar {
    flex-direction: column;
    display: flex; 
    height: 100%;
    width: 100%;
}

.layout-header {
    flex: 0 0 auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    position: relative;
    z-index: 1501;
}

.dx-toolbar .dx-toolbar-item.menu-button {
    width: 60px;
    text-align: center;
    padding: 0;
}

.dx-toolbar .dx-toolbar-item.menu-button > .dx-toolbar-item-content .dx-icon {
    color: #ff5722;
}

.dx-card {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 4px;
    background-color: #fff;
    margin: 2px 2px 3px;
}

.dx-card.wide-card {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    border-right: 0;
    border-left: 0;
}

.with-footer > div > div > .dx-scrollable-content {
    height: 100%;
}

.with-footer > div > div > .dx-scrollable-content > .dx-scrollview-content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.layout-body {
    background-color: #f2f2f2;
    flex: 1;
    height: 100%;
    min-height: 0;
}

    .layout-body .menu-container {
        height: 100%;
        width: 250px;
        background-color: #363640;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        font-family: Roboto,RobotoFallback,"Noto Kufi Arabic",Helvetica,Arial,sans-serif;
        line-height: 1.2857;
    }

.layout-body .content {
    flex-grow: 1;
    height: 100%;
    line-height: 1.5;
}

.layout-body .content h2 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -.5px;
}

.layout-body .content-block {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.layout-body .content-footer {
    display: block;
    color: rgba(0,0,0,.609);
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 20px;
    padding-bottom: 24px;
}

.layout-body .responsive-paddings {
    padding: 20px;
}

.layout-body-hidden {
    visibility: hidden;
}

@media screen and (min-width: 600px) {
    .layout-body .content-block {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media screen and (min-width: 1280px) {
    .layout-body .responsive-paddings {
        padding: 40px;
    }
}

.menu-container .dx-widget {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: Roboto,RobotoFallback,Helvetica,Arial,sans-serif;
    line-height: 24px;
}

.menu-container .dx-treeview {
    white-space: nowrap;
}

.menu-container .dx-treeview .dx-treeview-item {
    padding-left: 0;
    padding-right: 0;
}

.menu-container .dx-treeview .dx-treeview-item .dx-icon {
    width: 60px !important;
    margin: 0 !important;
}

.menu-container .dx-treeview .dx-treeview-node {
    padding: 0 0 !important;
}

.menu-container .dx-treeview .dx-treeview-toggle-item-visibility {
    right: 10px;
    left: auto;
    color: #fff;
}

.menu-container .dx-treeview .dx-rtl .dx-treeview-toggle-item-visibility {
    left: 10px;
    right: auto;
}

.menu-container .dx-treeview .dx-treeview-node[aria-level="1"] {
    font-weight: bold;
    border-bottom: 1px solid #515159;
}

.menu-container .dx-treeview .dx-treeview-node[aria-level="2"] .dx-treeview-item-content {
    font-weight: normal;
    padding: 0 60px;
}

.menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node.dx-state-selected:not(.dx-state-focused) > .dx-treeview-item {
    background: transparent;
}

.menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node.dx-state-selected > .dx-treeview-item * {
    color: #FF5722;
}

.menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node:not(.dx-state-focused) > .dx-treeview-item.dx-state-hover {
    background-color: #3F3F4B;
    color: #fff;
}







#form-container {
    margin: 10px;
}

.long-title h3 {
    margin-top: 12px;
    color: black;
    font-weight: bold;
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    /*font-weight: 200;*/
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.section-title h6 {
    text-align: center;
}

.help-text {
    font-weight: lighter;
    font-style: italic;
    white-space: normal;
}

.dx-label {
    color: black;
    font-weight: bold;
}

.dx-field-item-help-text {
    font-weight: lighter;
}


/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .dx-field-item-label-content {
        max-width: 150px;
        white-space: normal;
    }
}
/* landscape orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
    .dx-field-item-label-content {
        max-width: 150px;
        white-space: normal;
    }
}
/* portrait orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
    .dx-field-item-label-content {
        max-width: 150px;
        white-space: normal;
    }
}
/* typical tablet screen resolution */
@media only screen and (max-width : 834px) {
}
/* landscape orientation */
@media only screen and (min-width : 768px) and (max-width : 834px) and (orientation : landscape) {
}
/* portrait orientation */
@media only screen and (min-width : 768px) and (max-width : 834px) and (orientation : portrait) {
}

.schedaC-cre-category-group,
.schedaC-cre-specify-group,
.schedaC-misure-controllo-group {
    background-color: rgba(191, 191, 191, 0.15);
    padding-left: 30px;
    border-radius: 10px;
}

    .schedaC-cre-category-group .dx-layout-manager .dx-label-h-align .dx-field-item-label .dx-field-item-label-content {
        width: 1000px !important;
        white-space: normal;
    }

    .schedaC-cre-specify-group .dx-layout-manager .dx-label-h-align .dx-field-item-label .dx-field-item-label-content {
        width: 1000px !important;
        white-space: normal;
    }

.schedaC-resistenze-group .dx-layout-manager .dx-label-h-align .dx-field-item-label .dx-field-item-label-content {
    width: 476px !important;
    white-space: normal;
}

.schedaC-misure-controllo-group .dx-layout-manager .dx-label-h-align .dx-field-item-label .dx-field-item-label-content {
    width: 454px !important;
    white-space: normal;
}

.schedaC-EsitoTampone {
    margin: 0 27px 25px -8px;
}

.schedaC-Altro1,
.schedaC-Altro2 {
    margin: 0 27px 25px -8px;
}

.shadow-generic {
    background-color: rgba(191, 191, 191, 0.15);
    border-radius: 10px;
    margin-bottom: 7px;
    padding: 5px 10px 10px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .shadow-generic:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.button-group:not(.dx-first-col) {
    margin-top: 7px;
    padding: 0 !important;
}

.add-terapia-button .dx-button-content {
    background-color: rgba(191, 191, 191, 0.15);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .add-terapia-button .dx-button-content:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }


#SelectTemplate {
    width: fit-content;
    margin-bottom: 7px;
}

.timerClass {
    font-weight: bold;
}

.dx-checkbox-icon {
    border: 2px #36c solid;
}

.shadow_custom {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#client-logo {
    object-fit: cover;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    width: 280px;
    height: 70px;
    border-radius: 2px;
}

@media only screen and (max-width: 280px) {
    #client-logo {
        width: 100%;
        box-sizing: content-box;
    }
}



/*login as page start */
.loginAs-body {
    display: flex;
    justify-content: center;
    /*
    background-image: url('../DefaultImage/loginAsImg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    filter: blur(15px);
    */
}

.container-loginAs {
    /*        align-items: center;
        display: flex;
        justify-content: center;
        height: 100%;
        width: 100%;*/
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    border: none;
    font-size: 16px;
    font-weight: 600;
    left: 50%;
    padding: 12px 16px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.box-loginAs {
    /* background-color: rgba(255, 255, 255, 0.3);*/
    border-radius: 5px;
    font-family: sans-serif;
    text-align: center;
    line-height: 1;
    /*-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(15px);*/
    max-width: 100%;
    max-height: 100%;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: content-box;
}

.loginAs-subsection {
    min-height: 100px;
    height: 100%;
    width: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    font-size: large;
    font-family: "Apple Chancery", Regular;
}

.loginAs-subsection-text {
    min-height: 100px;
    height: 100%;
    width: 100%;
    flex-grow: 1;
    font-size: large;
    font-family: "Apple Chancery", Regular;
}

#backToHome, backToHomeProvider {
    font-weight: bold;
}

.avatar-loginAs {
    background-image: url('../DefaultImage/userLoginAs.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border: #fff 3px solid;
    box-shadow: rgba(0,0,0,0.4) 0px 2px 4px, inset rgba(0,0,0,0.4) 0px 3px 2px;
    overflow: hidden;
}
/*login as page end */

#gauge-div-a1 {
    /* height: 440px; */
    display: flex;
    justify-content: center;
    width: 100%;
}

#gauge-a1 {
    /*width: 35%;*/
    height: 100%;
    margin-top: 20px;
    margin-left: 0px;
    float: left;
}

#panel-a1 {
    /* width: 150px; */
    text-align: left;
    margin-top: 100px;
    float: left;
}

#gauge-div-a2 {
    /*height: 440px;*/
    display: flex;
    justify-content: center;
    width: 100%;
}

#gauge-a2 {
    /*width: 80%;*/
    height: 100%;
    margin-top: 20px;
    margin-left: 0px;
    float: left;
}

#panel-a2 {
    /*width: 150px;*/
    text-align: left;
    margin-top: 100px;
    float: left;
}

.dx-checkbox {
    margin-bottom: 10px;
    display: block;
}

.long-title h3 {
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

#buttonGroup {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

    #buttonGroup > .dx-button {
        margin: 0 20px;
    }




