﻿html, body, form {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px;
    padding: 0px;
    height: 100%;

    font-family: var(--unnamed-font-family-noto-sans);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-18);
    line-height: var(--unnamed-line-spacing-30);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
}


@font-face {
    font-family: "MMC Display";
    src: url("../fonts/MMC_Display_Font_V1.200/MMCDisplay_W_Rg.woff2") format("woff2")
}

.divToGetBreakpoints {
    display: block;
}

/*********************override default***************************/
input {
    padding: 0;
    border:none;
}
input[type="submit"] {
    cursor: pointer;
}
a {
    cursor: pointer;
    text-decoration:none;
}
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
textarea, input {
    outline: none;
}
textarea:focus, input:focus {
    outline: none;
}
/***************************************************************/

/*********************override jquery ui*************************/
.ui-dialog {
    padding: 0px;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog .ui-dialog-content {
    padding: 0px;
    overflow-x: hidden;
    overflow-y: visible;
}
.ui-widget {
    border: none;
    font-family: var(--unnamed-font-family-noto-sans);
    font-size: var(--unnamed-font-size-16);
}

.ui-widget input, .ui-widget select {
    font-family: inherit;
    font-size: inherit;
}
.ui-widget-overlay {
    opacity: 0.6;
    z-index:45;
}

.ui-accordion-header, .ui-accordion-content {
    padding: 0;
    background: none;
    border: none;
    outline: none;
}
.ui-accordion .ui-accordion-header {
    padding: 0;
}

.ui-tooltip {
    width: 300px;
    background: var(--azure) 0% 0% no-repeat padding-box;
    border: none !important;
    padding: 30px;
    top: 0px;
    right: 40px;
    z-index: 1;
    box-shadow: none!important;
}
/*****************************************************************/

/***********************BODY****************************/
.divBody {
    min-height: 100%;
    position: relative;
    width: 100%;
    margin: auto;
}
/*******************************************************/


/*********************HEADER****************************/
.divHeader {
    width: 100%;
    min-height: 150px;
    height: auto;
    overflow: auto;
    opacity: 1;
    position: fixed;
    top: 0;
    z-index: 42;
    background: var(--white) 0% 0% no-repeat padding-box;
}
.divHeaderMobile {
    display: none;
}
.divHeaderTop {
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #8096B2;
    clear: both;
}

.divHeaderTop img{
	margin-top: 10px;
	width: 150px;
    float: left;
}

.divHeaderUserLogged, .divHeaderSearch {
    width: 100%;
    height: 60px;
    background: var(--azure) 0% 0% no-repeat padding-box;
}

.divHeaderBottom {
    width: 100%;
    height: 80px;
    margin: auto;
}

.divLogoHeader {
    width: 250px;
    height: 50px;
    margin-top: 10px;
    margin-left: 80px;
    /* background: transparent url(../images/master/logo.svg) 0% 0% no-repeat padding-box; */
    background: transparent url(../images/master/Marsh_Professionisti_text_transparent.png) 0% 0%;
    opacity: 1;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.divLogoHeaderTop {
    width: 150px;
    height: 40px;
    margin-top: 15px;
    margin-left: 95px;
    /* background: transparent url(../images/master/logo.svg) 0% 0% no-repeat padding-box; */
    background: transparent url(../images/master/marsh-logo-rgb-midnight.svg) 0% 0%;
    opacity: 1;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.divHeaderBottomSearch {
    float: right;
    width: 260px;
    height: 31px;
    opacity: 1;
    margin-top: 27px;
    margin-left: 20px;
    cursor: pointer;
    border-left: solid 1px #8096B2;
    padding-left: 20px;
}
.divAccedi, .divHeaderLink, .divInEvidenza, .divAvatar, .divAvatarPU {
    float: right;
    height: 60px;
    line-height: 60px;
    margin-left: 22px;
    color: rgb(0,15,71);
    cursor: pointer;
}

.divAccedi, .divAvatar, .divAvatarPU {
    width: 277px;
    background: rgb(0,15,71) 0% 0% no-repeat padding-box;
    text-align: center;
    color: var(--white);
}

.divInEvidenza {
    width: 210px;
    height: 33px;
    margin-top: 14px;
    background: transparent url('../images/master/inevidenza.svg') 50% 0% no-repeat padding-box;
    opacity: 1;
}
.divAvatarPU {
    background:var(--dark-blue) url('../images/master/avatarPU.svg') 3% 50% no-repeat padding-box
}
.divUserName, .divUserNamePU {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.divUserNamePU {
    width: calc(97% - 30px);
    margin-left: calc(3% + 20px);
}
.divHeaderUserLoggedLink, .divHeaderUserLoggedLogout {
    float: right;
    line-height: 60px;
    margin-left: 100px;
    text-align: right;
}
.divHeaderUserLoggedLogout {
    width: 277px;
    text-align: center;
    margin-left: 22px;
}
.divHeaderSearch {
    position:relative;
    background: #F4F4F9  0% 0% no-repeat padding-box;
}
.imgSearch {
    position: absolute;
    left: 0px;
    margin-top: 15px;
    margin-left: 80px;
    background: transparent url('../images/master/search.svg') 50% 0% no-repeat padding-box;
    width: 33px;
    height: 33px;
}
.tbSearch {
    position: absolute;
    left: 45%;
    height: 100%;
    background: #F4F4F9 0% 0% no-repeat padding-box;
    font-size: var(--unnamed-font-size-18);
}

.tbSearch::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: black;
    font-size: var(--unnamed-font-size-18);
}
.tbSearch:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: black;
    font-size: var(--unnamed-font-size-18);
    opacity: 1;
}
.tbSearch::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: black;
    font-size: var(--unnamed-font-size-18);
    opacity: 1;
}
.tbSearch:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
    font-size: var(--unnamed-font-size-18);
}
.aClose {
    position: absolute;
    right:0px;
    margin-top: 15px;
    margin-right: 100px;
    height: 27px;
    width: 27px;
    background: transparent url('../images/master/x.svg') 0% 0% no-repeat padding-box;
}
/*******************************************************/
/********************CONTENT****************************/
.divPage, .divPageUserLogged { 
    width: 100%;
    padding-bottom: 372px;
    padding-top:150px;
    height: auto;
    overflow: auto;
    margin:auto;
}
.divPageUserLogged {
    padding-top:201px;
}
/*******************************************************/

/*********************FOOTER****************************/
.divFooter {
    width: 100%;
    margin: auto;
    height: 150px;
    position: absolute;
    bottom: 0px;
}

.divFooterTop {
    width: 100%;
    height: 150px;
    background: rgb(0,15,71);
    opacity: 1;
}

.divFooterTopInner {
    /*padding-left: 100px;
     width: 1740px;*/
    margin: auto;
    padding: 0px 80px;
    height: 150px;
    width: 1362px;
}

.divTextFooter {
    float: left;
    width: 1100px;
    height: 72px;
    margin-top: 35px;
	margin-left: 100px;
    color: var(--white);
    text-align: left;
    opacity: 1;
    line-height: 25px;
}

.divLogoFooter {
    /*margin-top: 70px;
    width: 400px;
    height: 30px;
    background: transparent url('../images/master/MarshMcLennan_h_rgb_w.svg') 0% 0% no-repeat;*/
    background: transparent url('../images/master/marsh-logo-rgb-white.png') 0% 0% no-repeat;
    margin-top: 40px;
    width: 150px;
    height: 30px;
    float: left;
    opacity: 1;
}

.divFooterMenu {
    width: 1740px;
    margin: auto;
    padding: 0px 80px;
    height: 52px;
    line-height: 52px;
    color: var(--blue)!important;
}
/*.divFooterMenu > div {
    float:left;
}*/
.divFooterMenuInner {
    float:right;
}
.divFooterMenuInner > div {
    display:inline;
}
/*.divFooterMenuInnerMobile {
    display: none;
}*/
.divFooterLink {
    float: right;
    height: 24px;
    margin-left: 22px;
    text-align: left;
    text-decoration: underline;
    opacity: 1;
    color: var(--blue) !important;
}
/*******************************************************/


/**********************MODAL LOGIN**********************/
.headerLogin{
    /*display:none;*/
}
.divModalLogin {
    position: fixed;
    z-index: 30;
    right: 0px;
    top: 60px;
    width: 398px;
    height: 413px;
    padding: 40px;
    background: var(--white) 0% 0% no-repeat padding-box;
    box-shadow: -1px 5px 18px #0000001A;
}
.divModalLoginTitle {
    width: 190px;
    height: 48px;
    text-align: left;
    margin-bottom:40px;
}
.divModalLoginTextBox {
    display:block;
    width: 365px;
    height: 55px;
    text-align: left;
    opacity: 1;
    margin-bottom: 20px;
    padding-left: 20px;
    float:left;
}
.divModalLoginButton {
    width: 400px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.divModalLoginText {
    text-align: left;   
    text-transform: uppercase;
    opacity: 1;
}
.divModalLoginA {
    text-align: left;
    text-decoration: underline; 
    opacity: 1;
    margin-left:10px;
}
.rfvLogin {
    float:left;
}
.divLogoHeaderMenu {
    display:none;
}
.aCloseMenu {
    float: right;
    height: 27px;
    width: 20px;
    background: transparent url('../images/master/xMobile.svg') 0% 0% no-repeat padding-box;
}
.divPopUpOtpError {
    color:var(--red);
}
/*******************************************************/
/**********************MENU NAVIGAZIONE****************/
.divMenuHeader {
    float: right;
    margin-top: 27px;
}

.divMenuSettoreName, .divMenuPvName {
    background: transparent url('../images/ctrl-down.svg')100% 70% no-repeat padding-box;
    height: 24px;
    margin-left: 27px;
    padding-right: 27px;
    text-align: left;
    float: left;
    cursor: pointer;
}
.divNavigationMenu, .divNavigationMenuUserLogged {
    background: var(--white) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 6px #00000029;
    position: fixed;
    top: 140px;
    width: 100%;
    z-index: 45;
}
.divNavigationMenu {
    left: 0px;
    position:fixed;
}
.divNavigationMenuUserLogged {
    top:200px;
}
.divNavigationMenuInner {
    width:fit-content;
    min-width:calc(100% - 562px) /*281*2 --> 301 è la larghezza della tb di ricerca*/;
    padding: 30px 0px;
    margin: auto;
    height: auto;
    overflow: auto;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.divNavigationMenuInner > img {
    float: left;
    width: 230px;
    height: 100px;
    object-fit: cover;
}
.divCategoriaMenu {
    float: left;
    border-right: solid 1px var(--light-blue);
    padding: 0px 20px;
    width: 250px;
    text-transform: capitalize;
}
.divCategoriaMenu:last-child {
    border-right: none;
}
.liAffinity {
    padding: 5px 0px;
    line-height: var(--unnamed-line-spacing-19);
}

/**********************************************************************/



/******************************TAB PRODOTTO****************************/
.divOpenTab {
    float:left;
    z-index: 50;
    margin-top:200px;
}
.linkOpenTab {
    display: block;
    width: 100px;
    /*height: 100px;
    line-height: 100px;*/
    min-height: 40px;
    padding: 20px 0px;
    line-height: 40px;
    text-align: center;
    background: var(--light-blue) 0% 0% no-repeat padding-box;
    border-radius: 5px 0px 0px 5px;
    opacity: 1;
    margin-bottom: 5px;
}
.divTabs {
    position: fixed;
    right: 0;
    top: 0;
    /*height: 100%;*/
    z-index: 50;
}
.divTabsInner {
    width: 480px;
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    background: var(--white) 0% 0% no-repeat padding-box;
}
.divTab {
    padding:30px;
}
.divCloseTab {
    width:100%;
    text-align:right;
    display:block;
}
.divTabTitle {
    width: 100%;
    clear: both;
    margin:20px 0px;
}
.lbTabDocs{
    display: block;
    margin: 15px 0px 15px 0px;
    color: black;
    text-decoration:underline;
}
/**********************************************************************/

/********************************ACCORDION****************************/
.divAccordion {
    padding-right: 15px;
}

.divItem {
    clear: both;
    margin-bottom: 20px;
}

.itemTitle {
    color: Black;
    margin-bottom: 5px;
    cursor: pointer;
}


.itemContent {
    color: #6e6e6e;
    height: auto;
    overflow: auto;
    display:none;
}


/*.divForAccordion {
    clear: both;
    float: left;
    width: 100%;
    margin: 15px 0 15px 0;
}*/
/**********************************************************************/

.tbOtp {
    width: 100%;
    height: 55px;
    background: var(--componenti) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 16px/var(--unnamed-line-spacing-24) var(--unnamed-font-family-noto-sans);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--blue-gray);
    text-align: left;
    opacity: 1;
    padding-left: 20px;
}


/*********override telerik***************/
.RadUpload_Default .ruButton {
    width: 100px !important;
    height: 50px !important;
    line-height: 50px !important;
    background: var(--blue-gray) 0% 0% no-repeat padding-box !important;
    color: var(--white) !important;
    border-radius: 5px !important;
    padding: 0px !important;
    border: none !important;
}

.RadUpload .ruFakeInput {
    display: none !important;
}
/*.RadUpload .ruFakeInput:before {
    content: "Nessun file selezionato" !important;
}*/

.RadUpload .ruFileLI .ruButton.ruRemove {
    background: var(--white) !important;
    font-size: var(--unnamed-font-size-28) !important;
}

.RadUpload .radIcon:before {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    left: -5px !important;
    top: 2px !important;
}
.ruUploadProgress {
    font-size: var(--unnamed-font-size-14) !important;
}
/**********************************************/