﻿html, body {
    height: 100%;
}

body {
    /*background: #00000B url(./Images/BodyBackground.jpg) no-repeat center center;
    background-size: 100% 100%;*/
    font-size: 10px;
    background-color: #263238;
    /*scrollbar-3dlight-color: #9b9b9b !important;
    scrollbar-arrow-color: #212121 !important;
    scrollbar-highlight-color: #9b9b9b !important;
    scrollbar-face-color: #9b9b9b !important;
    scrollbar-darkshadow-color: #9b9b9b !important;
    scrollbar-shadow-color: #212121 !important;
    scrollbar-track-color: #c3c3c3 !important;*/
}

    body.IndexBody {
        /*background: #00000B url(./Images/BodyBackground_Index.jpg) no-repeat center center;
        background-size: 100% 100%;*/
        font-size: 10px;
        background-color: #263238;
        /*scrollbar-3dlight-color: #9b9b9b !important;
        scrollbar-arrow-color: #212121 !important;
        scrollbar-highlight-color: #9b9b9b !important;
        scrollbar-face-color: #9b9b9b !important;
        scrollbar-darkshadow-color: #9b9b9b !important;
        scrollbar-shadow-color: #212121 !important;
        scrollbar-track-color: #c3c3c3 !important;*/
    }

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-widget-content .ui-state-hover,
.ui-autocomplete .ui-widget-header .ui-state-hover,
.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-widget-content .ui-state-focus,
.ui-autocomplete .ui-widget-header .ui-state-focus {
    background: #DCDCDC;
    border: none;
    color: #000;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0px;
    font-size: 12px;
}

.ui-autocomplete a {
    font-size: 12px;
}

table td {
    padding: 0px;
}

/*For webkit base browser*/
::-webkit-scrollbar-corner {
    background: transparent;
}

/*Div di loading*/
div.Loading {
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent; /*url("./Images/LoadingBackground.png") repeat top left;*/
    z-index: 100000;
}
    div.Loading.Login {
        position: relative;
    }
        div.Loading.Login > img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 100001;
        }

    div.Loading.SvgImage {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.Loading.BackgroundImage {
        background: transparent url("./Images/LoadingBackground.png") repeat top left;
    }

    div.Loading > img.Loading {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 100001;
    }

    div.Loading.BackgroundImage > img.Loading {
        display: inherit;
    }


::-webkit-scrollbar-track-piece {
    background-color: #c3c3c3;
    -webkit-border-radius: 10px;
}

::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

    ::-webkit-scrollbar:hover {
        height: 15px;
    }

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    /*
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4d4d4d), color-stop(100%, #333333));
	border-top: 1px solid #666666;
	border-left: 1px solid #666666; 
	border: 1px solid #1f1f1f;
	*/
    background-color: #9b9b9b;
    border: 1px solid #9b9b9b;
    -webkit-border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    /*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(100%, #333333));
	border-top: 1px solid #666666;
	border-left: 1px solid #666666; 
	border: 1px solid #1f1f1f;
	*/
    background-color: #9b9b9b;
    border: 1px solid #9b9b9b;
    -webkit-border-radius: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 15px;
    width: 15px;
    display: block;
    background: transparent;
    background-repeat: no-repeat;
}

::-webkit-scrollbar-button:horizontal:decrement {
    background-image: url("./Images/FileScrollLeft.png");
    background-position: center center;
}

::-webkit-scrollbar-button:horizontal:increment {
    background-image: url("./Images/FileScrollRight.png");
    background-position: center center;
}

::-webkit-scrollbar-button:vertical:decrement {
    background-image: url("./Images/FileScrollUp.png");
    background-position: center center;
}

::-webkit-scrollbar-button:vertical:increment {
    background-image: url("./Images/FileScrollDown.png");
    background-position: center center;
}
/*
::-webkit-scrollbar-button:horizontal:decrement:active {
  background-image: url(scrollbar/horizontal-decrement-arrow-active.png); }
 
::-webkit-scrollbar-button:horizontal:increment:active {
  background-image: url(scrollbar/horizontal-increment-arrow-active.png); }
 
::-webkit-scrollbar-button:vertical:decrement:active {
  background-image: url(scrollbar/vertical-decrement-arrow-active.png); }
 
::-webkit-scrollbar-button:vertical:increment:active {
  background-image: url(scrollbar/vertical-increment-arrow-active.png); }
 */

.skin-ResizeHelper {
    border: 1px solid #b2b2b2;
    z-index: 8000;
}

.skin-ResizeHelper-e {
    border-right: 2px dotted #b2b2b2;
    background-color: white;
    opacity: 0.5;
    /*-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);*/
}

.skin-ModalPanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    -moz-opacity: .20;
    filter: alpha(opacity=20);
    opacity: .20;
}

    .skin-ModalPanel.Strong {
        -moz-opacity: .60;
        filter: alpha(opacity=60);
        opacity: .60;
    }

/*------------------------------------------------------------------------------------
MASTER PAGE
------------------------------------------------------------------------------------*/
.skin-Page-HeaderLogo {
    background-color: transparent;
    background-image: url(./Images/DefaultCompanyLogo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.skin-Page-HeaderBackground {
    background-color: #263238;
}

.skin-Page-HeaderBurgerIcon {
    background-image: url(./Images/HeaderBurgerIcon.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .skin-Page-HeaderBurgerIcon:hover {
        /*background-image: url(./Images/HeaderBurgerIcon_ON.png);*/
        background-image: url(./Images/HeaderBurgerIcon_grey_ON.png);
    }


.skin-Page-HeaderIconBox {
    overflow: hidden;
}

.skin-Page-HeaderFilteredDropDown {
    font-family: RobotoLight, sans-serif;
    font-size: 16px;
    color: white;
    background-color: #263238;
    padding: 4px 6px;
}

    .skin-Page-HeaderFilteredDropDown .tooltipster-box {
        background-color: #263238 !important;
    }

input.skin-Page-FilteredDropDown-searchInputBox {
    width: 100%;
    border: none;
    font-family: Roboto;
    font-size: 14px;
    color: white;
    background-color: #263238;
    outline: none;
    padding: 8px 0px;
    border-bottom: 1px solid #999999;
    padding-left: 4px;
    box-sizing: border-box;
}

    input.skin-Page-FilteredDropDown-searchInputBox::placeholder {
        color: #b0b3c5;
        opacity: 1;
    }

.skin-Page-FilteredDropDown-itemPanel {
    background-color: #263238;
    overflow-y: auto;
}

ul.skin-Page-FilteredDropDown-itemContainer {
    margin: 0px;
    padding: 0px;
}

li.skip-Page-FilteredDropDown-item {
    padding: 5px 4px;
}

li.skip-Page-FilteredDropDown-emptyItem {
    opacity: 0.7;
    font-style: italic;
}

.skip-Page-FilteredDropDown-waiter {
    margin-top: 20px;
    min-width: 300px;
    text-align: center;
    opacity: .6;
}

.skin-Page-FilteredDropDown-content .skip-Page-FilteredDropDown-selectableItem.current {
    background-color: #334354; /*#b0b3c5*/
    cursor: pointer;
}

.skin-Page-HeaderFilteredDropDown .skin-Page-filteredDropDown-singleItemDescription {
    /*margin-left: 4px;*/
    /*font-style: italic;*/
    opacity: 0.8;
}

.skin-Page-HeaderIcon {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 56px;
    width: 44px;
    margin-top: 7px;
}

.skin-Page-HeaderNewFtIcon {
    background-image: url(./Images/HeaderNewFtIcon.svg);    
}

    .skin-Page-HeaderNewFtIcon:hover {
        background-image: url(./Images/HeaderNewFtIcon_hover.svg);
    }

.skin-Page-HeaderJumpToIcon {
    background-image: url(./Images/HeaderJumpTo.svg);    
}

    .skin-Page-HeaderJumpToIcon:hover {
        background-image: url(./Images/HeaderJumpTo_hover.svg);
    }

.skin-Page-HeaderHelpIcon {
    background-image: url(./Images/HeaderQuestionMark.svg);    
}

    .skin-Page-HeaderHelpIcon:hover {
        background-image: url(./Images/HeaderQuestionMark_hover.svg);
    }

/*TODO distruggere
.skin-Page-NomeAziendaProgramma {
    font-family: DIN;
    font-size: 1.4em;
    color: #5D7C8C;
    cursor: default;
}

 
.skin-Page-SfondoHeader {
    background: url(./Images/PageSfondoLogoOmnia2.png) no-repeat top right;
}
*/

.skin-Page-SfondoHeaderMobile {
    background: url(./Images/PageSfondoLogoOmnia.png) no-repeat center center;
    padding-top: 20px;
}

.skin-Page-HeaderInfo {
    font-family: RobotoLight, sans-serif;
    font-size: 20px;
    color: white;
    /*display: inline-block;*/
    height: 50px;
    padding-left: 25px;
    padding-right: 50px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center right;
    background-color: transparent;
    line-height: 50px;
    cursor: pointer;
    opacity: 0.45;
    text-align: right;
}

    .skin-Page-HeaderInfo:hover {
        opacity: 1;
    }

/*.skin-Page-HeaderInfo-Chat {
    background-image: url(./Images/PageHeaderChat.png);
}*/

.skin-Page-HeaderInfo-Language {
    float: right;
    padding-left: 5px;
    padding-right: 30px;
    background-position: center right;
}

.skin-Page-HeaderInfo-LanguageSelection {
    background-image: url(./Images/PageHeaderLanguage.png);
}


.skin-Page-HeaderInfo-LoggedUser {
    background-image: url(./Images/PageHeaderSettingsUser.png);
}

.skin-Page-HeaderInfo-Settings {
    background-image: url(./Images/PageHeaderSettingsSettings.png);
}

.skin-Page-HeaderInfo-Timezone {
    font-family: RobotoLight, sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #64b5f6;
    background-color: #293235;
    text-align: right;
    height: 50px;
    line-height: 50px;
}

    .skin-Page-HeaderInfo-Timezone .tzdiv {
        background-image: url(./Images/PageHeaderTimeZone.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 30px 26px;
        margin-right: 40px;
        padding-right: 46px;
        padding-left: 15px;
        padding-top: 3px;
        display: flex;
        justify-content: flex-end;
    }

    .skin-Page-HeaderInfo-Timezone .tzDescr {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .skin-Page-HeaderInfo-Timezone .tzClock {
        margin-left: 5px;
    }

    /*.skin-Page-HeaderInfo-Settings:hover {
        border: 1px solid #FFFFFF;
        box-shadow: 0 0 5px #FFFFFF;
        -moz-box-shadow: 0 0 5px #FFFFFF;
        -webkit-box-shadow: 0 0 5px #FFFFFF;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }*/
    .skin-Page-HeaderInfo-ChangePassword {
        background-image: url(./Images/PageHeaderSettingsChangePassword.png);
    }

/*.skin-Page-HeaderInfo-ChangePassword:hover {
        border: 1px solid #FFFFFF;
        box-shadow: 0 0 5px #FFFFFF;
        -moz-box-shadow: 0 0 5px #FFFFFF;
        -webkit-box-shadow: 0 0 5px #FFFFFF;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }*/

.skin-Page-HeaderInfo-Refresh {
    background-image: url(./Images/PageHeaderSettingsRefresh.png);
}

/*.skin-Page-HeaderInfo-Refresh:hover {
        border: 1px solid #FFFFFF;
        box-shadow: 0 0 5px #FFFFFF;
        -moz-box-shadow: 0 0 5px #FFFFFF;
        -webkit-box-shadow: 0 0 5px #FFFFFF;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }*/

.skin-Page-HeaderInfo-LogOut {
    background-image: url(./Images/PageHeaderSettingsLogout.png);
}

/*.skin-Page-HeaderInfo-LogOut:hover {
        border: 1px solid #FFFFFF;
        box-shadow: 0 0 5px #FFFFFF;
        -moz-box-shadow: 0 0 5px #FFFFFF;
        -webkit-box-shadow: 0 0 5px #FFFFFF;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }*/


/*.skin-Page-HeaderInfo-Language:hover {
        border: 1px solid #FFFFFF;
        box-shadow: 0 0 5px #FFFFFF;
        -moz-box-shadow: 0 0 5px #FFFFFF;
        -webkit-box-shadow: 0 0 5px #FFFFFF;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }*/

.skin-Page-HeaderInfo-Language_it {
    background-image: url(./Images/PageHeaderFlagItaly.png);
}

.skin-Page-HeaderInfo-Language_es {
    background-image: url(./Images/PageHeaderFlagSpain.png);
}

.skin-Page-HeaderInfo-Language_uk, .skin-Page-HeaderInfo-Language_en, .skin-Page-HeaderInfo-Language_us {
    background-image: url(./Images/PageHeaderFlagUK.png);
}

.skin-Page-HeaderInfo-Language_de {
    background-image: url(./Images/PageHeaderFlagGermany.png);
}

.skin-Page-HeaderInfo-Language_fr {
    background-image: url(./Images/PageHeaderFlagFrance.png);
}


.skin-Page-HeaderInfo-Profile {
    background-image: url(./Images/PageHeaderSettingsProfile.png);
}

/*.skin-Page-HeaderInfo-Profile:hover {
        border: 1px solid #FFFFFF;
        box-shadow: 0 0 5px #FFFFFF;
        -moz-box-shadow: 0 0 5px #FFFFFF;
        -webkit-box-shadow: 0 0 5px #FFFFFF;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }*/

.skin-Page-FooterContainer {
    background-color: #263238;
}

.skin-Page-FooterLogo {
    background: url(./Images/LogInLogoIntestazioneBassa.png) no-repeat center top;
}

.skin-Page-Footer {
    font-family: Enigmatic, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #FFFFFF;
    /*padding-top: 5px;*/
}

    .skin-Page-Footer a {
        font-family: Enigmatic, sans-serif;
        color: #BFE2E3;
        color: var(--bg-color-light);
    }

.skin-Page-ZoomIn {
    width: 18px;
    height: 19px;
    background: url(./Images/ZoomPiu.png) no-repeat center center;
}

.skin-Page-ZoomOut {
    width: 18px;
    height: 19px;
    background: url(./Images/ZoomMeno.png) no-repeat center center;
}

.skin-Page-ZoomIn:hover {
    background-image: url(./Images/ZoomPiu_ON.png);
}

.skin-Page-ZoomOut:hover {
    background-image: url(./Images/ZoomMeno_ON.png);
}

/*------------------------------------------------------------------------------------
Scrollbar
------------------------------------------------------------------------------------*/
/*
.jspHorizontalBar,
.jspVerticalBar
{
	background-color: inherit;
}

.jspHorizontalBar
{
	height: 15px;
}

.jspVerticalBar
{
	width: 15px;
}

.jspCorner 
{
}

.jspTrack
{
	background: #e3e3e3;
	border: 1px solid #cecece;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.jspDrag
{
	background:  #9d9d9d;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover
{
	background-color: #9d9d9d;
}

.jspArrow, .jspArrow.jspDisabled
{
	width: 15px;
	height: 15px;
	background-color: inherit;
}

.jspArrowUp, .jspArrowUp.jspDisabled
{
	background-image: url(./Images/FileScrollUp.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.jspArrowDown, .jspArrowDown.jspDisabled
{
	background-image: url(./Images/FileScrollDown.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.jspArrowLeft, .jspArrowLeft.jspDisabled
{
	background-image: url(./Images/FileScrollLeft.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.jspArrowRight, .jspArrowRight.jspDisabled
{
	background-image: url(./Images/FileScrollRight.png);
	background-position: center center;
	background-repeat: no-repeat;
}
*/

/*
Date and Time picker
*/
.ui-datepicker {
    font-family: DIN, sans-serif;
    font-size: 1.2em;
    background-color: #ECECEC;
    border: 1px solid #aaa;
}

.ui-datepicker-header {
    background-image: url("./Images/DialogHeaderWindow.png");
    background-repeat: repeat-x;
}

.ui-datepicker-prev {
    background-image: url("./Images/DatePickerPerv.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

    .ui-datepicker-prev:hover {
        text-decoration: none;
    }

.ui-datepicker-next {
    background-image: url("./Images/DatePickerNext.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

    .ui-datepicker-next:hover {
        text-decoration: none;
    }

/*.ui-datepicker-title {
}

.ui-datepicker-month {
}

.ui-datepicker-year {
}

.ui-datepicker-calendar {
}*/

.ui-datepicker-calendar td a {
    color: #000000;
}

.ui-datepicker-calendar td:hover {
    background-color: #d5d2c1;
}

.ui-datepicker-week-end {
    background-color: #F3F0DB;
}

.ui-datepicker-other-month {
    background-color: #f6f6f6;
}

.ui-datepicker-current-day {
    background-color: #d5d2c1;
}

    .ui-datepicker-current-day a.ui-state-active {
        text-decoration: underline;
    }

.ui-datepicker-today {
    background-color: #d5d2d1;
}

.ui-slider {
    background-color: #d5d2d1;
    border: 1px solid #f6f6f6;
}

.ui-slider-handle {
    /*background-color: #F3F0DB;*/
    /*border: 1px solid #f6f6f6;*/
    background-color: #dadada;
    border: 1px solid #878787;
}

/*
Autocomplete
*/
.ui-autocomplete.ui-menu {
    font-family: RobotoMedium, sans-serif;
    font-size: 1em;
    background-color: #F3F0DB;
    border: 1px solid #6D6E71;
}

.ui-autocomplete .ui-menu-item {
    line-height: 2.0em;
    border: 1px solid transparent;
}

    .ui-autocomplete .ui-menu-item a {
        text-decoration: none;
    }

    .ui-autocomplete .ui-menu-item:hover {
        text-decoration: none;
        border: 1px solid #D1D2D4;
        background-color: #d5d2c1;
    }

.ui-autocomplete.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete.ui-menu .ui-menu-item-wrapper.ui-state-focus {
    margin: 0;
    text-decoration: none;
    border: 1px solid #D1D2D4;
    background-color: #d5d2c1;
}

/*
Restyled Combo selectbox
*/
.sbHolder {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
    background: -moz-linear-gradient(top, #fff, #f5f5f5);
    background: -o-linear-gradient(top, #fff, #f5f5f5);
    background-color: #f5f5f5;
    position: relative;
    height: 24px;
    width: 200px;
    border: solid 1px #939393;
}

.sbSelector {
    display: block;
    height: 24px;
    left: 0;
    line-height: 24px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 170px;
}

    .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
        color: #000000;
        outline: none;
        text-decoration: none;
    }

.sbToggle {
    background: url(./Images/DropDownArrow.png) center center no-repeat;
    display: block;
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
}

    .sbToggle:hover {
        background: url(./Images/DropDownArrow.png) center center no-repeat;
    }

.sbToggleOpen {
    background: url(./Images/DropDownArrow.png) center center no-repeat;
}

    .sbToggleOpen:hover {
        background: url(./Images/DropDownArrow.png) center center no-repeat;
    }

.sbHolderDisabled {
    background-color: #f5f5f5;
    color: #ddd;
    border: solid 1px #939393;
}

.sbOptions {
    background-color: #f5f5f5;
    border: solid 1px #939393;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 24px;
    width: 200px;
    z-index: 1;
    overflow-y: auto;
}

    .sbOptions li {
        padding: 0 7px;
    }

    .sbOptions a {
        height: 15px;
        line-height: 15px;
        border-bottom: dotted 1px #939393;
        display: block;
        outline: none;
        padding: 3px 0 3px 3px;
    }

        .sbOptions a:link, .sbOptions a:visited {
            color: #000000;
            text-decoration: none;
        }

        .sbOptions a:hover,
        .sbOptions a:focus,
        .sbOptions a.sbFocus {
            color: #000000;
        }

    .sbOptions li.last a {
        border-bottom: none;
    }

    .sbOptions .sbDisabled {
        border-bottom: solid 1px #939393;
        color: #000000;
        display: block;
        padding: 3px 0 3px 3px;
    }

    .sbOptions .sbGroup {
        border-bottom: solid 1px #939393;
        color: #000000;
        display: block;
        font-weight: bold;
        padding: 3px 0 3px 3px;
    }

    .sbOptions .sbSub {
        padding-left: 17px;
    }


/*
--Modifica layout FileType e User Pages
*/
.skin-Page-LayoutManagerToolbar {
    background-image: url("./Images/DialogHeaderWindow.png");
    background-repeat: repeat-x;
    font-family: DIN, sans-serif;
    font-size: 1.2em;
    color: #FFFFFF;
    background-color: #627883;
    line-height: 2.2em;
}

.skin-Page-LayoutManagerToolbarLabel {
    margin-left: 5px;
}

.skin-Page-LayoutManagerToolbarIconContainer {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 120px;
}

.skin-Page-LayoutManagerToolbarIcon {
    position: absolute;
    display: block;
    width: 23px;
    height: 23px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    top: 3px;
    /*cursor: pointer;*/
}

.skin-Page-LayoutManagerToolbarIconSave {
    background-image: url("./Images/EditLayout_Save.png");
    right: 90px;
}

.skin-Page-LayoutManagerToolbarIconRefresh {
    background-image: url("./Images/EditLayout_Refresh.png");
    right: 30px;
}

.skin-Page-LayoutManagerShowCaseBack {
    background-image: url("./Images/EditLayout_Close.png");
    right: 20px;
}

.skin-Page-LayoutManagerToolbarIconClose {
    background-image: url("./Images/EditLayout_Close.png");
    right: 60px;
}

.skin-Page-LayoutManagerRemoveTabIcon {
    background-image: url("./Images/FileFieldGroupRowRemove.png");
    right: 0px;
    top: 0px;
}

    .skin-Page-LayoutManagerRemoveTabIcon:hover {
        background-image: url("./Images/EditLayout_RemoveTab.png");
        right: 0px;
        top: 0px;
    }

.skin-Page-LayoutManagerAddTabIcon {
    background-color: #B2B2B2;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    margin-top: 2px;
    width: 22px;
    height: 18px;
    margin-left: 5px;
    /*background-image: url("./Images/EditLayout_AddTab-OFF.png");
	margin-top: 1px;*/
}

.skin-Page-LayoutManagerDragManager {
    width: 20px;
    min-height: 95px;
}

.skin-Page-LayoutManagerDragIcon {
    background: transparent url("./Images/EditLayout_ElementDragger.png") no-repeat center left;
    width: 19px;
    height: 30px;
    cursor: default;
}

    .skin-Page-LayoutManagerDragIcon:hover {
        background-image: url("./Images/EditLayout_ElementDragger_ON.png");
    }

.skin-Page-LayoutManagerAddTabIcon:hover {
    background-color: #C2C2C2;
    /*background-image: url("./Images/EditLayout_AddTab.png");
	margin-top: 1px;*/
}

.skin-Page-LayoutManagerColspanManager {
    height: 100%;
}

    .skin-Page-LayoutManagerColspanManager:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .skin-Page-LayoutManagerColspanManager > * {
        display: inline-block;
        vertical-align: middle;
    }

.skin-Page-LayoutManagerColspanBtnCont {
    background: transparent url("./Images/EditLayout_ColSpanManager.png") no-repeat center center;
    width: 25px;
    min-height: 66px;
    white-space: normal;
}

    .skin-Page-LayoutManagerColspanBtnCont:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .skin-Page-LayoutManagerColspanBtnCont > * {
        display: inline-block;
        vertical-align: middle;
    }

    .skin-Page-LayoutManagerColspanBtnCont:hover {
        background-image: url("./Images/EditLayout_ColSpanManager_ON.png");
    }


.skin-Page-LayoutManagerRowspanManager {
    width: 100%;
    text-align: center;
}

    .skin-Page-LayoutManagerRowspanManager > * {
        display: inline-block;
    }

.skin-Page-LayoutManagerRowspanBtnCont {
    background: transparent url("./Images/EditLayout_RowSpanManager.png") no-repeat bottom center;
    min-width: 66px;
    height: 25px;
}

    .skin-Page-LayoutManagerRowspanBtnCont:hover {
        background-image: url("./Images/EditLayout_RowSpanManager_ON.png");
    }

    .skin-Page-LayoutManagerRowspanBtnCont > div {
        display: inline-block;
    }


.skin-Page-LayoutManagerSpanIcon {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* ********************************************
ColSpan ++
**********************************************/

.skin-Page-LayoutManagerIncrementColspanIcon {
    width: 20px;
    margin-left: 4px;
    background-position: center center;
    background-image: url("./Images/EditLayout_ColSpanInc.png");
}

    .skin-Page-LayoutManagerIncrementColspanIcon:hover {
        background-image: url("./Images/EditLayout_ColSpanInc-ON.png");
    }

/* ********************************************
ColSpan --   
**********************************************/
.skin-Page-LayoutManagerDecrementColspanIcon {
    width: 20px;
    margin-left: 4px;
    background-position: center center;
    background-image: url("./Images/EditLayout_ColSpanDec.png");
}

    .skin-Page-LayoutManagerDecrementColspanIcon:hover {
        background-image: url("./Images/EditLayout_ColSpanDec-ON.png");
    }


/* ********************************************
RowSpan ++ 
**********************************************/

.skin-Page-LayoutManagerIncrementRowspanIcon {
    height: 21px;
    background-image: url("./Images/EditLayout_RowSpanInc.png");
    background-position: bottom center;
}

    .skin-Page-LayoutManagerIncrementRowspanIcon:hover {
        background-image: url("./Images/EditLayout_RowSpanInc-ON.png");
    }


/* ********************************************
RowSpan -- 
**********************************************/

.skin-Page-LayoutManagerDecrementRowspanIcon {
    height: 21px;
    background-image: url("./Images/EditLayout_RowSpanDec.png");
    background-position: bottom center;
}

    .skin-Page-LayoutManagerDecrementRowspanIcon:hover {
        background-image: url("./Images/EditLayout_RowSpanDec-ON.png");
    }


.skin-Page-LayoutManagerContentContainer {
    background-color: #293846;
    padding: 0px;
    margin: 4px;
}


.skin-Page-LayoutManagerEmptyCell {
    /*min-width: 295px;
    min-height: 324px;*/
    border: 1px solid #FFFFFF; /*#C0C0C0*/
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.skin-Page-LayoutManagerEmptyCell_DroppableArea {
    box-shadow: 0 0 5px #FFFFFF;
    -moz-box-shadow: 0 0 5px #FFFFFF;
    -webkit-box-shadow: 0 0 5px #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
}

.skin-Page-LayoutManagerEmptyCell_DroppableArea_Hover {
    box-shadow: 0 0 5px #FF0000;
    -moz-box-shadow: 0 0 5px #FF0000;
    -webkit-box-shadow: 0 0 5px #FF0000;
    border-color: #FF0000;
}

.skin-Page-LayoutManagerDaggableHelper {
    display: block;
    width: 61px;
    height: 19px;
    line-height: 19px;
    background: transparent url("./Images/EditLayout_DraggableHelper.png") no-repeat center center;
}

.skin-Page-LayoutManagerDaggableHelperText {
    display: block;
    text-align: center;
    font-family: MontserratSemiBold, sans-serif;
    font-size: 16px;
    margin-top: 10px;
    padding: 0px 15px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.skin-Page-LayoutManagerDropDisabled {
    -moz-opacity: .60;
    filter: alpha(opacity=60);
    opacity: .60;
}

.skin-Page-LayoutManagerSelectedElementDescription {
    font-size: 1.3em;
    overflow: hidden;
}

.skin-Page-LayoutManagerSelectedElementLabel {
    font-size: 1.5em;
    overflow: hidden;
}

.skin-Page-HeaderUserPane {
    background-color: #0d47a1;
    background-color: var(--bg-color-primary);
}

/*In caso di nomi lunghi questo riesce a metterlo su due righe centrandolo ;) maggico*/
span.lnkUserNominative {
    display: inline-block;
    vertical-align: text-bottom;
    line-height: normal;
    margin-bottom: 5px;
}

.skin-Page-HeaderUsernameContainer {
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: block;
    float: left;*/
    font-family: FiraSansLight, sans-serif;
    color: white;
    font-size: 20px;
}

span.lnkCompanyName {
    display: inline-block;
    vertical-align: text-top;
    line-height: normal;
    font-family: RalewayRegular, sans-serif;
    color: white;
    font-size: 13px;
    padding-top: 3px;
}

.skin-Page-HeaderSocialPhoto {
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    width: 48px;
    height: 48px;
    border: 1px solid white;
    margin-top: 10px;
    /*margin: 0 auto;
    margin-top: 10px;
    display: block;
    float: right;
    margin-right: 20px;*/
}


.skin-File-TitleNotifyButton {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(./Images/PageNotifyButton.png);
    width: 32px;
    height: 22px;
    margin-right: 8px;
}

.skin-File-TitleNotifyButtonActive {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(./Images/PageNotifyButton_ON.png);
}


.skin-Page-HeaderNotifyButton {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(./Images/PageNotifyButton.png);
}

.skin-Page-HeaderNotifyButtonActive {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(./Images/PageNotifyButton_ON.png);
}

.skin-Page-NotifyBalloonDirection {
    position: relative;
    top: 35px;
    left: 14px;
    z-index: 3001;
}

.skin-Page-HeaderUserPaneCommands {
    z-index: 4999;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 345px;
    cursor: pointer;
}

    .skin-Page-HeaderUserPaneCommands li {
        list-style-type: none;
    }

    .skin-Page-HeaderUserPaneCommands ul {
        background-color: #313c42;
        margin: 0;
        padding: 15px;
        padding-bottom: 8px;
    }

.skin-Page-HeaderNotifyList {
    z-index: 3000;
    position: absolute;
    left: 10px;
    top: 43px;
    width: 320px;
    height: 200px;
    overflow: auto;
    background-color: White;
    /*border: 1px solid black;*/
    border-radius: 8px;
    font-size: 12px;
    padding: 6px;
    font-family: DIN, sans-serif;
    box-shadow: 5px 5px 15px 2px #333333;
    color: #656565;
}

    .skin-Page-HeaderNotifyList ul {
        margin: 0px;
        padding: 0px;
    }

        .skin-Page-HeaderNotifyList ul li {
            font-family: DIN, sans-serif;
            font-size: 11px;
            margin: 0px;
            padding: 5px;
            text-align: left;
            border-bottom: 1px solid #808080;
        }

            .skin-Page-HeaderNotifyList ul li:hover {
                background-color: #efefef;
            }

.skin-Page-HeaderNotifyElemMessage {
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 175px;
    display: inline-block;
    white-space: nowrap;
}

.skin-Page-HeaderNotifyElemClose {
    position: relative;
    top: -9px;
    display: inline-block;
    float: right;
    cursor: pointer;
    width: 17px;
    height: 17px;
    background-image: url(./Images/PageNotifyCloseButton.png);
}

.skin-Page-HeaderUserPaneBanner {
    background-color: #0d47a1;
    background-color: var(--bg-color-primary);
    width: 100%;
    height: 102px; /*Calcolo esatto: diametro dell'icona con la faccia 80px + 2px di bordi (1px sopra e 1 px sotto),
        volendo tenere 10 px (stesso margin che c'è nell'immagine in piccolo, non espansa) di margin top (e bottom di conseguenza in modo che sia esattamente centrata) totale 102*/
}

.skin-Page-HeaderUserNominativeInPane {
    display: inline-block;
    color: White;
    font-size: 24px;
    width: 64%; /*Misura esatta per far allineare i div con l'immagine, se si cambia qualcosa potrebbero non essere visualizzati correttamente*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: FiraSansLight, sans-serif;
    height: auto;
    text-align: right;
    /*margin e padding a sentimento, NB il padding deve essere = tra HeaderUserNominativeInPane e HeaderUserMailInPane*/
    padding-right: 12px;
    margin-top: 20px;
}

.skin-Page-HeaderUserMailInPane {
    display: inline-block;
    color: white;
    font-size: 16px;
    padding-right: 12px;
    width: 64%; /*Misura esatta per far allineare i div con l'immagine, se si cambia qualcosa potrebbero non essere visualizzati correttamente*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: FiraSans, sans-serif;
    font-style: italic;
    opacity: 0.5;
    text-align: right;
}

#lblCurrentRoot {
    display: block;
    float: left;
}

.skin-Page-HeaderOmniaVersion {
    float: right;
    color: white;
    margin-right: 8px;
    margin-top: 5px;
    font-size: 11px;
    font-family: DIN, sans-serif;
}

.skin-Page-HeaderDiagonalBackgroundChange {
    /*background-image: url(./Images/headerDiagonalBackgroundChange.png);*/
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 70px 60px;
    border-color: transparent transparent #0d47a1 transparent;
    border-bottom-color: var(--bg-color-primary);
}

.skin-Page-HeaderSocialPhotoPane {
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border: 1px solid white;
    float: right;
    /*Valori di margin da rivedere in caso di modifiche all'altezza del menù espanso
        Devono essere uguali alla distanza di padding che ha l'immagine in versione chiusa
    */
    margin-top: 10px;
    margin-right: 20px;
}

.skin-Page-HeaderRefresh {
    width: 60px;
    height: 60px;
    margin-left: 10px;
    background-image: url(./Images/RefreshBorder.png);
    padding-top: 15px;
    text-align: center;
    cursor: pointer;
}

    .skin-Page-HeaderRefresh:hover {
        color: #ffffff;
    }




.skin-Page-HeaderRefreshCompact {
    width: 55px;
    height: 50px;
    margin-left: 2px;
    text-align: center;
    cursor: pointer;
}

    .skin-Page-HeaderRefreshCompact:hover {
        color: #ffffff;
    }

.skin-Page-HeaderRefreshImg {
    width: 33px;
    height: 33px;
    margin: 0 auto;
    background-image: url(./Images/RefreshButton.png);
    margin-bottom: 5px;
    background-size: 100%;
}

.skin-Page-HeaderRefresh:hover > .skin-Page-HeaderRefreshImg {
    background-image: url(./Images/RefreshButton_ON.png);
}

.skin-Page-HeaderRefreshCompact:hover > .skin-Page-HeaderRefreshImg {
    background-image: url(./Images/RefreshButton_ON.png);
}

.skin-Page-HeaderArrowUserPane {
    width: 13px;
    height: 7px;
    background-image: url(./Images/ArrowUserPane.png);
    position: relative;
    top: -113px;
    left: 253px;
    display: block;
}



/*** Questi vanno in File.css **/

/*.skin-FieldAutocomplete-UserProfileChatStatus {
    top: -20px !important;
}*/

.skin-FieldAutocomplete-UserProfileTitle {
    width: 230px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.skin-FieldAutocomplete-UserProfileMailTo {
    top: -76px !important;
}

.skin-FieldAutocomplete-UserProfileAddContact {
    top: -36px !important;
}

/*.skin-FieldAutocomplete-UserProfileNewChat {
    top: 4px !important;
}*/

/* CLASSI PER SVG */
.svg-color-primary {
    fill: #616161;
    fill: var(--bg-color-primary);
}

.svg-color-light {
    fill: #8bacbb;
    fill: var(--bg-color-light);
}

.svg-color-dark {
    fill: #2a2d36;
    fill: var(--bg-color-dark);
}