﻿.iconButtonChart {
    background: #005860;
    padding: 0.25rem;
    border-radius: 0.2rem;
    color: white;
}

a {
    text-decoration: none !important;
}

span {
    font-family: Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}

.dxtcLite_NewDiagVR > .dxtc-content {
    border: 0px solid #005860;
}

.dxtcLite_NewDiagVR.dxtc-top > .dxtc-stripContainer .dxtc-leftIndent, .dxtcLite_NewDiagVR.dxtc-top > .dxtc-stripContainer .dxtc-rightIndent {
    border-bottom: 0px solid #005860;
}

.lowercase input {
    text-transform: lowercase;
}

.uppercase input {
    text-transform: uppercase;
}


.border-radius-1 {
    border-radius: 1px;
}

.border-radius-2 {
    border-radius: 2px;
}

.border-radius-3 {
    border-radius: 3px;
}

.border-radius-4 {
    border-radius: 4px;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-6 {
    border-radius: 6px;
}

.border-radius-7 {
    border-radius: 7px;
}

.border-radius-8 {
    border-radius: 8px;
}

.border-radius-9 {
    border-radius: 9px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-11 {
    border-radius: 11px;
}

.border-radius-12 {
    border-radius: 12px;
}

.border-radius-13 {
    border-radius: 13px;
}

.border-radius-14 {
    border-radius: 14px;
}

.border-radius-15 {
    border-radius: 15px;
}

.border-radius-16 {
    border-radius: 16px;
}

.border-radius-17 {
    border-radius: 17px;
}

.border-radius-18 {
    border-radius: 18px;
}

.border-radius-19 {
    border-radius: 19px;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-21 {
    border-radius: 21px;
}

.border-radius-22 {
    border-radius: 22px;
}

.border-radius-23 {
    border-radius: 23px;
}

.border-radius-24 {
    border-radius: 24px;
}

.border-radius-25 {
    border-radius: 25px;
}

.border-radius-26 {
    border-radius: 26px;
}

.border-radius-27 {
    border-radius: 27px;
}

.border-radius-28 {
    border-radius: 28px;
}

.border-radius-29 {
    border-radius: 29px;
}

.border-radius-30 {
    border-radius: 30px;
}

.border-radius-31 {
    border-radius: 31px;
}

.border-radius-32 {
    border-radius: 32px;
}

.border-radius-33 {
    border-radius: 33px;
}

.border-radius-34 {
    border-radius: 34px;
}

.border-radius-35 {
    border-radius: 35px;
}

.border-radius-36 {
    border-radius: 36px;
}

.border-radius-37 {
    border-radius: 37px;
}

.border-radius-38 {
    border-radius: 38px;
}

.border-radius-39 {
    border-radius: 39px;
}

.border-radius-40 {
    border-radius: 40px;
}

.border-radius-41 {
    border-radius: 41px;
}

.border-radius-42 {
    border-radius: 42px;
}

.border-radius-43 {
    border-radius: 43px;
}

.border-radius-44 {
    border-radius: 44px;
}

.border-radius-45 {
    border-radius: 45px;
}

.border-radius-46 {
    border-radius: 46px;
}

.border-radius-47 {
    border-radius: 47px;
}

.border-radius-48 {
    border-radius: 48px;
}

.border-radius-49 {
    border-radius: 49px;
}
.border-radius-50 {
    border-radius: 50px;
}
/*-------------------------------------------------------------------------------------------------CLASSI WAREHOUSE*/
.leftbar {
    width: 250px;
    height: 100%;
    position: fixed;
    background: #005860;
    border-right: 2px solid #f2f5f7;
    z-index: 9;
    transition: all 0.3s ease;
}

.logobar {
    padding: 15px 0;
    margin-bottom: 15px;
    text-align: center;
}

.navigationbar {
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.rightbar {
    margin-left: 0px;
    overflow: hidden;
    min-height: 500px;
    transition: all 0.3s ease;
}


.topbar-mobile {
    display: none;
    background-color: #ffffff;
    padding: 15px 25px;
    border-bottom: 2px solid #f2f5f7;
}

    .topbar-mobile .mobile-logobar {
        display: inline-block;
    }   
    
    .topbar-mobile .mobile-togglebar {
        display: inline-block;
        float: right;
        margin-top: 8px;
    }

        .topbar-mobile .mobile-logobar img {
            width: 128px;
        }

        .topbar-mobile .mobile-togglebar li {
            margin-right: 0;
        }

        .topbar-mobile .mobile-togglebar .menu-hamburger {
            padding: 10px 10px 12px;
            border-radius: 3px;
        }
            .topbar-mobile .mobile-togglebar .menu-hamburger img {
                width: 20px;
            }

                .topbar-mobile .mobile-togglebar .menu-hamburger img.menu-hamburger-close {
                    display: none;
                }

.topbar {
    left: 0;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    padding: 15px 30px;
    position: relative;
    z-index: 10;
    right: 0;
    border-bottom: 2px solid #f2f5f7;
    transition: all 0.3s ease;
}
    .topbar .searchbar {
        width: 250px;
    }

    .topbar .infobar {
        display: inline-block;
        float: right;
    }

    .topbar .togglebar {
        display: inline-block;
        padding-top: 1px;
    }

        .topbar .togglebar li {
            margin-right: 0;
        }

        .topbar .togglebar .menu-hamburger {
            padding: 10px;
            border-radius: 3px;
        }

            .topbar .togglebar .menu-hamburger img {
                width: 30px;
            }

                .topbar .togglebar .menu-hamburger img.menu-hamburger-close {
                    display: none;
                }


.breadcrumbbar {
    margin: 10px 30px 0 30px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 3px;
}

    .contentbar {
        padding: 30px;
        margin-bottom: 30px;
    }

.footerbar {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 250px;
    padding: 20px 30px;
    text-align: center;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.mobileAccount {
    display: none;
    align-items: center;
    justify-content: center;
}


@media (max-width: 767px) {

    .leftbar {
        width: 100%;
    }

    .topbar {
        padding: 4px;
    }

    .breadcrumbbar {
        margin: 10px 10px 0 10px;
        padding: 10px;
    }

    .contentbar {
        padding: 10px;
    }

    .mobileAccount {
        display:flex;
    }

    .profilebar {
        display: none;
    }

    .infobar {
        display:none;
    }
}



/*------------------------CLASSE PER BOTTONI (AGGIUNGI; ELIMINA; MODIFICA; APPLICA; ESCI;*/
.whBoxGeneral {
    align-items: center;
    display: flex;
    width: 100%;
    margin: auto;
    flex-direction: column;
}

.whBoxForm {
    width: 100%;
    padding: 15px 25px;
    background-color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.whBoxButton {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 25px;
    background-color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------BOXED LAYOUT PAZIENTE*/

.BoxedLayoutPaziente {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    margin: auto;
    margin-top: 15px;
}



.BoxContentPaziente {
    display: flex;
    flex-direction: column;
    width: 82%;
    padding: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



/*-----------------------NAV BAR*/
.BoxNavBarPaziente {
    display: flex;
    flex-direction: column;
    width: 18%;
    padding: 25px;
    margin-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.SelectedStyle {
    border-left: 2px solid #005860;
    font-weight: 700;
    color: #005860 !important;
}

.HoverStyle {
    font-size: 17px;
    color: #c0c0c0 !important;
}

/*--------------FINE NAVBAR*/




@media (max-width: 768px) {

    .BoxedLayoutPaziente {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin: auto;
        margin-top: 15px;
    }

    .BoxNavBarPaziente {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .BoxContentPaziente {
        width: 100%;
    }
}

@media (max-width: 1366px) {

    .BoxedLayoutPaziente {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin: auto;
        margin-top: 15px;
    }

    .BoxNavBarPaziente {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .BoxContentPaziente {
        width: 100%;
    }
}



/*---------------------------------------------------------------------------BOXED LAYOUT PAZIENTE*/



/*--------------------------------------------------------------------------TOP BAR*/

.TopBar {
    padding: 10px;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    background: white;
    height: 65px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
}


.boxUtente {
    display: flex;
    align-items: center;
    align-content: center;
}

.conUtente {
    margin: 2px;
}

/*---------------------------------------------------------------------FINE TOP BAR*/





/*--------------------------------------------------------------------BOX FORM */

.BoxDivForm {
    width: 100%;
    border: 2px solid #f2f5f7;
}


.BoxFormButton {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    width: 100%;
    border-top: 2px solid #f2f5f7;
    padding: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
}


.BoxFormTitle {
    width: 100%;
    border-bottom: 2px solid #f2f5f7;
    padding: 20px 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #005860 !important;
}


/*---------------------------------------------------------------FINE BOX FORM*/



/*--------------------------------------------------------------------BOX GRID TOOLBAR */

.BoxGridToolBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid #f2f5f7;
    padding: 10px 25px;
    background-color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*---------------------------------------------------------------FINE BOX GRID TOOLBAR*/



.CmbSelezione {
    margin: 15px 10px 30px 10px;
}


.Btn {
    width: 100% !important;
    -webkit-user-select: none;
    background-color: #1A1F3D;
    font-weight: 600;
    border: 0px !important;
}


.tit {
    font-weight: bold;
    color: white;
}

/*Box AnmFis Questionario*/

.center {
    align-items: center;
    display: flex;
    margin: 50px;
    padding: 50px 7px 50px 7px;
    flex-direction: column;
}

.BoxSysTable {
    display: flex;
    flex-flow: row nowrap;
    flex-direction: column;
    width: 100%;
    margin: auto;
}

.bigBoxCaptionSys {
    font: 19px Helvetica,sans-serif;
    color: #005860;
    margin-top: 6px;
    margin-right: 14px;
    font-weight: 700;
}



.Box {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    margin-bottom: 33px;
}

.BoxChild {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 30px;
    padding-bottom: 10px;
}

.bigBoxCaption {
    font: 19px Helvetica,sans-serif;
    color: #005860;
    margin-top: 15px;
}

.sBoxCaption {
    font: 15px Helvetica,sans-serif;
    color: #005860;
}





.Content {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}

.actionContent {
    display: flex;
    width: 100%;
}

.actionContentFis {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    background-color: #f2f7f8;
    border-radius: 5px;
}

.actionContentLeft {
    display: flex;
    width: 50%;
    align-content: flex-start;
}

.actionContentRight {
    display: flex;
    width: 50%;
    flex-direction: row-reverse;
}


.navbarLogoDiag {
    width: 200px;
    text-align: center;
    position: absolute;
    bottom: 2%;
    left: 29px;
}

.navbarLogoTech {
    width: 200px;
    text-align: center;
    position: absolute;
    bottom: 11%;
    left: 29px;
}


.logo {
    width: 132px;
}

.navbarLogo {
    width: 100%;
}

.center {
    align-items: center;
    display: flex;
    margin: 50px;
    padding: 50px 7px 50px 7px;
    flex-direction: column;
}



.message {
    left: 150px;
    position: absolute;
    z-index: 9999;
    right: 150px;
    top: 55px;
    background-color: #f2f7f8;
    border-radius: 6px;
    padding: 10px;
}


.Data {
    color: #005860;
    width: 75%;
}

.SiteMap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 70%;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 45px;
}




.Utente {
    align-items: center;
    display: flex;
    width: auto;
}





@media (max-width: 1024px) {
}


@media (max-width: 768px) {



    .actionContentFis {
        flex-direction: column;
    }


    .own {
        right: 10px !important;
        left: 10px !important;
    }

    .center {
        width: 100%;
        margin: 0px !important;
        padding: 25px 10px 25px 10px !important;
    }
}

@media (max-width: 580px) {

    .Box {
        flex-direction: column;
        align-items: center;
    }

    .BoxChild {
        width: 70%;
        margin-bottom: 15px;
    }
}





/*------------------------------------------------------------------STRUMENTI*/

/* BR (a Capo) */


.Line {
    width: 100%;
    height: 1px;
    background-color: #005860;
}

.bigBR {
    width: 100%;
    height: 50px;
}

.medBR {
    width: 100%;
    height: 20px;
}

.sBR {
    width: 100%;
    height: 10px;
}

.bigHR {
    background-color: #f2f7f8;
    width: 100%;
    height: 2px;
}

.sHR {
    background-color: #f2f7f8;
    width: 100%;
    height: 1px;
}



/*------------------*/


.BoxShadow {
    -webkit-box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    background-color: white;
}


.SpaceBetween {
    width: 15px;
}

.Font {
    font: 14px Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif !important;
}


.OverFlowAuto {
    overflow: auto;
    width: 100%;
    padding: 15px 25px;
    background-color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*------------------------------------------------------------------FINE STRUMENTI*/







/*------------------------------------------------------------------DEV EXPRESS*/

.dxnbLite_NewDiagVR .dxnb-header, .dxnbLite_NewDiagVR .dxnb-headerCollapsed {
    border-top: 0px solid #DCDCDC !important;
}

.dxnbLite_NewDiagVR .dxnb-last .dxnb-headerCollapsed {
    border-bottom: 0px solid #DCDCDC !important;
}

/*Bordi NavBar Left + Padding*/
.dxpnl-edge.l {
    border: none !important;
}

/* Search Panel Grid */
.dxgvSearchPanel_NewDiagVR > table {
    width: 100%;
    max-width: none;
}

.dxflRequired_NewDiagVR {
    color: #D01319;
    font-size: medium;
    font-weight: 400;
}

/*----------------------------------------------------------------FINE DEV EXPRESS*/



/* -------------------------------------------------- Rules for sizing the icon. */
.material-icons {
    -webkit-touch-callout: none !important; /* iOS Safari */
    -webkit-user-select: none !important; /* Safari */
    -moz-user-select: none !important; /* Old versions of Firefox */
    -ms-user-select: none !important; /* Internet Explorer/Edge */
    user-select: none !important; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.notxtselect {
    -webkit-touch-callout: none !important; /* iOS Safari */
    -webkit-user-select: none !important; /* Safari */
    -ms-user-select: none !important; /* Internet Explorer/Edge */
    user-select: none !important; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
/*-----------------------------------------------------------------------------*/
