﻿.divToGetBreakpoints {
    display: none;
}

/*********************HEADER****************************/
.divHeader {
    width: 100%;
    min-height: 30px;
    position:static;
}

.divHeaderTop, .divHeaderUserLogged, .divHeaderBottom {
    display:none;
}
.divHeaderMobile {
    width: 90%;
    margin: auto;
    display: block;
    height: 60px;
    margin-bottom: 30px;
    /*per non finire sotto i tab laterali dove presenti*/
    z-index: 55;
    position: relative;
}
.aShowMobileMenu, .divAvatar {
    float: left;
    background: transparent url('../../images/master/MenuMobile.svg') 0% 0% no-repeat padding-box;
    width: 27px;
    height: 27px;
    margin-top: 27px;
}
.aShowMobileMenu {
    margin-right: 10px;
}
.divLogoHeader {
    background-size: contain;
    width: calc(100% - 90px);
    margin-left: 0px;
    margin-right:10px;
}
.logoMinisitiHeader {
}
.divAvatar {
    margin-left: 10px;
    background: transparent url('../../images/master/AvatarMobile.svg') 0% 0% no-repeat padding-box;
}

.imgSearch {
    margin-left: 5%;
    background: transparent url('../../images/master/searchMobile.svg') 50% 0% no-repeat padding-box;
    width: 22px;
    height: 22px;
}


.aClose {
    margin-right: 5%;
    background: transparent url('../../images/master/xMobile.svg') 0% 0% no-repeat padding-box;
}
/*******************************************************/
/********************CONTENT****************************/
.divPage, .divPageUserLogged {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 0px;
}
.divPageUserLogged {
    padding-top: 0px;
}
/*******************************************************/


/*********************FOOTER****************************/
.divFooter {
    width: 100%;
    height: auto;
    position: static; /*per annullare il position absolute*/
    overflow: auto;
    padding-bottom: 20px;
}

.divFooterTop {
    height: auto;
    overflow:auto;
}

.divFooterTopInner {
    width: 90%;
    padding: 5% 0%;
    height: auto;
    overflow: auto;
}
.divLogoFooter {
    margin-top: 0px;
    width:250px;
}

.divTextFooter {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: 0px;
}

.divFooterMenu {
    width: 90%;
    padding: 0px 5%;
    height: auto;
    line-height:normal;
    font-size: var(--unnamed-font-size-12);
}
.divFooterMenu > span {
    padding:10px 0px;
    display:block;
}
.divFooterMenuInner {
    float: none;
    width:100%;
}
.divFooterMenuInner > div {
    float: left;
    width: 50%;
}
/*.divFooterMenuInnerMobile {
    display: block;
}
*/
.divFooterLink {
    float: none;
    margin-left: 0px;
    margin-bottom:10px;
    display:block;
}
/*******************************************************/
/******************************TAB PRODOTTO****************************/
.divOpenTab {
    margin-top: 100px;
}

.linkOpenTab {
}

.divTabs {
    position:absolute;
}

.divTabsInner {
    width: auto;
}

.divTab {
}

.divCloseTab {
}

.divTabTitle {
}
/**********************************************************************/

/*******************************MENU***********************************/
.divMenuMobile {
    width: 100%;
    padding: 30px 0px;
    min-height: 100%;
    position: absolute;
    height:auto;
    top: 0px;
    left: 0px;
    background: var(--white) 0% 0% no-repeat padding-box;
    z-index: 100;
}
.divMenuMobileHeader {
    height: 50px;
    padding: 0px 30px;
}
.divInEvidenza {
    display:block;
    float:none;
    margin:auto;
    margin-bottom:15px;
    padding: 0px 30px;
}
.aCloseMenu {
    float: right;
    height: 27px;
    width: 20px;
    background: transparent url('../../images/master/xMobile.svg') 0% 0% no-repeat padding-box;
}
.divLogoHeaderMenu {
    width: calc(100% - 90px);
    margin-top:0px;
}
.divMenuItemMobile {
    clear: both;
    height: auto;
    overflow: auto;
    /*margin-bottom: 15px;
    padding: 0px 30px;*/
}
.aMenuItemMobileFirstLevel, .aMenuItemMobileSecondLevel, .aMenuItemMobileLastLevel {
    min-height: 50px;
    line-height: 50px;
    display: block;
    text-transform: capitalize;
    width: calc(100% - 60px);
    padding: 0px 30px;
    color: var(--black);
}
.aMenuItemMobileFirstLevelClosed {
    background: transparent url('../../images/ctrl-right.svg') calc(100% - 30px) 50% no-repeat padding-box;
}
.aMenuItemMobileFirstLevelOpen, .aMenuItemMobileSecondLevelOpen {
    background: transparent url('../../images/ctrl-down.svg') calc(100% - 30px) 50% no-repeat padding-box;
}
.aMenuItemMobileSecondLevelClosed, .aMenuItemMobileLastLevel {
    color: var(--blue-gray);
    background: transparent url('../../images/master/frecciaMenuMobile.svg') calc(100% - 30px) 50% no-repeat padding-box;
}
.aMenuItemMobileSecondLevelOpen {
    color: var(--black);
}
.hlContattiMobile {
    background-color: var(--light-gray);
}
.aCercaMobile {
    background: var(--light-gray) url('../../images/master/searchMobile.svg') calc(100% - 25px) 50% no-repeat padding-box;
}
/**********************************************************************/


/**********************MODAL LOGIN**********************/
.headerLogin {
    display:block;
    height:60px;
}
.divModalLogin {
    right: 0px;
    top: 0px;
    width: calc(100% - 80px);
    height: 100%;
}

.divModalLoginTitle {
    width: 100%;
}

.divModalLoginTextBox {
    width: calc(100% - 20px);
    padding-left: 20px;
}

.divModalLoginButton {
    width: 100%;
}
.divModalLoginA {
    display:block;
    margin-left: 0px;
}
/*******************************************************/

/*********override telerik***************
.RadUpload_Default .ruButton {
    width: 100% !important;
    height: 35px !important;
    line-height: 35px !important;
}
.RadUpload .ruFileWrap.ruStyled {
    width: 100% !important;
}
**********************************************/