﻿html, body, form
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'ABeeZee' , sans-serif;
	font-size: 14px;
}

body
{
	position: relative;
	width: 100%;
	min-width: 1200px;
}
/********************GENERALI*****************/
a, a:hover
{
	text-decoration: none;
	color: #000000;
}

img
{
	border: none;
}

ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

p
{
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin: 0px;
}
.divToGetBreakpoints {
    display: block;
}

.tbOtp
{  
    width: calc(100% - 12px);
    height:45px;
    line-height:45px;
    background-color:#f4f4f4;
    /*float: left; height: 30px;*/
    border: solid 1px #C8C8C8;
    padding-left:10px;
    margin-bottom:10px;
}
.divPopUpOtpError {
    padding:15px 0px;
    color:red;
}
/********************************************/


/*********************COOKIES*****************/
.cookiesPopup
{
	width: 100%;
	background-color: #eeeeee;
	border-bottom: 1px solid #bcbcbc;
	position: relative;
	margin: 0px;
	padding: 10px 0;
	text-align: center;
	color: #646464;
	font-size: 13px;
}
.cookiesPopup p
{   
    padding-right:20px;

}
.closeCookies
{
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
}
/********************************************/

/*********************HEADER*****************/

.divHeader
{
	width: 100%;
	border-bottom: solid 1px #349446;
}

.divHeaderLogoMiniSite {
    width: 100%;
    height: 70px;
}
.divHeaderLogoMiniSiteInner
{
    width: 1000px;
    height: 63px;
    padding-top:7px;
    margin: auto;
    clear: both;
}
/*.divHeaderLogoMiniSiteInner img {
    float:right;
    height:63px;
}*/
.divHeaderInner
{
	width: 1000px;
	margin: auto;
    height:70px;
    padding-top:30px;
}

.logoPreviSalute
{
	/*margin-top: 30px;*/
	float: left;
}
.logoPlatform
{
	float: right;
	height: 70px;
}
.divWelcomeSmallScreen {
    display:none;
}
/********************************************/



/*******************MENU*********************/
.divLink
{
	float: right;
	height: 39px;
	line-height: 39px;
	margin-top: 30px;
}
.divLinkSmallScreen, .aLinkSmallScreen,
.divUserLoggedSmallScreen, .aUserLoggedSmallScreen
{
    display:none;
}

.aLinkMenu, .aLinkMenuSel
{
	float: right;
	font-size: 15px;
	text-align: center;
	padding: 0 4px 0 4px;
}
.aLinkMenuSel
{
	color: #1D8C40;
}

.nav
{
	padding: 0 4px 0 4px;
	float: right;
	display: block;
	position: relative;
	z-index: 20;
	font-size: 15px;
}

.liParent > a
{
	padding: 0 5px 0 5px;
	height: 39px;
	line-height: 39px;
	display: block;
}

.liParent:hover > a
{
	background-color: #F3F9F5;
}

.ulChild
{
	display: none;
	position: absolute;
	top: 39px;
	background-color: #F3F9F5;
	width: 206px; 
	padding: 0px 12px 0px 12px;
	border-bottom: solid 3px #1D8C40;
}

.ulChild li
{
	text-align: left;
}

.ulChild li a
{
	display: block;
	line-height: 48px;
	min-height: 48px;
	width: 206px;
	border-bottom: solid 1px #D3E9DA;
}

.ulChild li.last a
{
	border-bottom: 0px;
}

/******menu tab************/
.aTabSmallScreen {
    display: none;
}

.divOpenTabSmallScreen {
    display: none;
}
/**********************/
/********************************************/



/***********************BODY*****************/
.divWrapper
{
	min-height: 100%;
	position: relative;
}
.divBody
{
	min-height: 100px;
	width: 1000px;
	margin: auto;
    height: auto;
    overflow: auto;
	padding-top: 30px;
	padding-bottom: 437px; /*Height of the footer element + 50 */
}

/*.divBodyClear
{
	clear: both;
	height: 50px;
}*/
/********************************************/


/*****************BREADCRUMBS*****************/
.divBreadcrumbs
{
	min-height: 40px;
    height:auto;
	line-height: 30px;
	margin-bottom: 20px;
	clear: both;
	font-size: 18px;
}
.divBreadcrumbs span
{
	margin: 0px 5px 0px 5px;
}

.divBreadCrumbsLine
{
	width: 32px;
	height: 2px;
	background-color: #1D8C40;
}
/********************************************/


/****************FOOTER**********************/
.divBottomPage
{
	width: 100%;
	height: 387px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.divFooter
{
	width: 100%;
	height: 246px;
	padding-top: 40px;
	border-top: solid 1px #EEEEEE;
}

.divFooterInner
{
	width: 1000px;
	margin: auto;
}

.divFooterGray
{
	width: 100%;
	height: 75px;
	padding-top: 25px;
	background-color: #EEEEEE;
}

.divFooterGrayInner
{
	width: 1000px;
	margin: auto;
	line-height: 25px;
}

.divFooterGrayInner a
{
	text-decoration: underline;
}

.footerColumn
{
	float: left;
	width: 250px;/*200px;*/
}

.footerColumn ul
{
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
}

.footerColumn ul li
{
	height: 20px;
	margin-bottom: 5px;
}
/********************************************/

/*****************CUSTOM UL******************/
.htmlCustom ul
{
	list-style-image: url("../images/customLi.png");
	margin-left: 28px;
}

.htmlCustom li ul
{
	list-style-image: url("../images/customLiSub.png");
}
/********************************************/


/*****************LOGIN POPUP******************/
.tbValue
{
    width: 405px;
    height:45px;
    line-height:45px;
    background-color:#f4f4f4;
    float: left; /*height: 30px;*/
    border: solid 1px #C8C8C8;
    padding-left:10px;
    margin-bottom:10px;
}
.aForgotPwd {
    margin-top:10px;
    text-decoration:underline;
    width:100%;
    text-align:center;
    display:block;
    color:#1D8C40!important;
}
/********************************************/


/*************************TABS**************************/

.divOpenTab {
    position: fixed;
    right: 0;
    top:200px;
    z-index: 30;
}

.divTabs {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    max-height: 100%;
    overflow-x:hidden;
    overflow-y: scroll;
    background-color: #F3F9F5;
    width: 450px;
    z-index: 1050;
}

.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;
}

.divCloseTab {
    display: none;
}

.linkOpenTab, .linkOpenTab:hover {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #1D8C40;
    color: black;
    text-align: center;
    line-height: 80px;
    margin-bottom: 3px;
    font-size: 14px;
}

.divPtItem {
    height:auto;
    overflow:visible;
    margin:15px 0px;
}

.lbTabDocs {
    display:block;
    text-align:left;
    text-decoration:underline;
    color:#F7A065;
    
    width:300px;
    height:35px;
    line-height:35px;
    padding-left:30px;

    background-image:url('../images/imgPdf.png');
    background-position:center left;
    background-repeat:no-repeat;
}

/*******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;
}
/*************************/



/************************override jquery ui****************************/
.ui-widget {
    border: none;
}

.ui-widget-content,
.ui-widget.ui-widget-content {
    border: none;
    background: none;
}

.ui-widget-header {
    background-color: white !important;
    border:none;
}
.ui-accordion-header-icon {
    display: none;
}
.ui-accordion .ui-accordion-header {
    padding: 0px;
}
.ui-accordion .ui-accordion-content {
    padding:0px;
}
/*per rimuovere il bordo dall'accordion aperto*/
.ui-state-focus { outline: none; }

.ui-datepicker {
    background-color: white!important;
    border: solid 1px #EEEEEE!important;
}

.ui-datepicker-prev, .ui-datepicker-next {
    width:7px !important;
    height:11px !important;
    cursor: pointer;
    background-image: url('../images/calendarPrev.png');
    background-repeat: no-repeat;
    overflow: hidden;
}
.ui-datepicker-next {
    background-image: url('../images/calendarNext.png');
}
.ui-autocomplete
{
	/*background-color: white;
	width: 100px;
	z-index: 111;
	border: solid 1px black;*/


    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    background: white!important;
    border: solid 1px #1E8C41 !Important;
}

.ui-helper-hidden-accessible
{
	display: none;
}

/*per rimuovere il bordo dall'accordion aperto*/
.ui-state-focus {
    outline: none;
}

.ui-widget {
    font-family: inherit;
}

.ui-state-active, .ui-state-default {
    border: none !important;
    background: none !important;
    color:inherit;
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    color: inherit !important;
} 
/***********************************************************************/


/*********************tooltip**************************/
.ui-tooltip, .arrow:after, .arrowLeft:after {
    background: white!important;
    border: 1px solid #1D8C40 !important;
    width:180px;
}

.ui-tooltip {
    padding: 10px;
    color: black;
}

.arrow, .arrowLeft {
    width: 26px;
    height: 26px;
    overflow: hidden;
    position: absolute;
    right: -26px;
    top: 50%;
    margin-top: -13px;
}

.arrowLeft {
    left: -26px;
}

.arrow:after, .arrowLeft:after {
    content: "";
    position: absolute;
    left: -16px;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrowLeft:after {
    left: 16px;
}

/*
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }*/
/*********************************************************/
