﻿body
{
	margin: 0 0 0 0;
	/*background-color: #ffffff;*/
	color: #464646;
}

.m-header
{
background:#fff !important;
}
.btn-primary
{
background-color:#fff !important;
border-color:#e89640 !important;
color:#e89640 !important;
}

.btn-primary:hover
{
background-color:#e89640 !important;
border-color:#e89640 !important;
color:#fff !important;
}


@media (max-width: 1024px) {
    .pc-header .pcm-logo img {
        height: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }
}
.pc-mob-header .pc-head-link, .pc-mob-header a
{
color:#000 !important;
}

@media (max-width: 1024px) {
    .pc-header .pcm-logo img {

        height: 80px;
    }
}

@media (max-width: 1024px) {
    .pc-header {
        background: #fff;
    }
}

@media (max-width: 1024px) {
    .pc-header .pcm-logo {
        margin: auto;
    }
}
.pc-mob-header .hamburger-inner, .pc-mob-header .hamburger-inner::after, .pc-mob-header .hamburger-inner::before {
    background: #000;
}

.pc-sidebar .pc-caption
{
color:#e89640 !important;
}

.pc-sidebar .pc-micon > svg
{
color:#e89640 !important;
}
.navMenu-list a
{
color:#e89640 !important;
}
.collapsed
{
color:#e89640 !important;
}

.pc-header .pc-head-link:hover
{
color:#e89640 !important;
}

.dropdown-item:hover
{
color:#e89640 !important;
}
.auth-wrapper
{
background:#e89640 !important;
}

.order-visitor-card:hover
{
background:#e89640 !important;
border-color:#e89640 !important;
}

.logo {
	width: 100%;
	padding-bottom: 20px;
}
.card-header {
	background: #e89640;
}

.card-header-Search {
	background: #fff;
	padding: 25px 25px;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 0px solid rgba(0, 0, 0, 0.125);
	text-align: center;
}
.card .card-header h5
{
	color:#fff;
}
.form-group {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 5px;
}
	.form-group label {
		max-width: 200px;
		font-weight: bold;
	}
.TabParameterSearch table td {
	padding: 5px;
}
select.aspNetDisabled {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.15rem + 3px);
	padding: 0.575rem 1rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1.5px solid #ced4da;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.StyleLblTitlePage{
	font-size: 1rem;
	padding-left: 15px;
	text-transform: uppercase;
	background: #e89640;
	color: #fff;
	box-shadow: 0 1px 20px 0 rgba(69, 90, 100,0.08);
	min-height: 55px;
	padding: 13px 30px;
	display: flex;
	align-items: center;
	right: 0;
	z-index: 1023;
}
.TextBoxSearch {
	width: 100%;
	box-sizing: border-box;
	border: 1.5px solid #ced4da;
	border-radius: 4px;
	font-size: 16px;
	background-color: white;
	background-image: url('/App_themes/temaCRM/images/search.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 0.575rem 0.575rem 0.575rem 2rem
}
.HeaderParagraphForm {
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	line-height: 25px;
	padding-left: 10px;
	background-color: #e89640;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 2px;
}


.menuModuli_Titolo {
	/*font-family: Helvetica;*/
	font-size: 16px;
	text-decoration: none;
	color: #464646;
	/*font-weight: bold;*/
	text-align: center;
}
.Template_LCRTable
{
	width: 100%;
	margin: auto;
}
#templateRowBody
{
}
#templateCellBody
{
	vertical-align: top;
	background-color: #fff;
}
#templateTableBody
{
	background-color: #fff;
	border-left: 1px solid #1c232f;
	border-right: 1px solid #1c232f;
}
#templateLeft
{
}
#templateRight
{
}
#templateFooter
{
	background-color: #fff;
	border-left: 1px solid #1c232f;
	border-right: 1px solid #1c232f;
	border-bottom: 1px solid #1c232f;
}

.Template_LCRHeaderRow
{
	height: 50px;
}
.Template_LCRSiteMap
{
	/*background-color: #efebef; */
	/*border: 1px solid #1c232f;*/
	line-height: 30px;
	width: 98%;
	margin: auto;
	margin-bottom: 10px;
}
.Template_LCRHeaderInfo
{
	text-align: right;
	/*font-family: Helvetica;*/
	font-size: 13px;
}
.FooterTable
{
	/*background: url( "images/BgFooter.gif" ) repeat-x scroll 0 0 transparent;*/
	border-top:1px solid #1c232f;
	padding: 10px 15px;
	/*font-family: Helvetica;*/
	font-size: 9px;
}
.MessageBoxError {
	width: 95%;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
	background-color: #fd472b;
	margin: 5px;
	text-align: center;
	color:#fff;
}
.TextMessageErrorComponent {
	color: #fff;
	/*font-family: Helvetica;*/
	font-size: 13px;
	/*font-weight: bold;*/
	text-transform: uppercase;
}
.TextMessageOK
{
	color: #07aa22;
	/*font-family: Helvetica;*/
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.TabFormPersonExist
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	line-height: 26px;
	background-color: #ffffd6;
	border-bottom: 0px solid #e3012b;
	border-top: 0px solid #e3012b;
	text-align: center;
	color: #07aa22;
	/*font-family: Helvetica;*/
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.TextMessageCheckGuestUser
{
	color: #e3012b;
	width: 95%;
	/*font-family: Helvetica;*/
	font-size: 15px;
	padding: 15px 0px 15px 0px;
	line-height: 30px;
	font-weight: bold;
	background-color: #ffffd6;
	border: 0px solid #e3012b;
	text-align: center;
}
.BoxForm
{
	font-size: 11px;
	/*font-family: Helvetica;*/
	color: #464646;
	background-color: #e5e5ea;
}
.BoxForm:hover
{
	font-size: 11px;
	/*font-family: Helvetica;*/
	color: #464646;
}
.BoxForm_Label
{
	font-size: 13px;
	/*font-family: Helvetica;*/
	color: #464646;
	/*font-weight: bold;*/
}
.BoxForm_Header
{
	background: url("images/frecciagiu.png") no-repeat scroll left center #1c232f;
    color: #FFFFFF;
    /*font-family: Helvetica;*/
    font-size: 13px;
 /*   font-weight: bold;*/
    line-height: 28px;
    padding-left: 25px;
    text-transform: uppercase;
    text-align:left;
    background-position:10px;
}

.BoxForm_HeaderOff
{
	 /*font-family: Helvetica;*/
    font-size: 13px;
	color: #FFFFFF;
	line-height: 28px;
	background: url( "images/frecciaDx.png" ) no-repeat;
	background-position: left center;
	padding-left: 25px;
	background-color: #1c232f;
	 text-transform: uppercase;
     background-position:10px;
	 
	/*font-weight: bold;*/
}

.BoxForm_top_rx
{
	width: 5px;
	background-color: #1c232f;
}
.BoxForm_top_lx
{
	width: 5px;
	background-color: #1c232f;
}

.BoxForm_Footer
{
	line-height: 10px;
}
.BoxForm_bottom_lx
{
	width: 5px;
	margin: 0;
}
.BoxForm_bottom_rx
{
	margin: 0;
	width: 5px;
}

.MenuTabStyle td
{
	padding-right: 5px;
	/*vertical-align: bottom;*/
}
.MenuTabStyle_td
{
	padding-right:5px;
	/*background-color: #fff;*/
}

.BoxTab_top_rx {
	width: 5px;
	background-color: #efefef;
	/*border-top-left-radius: 4px;*/
	background-color: #fff;
	border-right: 1px solid #efefef;
	border-top: 1px solid #efefef;
	vertical-align: bottom;
}
.BoxTab_top_lx {
	width: 5px;
	background-color: #efefef;
	vertical-align: bottom;
	/*border-top-left-radius: 4px;*/
	background-color: #fff;
	border-left: 1px solid #efefef;
	border-top: 1px solid #efefef;
}
.BoxTab_Header {
	line-height: 27px;
	text-align: center;
	background-color: #fff;
	border-top:1px solid #efefef;
}
.BoxTab_Header a
{
	font-size: 12px;
	/*font-family: Helvetica;*/
	color: #464646;
	text-decoration: none;
	text-transform:uppercase;
	/*font-weight: bold;*/
}
.BoxTab
{
}
.BoxTabOn
{
	line-height: 40px;
	
}

.BoxTab:hover
{
	line-height: 30px;
}
.BoxTabOn_Header
{
	line-height: 30px;
	text-align: center;
	background-color: #1c232f;
}
.BoxTabOn_Header a
{
	font-size: 13px;
	/*font-family: Helvetica;*/
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}
.BoxTabOn_top_rx {
	width: 5px;
	background-color: #1c232f;
	vertical-align: bottom;
	/*border-top-right-radius: 4px;*/
}
.BoxTabOn_top_lx {
	width: 5px;
	background-color: #1c232f;
	vertical-align: bottom;
	/*border-top-left-radius: 4px;
	*/
}
.TabListGuestHeader
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	color: #464646;
	font-weight: bold;
	border-bottom: 2px solid #ccc; /*border-top: 2px solid #ccc;*/
	padding: 5px;
	text-transform:uppercase;
}
.TabListGuestCell
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	color: #464646;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #efefef;
}

.TabListControl
{
}
.TabList {
	background-color: #fff;
	/*border: 1px solid #f0f2f8;*/
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.TabList em
{
	background-color:#f20000;
}
 
.TabList_Title
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #b5b6b5;
	border-top: 1px solid #b5b6b5;
	padding-left: 5px;
	line-height: 20px;
	background-color: #b5b6b5;
}

.TabListHeader {
	background-color: #fff;
	border-bottom: 3px solid #e9ecef !important;
	border-top: 3px solid #e9ecef !important;
	color: #464646;
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	padding: .75rem;
	text-transform: uppercase;
}

.TabListHeader_rx
{
		width: 5px;
	line-height: 5px;
}
.TabListHeader_lx
{
	width: 5px;
	line-height: 5px;
}

.TabListFooter_lx
{
	width: 5px;
	margin: 0;
	height: 5px;
}
.TabListFooter_rx
{
	margin: 0;
	width: 5px;
	height: 5px;
}

.TabListHeaderAction {
	/*font-family: Helvetica;*/
	font-size: 12px;
	color: #464646;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	border-bottom: 3px solid #e9ecef !important;
	border-top: 3px solid #e9ecef !important;
	padding: .75rem;
	text-align: right;
}

.btnStyle:hover {
	color: #fff;
	background-color: #1c232f;
	border-color: #1c232f;
}

.btnStyle {
	text-transform: uppercase;
	background-color: #fff;
	display: inline-block;
	font-size: 13px;
	color: #4b4b4b;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* background-color: transparent;*/
	border: 1px solid #4b4b4b;
	margin-right: 10px;
	padding: .375rem .75rem;
	font-size: 13px;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-ou;
	cursor: pointer;
	margin-bottom: 10px;
}

.TabListHeader a
{
}
.TabListHeader a:hover
{
}
.TabListCell img
{
vertical-align:middle;
}
.TabListCell input
{
	vertical-align:middle;
}
.TabListCell {
	background-color: #FFFFFF;
	border-bottom: 1px solid #e9ecef;
	color: #464646;
	/*font-family: Helvetica;*/
	font-size: 12px;
	padding: .75rem;
}

.TabListCellParagraph {
	border-bottom: 1px solid #e9ecef;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	line-height: 25px;
	padding-left: 10px;
	background-color: #e89640;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 2px;
}
.TabListCell_1
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	color: #464646;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	padding-right: 5px;
	  padding-top: 7px;
    padding-bottom: 7px;
	background-color: #F8F8F8;
}
.TabListCellNoBorder
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	color: #464646;
	border-bottom: 0px solid #ccc;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #efefef;
}
.TabListControlPage
{
	width: 150px; 
	padding-top:5px;
	padding-right: 5px;
}
.TabSearchControl
{
	width: 100%;
	/*background-color: #F8F8F8;*/
	/*border-bottom: solid 1px #fff;*/
	/*font-family: Helvetica;*/
	font-size: 12px;
	color: #464646;
	font-weight: bold;
	text-transform:uppercase;
	padding-bottom:5px;
}
.ActionBar
{
	width: 100%;
	margin: 3px 0px 3px 5px;
	border: 0px;
	color: #000000;
    /*font-family: Helvetica;*/
    font-size: 13px;
    padding-top:3px;
   /* text-transform: uppercase;*/
}
.TabCellSearchControl
{
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 20px;
}
.TabParameterSearch
{
	width: 100%;
	padding-top:10px;
}
.LblPage
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	color: #464646;
	font-weight: bold;
	text-transform:lowercase;
}
.TabFormControl {
	
}

.TabForm {
	width: 100%;
	background-color: #fff;
	/*border:1px solid #ccc;*/
	margin-bottom: 5px;
	margin-top: 5px;
}

.TabFormField
{
	background-color: #fff;
}

.TabFormHeader_rx
{
	/*background: url( "images/corner_top_right.png" ) top right no-repeat;*/
	width: 5px;
	height: 5px;
}
.TabFormHeader_lx
{
	/*background: url( "images/corner_top_left.png" ) top left no-repeat;*/
	width: 5px;
	height: 5px;
}

.TabFormFooter_lx
{
	/*background:url("images/corner_bottom_left.gif") bottom left no-repeat;width:5px; margin:0;*/
	height: 5px;
}
.TabFormFooter_rx
{
	/*background:url("images/corner_bottom_right.gif") bottom right no-repeat; margin:0;width:5px;*/
	height: 5px;
}

.TabFormHeader
{
	/*font-family: Helvetica;*/
	font-size: 14px;
	color: #464646;
	font-weight: bold;
	padding: 8px 0px 8px 10px;
	text-transform:uppercase;
}
.TabFormCell
{
	   background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    color: #464646;
    /*font-family: Helvetica;*/
    font-size: 13px;
    /*font-weight: bold;*/
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 10px;
   line-height:28px;/* padding-top: 8px;*/
    vertical-align: middle;
}
.TabFormCellNoBorder
{
	/*font-family: Helvetica;*/
	font-size: 11px;
	color: #464646;
	font-weight: bold;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.TabFormCellNoBorder
{
	/*font-family: Helvetica;*/
	font-size: 11px;
	color: #464646;
	font-weight: bold;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.FormDetailLabel
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	color: #4f81bd;
	/*vertical-align: top;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	/*font-weight: bold;*/
	/*font-style: italic;*/
}

.FormDetailLabelNoBorder
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	color: #4f81bd;
	/*vertical-align: top;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

/************************
		Autocomplete 
*************************/
.TabFormCellErrorAutocomplete
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	color: #F20000;
	font-weight: bold;
	vertical-align: top;
	padding: 10px;
}
.AutocompleteTextACNormal
{
	/*font-family: Helvetica;*/
	
	line-height: 20px;
	color: #464646;
	background-color: #ffffff;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	z-index: 999999 !important;
}
.AutocompleteTextACHover {
	line-height: 20px;
	color: #464646;
	background-color: #94e7ff;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	z-index: 999999 !important;
}
.AutocompleteTableStyleTextAC {
	height: 200px;
	cursor: pointer;
	overflow-y: scroll;
	padding:10px;
	margin: 0px;
	border: #e5e5e5 2px solid;
	border-collapse: collapse;
	background-color: #fff;
}
/*************************/

/*************************
		Form Login
*************************/
.TabCRMAutentication
{
	padding: 0px 0px 0px 0px;
}
.TextCRMLabelAutentication
{
	 color: #464646;
    /*font-family: Helvetica;*/
    font-size: 16px;
    /*font-weight: bold;*/
    height: 24px;
  /*  text-transform: uppercase;*/
    width: 120px;
}
.TextCRMAutentication
{
	border: 1px solid #ccc;
    color: #464646;
    /*font-family: Helvetica;*/
    font-size: 16px;
    height: 38px;
    padding: 5px;
    padding-left: 45px;
    width: 100%;
    background-image:url('/App_Themes/generic/sfondoLogin.png');
    background-repeat:no-repeat;
}
.TextCRMAutentication:hover
{
	border: 1px solid #1589cb;
}
.TextCRMAutenticationPass
{
	border: 1px solid #ccc;
    color: #464646;
    /*font-family: Helvetica;*/
    font-size: 16px;
    height: 38px;
    padding: 5px;
    padding-left: 45px;
    width: 100%;
    background-image:url('/App_Themes/generic/sfondoPassword.png');
    background-repeat:no-repeat;
}

.ButtonCrmAutentication
{
	background-image:url('/App_Themes/generic/accedi.gif');
    background-repeat:no-repeat;
    width:94px;
    height:38px;
    border:0px;
    background-color:#fff;
     color: #fff;
    /*font-family: Helvetica;*/
    font-size: 16px;
    font-weight:bold;
    cursor:pointer;
    
}
.TextCRMAutenticationPass:hover
{
border:1px solid #1589cb;
}
/*************************/

/*************************
	SearchBoxPerson
*************************/
.TabFormControlSearchBoxPerson
{
}

.TabFormCellLabelSearchBoxPerson
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	color: #464646;
	font-weight: bold;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 0px;
}
.TabFormCellSearchBoxPerson
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	color: #464646;
	font-weight: bold;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 0px;
}

.AutocompleteTextACNormalSearchBoxPerson
{
	line-height: 20px;
	color: #464646;
	background-color: #ffffff;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	z-index: 999999 !important;
}
.AutocompleteTextACHoverSearchBoxPerson
{
	/*font-family: Helvetica;*/
	line-height: 20px;
	color: #464646;
	background-color: #94e7ff;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	z-index: 999999 !important;
}


.AutocompleteTableStyleTextACSearchBoxPerson
{
	
	height: 200px;
	cursor: pointer;
	overflow-y: scroll;
	padding: 10px;
	margin: 0px;
	border: #e5e5e5 2px solid;
	border-collapse: collapse;
	background-color: #fff;
}
/*************************/
.linkBtnDisplayControl
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}
.linkBtnDisplayControl:hover
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.linkBtn
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
	/*font-weight: bold;*/
	color: #157efb;
}
a.linkBtn:hover
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	/*font-weight: bold;*/
}

.linkBtnOrderList
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	color: #464646;
	text-transform:uppercase;
}
a.linkBtnOrderList:hover
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	/*font-weight: bold;*/
	color: #464646;
	text-transform:uppercase;
}

/**************************
		LinkButtonOpertion
***************************/
.LinkButtonOpertionCell
{
	background-image: url( 'images/imgBtn_bck.gif' );
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}


.LinkButtonOpertion
{
	/*font-family: Helvetica;*/
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a.LinkButtonOpertion:hover
{
	/*font-family: Helvetica;*/
	font-size: 11px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}

.ButtonOpertion
{
	background-image: url( 'images/imgBtn_bck.gif' );
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #fff;
	border: 0px;
	/*font-family: Helvetica;*/
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	/*font-weight: bold;*/
	color: #157efb;
	height: 22px;
	cursor: pointer;
}
/****************************/


/********************************
		Calendar Sharing
********************************/
.BoxFormCalendarSharing
{
	font-size: 9px;
	/*font-family: Helvetica;*/
	color: #464646;
	height: 100%;
	background-color: #fff;
}
/*
.BoxFormCalendarSharing:hover
{
    font-size: 9px;
    /*font-family: Helvetica;*/
    color: #464646;
    height:100%;
    background-color: #ddd;
}
.BoxFormCalendarSharing_Label
{
	font-size: 12px;
    /*font-family: Helvetica;*/
    color: #464646;
    font-weight:bold;
}
.BoxFormCalendarSharing_Header
{
	font-size: 16px;
    /*font-family: Helvetica;*/
    color: #464646;
    line-height:30px;
    background:url("images/frecciagiu.gif") no-repeat;
    background-position:left center;
    padding-left:15px;  
}

.BoxFormCalendarSharing_Footer{line-height:5px;}
.BoxFormCalendarSharing_bottom_lx 	{background:url("images/corner_bottom_left.gif") bottom left no-repeat;width:5px; margin:0;}
.BoxFormCalendarSharing_bottom_rx{ background:url("images/corner_bottom_right.gif") bottom right no-repeat; margin:0;width:5px;} 
.BoxFormCalendarSharing_top_rx { background:url("images/corner_top_right.gif") top right no-repeat;line-height:4px;width:5px;} 
.BoxFormCalendarSharing_top_lx { background:url("images/corner_top_left.gif") top left no-repeat; display:block;width:5px;} 
*/
/************************************************
		End Calendar Sharing
************************************************/
.StatusGuestOn
{
	/*font-family: Helvetica;*/
	font-size: 11px;
	color: #f20000;
	font-weight: bold;
}

.SiteMapPath a
{
	/*font-family: Helvetica;*/
	font-size: 13px;
	color: #464646;
	font-weight: normal;
}
.SiteMapPath a:hover
{
	text-decoration: none;
}

.SiteMapPath
{
	/*font-family: Helvetica;*/
	font-size: 16px;
	color: #464646;
	/*font-weight: bold;*/
}

.ShortcutMenuCell
{
	margin: 0px 5px 0px 5px;
	padding-left: 16px;
	background-image: url( 'images/arrow_ShortCutMenu.png' );
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
.ShortcutMenuCell a
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	color: #464646; /*font-weight:bold;*/
	text-decoration: none;
}
.ShortcutMenuCell a:hover
{
	text-decoration: underline;
}



.TabListUserInfoControl
{
	/*font-family: Helvetica;*/
	font-size: 13px;
	color: #464646;
	font-weight: bold;
}

.TabListUserInfoControl_Link
{
	/*font-family: Helvetica;*/
	font-size: 13px;
	color: #464646;
	text-decoration: underline;
	font-weight: normal;
}

.TabListUserInfoControl_Logout
{
	/*font-family: Helvetica;*/
	font-size: 13px;
	color: #f20000;
	font-weight: bold;
}

.TableComponentTab {
	border-top: 2px solid #1c232f;
	background: #fff;
}

.StyleLegend
{
	/*font-family: Helvetica;*/
	font-size: 11px;
	color: #464646;
	font-weight: normal;
}

.StyleLblTitleTab {
	font-size: 1rem;
	padding-left: 15px;
	text-transform: uppercase;
	background: #e89640;
	color:#fff;
	box-shadow: 0 1px 20px 0 rgba(69, 90, 100,0.08);
	min-height: 55px;
	padding: 13px 30px;
	display: flex;
	align-items: center;
	right: 0;
	z-index: 1023;
}


.StyleLblTitleTab a
{
	/*font-family: Helvetica;*/
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	text-transform: uppercase;
	text-decoration: underline;
}

.StyleLblTitleTab a:hover
{
	/*font-family: Helvetica;*/
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	text-transform: uppercase;
	text-decoration: none;
}

.BoxInfoEvent
{
	/*font-family: Helvetica;*/
	font-size: 11px;
	color: #464646;
	text-align: left;
}

.BoxInfoMouse
{
	/*font-family: Helvetica;*/
	font-size: 11px;
	margin: 15px;
	color: #464646;
	border: 3px solid #ccc;
	padding-left: 5px;
	background-color: #fff;
}

.linkGetPassword
{
	color: #1c232f;
    /*font-family: Helvetica;*/
    font-size: 13px;
    font-weight: bold;
    margin: auto;
    text-align: center;
    text-decoration: underline;
}

.linkGetPassword:hover
{
	text-decoration: none;
}

.imageFileUploadStyle
{
	/*font-family: Helvetica;*/
	font-size: 12px;
	color: #464646;
	border: 1px solid #ccc;
	padding-bottom:5px;
	padding-top:5px;
}

.PathProduct a
{
	/*font-family: Helvetica;*/
	font-size: 11px;
	color: #464646;
	font-weight: normal;
}
.PathProduct a:hover
{
	text-decoration: none;
}

.PathProduct
{
	/*font-family: Helvetica;*/
	font-size: 14px;
	color: #464646;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}

/*----------Eventi aD Abero-----------------*/
.menuTreeActivityStyle
{
	background-color: #efefef;
	margin: 0px;
	padding: 0px;
}
.menuTreeActivity_Folder a
{
	list-style: none;
	/*font-family: Helvetica;*/
	font-size: 14px;
	color: #464646;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style-position: inside;
	padding-left: 0px;
	margin: 0px;
}
li.menuTreeActivity_Folder
{
	list-style: none;
	/*font-family: Helvetica;*/
	font-size: 14px;
	color: #464646;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	list-style-position: inside; /*width:100%;*/
	border-bottom: 1px solid #cccccc;
	margin: 0px;
}
.menuTreeActivity_Link a, li.menuTreeActivity_Link
{
	list-style: none;
	list-style-position: inside;
	/*font-family: Helvetica;*/
	font-size: 14px;
	color: #464646;
	font-weight: normal;
}
.subMenuTreeActivity_Link
{
	margin: 0px;
	padding: 0px;
}
.subMenuTreeTodoActivity_Link
{
	margin: 0px;
	padding: 0px;
}

/*Modal PopUp*/
.modal_PanelPopUp
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: #F8F8F8;
	width: 450px;
}
.modalBackground
{
	background-color: #b5b6b5;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.modal_PanelHeader
{
	cursor: move;
	margin: 0;
	color: Black;
	padding-top: 5px;
	line-height: 30px;
	width: 100%;
	/*font-family: Helvetica;*/
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 7px;
	color: #464646;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #b5b6b5;
	background-color: #F8F8F8;
}
.modal_FormModal
{
	font-size: 12px;
	/*font-family: Helvetica;*/
	color: #464646;
}

li.FolderTree_Folder
{
	border-top: 1px solid #cccccc;
	list-style: none;
	line-height: 30px;
}

.FolderTree_Folder a
{
	/*font-family: Helvetica;*/
	font-size: 14px;
	color: #464646;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}

.FolderTree_Nessuna
{
	text-align: center;
	color: #f20000;
}

li.FolderTree
{
	border-top: 1px solid #cccccc;
	list-style: none;
	/*font-family: Helvetica;*/
	font-size: 14px;
	color: #464646;
	font-weight: normal;
	text-decoration: none;
}

.FolderTree a
{
	/*font-family: Helvetica;*/
	font-size: 14px;
	color: #464646;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
}
 .Style_CellaModulo
    {
       /* border: 1px solid #1c232f;*/
        /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(0, 0, 0, 0.6) inset;*/
        cursor: pointer;
        padding:10px;
        margin-top:20px;
    }

.TabListComponente {
	width: 100%;
	/*	background-color:#b5b6b5;*/
}

.TabListHeaderComponente {
	background-color: #FFFFFF;
	border-bottom: 2px solid #1864A8;
	border-top: 2px solid #1864A8;
	color: #464646;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	padding-left: 5px;
	text-transform: uppercase;
}


.TabListHeaderComponente_top_lx {
	background-color: #FFFFFF;
	border-bottom: 2px solid #1864A8;
	border-top: 2px solid #1864A8;
	color: #464646;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	padding-left: 5px;
	text-transform: uppercase;
	width: 5px;
}

.TabListHeaderComponente_top_rx {
	background-color: #FFFFFF;
	border-bottom: 2px solid #1864A8;
	border-top: 2px solid #1864A8;
	color: #464646;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	padding-left: 5px;
	text-transform: uppercase;
	width: 5px;
}


.TabListHeaderComponente_rx {
	background-color: #FFFFFF;
	border-bottom: 2px solid #1864A8;
	border-top: 2px solid #1864A8;
	color: #464646;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	padding-left: 5px;
	text-transform: uppercase;
}

.TabListHeaderComponente_lx {
	background-color: #FFFFFF;
	border-bottom: 2px solid #1864A8;
	border-top: 2px solid #1864A8;
	color: #464646;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	padding-left: 5px;
	text-transform: uppercase;
}

.TabListHeaderComponenteAction {
	background-color: #FFFFFF;
	border-bottom: 2px solid #1864A8;
	border-top: 2px solid #1864A8;
	color: #464646;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	padding-left: 5px;
	text-transform: uppercase;
	padding-right: 10px;
	text-align: right;
}

.TabListHeaderComponente a {
}

	.TabListHeaderComponente a:hover {
	}

.TabListCellComponente {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	color: #464646;
	font-family: helvetica;
	font-size: 12px;
	padding: 7px 2px 7px 4px;
}

.TabListCellComponenteBLarge {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	color: #464646;
	font-family: helvetica;
	font-size: 12px;
	padding: 7px 2px 7px 4px;
}

li.menuTreeImpianto_Folder {
	/*border-top: 1px solid #cccccc;*/
	/*	border-bottom:1px solid #cccccc;*/
	list-style: none;
	line-height: 30px;
}
.menuTreeImpianto_Folder div {
/*	background: #1c232f;*/
	color:#fff;
}


.menuTreeImpianto_FolderComponenti {
	font-family: Helvetica;
	font-size: 14px;
	color: #464646;
	font-weight: normal;
	text-decoration: none;
}

.menuTreeImpianto_Folder a {
	font-size: 15px;
	color: #464646;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}

li.menuTreeImpianto_Link {
	/*border-bottom:1px solid #cccccc;*/
	border-top: 1px solid #cccccc;
	list-style: none;
	font-family: Helvetica;
	font-size: 14px;
	color: #464646;
	font-weight: normal;
	text-decoration: none;
}

.menuTreeImpianto_Link a {
	font-family: Helvetica;
	font-size: 14px;
	color: #464646;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
}

.PathUnitaLogica a {
	font-family: Helvetica;
	font-size: 13px;
	color: #000;
	font-weight: normal;
}

	.PathUnitaLogica a:hover {
		text-decoration: none;
	}

.PathUnitaLogica {
	font-family: Helvetica;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}

.modalPopupAttendi {
	background-color: #ffffff; /*  filter: alpha(opacity=70);*/
	border-width: 5px;
	border-style: solid;
	border-color: #2E80E1;
	width: 400px; /*opacity: 0.7;*/
	position: fixed;
	margin-left: -250px;
	margin-top: -140px;
	height: 180px;
	top: 45%;
	left: 50%;
	z-index: 100011;
	font-family: Helvetica;
	font-weight: bold;
	padding: 20px;
}

.TabListAssociatiUL {
	background-color: #b5b6b5;
	border: 1px solid #cccccc;
	margin: 0px 0px 0px 50px;
	width: 95%;
}

.imgElencoAssociatiUL {
	cursor: pointer;
	border-width: 0;
}
