/* Global properties ======================================================== */
/*@import url("https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext");*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
@import url("./../../css/reset.css");
@import url("./../../css/grid.css");
@import url("./../../css/icons.css");
@import url("unsemantic-grid-base.css");


::-webkit-input-placeholder{color:#707070;font-style:italic}
::-moz-placeholder{color:#707070;font-style:italic}
:-ms-input-placeholder{color:#707070;font-style:italic}
:-moz-placeholder{color:#707070;font-style:italic}

.ui-autocomplete{z-index: 199}
.ui-widget{font-size:14px}
.ui-tooltip{
	font-size: 12px;
	border-color: #78acf8;
	color:#545454;
}

html {width:100%}
body{
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:100%;
	color:#545454;
	min-width:960px;
	background: url(../images/bg.png) center top repeat;
}

label {
  display:inline-block;
  font-weight:bold;
  font-size:12px;
}

.lbl{
  font-weight:bold;
  font-size:12px;
  vertical-align:middle;
}

.calc{
  font-weight: bold;
  font-size: 20px;
  color: #598dc9;
  vertical-align: middle;
}

.main {
	padding:0;
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.3846em;
	background-color: #FFFFFF;
}
a:active, a {color: #598dc9; outline:none; text-decoration:none;}
a:hover {color: #78acf8; text-decoration:none;}

.col-1, .col-2 {float:left; width:280px;}
.col-1 {margin-right:15px;}

.column-1, .column-2 {float:left; width:133px;}
.column-1 {margin-right:19px;}

.wrapper {width:100%; overflow:hidden; position:relative;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p0 {margin-bottom:0px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}
.p6 {margin-bottom:65px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}
.linebl {display: inline-block;}


.alignjustify {text-align:justify;}
.alignleft {text-align:left;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}

.hidd {display: none;}

.it {font-style:italic;}

.color-1 {color:#598dc9;}
.color-2 {color:#df3c4b;}
.color-3 {color:#5e5e5e !important;}

.index {
	position:relative;
	z-index:10;
}

.nome{
	color: #98c449;
	font-size:15px;
	text-transform:uppercase;
}

.ben{
	color: #598dc9;
}


.banner h1{
  color: #98c449;
  font-size: 50px;
  line-height: 35px;
  font-weight: normal;
  font-style: italic;
  padding-top: 40px;
  /*padding-bottom: 5px;*/
  text-align: center;
}

.banner p{
  color: #98c449;
  font-size: 20px;
  line-height: 35px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}

.banner_blue h1{
  color:#598dc9;
  font-size: 50px;
  line-height: 35px;
  font-weight: normal;
  font-style: italic;
  padding-top: 20px;
  /*padding-bottom: 5px;*/
  text-align: center;
}

.banner_blue p{
  color:#598dc9;
  font-size: 20px;
  line-height: 35px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}

.banner_m4f h1{
  color:#29166F;
  /*color:#1a6dde;*/
  font-size: 50px;
  line-height: 35px;
  font-weight: normal;
  /*font-style: italic;*/
  padding-top: 35px;
  /*padding-bottom: 5px;*/
  text-align: center;
}

.banner_m4f p{
  color:#29166F;
  /*color:#1a6dde;*/
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  /*font-style: italic;*/
  text-align: center;
}



.banner_inspyre h1{
  color:#598dc9;
  font-size: 50px;
  line-height: 25px;
  font-weight: normal;
  /*font-style: italic;*/
  padding-top: 30px;
  /*padding-bottom: 5px;*/
  text-align: center;
}

.banner_inspyre p{
  color:#598dc9;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
}

.home h3,
.home h1{
  color: #98c449;
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
  
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: left;
}

.home h3{ font-size: 25px; line-height: 30px;}

.home h2{
	color: #598dc9;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 20px;
	margin-bottom: 20px;
	text-align: left;
}

.home p{
  font-size: 13px;
  text-align: justify;
  line-height: 20px;
  margin-bottom: 10px;
}
.home.legal p{margin-bottom:20px}
.home p span{font-size:13.5px;}

.home p > img {
	max-width: 240px;
	max-height: 200px;
	float: left;
	margin: 10px 10px 0px 0px;
}

.imghome{
	max-height: 195px !important;
	margin: 40px 10px 50px 0px !important;
}

#but-more{ margin-left: 30px;}

.home p .slideshow {
	float: left;
	margin: 0px 0px 0px 0px;
}

.home p .slideshow img {
	display: inline-block;
}

.home a:active,
.home a{
	color: #598dc9;
	font-weight: bold;
	text-decoration: none;
}

.home a:hover{
	color: #78acf8;
	text-decoration: underline;
}

.home a.agreen:active,
.home a.agreen{color: #98c449}
.home a.agreen:hover{color: #93d500}

.home ul{
	list-style-type: circle;
	margin-left: 40px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: justify;
}

.home ul b{ color: #598dc9; }

/********************* Windows *************************************/

.div-input{
	width: 180px;
	height: 53px;
	margin: 5px;
	padding: 10px;
	display: inline-block;
	line-height:20px;
	float: left;
}
.div-input.doubled{width:390px}
.div-input.doubledmap{width:390px;height:380px}
.div-input.half{width:285px}
.div-input.full{width:600px}

.home .lastlogin{
	width:630px;
	height:auto;
	line-height:15px;
	font-size:12px;
	font-style:italic;
	text-align:center;
	color:#598dc9;
	margin:0px;
	padding:0px;
	display:inline-block;
	float:left;
}
.div-input.area{height:136px}
.div-input textarea{max-height:100px;height:100px}

.text_input {
  -moz-box-flex: 1;
  width: 150px;
  max-width: 150px;
  margin-bottom: 5px;
  padding: 6px 8px;
  background: hsla(0,0%,100%,.9) padding-box;
  border: 1px solid;
  border-color: hsla(210,54%,20%,.15) hsla(210,54%,20%,.17) hsla(210,54%,20%,.2);
  border-radius: 2.5px;
}
.text_input[type=checkbox]{
	width:10px;
	margin-right: 4px;
	cursor: pointer;
}
.text_input[disabled]{background-color:#F9F9F9}

select.text_input{width:168px;max-width:168px}
.div-input.doubled > .text_input{width:360px;max-width:360px}
.div-input.doubled > select.text_input{width:378px;max-width:378px}
.div-input.half > .text_input{width:255px;max-width:255px}
.div-input.half > select.text_input{width:273px;max-width:273px}
.div-input.full > .text_input{width:570px;max-width:570px}

.text_input:hover{
  border: 1px solid #b9b9b9;
  box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);
}
.text_input:focus,
.text_input[autofocus] {
  border: 1px solid #598dc9;
  outline:none;
  box-shadow: 0px 0px 3px #598dc9;
  -moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3);
}
.text_err{
  border: 1px solid #CE5454 !important;
  box-shadow: 0px 0px 3px #CE5454 !important;
  -moz-box-shadow: 0px 0px 3px #CE5454 !important;
  -webkit-box-shadow: 0px 0px 3px #CE5454 !important;
}
.err_lbl{
	font-size: 9px;
	font-weight: normal;
	color: red;
	font-style: italic;
	line-height: 11px;
}
.defaultTextActive {color: #a1a1a1; font-style: italic;}

.intestazione{
  color: #98c449;
  font-size: 32px;
  
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  vertical-align: middle;
}

.win-float{
	padding:10px;
	margin:0px;
	font-size:13px;
	z-index: 50;
	padding-top: 20px;
	display: none;
	position:absolute;
	left: 60px;
	line-height:20px;
	text-align:center;
	vertical-align: top;

	-moz-box-shadow: 0px 8px 10px -5px #555;
	box-shadow: 0px 8px 10px -5px #555;
	-webkit-box-shadow: 0px 8px 10px -5px #555;
	background-color: #fff;
	border:1px solid #98c449;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.win-float a{
	font-size: 11px;
	margin-left: 5px;
}

/****************************** buttons ******************************************/
.btn-sub{
	padding:4px 10px;
	margin:10px auto;
	font-size:13px;
	
	line-height:20px;
	text-align:center;
	vertical-align: middle;
	cursor:pointer;
	border-radius:6px;
	
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-but{
	padding:3px 14px 4px 15px;
	margin:10px 5px 10px 5px;
	font-size:13px;
	display:inline-block;
	
	font-weight:bold;
	line-height:20px;
	text-align:center;
	vertical-align: middle;
	cursor:pointer;	
	
	position: relative;
	border-radius:3px;
	
	-moz-box-shadow: 0px 4px 5px -3px #555;
	-webkit-box-shadow: 0px 4px 5px -3px #555;
	box-shadow: 0px 4px 5px -3px #555;

	border:0px;
}
.btn-but.hidd{display:none}
a.btn-but,a.btn-but:hover,a.btn-but:active{color:#FFFFFF;text-decoration:none}

.div-input .btn-but{margin-top:18px;margin-left:50px}
.div-input .btn-but.nomrg{margin-left:10px}
.div-input .btn-but.uptmp{margin:2px}

.btn-but.side{margin:30px 5px 0px 5px}
.btn-big{margin:20px auto}

.btn-but:active{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}

.btn-sub i.halflings{margin:3px 2px 0 -2px}
.btn-but i.halflings{margin:3px 2px 0 -2px}
.btn-sub i.halflings.chv,.btn-but i.halflings.chv{margin-left:10px}

.tab-bar > div.current,
.sidemenu .slz > a,
.sidemenu li:hover > a,
.navi,
.btn-blue{
	font-weight:bold;
	color:#ffffff;
	text-shadow: 0 -1px 1px rgba(0,0,0,.4);
	
	background: #598dc9;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#30558d), to(#598dc9));
	background-image: -webkit-linear-gradient(top, #30558d, #598dc9);
	background-image: -moz-linear-gradient(top, #30558d, #598dc9);
	background-image: -o-linear-gradient(top, #30558d, #598dc9);
	background-image: -ms-linear-gradient(top, #30558d, #598dc9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30558d', endColorstr='#598dc9', GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#30558d', endColorstr='#598dc9', GradientType=0)";
	background-image: linear-gradient(to bottom, #30558d, #598dc9);	
}

.tab-bar > div.current:hover,
.menu ul a:hover,
.menu > li:hover > a,
.btn-blue:hover{
	background: #598dc9;
	color:#ffffff;
	text-shadow: 0 -1px 1px rgba(0,0,0,.4);
}

.btn-blue:active{
	background: #598dc9;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	top: 1px;
}
.tab-bar > div,
.sidemenu li > a,
.navi .cur > a,
.btn-green{
	font-weight:bold;
	color:#ffffff;
	text-shadow: 0 -1px 1px rgba(0,0,0,.4);

	background: #98c449;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3ca143), to(#98c449));
	background-image: -webkit-linear-gradient(top, #3ca143, #98c449);
	background-image: -moz-linear-gradient(top, #3ca143, #98c449);
	background-image: -o-linear-gradient(top, #3ca143, #98c449);
	background-image: -ms-linear-gradient(top, #3ca143, #98c449);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ca143', endColorstr='#98c449', GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ca143', endColorstr='#98c449', GradientType=0)";
	background-image: linear-gradient(to bottom, #3ca143, #98c449);	
}

.tab-bar > div:hover,
.navi .cur ul a:hover,
.navi .cur:hover > a,
.btn-green:hover{
	background: #98c449;
	color:#ffffff;
	text-shadow: 0 -1px 1px rgba(0,0,0,.4);
}

.btn-green:active{
	background: #98c449;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	top: 1px;
}

.btn-red{
	font-weight:bold;
	color:#ffffff;
	text-shadow: 0 -1px 1px rgba(0,0,0,.4);
	
	background: #770000;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF0000), to(#AA0000));
	background-image: -webkit-linear-gradient(top, #FF0000, #AA0000);
	background-image: -moz-linear-gradient(top, #FF0000, #AA0000);
	background-image: -o-linear-gradient(top, #FF0000, #AA0000);
	background-image: -ms-linear-gradient(top, #FF0000, #AA0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#AA0000', GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#AA0000', GradientType=0)";
	background-image: linear-gradient(to bottom, #FF0000, #AA0000);	
}

.btn-red:hover{
	background: #AA0000;
	color:#ffffff;
	text-shadow: 0 -1px 1px rgba(0,0,0,.4);
}

.btn-red:active{
	background: #AA0000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	top: 1px;
}

.btn-gray{
	font-weight:bold;
	color:#ffffff;
	text-shadow: 0 -1px 1px rgba(0,0,0,.4);
	
	background: #A0A0A0;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#A0A0A0));
	background-image: -webkit-linear-gradient(top, #D0D0D0, #A0A0A0);
	background-image: -moz-linear-gradient(top, #D0D0D0, #A0A0A0);
	background-image: -o-linear-gradient(top, #D0D0D0, #A0A0A0);
	background-image: -ms-linear-gradient(top, #D0D0D0, #A0A0A0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D0D0D0', endColorstr='#A0A0A0', GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D0D0D0', endColorstr='#A0A0A0', GradientType=0)";
	background-image: linear-gradient(to bottom, #D0D0D0, #A0A0A0);	
}

.btn-gray:hover{
	background: #A0A0A0;
	color:#ffffff;
	text-shadow: 0 -1px 1px rgba(0,0,0,.4);
}

.btn-gray:active{
	background: #A0A0A0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	top: 1px;
}

footer{
	font-weight:bold;
	color:#ffffff;
	text-shadow: 0 -1px 1px rgba(0,0,0,.4);

	background: #93d500;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#98c449), to(#3ca143));
	background-image: -webkit-linear-gradient(top, #98c449, #3ca143);
	background-image: -moz-linear-gradient(top, #98c449, #3ca143);
	background-image: -o-linear-gradient(top, #98c449, #3ca143);
	background-image: -ms-linear-gradient(top, #98c449, #3ca143);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98c449', endColorstr='#3ca143', GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#98c449', endColorstr='#3ca143', GradientType=0)";
	background-image: linear-gradient(to bottom, #98c449, #3ca143);	
}

.btn-but.disabled{
	cursor:not-allowed;
}
/*
.btn-but.disabled:hover{
	background:inherit;
	color:inherit;
	text-shadow:inherit;
}

.btn-but.disabled:active{
	background:inherit;
	-moz-box-shadow: inherit;
	box-shadow: inherit;
	top: 0px;
}*/


/****************** countries menu**************************/

.country {
	margin-left: 10px;
	margin-top: 23px;
	background-color: #fff;
	float: right;
	text-transform:uppercase;
	text-decoration: none;
	
	font-weight:bold;
	font-size: 12px;
	
	padding:0;
	list-style:none;
}

.country i.halflings {margin: 1px 2px 0 3px;}
.country i.flag {margin: 2px 3px 0 2px;}

.country a {text-decoration: none; color: #777;}

.country ul {
	background-color: #fff;
	border:1px solid #98c449;
	border-radius: 4px;
	z-index: 65;
	
	position:absolute;
	display:none;
	width:65px;
	
	margin:2px -2px;
	padding:0;
	list-style:none;
}

.country ul a {
	color: #777;
	display: block;
}

.country ul a:hover {
	background-color:#598dc9;
	color:#fff;
}

.country ul li{
	margin: 2px;
}

/****************** side menu**************************/

.sidemenu{
	margin-top: 30px;
}

.sidemenu li{
	display: block;
	position: relative;
	text-align:left;
}

.sidemenu li > a{
	width: 140px;
	
	padding:3px 15px 4px 15px;
	margin-bottom:3px;
	margin-left: 10px;
	font-size: 13px;
	
	font-weight:bold;
	line-height:20px;
	text-align:left;
	cursor:pointer;	
	
	display: block;
	
	position: relative;
	border-radius:3px;
	
	/*-moz-box-shadow: 0px 4px 5px -3px #555;
	box-shadow: 0px 4px 5px -3px #555;*/

	border:0px;
}

.sidemenu .slz > a,
.sidemenu li:hover > a{
	margin-left: 0px;
}

.sidemenu a:active,
.sidemenu a:hover,
.sidemenu a{
	font-weight:bold;
	color:#ffffff;
	text-shadow: 0 -1px 1px rgba(0,0,0,.4);
	text-decoration: none;
}

.sidemenu i.halflings{
	margin-top: 3px;
}


/* Menu
====================================*/
.navi {
	height: 38px;
	width: 100%;
	margin-left: -10px;
	float: left;
}

.menu i.halflings { margin: 2px 2px 0 -2px; }

.menu ul, .menu li > div {
	visibility: hidden;
	display: none;
}

.menu li:hover > ul, .menu li:hover > div {
	visibility: visible;
	display: block;
}


/* Shadows */
.left-corner,
.right-corner {
	display:block;
	width: 0px;
	height: 0px;
	border-style: solid;
	position: relative;
	top: 38px;
	float: left;
	opacity: 0.58;
	filter:alpha(opacity=58);
}

.left-corner {
	border-color: transparent #888 transparent transparent;
	border-width: 0 10px 10px 0;
	float: left;
}

.right-corner {
	border-color: #888 transparent transparent transparent;
	border-width: 10px 10px 0 0;
	float: right;
}

.shadowed{
	box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

/* Reset  */
.menu, .menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.menu li, .menu ul a {position:relative;}
.menu > li {float:left;}
.menu > li.floatr {float:right;}
.menu li > a {display:block;}

.menu ul {
	position:absolute;
	display:none;
	width:300px;
}
.menu ul ul {
	top:0;
	left:170px;
}

.menu li:hover > ul {display:block;}

.navi ul li:first-child { margin-left: -10px; }
.navi ul li ul li:first-child,
.navi ul li ul li ul li:first-child { margin-left: 0; }
/*
.navi .cur {
	z-index: 8;
}*/

.menu a {text-decoration:none;}

.menu > li > a {
	color:#fff;
	font-weight: bold;
	font-size: 13px;
	line-height:18px;
	padding: 10px 12px 10px 12px;
}

.menu > li > a img, .menu li > ul > li > a img {
	border:0;
	margin-right:7px;
}


/* Sub Menu */
.menu ul {
	background-color: #fff;
	border:1px solid #e6e6e6;
	
	border-top:none;
	z-index: 55;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}

.menu ul a {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	text-shadow: none;
	padding: 9px 12px;
	border-top: 1px solid #e6e6e6;
}

.menu ul a:last-child {
	border-radius: 0 0 4px 4px;
}
/*.menu ul a:hover {
	background-color:#b2d575;
	color:#fff;
}*/

.menu ul a:hover > i.halflings {
  background-image: url(../images/glyphicons_halflings-white.png);
}

/* Mega Menu */
.menu .cols1, .menu .cols2, .menu .cols3, .menu .cols4, .menu .cols5 {
	position:absolute;
	display:none;
	overflow:auto;
	z-index: 55;
	background: #fff;
}

.menu .cols1, .menu .col1 {width:160px;}
.menu .cols2, .menu .col2 {width:320px;}
.menu .cols3, .menu .col3 {width:480px;}
.menu .cols4, .menu .col4 {width:640px;}
.menu .cols5, .menu .col5 {width:800px;}
.menu > li.floatr > ul.cols1, ul.cols2, ul.cols3, ul.cols4, ul.cols5 {right:0;}
.menu > li:hover > ul.cols1, ul.cols2, ul.cols3, ul.cols4, ul.cols5 {display:block;}
.menu .col1, .menu .col2, .menu .col3, .menu .col4, .menu .col5 {float:left;}

.menu li > ul.cols1,ul.cols2, ul.cols3, ul.cols4,ul.cols5  {
	background-color:#fff;
	border:1px solid #e6e6e6;
	border-top:none;
	left:-1px;
	padding:10px;
}

ul.cols1 a:hover, ul.cols2 a:hover, ul.cols3 a:hover, ul.cols4 a:hover, ul.cols5 a:hover {
	background: none;
	border: none;
}

ul.cols1 a, ul.cols2 a, ul.cols3 a, ul.cols4 a, ul.cols5 a {
	background: none;
	border: none;
}

ul.cols1 p a, ul.cols2 p a, ul.cols3 p a, ul.cols4 p a, ul.cols5 p a {
	padding: 0;
}

.menu h4 {
	font-size: 13px;
	color: #888;
	font-weight: normal;
	margin: 0px 10px 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e6e6;
	letter-spacing: 0;
}

.menu h5 {
	font-size: 13px;
	margin: 8px 10px -3px 10px;
}
.menu ol {
	list-style:none;
	margin: 7px 10px;
	padding: 0;
}

.menu ol a {
	color: #777;
	font-size: 12px;
	padding: 3px 0;
	line-height: 15px;
}

.menu ol a:hover {
	color: #444;
}
.menu p {
	font-size: 12px;
	line-height: 18px;
	margin: 9px 10px;
	padding: 0;
}
.menu p a {
	color: #888;
	text-decoration: underline;
}
.menu p a:hover {
	color: #555;
}
/************************ menu privilegi ********************************/

.privilegi {
	display: inline-block;
	position: relative;
}

.privilegi:hover > i.halflings {opacity: 1.0;}

.privilegi ul{
	visibility: hidden;
	display: none;
	margin:0;
	padding:0;
	list-style:none;

	background-color: #fff;
	border:1px solid #e6e6e6;
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	z-index: 55;
	
	position:absolute;
	/*width:150px;*/
}

.privilegi > ul{ top: 18px; left: 2px;}
.privilegi ul ul{ top: -1px;}

.privilegi li{
	position: relative;
	
	color: #777;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-shadow: none;
	
	text-decoration:none;
	cursor: pointer;
}

.privilegi ul div{
	padding: 5px 10px;
	width:100px;
	display: inline-block;
}

.privilegi ul ul div{
	width:90px;
}

.privilegi div.selected,
.privilegi li:hover{
	background: #598dc9;
	color:#ffffff;
	text-shadow: 0 -1px 1px rgba(0,0,0,.4);
	text-decoration:none;
}

.privilegi div.selected{ background: #98c449;}

.privilegi li:hover i.halflings {
  background-image: url(../images/glyphicons_halflings-white.png);
}
 
.privilegi li:hover > ul, .privilegi:hover > ul{
	visibility: visible;
	display: inline-block;
}

/*********************************boxes**********************************/

div.mapop{
	max-width: 260px;
	width: 260px;
	text-align: left;
	font-size: 10px !important;
	padding: 0px 2px;
}

div.mapop b{
	font-weight: bold;
}

div.mapop a{
	color: #598dc9;
	text-decoration: none;
}

div.mapop a:hover{
	text-decoration: underline;
}

div.map{
	height: 680px;
	border:1px solid #DBDBDB;
	box-shadow: 1px 1px 3px #DBDBDB;
	-moz-box-shadow: 1px 1px 3px #DBDBDB;
	-webkit-box-shadow: 1px 1px 3px #DBDBDB;
	margin: 0px 20px;
	position:relative;
}
.legend{
	display: inline-block;
	position: absolute;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
	padding: 5px 10px;
	top: 20px;
	left: 110px;
}
.legend>div{font-size:13px;font-weight:normal;height:31px;line-height:31px;padding:3px 0px;color:#ffffff}
.legend img{margin:0;margin-right:5px}

.div-input div.map{
	height: 376px;
	width: 376px;
}

.news {
	margin: 40px 0px;
	padding: 10px;
	text-align: left;
	
	border:1px solid #DBDBDB;
	/*box-shadow: 1px 1px 3px #DBDBDB;*/

	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 8px 10px -5px #555;
	box-shadow: 0px 8px 10px -5px #555;
	
}

.news h1{
	padding: 5px 0px 5px 10px;
	font-size: 16px;
	
	color: #598dc9;
	clear: both;
}

.news .event{
	border-top:1px solid #DBDBDB;
	padding: 2px;
	margin-bottom: 5px;
}

.news .event div:nth-child(1){
	font-size: 28px;
	display: inline-block;
	margin: 10px 2px;
}

.news .event div:nth-child(2){
	font-size: 19px;
	display: inline-block;
	margin-top: 13px;
	margin-left: 4px;
}
.news .event div:nth-child(3){
	display: inline-block;
	margin-top: 2px;
	font-size: 12px;
	margin-left: 4px;
	font-style: italic;
}

.news .event a:active,
.news .event a{
	color: #598dc9;
	font-weight: normal;
	text-decoration: none;
	display: block;
	text-align:left;
}

.news .event a:hover{
	color: #78acf8;
	text-decoration: underline;
}

.news a.more-eve:active,
.news a.more-eve{
	color: #98c449;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: left;
	
	padding-top:4px;
	border-top:1px solid #DBDBDB;
}

.news a.more-eve:hover{
	color: #93d500;
	text-decoration: underline;
}

.upevent{
	border-bottom:1px solid #DBDBDB;
	margin-left: 20px;
}

.upevent > div{
	margin: 10px 0px;
	line-height: 14px;
}

.upevent > div:first-child{
	color: #598dc9;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	position: relative;
	text-align:justify;
}

.upevent .private{
	position:absolute;
	left:-20px;
	top:0px;
}

.upevent a:active,
.upevent a{
	color: #98c449;
	margin-right: 485px;
}

.upevent a:hover{
	color: #93d500;
}

.admin-item,
.delmod{
	display: inline-block;
}
.delmod a,.delmod a:active{margin:0}
.delmod i{
	margin: 2px;
	opacity: 0.4;
	cursor: pointer;
}

.delmod i:hover{
	opacity: 1.0;
}

.evento{
	padding: 40px 0px;
	font-size: 13px;
}

.evento > div{
	padding-top: 20px;
	text-align: justify;
}

.evento > div:nth-child(1){
	color: #98c449;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;

	border-bottom:1px solid #DBDBDB;
	padding-top: 0px;
	padding-bottom: 20px;
}

.evento > div:nth-child(2){
	color: black;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	padding-top: 10px;
}

.div-admin{
	display: inline-block;
	padding: 2px;
	margin: 2px;
	border: 1px solid #DBDBDB;
	padding-right: 4px;
}

.div-admin:hover {
	border-color: #598dc9;
	box-shadow: 0px 0px 3px #598dc9;
	-moz-box-shadow: 0px 0px 3px #598dc9;
	-webkit-box-shadow: 0px 0px 3px #598dc9;
}

#search-admin{display:inline-block;position:relative;height:30px;vertical-align: middle}
#search-admin input{
	padding-right:24px !important;
	width:100px !important;
	max-width:100px !important;
    margin:0px 10px !important;
    vertical-align:top !important;
}
#search-admin i{
	position:absolute;
	margin:0px;
	top:8px;
	right:16px;
	display:none;
	opacity:0.7;
	cursor:pointer;
}
#search-admin i:hover{opacity:1.0}

footer {margin:20px 0px}
.foot-links {padding:10px 60px}
.foot-link {
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	font-weight:normal;
	width:240px;
	display:inline-block;
	margin-bottom:10px;
}
.foot-flag{
	margin-top:14px;
	margin-left:30px;
	width:90px;
	height:60px;
	display:inline-block;
	background:url(../images/eu-flag.png);
}

.foot-link h1 {font-size:14px;font-weight:bold;font-variant:small-caps;margin-bottom:5px}
.foot-link a{color:#FFFFFF;text-decoration:none}
.foot-link a:hover{text-decoration:underline}

.copyright {
	margin:0px 30px;
	padding:5px;
	color:#fff;
	border-top:1px solid #598dc9;
	font-size:12px;
	text-align:center;
}
.copyright a{color:#fff !important}
.copyright a:hover{ text-decoration:underline}

.logo{
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 20px;
	font-weight: bold;
}
.logo div{display:inline-block}
.logo > div:nth-child(2){	margin-left:10px}
.logo a{color:#000;text-decoration:none;display:inline-block}
.logo a:hover{text-decoration:underline}

/***************************** Social Icons ************************************/
.top-line {background:#98c449;height:5px}
header {position:relative;z-index:2;margin-bottom:10px}

div.logerr{
	font-size:13px;
	font-style:italic;
	color: #FF0000;
}

div.social {
	display: inline-block;
}

/* Header Icons */
.social-icons {
	margin: 23px 0px 13px 0;
	float: right;
}

.social-icons li {
	display: inline;
	list-style: none;
	text-indent: -9999px;
	float: left;
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
}

.social-icons li a {
	display: block;
	padding-left: 11px;
	height: 16px;
	width: 16px;
}
.social-icons li:hover { opacity: 1; }

/* Tooltips helpers 
.tooltip{display:inline-block; position:relative;  z-index:102; }
.tooltip:hover{ z-index:103; }
.tooltip p{ padding:0; }
.tooltip > i{cursor:help;}
.tooltip > span{display:inline-block; width:16px; height:16px; line-height:16px; font-size:0.9em; font-weight:bold; text-align:center; color:#FFF; cursor:help; background-color:#00AEEF; position:relative; border-radius:10px; }
.tooltip .content{text-align: center; opacity:0; width: 200px;background-color:#333; color:#FFF; font-size:0.9em; position:absolute; top:0; left:20px; padding:8px; border-radius:6px; pointer-events:none; transition:0.2s cubic-bezier(0.1, 0.1, 0.25, 2); -webkit-transition:0.3s cubic-bezier(0.1, 0.2, 0.5, 2.2); -moz-transition:0.3s cubic-bezier(0.1, 0.2, 0.5, 2.2); }
.tooltip:hover .content{opacity:1; left:36px; }
.tooltip.down .content{left:auto; right:0px; top:15px; }
.tooltip.down:hover .content{left:auto; top:30px;}
.tooltip .content b{ height:0; width:0; border-color:#333 #333 transparent transparent; border-style:solid; border-width:9px 7px; position:absolute; left:-14px; top:8px; }
.tooltip.down .content b{ left:auto; right:6px; top:-10px; border-width:5px; border-color:transparent #333 #333 transparent; }

.tooltip table {margin: 0px auto; border: 0px;}
.tooltip table td{vertical-align: middle; text-align: center; padding: 1px 8px; background-color:#333; color:#FFF; border-top: 0px;}
.tooltip table td.denom{border-top: 1px solid #FFFFFF;}*/

/******************************* timepicker ********************************/
div.ui-datepicker{
 font-size:12px;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

/********************************** Modal Form ***********************************************/

.modalbackground{
	z-index:200;
	position:fixed;
	display:block;
	height:100%;
	width:100%;
	background:#fff;
	top:0px;
	left:0px;
	opacity: 0.8;
}

.modalwrap{
	display:block !important;
	width: 630px !important;
	margin: 0px auto;
	padding: 15px;
	background: #fff;
	opacity: 1.0;
	z-index:201;
	
    border: 1px solid rgba(90, 97, 98, 0.25);
    border-radius: 4px;
	box-shadow: 0px 2px 2px #E6EEF6;
	-moz-box-shadow: 0px 2px 2px #E6EEF6;
	-webkit-box-shadow: 0px 2px 2px #E6EEF6;
	
    left: 50%;
    margin-left: -330px;
    position: absolute !important;
    top: 50px;
}

.modalheader{
	color: #98c449;
	font-size: 27px;
	line-height: 27px;
	font-weight: normal;
	padding: 5px;
	border-bottom: 1px solid rgba(90, 97, 98, 0.25);
	text-align: left;
	margin-bottom: 20px;
}

.modalclose{
	position: absolute;
	top: 15px;
	right: 20px;
	opacity: 0.7;
	cursor: pointer;
}
.modalclose:hover{opacity: 1.0;}

.modalbottom{
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-top: 1px solid rgba(90, 97, 98, 0.25);
	position: relative;
	min-height:27px;
}

.modalbottom .btn-but{
	margin:0;
	display:inline-block;
}

.modalbottom .done{
	position:absolute;
	top: 15px;
	right: 20px;
}
.modalbottom .done:active{top:16px}

p.modalinfo{
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
	margin: 0px 20px;
	margin-bottom: 20px;
	color: #545454;
}

/******************************* box list *************************************************/

.filesharer .boxlist input,
.filesharer .boxlist input:hover,
.filesharer .boxlist input:focus,
.filesharer .boxlist input[autofocus],
.boxlist input,
.boxlist input:hover,
.boxlist input:focus,
.boxlist input:active,
.boxlist input[autofocus]{
	border:none;
	padding:0px;
	margin:0px;
	margin-bottom:4px;
	font-size:13px;
	line-height:22px;
	height:22px;
	vertical-align:top;
	width: auto;
	max-width: none;
	display: inline-block;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	outline:none;
}

.boxlist{
	display: block;
	margin: 0px;
	padding: 9px 8px 5px 8px;
	border: 1px solid;
	border-color: hsla(210,54%,20%,.15) hsla(210,54%,20%,.17) hsla(210,54%,20%,.2);
	border-radius: 2.5px;
	width:570px;
}

.boxlist:hover{
  border: 1px solid #b9b9b9;
  box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);
}

.boxlist .token{
	background: none repeat scroll 0% 0% #78ACF8;
	border: 1px solid #598dc9;
	border-radius: 2px;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	display: inline-block;
	height: 14px;
	margin: 0px 4px 4px 0px;
	padding: 3px 4px 3px 6px;
	white-space: nowrap;
	font-size: 13px;
	line-height: 14px;
}
.boxlist .token.selected{background-color:#598dc9;}

.boxlist .token .halflings{margin:0px;}
/*.boxlist .token .halflings:hover{opacity: 1.0;}*/
.boxlist .token .delbutton{display:inline-block;margin-left:4px;}
.boxlist .token .delbutton:hover{background-color:#598dc9;}
.boxlist .token.selected .delbutton:hover{background-color:#78ACF8;}

ul.autocomplete{
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 600;
	display: none;
	min-width: 148px;
	margin: 0;
	list-style: none outside none;
	background-color: #FFF;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

ul.autocomplete li{
	display: block;
	padding: 5px 10px;
	font-weight: normal;
	line-height: 18px;
	border-bottom: 1px solid #E6E8EA;
	cursor: pointer;
	white-space: nowrap;
	font-size: 13px;
	color: #598dc9;
}
 ul.autocomplete li:first-child{border-top-right-radius: 4px; border-top-left-radius: 4px;}
 ul.autocomplete li:last-child{border-bottom: none; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px;}
 ul.autocomplete li.selected,
 ul.autocomplete li:hover{background:#EFF6FC;}

.boxlist .token .chargebut{position:relative}
.boxlist .token .chargebut:hover ul.autocomplete{display:block}
.boxlist .token .chargebut ul.autocomplete{top:14px;left:0px}

i.sendmail{vertical-align:middle;margin-top:-2px;opacity:0.8;cursor:pointer;margin-left:3px}
i.sendmail:hover{opacity:1.0}
label.fisso{font-size:16px;color:#00AFF0}

.tab-bar{margin-top:40px;border-bottom:1px solid #598dc9}
.tab-bar > div{
	margin:0px;
	margin-right:2px;
	padding:3px 10px 5px;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	cursor:pointer;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	border-radius:6px 6px 0px 0px;
}
.tab-body > div{padding:10px;max-height:800px;display:none;overflow:auto;white-space:nowrap}

#cookies{
	width:auto;
	margin:0;
	padding:5px 5%;
	background:rgba(86,86,86,0.8);
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	text-align:center;
	color:rgb(255,255,250);
	border-bottom:solid 1px rgb(225,225,225);
}
#cookies .cookie-accept{
	padding:5px;
	line-height:14px;
	cursor:pointer;
	display:inline-block;
	font-weight:bold;
	color:#000000;
	background-color:#98c449;
}
#cookies .cookie-accept:hover{background-color:#93D500}
#cookies a:active,#cookies  a{color:#78ACF8;outline:none;text-decoration:underline}
#cookies a:hover{text-decoration:none}

.browsers{
	height:112px;
	width:900px;
	padding:0;
	margin:20px auto;
	display:block;
	text-align:center;
	line-height:112px;
	border:2px solid #F3B970;
	background-color:#ffefde;
}
.browsers h5{font-size:20px;margin-bottom:10px;font-weight:bold}
.browsers > div{
	width:400px;
	font-size:16px;
	line-height:20px;
	display:inline-block;
	color:#000000;
	text-align:left;
	vertical-align:middle;
}
.bw{
	display: inline-block;
	width:80px;
	height:80px;
	line-height:80px;
	background-image:url(../images/browser-icons.png);
	background-position:0 0;
	background-repeat:no-repeat;
	vertical-align:middle;
}
.bw.cr{background-position:0 0}
.bw.ff{background-position:-80px 0}
.bw.ie{background-position:-160px 0}
.bw.op{background-position:-240px 0}
.bw.sa{background-position:-320px 0}