﻿/*******************************TAB*****************************
.divLinkTab {
    position: fixed;
    right: 0;
    z-index:30;
}

.divTabs {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    max-height:100%;
    overflow-y:scroll;
    background-color: #F3F9F5;
    width: 450px;
    z-index:40;
}

.divTab {
    width: 340px;
    margin-left: 70px;
    margin-top: 70px;
    padding-bottom:30px;
    font-size:15px;
}
.divTabTitle {
    font-size:25px;
    height:30px;
    margin-bottom:20px;
}
.linkCloseTab {
    position: fixed;
    right: 405px;
    top:300px;
}

.linkOpenTab, .linkOpenTab:hover {
    display: block;
    width: 83px;
    height: 83px;
    background-color: #1D8C40;
    color: white;
    text-align: center;
    line-height: 83px;
    margin-bottom: 3px;
}
****************************************************************/



/******************************ACCORDION*************************
.divAccordion {
    padding-right: 15px;
}

.divItem {
    clear: both;
    margin-bottom: 20px;
}

.itemTitle, .itemTitle_Open {
    color: Black;
    margin-bottom: 5px;
    cursor:pointer;
}


.itemContent {
    color: #6e6e6e;
}

.divContinua {
    float: right;
    color: #1d8c40;
    margin-right: 10px;
    text-decoration: underline;
    cursor: pointer;
    clear: both;
    width: 100%;
    text-align: right;
    margin-bottom:10px;
}

.divForAccordion {
    clear: both;
    float: left;
    width: 100%;
    margin: 15px 0 15px 0;
}
*****************************************************************/



/**********************TAB DOCUMENTI*******************
.aDoc
{
    display: block;
    clear: both;
    min-height:30px;
    margin-bottom: 10px;
}
.aDoc img
{
    float: left;
}
.aDoc span
{
    text-decoration: underline;
    color: #6c6c6c;
    margin-left: 5px;
    float:left;
    width:300px;
}
******************************************************/




/*********************POPUP************************/
/*****override theme ui*****/
.ui-dialog {
    padding:0px;
}
.ui-dialog-titlebar {
    display:none;   
}
.ui-widget-content
{
    border:none;
}
.ui-dialog .ui-dialog-content {
    padding:0px;
    background-color:white;
}
.ui-widget-overlay {
    background-color: gray;
    opacity: 0.8;
}

/***************************/




.divPopUpLogin, .divPopUp, .divActionPopUp,
.divPopUpNS, .divPopUpContatti, .divPopUpActionMaster,
.divPopUpOtp, .divPopUpAlert {
    display: none;
}
.divPopUpContent
{
    padding: 40px;
    width:420px;
    font-size: 14px;
    height:auto;
    overflow:auto;
}
.divPopUpHeader {
    width:450px;
    padding-left:40px;
    padding-right:10px;
    background-color:#1D8C40;
    height:45px;
    line-height:45px;
    color:white;
    clear:both;
}
.aClosePopUp {
    margin-top:8px;
    float:right;
    width:29px;
    height:29px;
    background-image: url('../Images/icoClosePopUp.png');
}
.divPopUpFooterButtons {
    min-height:45px; 
    height:auto;
    overflow:auto;
    padding: 20px 40px;
    width:420px;
    background-color:white;

}
.btnPopUp, .btnPopUpSmall {
    
    margin: auto; 
    width:415px;
    height:45px;
    line-height:45px;
    border:solid 1px #1D8C40;
    background-color:white;
    display:block;
    text-align:center;
    font-size:17px;
    cursor:pointer;
}
.btnPopUpSmall:first-child {
    margin-right: 15px; 
}
.btnPopUpSmall {
   width:200px;
   float:left;
   font-size:15px;
}


.btnokGDPRPopUp {
    margin: auto; 
    display:block;
    text-align:center;
    cursor:pointer;
    background-color:#F48132;
    color:black;
    margin-left: 5px;
    white-space: normal;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size:14px;
}

/*******************************************************/






/*.btnPopUpLeft
{
    margin-left: 40px; 
    width:415px;
    height:45px;
    line-height:45px;
    border:solid 1px #1D8C40;
    display:block;
    text-align:center;
    font-size:17px;
    margin-top:20px;
}

.btnPopUpLeft
{
   float:left;
}*/





/******************************MENU PERSONAL**************************************/
.divMenu
{
    height: 100%;
    width: 100%;
}
.aLinkSel, .aLinkNotSel
{
    display: block;
    line-height: 60px;
    text-decoration: none;
    width: 300px;
    height: 60px;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom:3px;
    border-bottom: 1px solid white;
    background-image: url('../Images/areapersonal/aLinkPersonal_Sel.png');
    color: #248734;
}
.aLinkNotSel
{
    background-image: url('../Images/areapersonal/aLinkPersonal.png');
    color: black;
}
.divWelcome
{
    font-size: 18px;
    height: 20px;
}
.divWelcomeName
{
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #248734;
}
/**********************************************************************************/