/*--------------------------
*           FONT 
*--------------------------*/
@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700');

/*--------------------------
*           GENARAL 
*--------------------------*/
body {
    font-family: 'Dosis', sans-serif;
	background:linear-gradient(to bottom, white 0, white 143px, #8bbddf 143px, #8bbddf 475px, white 475px, white) no-repeat;

}

section .container{ background:#fff}
section .container.home{ padding-bottom:80px}
a{ color:#666}
a:hover,a:focus{ text-decoration:none}
.no-padding{ padding:0}
.no-padding-l{ padding-left:0}
.no-padding-r{ padding-right:0}
.table-responsive table{ 
	background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-color: #dddddd !important;
    border-width: 1px;
    border-style: solid;}
.table-responsive table> thead > tr > th, .table-responsive table> tbody > tr > th, .tatable-responsive table > tfoot > tr > th, .table-responsive table> thead > tr > td, .table-responsive table> tbody > tr > td, .table-responsive table> tfoot > tr > td{ padding:0 1px !important; text-align:center; border: 1px solid #dddddd; vertical-align: middle !important}
.table-responsive table tr td a{ color:#2c7ea8 !important}
.table-responsive table > tbody > tr:first-child > td{ background: #d9edf7;padding:5px 1px !important;}

ul {
    padding: 0;
    list-style-type: none;
}

.breadcrumb{ font-size:15px; color:#000; font-weight:500; text-transform:lowercase; background:none; padding:5px 10px}

#scrollup {
	color: #fff;
	z-index: 999;
	padding: 5px 10px;
	display: block;
	background-color: #333;
	position: fixed;
	left: 50%;
	margin-left:-35px;
	bottom: 0;
	display:none;
	font-weight:700;
	transition: color 0.3s linear, background 0.3s ease-out;
	-moz-transition: color 0.3s linear, background 0.3s ease-out;
	-webkit-transition: color 0.3s linear, background 0.3s ease-out;}
	
#scrollup:hover { color: #e5e5e5; text-decoration: none; background-color: #8bbddf;}

.pagination > li > a, .pagination > li > span{ color:#2c7ea8}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #2c7ea8;
    border-color: #2c7ea8;
}

iframe{display: block;
    max-width: 100%;
	min-height:300px;
	height:inherit;}

#ckdemo_banner { background:#3e3e3d !important}
#ckdemo_banner a {color: #a5d0ed;}
#ckdemo_banner a.btn.btn-lg.btn-success, a#ckdemo_banner_chiudi.btn.btn-default.btn-xs { background-color:#a5d0ed; border-color: #fff ; color:#fff}

.modal a{color:#2c7ea8 !important; font-weight:bold}	
.modal .close{
	color: #2c7ea8;
    opacity: 1;
    font-size: 30px;}
/*--------------------------
*           HEADER 
*--------------------------*/
header{
    margin-bottom:47px;
    position: relative;
	background:linear-gradient(to bottom, white 23px, #2c7ea8 23px);
	
}
header ul{
    margin:0;
    position:relative;
	display:inline-block;
}
header ul li{
    float:left;
    margin:0;
    position:relative;
    padding:2.1em .5em 0;
}
header ul li a{
    color:#fff;
	font-size:17px;
}
header ul li a .fa{ opacity:0; display: block}
header ul li a:hover,header ul li.open a{color:#fff;opacity:0.9}
header ul li.open{ position:static}

header ul li a:hover .fa,header ul li.open a .fa{
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity:0.9}

.navbar-right{
	background:#fff
}

.navbar-right li{
    padding:0 .5em;
}
.navbar-right li a,.navbar-right li a .fa{
    font-size:13px;
    color:#333;
	opacity:1}

.navbar-right li a:hover,.navbar-right li.open a{color:#333;opacity:0.9}
.navbar-right li a .fa{ display: inline-block}

.lnk_menumob{
    display: block;
    margin-top: 14px;
	color:#2c7ea8
}

.lnk_close{ background:#8bbddf; color:#fff; position:absolute; top:0; right:15px; padding:5px 15px;}

/*menu mobile*/
#menu{position: absolute; width:100%; top:-80%; height: auto; background: #fff; left:0; z-index: 99;padding:1em; transition: top .3s cubic-bezier(1,.2,.5,1);}
#menu.animated{top:0;}
#menu li {color:#666; width: 100%; border-bottom: 1px solid #ccc; padding:.5em 0;}
#menu li a{color:#666; font-weight: 600;display:block; width: 100%;}
#menu li a .fa{ float:right; color:#8bbddf; margin-right:15px}

#menu .dropdown-menu{
	position:relative;
	float:none;
	border:none;
	border-radius:0;
	margin:.5em -1em;
	background:#8bbddf}
#menu .dropdown-menu li{ border:none}
#menu li.open a{color:#8bbddf;}	
#menu .dropdown-menu li a{ padding:0 15px; color:#fff}
#menu .dropdown-menu > li > a:hover,
#menu .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: transparent;
  text-decoration:underline;
}
/*menu mobile*/

.mega-dropdown-menu{
	width:100%;
	border: none;
    border-radius: 0;
    margin-top: 5px;
    background-color:#fff;
    min-height: 170px;
	padding:10px;}

.mega-dropdown-menu ul > li{padding:0 !important; float:none}
.mega-dropdown-menu ul > li > a{ color:#2c7ea8 !important; padding:0 !important; font-size:16px; opacity:1 !important;}
.mega-dropdown-menu ul > li > a:hover{ text-decoration:underline}

#searchbox{
	background:#f8f8f8; 
	border:1px solid #cdcdcd;}
	
#searchbox h4{
	color:#fff;
	background:#2c7ea8;
	font-size:14px;
	padding:6px 15px;
}

#searchbox form{ padding:10px 15px 20px;}
#searchbox input{ border-radius:0; font-weight:700; color:#999; font-size:12px; height:28px}
#searchbox button{  
	border:none;
	border-radius:0;
    background-color: #8bbddf;
    color:#fff;
    margin-top:1.2em;
    font-weight: 700;
	padding:4px 20px}

.banner{ display:inline-block; margin-top:17px}
.banner img{ 
	display: block;
    max-width: 100%;
    height: auto;}
	
#box-search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	z-index:100;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#box-search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#box-search input[type="search"] {
    position: absolute;
    top: 50%;
	left:0;
    width: 100%;
	height:auto;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    outline: none;
}
#box-search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 60px;
    margin-left: -45px;
}
#box-search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #2c7ea8;
	border-color: #357ebd;
	opacity: 1;
	padding: 8px 17px 16px;}

/*--------------------------
*         HOME
*--------------------------*/
.label-cat{
	font-weight:700;
	color:#2c7ea8;
	font-size:16px;
	margin-top:0;}

.label-cat span{
	width: 64px;
    height: 3px;
    background: #8bbddf;
    display: block;
    border-radius: 50px;
	margin-top:7px}

.item .immgh{ /*display:inline-block;*/ max-height:113px; overflow:hidden; margin-bottom:5px}

.box-news{ padding-right:0}
.box-news .label-cat{font-size:17px;margin-bottom:5px}		
.box-news .item,.item.elenco{ margin-bottom:48px; min-height:300px}
.box-news .item img,.item.elenco img{ margin-bottom:9px;}

.item .highlight{ color: #999; font-size: 14px; font-weight: 700;}	
.item .highlight a{color: #999;}

.data{
	display:block;
	font-weight:400;
	font-size:14px;
	color:#336699;
	text-transform:capitalize}

.titolo{
	font-size: 14px; 
	font-weight: 700;
}


.box-news.top .item{ margin-bottom:0; min-height:156px;}
.box-news.top .item img{ display:inline-block; margin:0 auto; max-height:155px; }
.box-news.top .item.box-banner{ padding:0; min-height:inherit; border:0; margin-bottom:0}
.box-news.top .item.box-banner .banner{ display:inline-block; margin-top:0}
.box-news.top .item.box-banner .banner img{ display: block; max-width: 100%;height: auto; margin-bottom:0}

#slider_home .txt{
	position:absolute;
	top:35px;
	right:0;
	width:60%;
	font-size:16px;
	background:#8bbddf;
	padding:5px 18px;
	font-weight:400}
	
#slider_home .txt a{ color:#fff;}	
#slider_home .txt p { margin:0}	
#slider_home .owl-controls{ position:absolute; bottom:0; right:8px}

#slider_avvisi{ margin-top:15px; margin-bottom:40px}
#slider_avvisi .owl-pagination{ display:none}
#slider_avvisi .owl-buttons{ margin-right:15px}
#slider_avvisi h5,#sx h5,.grid-item.avv h5{ font-size:16px; color:#2c7ea8; font-weight:normal; text-transform:uppercase}
#slider_avvisi .item{ height:180px; padding:0 15px}
#slider_avvisi:after{ border-bottom:1px solid #bcbcbc}
a.leggi{
	display:block;
	color:#2c7ea8 !important;
	font-weight:500;
	font-size:12px
}
/*--------------------------
*      SX
*--------------------------*/
.aaa{ border: 1px solid #e1e1e1; padding-bottom:100px; margin-bottom:30px }
.menu-art{ margin-bottom:1px}
.menu-art li{
	padding: 10px 15px;
	border:0;
	border-bottom:1px solid #dfdfdf;
    background-color: #ffffff;
	border-radius:0 !important;
	font-weight:700; 
	font-size:15px;}
.menu-art li a.act{ color:#2c7ea8 !important}

.list-group-item{ 
    padding: 10px 15px;
    margin-bottom: 0;
	border:0;
	border-bottom:1px solid #dfdfdf;
    background-color: #ffffff;
	border-radius:0 !important;
	font-weight:700; 
	font-size:15px; 
	color:#fff !important; 
	background:#8bbddf}
.list-group-item.active, .list-group-item:hover, .list-group-item.active:focus{ background:#a5d0ed !important; border-color:#dfdfdf !important}

/*#sx{ background: whitesmoke}*/
#sx .item{ margin-bottom:40px;}

/*--------------------------
*           FORM 
*--------------------------*/
#loadingbtn{display:none !important ;}

#contForm{ min-height:100vh; height:100%; border:1px solid #e1e1e1; border-bottom:none; padding:30px 30px 0;}
#articolo #contForm{ border:none; min-height:inherit; padding:30px}
#contForm h6{
	font-weight: 700;
    color: #2c7ea8;
    font-size: 16px;
	margin-top:0;
}
#contForm fieldset label{
	font-weight:600;
	font-size:11px;
}
#contForm fieldset .form-control{
    border-radius: 0;
    font-weight: 700;
    color: #999;
    font-size: 12px;
    height: 28px;
}
#contForm textarea.form-control{ height:inherit !important}

#contForm button{
	border:none;
	border-radius:0;
	float:right;
    background-color: #a5d0ed;
    color:#fff;
    font-weight: 700;
	padding:3px 35px}
}
input[type="radio"], input[type="checkbox"]{ 
	width: auto !important; 
	height:auto !important; 
	margin:2px 0 0 !important;}
#contForm h3{
	font-size:14px;
	font-weight: 800;
    margin-top: 10px;
    /*padding-left: 85px;*/}
	
#contForm h4{ font-size:12px; /* padding-left: 85px;*/}
#msgform h5{ color:#d41f1f}

/*--------------------------
*      ELENCO NEWS
*--------------------------*/
#titoli{ font-size:16px; font-weight:700; color:#336699; text-transform:uppercase; padding-top:12px; padding-bottom:15px}

#box_ord{
	/*min-height:50px;*/
	border:1px solid #dcdcdc;
	margin-bottom:80px;
	background: rgb(249, 249, 249);
	background: -moz-linear-gradient(90deg, rgb(249, 249, 249) 0%, rgb(237, 237, 237) 100%);
	background: -webkit-linear-gradient(90deg, rgb(249, 249, 249) 0%, rgb(237, 237, 237) 100%);
	background: -o-linear-gradient(90deg, rgb(249, 249, 249) 0%, rgb(237, 237, 237) 100%);
	background: -ms-linear-gradient(90deg, rgb(249, 249, 249) 0%, rgb(237, 237, 237) 100%);
	background: linear-gradient(180deg, rgb(249, 249, 249) 0%, rgb(237, 237, 237) 100%);
	padding:9px 15px 9px 35px;
	font-family:Arial, Helvetica, sans-serif;
}
#box_ord .form-group{margin-right:35px}
#box_ord .control-label{ font-size:10px; margin-right:5px; color:#848484}
#box_ord .form-control{ border-radius:0; color:#000; font-size:12px; height:30px}
#box_ord button{  
	border:none;
	border-radius:0;
	float:right;
    background-color: #a5d0ed;
    color:#fff;
    font-weight: 700;
	padding:3px 35px}

#articolo{ min-height:100vh; height:100%; border:1px solid #e1e1e1; border-bottom:none; padding-left:30px;  padding-right:30px}
#articolo h1{ font-size:15px; font-weight:600; color:#666; text-transform: uppercase; margin-bottom:40px}
#articolo h1 span{
	width: 64px;
    height: 3px;
    background: #8bbddf;
    display: block;
    border-radius: 50px;
	margin-top:7px}

#articolo img{ 
	display: block;
    max-width: 100%;
    height: auto;}
#articolo .box-link{ margin-bottom:20px;}
a.allegato{
	display:block;
	color:#f86037 !important;
	font-weight:500}
a.allegato img{ width:16px; display:inline-block !important}
#immagini{ max-width:50%; margin:0 30px 20px 0; float:left}

.item-doc{ min-height:117px; margin-bottom:40px;} 
.item-doc h5{ font-size:16px; color:#2c7ea8; font-weight:normal; text-transform:uppercase}

/*--------------------------
*        PERSONALE
*--------------------------*/
.grid{ width:100%; display:inline-block; min-height:100vh; height:100%; border:1px solid #e1e1e1; border-bottom:none; padding:30px 30px 0;}
.grid-item{ /*width: 29%;*/ min-height:380px; overflow:hidden; /*background: #ddd;*/ margin-bottom:30px; cursor:pointer;padding:10px;
  background:#f5f5f5;
  border:1px solid #e1e1e1}
.grid-item.avv{ min-height:255px} 
.grid-item h3{ font-size:17px; font-weight:700; color:#2c7ea8; text-transform: uppercase; margin-bottom:10px}
.grid-item h3 span{
	width: 64px;
    height: 3px;
    background: #8bbddf;
    display: block;
    border-radius: 50px;
	margin-top:7px}

.grid-item .immgh{ max-width:150px; max-height:150px; overflow:hidden; float:left; margin-right:10px; margin-bottom:10px}
.grid-item .txt{ clear:both}
.grid-item .txt .link,.grid-item .txt .link a{ color:#336699; font-weight:500}
.grid-item .txt p{ margin-bottom:0}
.grid-item .highlight{ color: #666; font-size: 14px; font-weight: 700;}	
.grid-item .note a,.grid-item .note strong{ color: #336699; font-weight: 500;}
/*.gutter-sizer { width: 3% }
.grid-item.is-expanded {
  width: 50%;
  padding:10px;
  background:#f5f5f5;
  border:1px solid #e1e1e1}
  
.grid-item.is-expanded .immgh{ float:left; margin-right:10px; margin-bottom:10px}*/
 
/*--------------------------
*         FOOTER
*--------------------------*/
footer{
    background: #2c7ea8;
	padding-top:60px;
	padding-bottom:100px;
	color:#fff;
	font-size:12px;
	font-weight:700;
	/*margin-top:80px*/
}

footer ul li{
    padding: 0em 1em 0;
    display: inline-block;
}
footer ul li a, footer ul li a:hover{
    color:#fff;
    font-size: 16px;
}


.popover{
    max-width: inherit;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #ccc;
    border:solid 1px #ddd;
    font-size:12px;
}

.popover h3 {
	color: #2c7ea7;
    font-size: 14px;
    background-color: transparent;
    border-bottom: none;
    border-radius: 0;
    font-weight: 700;}

.popover-title button.close{
	color:#2c7ea7;
	opacity:1}

.popover a:hover{ text-decoration:underline}

.tree ul {
	padding-top: 20px; 
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 4.5px 0 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.tree li:last-of-type{ padding:20px 0 0 0}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #38b5e6;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #38b5e6;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #38b5e6;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #38b5e6;
	width: 0; height: 20px;
}

.tree li a{
	padding: 5px;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
	background: #c8e4f8; 
	color: #000;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}

.first{
	color:#fff;
	background:#2c7ea7;
	padding:25px 10px;}

.second{
	color:#006aa6;
	border:1px solid #006aa6;
	background:#fff;
	font-size:12px;
	min-height:67px;}

.third{
	color: #fff;
    background: #2c7ea7;
	padding: 5px;
	cursor:pointer}


@media (max-width: 1204px) {
	header ul li{padding: 2.1em .25em 0;}
	header ul li a{font-size: 15px;}
	#box_ord button{ float:none; margin-top:10px}
	.second{ font-size:10px}
	.third{ font-size:11px}
	.tree li{ padding-right:0.2% !important}
}

@media only screen and (max-width : 770px) {
	.no-padding{ padding-left:15px !important; padding-right:15px !important}
	.no-padding-l{ padding-left:15px !important;} 
	.no-padding-r{ padding-right:15px !important;}
	header{ margin-bottom:0}
	header .col-xs-8{ padding:0 !important}
	header ul li{ padding:2.1em .4em 0}
	.box-news.top .item{ display: inline-block; width: 49%;vertical-align: text-top;}
	
	footer{ padding-top:0; padding-bottom:10px}
	footer .logo{ display:inline-block; margin-top:10px}
	footer .box-cont{ padding-top:26px}
	footer ul li{ padding-top:2em !important}
	.box-news{ padding-right:15px}
	.form-inline .form-group { display:block; margin-bottom:15px}
	button{ float:none !important}
	#immagini{ max-width:100%; float:none} 	
	#slider_home{ margin-bottom:30px}
	.table-responsive{border:0 !important} 
	.second,.third{ font-size:12px}
	.second{ margin-right:10px}
	.third{ margin-right:7px}
	.tree li::before, .tree li::after,.tree ul ul::before{ border:0 !important;}

	  
}

@media (max-width: 480px) {
	header{ background: none; padding-top:10px; padding-bottom:10px}
	header .col-md-9,header .col-md-3{ height: inherit !important}
	#box-avvisi{ background:#ebebeb; margin-top:30px; margin-bottom:30px}
	#slider_avvisi{margin-bottom:5px} 
	#slider_avvisi .owl-pagination{ margin-top:15px; display: block; text-align:center}
	#slider_avvisi .owl-buttons{ display:none}
	#content .grid{ display:inherit}
	.box-news .item, .item.elenco{ min-height:inherit !important; border-bottom:1px solid #bcbcbc; padding-bottom:25px; margin-bottom:25px}
	.item-doc{ min-height: inherit; padding-bottom:25px; margin-bottom:25px; border-bottom:1px solid #bcbcbc; } 
	#slider_home .txt{ position: relative; top: 0; width: 100%; }
	#slider_home .owl-controls{ display:none !important} 
	.box-news.top .item{ width:100%;}

	/*.grid-item,.grid-item.is-expanded{ width: 84%; min-height: 0 !important;}	
	.gutter-sizer{width:0}*/
	#articolo,.grid-item{ min-height: 0 !important;}
	#sx .aaa{ padding-bottom:0}
	#sx .list-group{ margin-bottom:0}
	#box-search input[type="search"]{ font-size:40px}
	.tree ul{display: inline-block; text-align:center;}
	.tree ul li {display: inline-block;}
	.second{ margin-right:0}
	.third{ margin-right:10px}
	
	
/*****************************jquery ui autocomplete menu*********************************/
.ui-helper-hidden-accessible{ display:none}
.ui-autocomplete{
        background:#fff;
        width:245px;
        padding:5px 20px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        border:3px solid #bebebe}

/*.ui-menu-item{list-style: none; border:none; margin-bottom:10px; cursor:pointer; border-bottom: 1px solid #ccc;  padding-bottom: 10px; padding-top: 10px;}
.ui-corner-all { display:block; overflow:hidden; font-size: 10px !important; text-transform:lowercase !important; text-align:left; font-weight:700; color: #999}
.ui-corner-all img{ margin:0 15px 0 0 !important}
.ui-autocomplete .ui-state-hover,
.ui-autocomplete  .ui-widget-content .ui-state-hover,
.ui-autocomplete .ui-widget-header .ui-state-hover,
.ui-autocomplete  .ui-state-focus,
.ui-autocomplete .ui-widget-content .ui-state-focus,
.ui-autocomplete .ui-widget-header .ui-state-focus {  color: #4940da/*{fcHover}; }*/
.ui-autocomplete .ui-state-hover a,
.ui-autocomplete .ui-state-hover a:hover {  color: #999/*{fcHover}*/; text-decoration: underline !important; }
.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-widget-content .ui-state-active,
.ui-autocomplete .ui-widget-header .ui-state-active { color: #4940da/*{fcActive}*/; }
.ui-autocomplete .ui-state-active a,
.ui-autocomplete .ui-state-active a:link,
.ui-autocomplete .ui-state-active a:visited { color: #4940da/*{fcActive}*/; text-decoration: none; }
.ui-autocomplete .ui-widget :active { outline: none; }
/*****************************jquery ui autocomplete menu*********************************/

@media print {    
    .no-print, .no-print * { display: none !important;  }
    .only-print, .only-print * { display: block !important;  }
    .fullrow-print { width: 100% !important; }
}
