@font-face {
	font-family: RobotoCondensed;
	src: url('../fonts/Roboto-Condensed.ttf');
}

html {
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #828a8f;
	text-align: center;
	width: 100%;
}

/********* TOP PAGE **********/
.top-header {
	width: 100%;
	height: 51px;
	background: url(../images/top-header.png) repeat-x 0 0 transparent;
	border-bottom: 1px solid #303f59;
}

	.top-header h1 {
		float: left;
		color: #fb9337;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: normal;
		margin-left: 10px;
	}
	
	.top-header .menu-top {
		float: right;
	}

.header {
	height: 100px;
	background: url(../images/bg-header.png) 0 0 transparent;
	border-bottom: 5px solid #fb9337;
}
	.header ul.menu {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
		.header ul.menu li {
			display: inline-block;
			position: relative;
			min-width: 100px;
			text-align: center;
			border-right: 1px solid #303f59;
			height: 99px;
		}
		.header ul.menu li a {
			margin: 20px 15px 0px 15px;
			min-width: 100px;
			height: 80px;
			display: block;
			font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			font-size: 12px;
			vertical-align: bottom;
			color: #fff;
		}
		.header ul.menu li a img {
			margin-bottom: 15px;
		}
		
			.header ul.menu li ul {
				display: none;
			}
			
			.header ul.menu li:hover ul {
				display: block;
				background: url(../images/bg-header.png) 0 0 transparent;
				position: absolute;
				top: 99px;
				padding: 0px !important;
				margin: 0px !important;
			}
			.header ul.menu li:hover ul li {
				text-align: left;
				border: 0px;
				border-top: 1px solid #303f59;
				white-space: nowrap;
				height: 50px;
				margin: 0px;
				float: left;
				width: 260px;
			}
			.header ul.menu li:hover ul li a {
				margin: 0px;
				height: 50px;
				padding: 10px 15px;
			}
			
			.header ul.menu li:hover ul li a img {
				float: left;
				margin-right: 10px;
			}
			
			.header ul.menu li:hover ul li a .tips {
				font-size: 10px;
				color: #8497B5;
				margin-top: 5px;
			}
		

/************* COMMON ********************/
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.padding17 {
	padding: 17px;
}

body input,
body select {
	outline: none;
}

body table {
	font-size: 12px;
}

select {
	padding: 5px 30px 5px 10px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(../images/arrow-down.png) no-repeat 0 10px #f8f8f8;
	background-position: 90% center;
	color: #888;
	border: 1px solid #DCDCDC;
	min-width: 100px;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

a {
	color: #b9b9b9;
	text-decoration: none;
}
a:hover {
	color: #f4a000;
}
 
	.top_header {
		width: 100%;
		top: 0;
		left: 0;
		background-color: #2e2e2e;
		height: 120px;
	}
	
	.top_top {
		width: 100%;
		height: 70px;
		line-height: 50px;
	}
	
	.top-bottom {
		width: 100%;
		height: 30px;
	}
	
	.left-float {
		float: left;
	}
	.right-float {
		float: right;
	}
	
	.title {
		font-size: 16px;
	}
	
	.center_aligned {
		/*width: 1400px;*/
		margin: 0 auto;
	}
	
	ul.inline-ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		padding-top: 15px;
	}
	
	ul.inline-ul li {
		display: inline;
		margin-right: 5px;
		padding: 0px 5px;
		line-height: 19px;
		height: 20px;
		position: relative;
	}
	
	ul.inline-ul li a {
		color: white;
		text-decoration: none;
		padding: 5px;
	}
	
	
	ul.inline-ul li a:hover {
		color: #232323;
		background-color: #ffffff;
		-moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    border-radius: 5px; 
	}
	
	ul.inline-ul li:hover > ul {
		display: inline;
	}
	
	ul.inline-ul li > ul {
		display: none;
		background-color: white;
		position: absolute;
		left:0px;
		top: 19px;
		padding: 0px;
		-moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    border-radius: 5px; 
		 border: 1px solid #dedede;
	}
	
	ul.inline-ul li > ul li {
		display: block;
		width: 180px;
		padding: 5px 10px;
		border-bottom: 1px solid #dedede;
		text-align: left;
		margin: 0px;
	}
	ul.inline-ul li > ul li:last-child {
		border-bottom: 0px;
	}
	ul.inline-ul li > ul li a {
		color: #383838;
	}
	
	ul.inline-ul li > ul li a:hover {
		background-color: transparent;
	}
	
	ul.inline-ul li > ul li:hover {
		background-color: #b1b1b1;
	}
	
	.content {
		/*width: 100%;*/
		background-color: white;
		margin-top: 20px;
		text-align: left;
		margin-bottom: 20px;
	}
	
	.content a {
		font-size: 12px;
		color: #708090;
	}
	
	.content a:hover {
		color: #d73b00;
	}
	
	.content .row-header {
		width: 100%;
		height: 30px;
		line-height: 30px;
		margin-top: 15px;
		padding-left: 5px;
		margin-bottom: 10px;
		background-color: #DEDEDE;
	}
	
	.content .row {
		width: 100%;
		min-height: 40px;
	}
	
	.content .row h1 {
		padding-top: 20px;
		font-size: 16px;
		color: #d73b00;
	}
	
	.content .row label {
		width: 200px;
		float: left;
		line-height: 40px;
		vertical-align: middle;
	}
	
	.content .buttons-holder {
		position: fixed;
		bottom: 0px;
		padding: 10px 20px;
		background-color: #ffffff;
		border: 1px solid #DEDEDE;
	}
	
	.content .row input[type=text] {
		padding: 5px 10px;
		font-size: 11px;
		color: #585858;
	}
	
	.content .row select {
		font-size: 11px;
		color: #585858;
	}
	
	label.required::after {
		content: "*";
		padding-left: 3px;
		color: #cc0000;
		font-weight: bold; 
	}
	
	.content .row .long_input {
		width: 700px;
	}
	
	
	.content label.no-float {
		float: none;
	}
	
	.content label.width-auto {
		width: auto;
		margin-right: 10px;
	}
	
	.content input[type=radio] {
		vertical-align: middle; 
		margin: 0px;
	}
	
	.long-input {
		width: 500px;
	}
	
	.short-input {
		width: 80px;
	}
	
	.short-input1 {
		padding: 5px 10px;
		width: 200px;
	} 
	
	.vertical-middle40 {
		vertical-align: middle;
		line-height: 40px;
		height: 40px;
	}
	
	.basic-textarea {
		height: 100px;
		min-width: 400px;
		margin-bottom: 10px;
		margin-top: 10px;
		resize: none;
		outline: none;
	}
	
	/**********************/
	
	#login-top { 
		width: 100%;
		height: 360px;
		background-color: #2e2e2e;
		left: 0px;
		top: 0px;
		color: #6d7a87;
		font-family: arial;
		font-size: 11px;
	}
	
		#login-top .login-content {
			padding-top: 210px;
		}
			#login-top .login-content .title {
				color: white;
				font-family:"MS Sans Serif", Geneva, sans-serif;
				font-size: 26px;
				text-transform: uppercase;
			}
			
			#login-top .login-content a {
				color: #a4a4a4;
				font-size: 12px;
				text-decoration: none;
				margin-top: 15px;
			}
	
	#form-login {
		margin: 0 auto;
		width: 330px;
		margin-top: 30px;
	}
	
		#form-login .title {
			width: 100%;
			height: 30px;
			line-height: 30px;
			background-color: #31373c;
			-moz-border-radius: 5px 5px 0px 0px;
			-webkit-border-radius: 5px 5px 0px 0px;
			-khtml-border-radius: 5px 5px 0px 0px;
			border-radius: 5px 5px 0px 0px;
			font-weight: bold;
			font-family: Arial;
			color: #b2c3f3;
		}
		#form-login .content {
			width: 100%; 
			padding: 20px 0px;
		}
		#form-login .content .row label {
			display: inline;
			display: inline-block;
			width: 50px;
			padding-right: 20px;
			text-align: right;
			color: #2e2e2e;
		}
		#form-login .content .row input {
			border: 1px solid #d1d6da;
			background-color: #e8e8e8;
			color: #3a434a;
			font-size: 12px;
			font-family: sans-serif;
			padding: 5px 10px;
			line-height: 30px;
			width: 250px;
			outline: none;
		}
		
		#form-login #login-footer {
			width: 100%;
			margin-top: 10px;
			text-align: left;
		}
		
		#form-login #login-footer .login-footer-left,
		#form-login #login-footer .login-footer-right {
			 display: block-inline;
			 display: inline;
		}
		#form-login #login-footer .login-footer-right {
			text-align: right;
			float: right;
		}
	
		
	/*****************************************************************/
	
	.black-button {
		border: 0px;
		background-color: #2d3237;
		color: white;
		font-size: 11px;
		cursor: pointer;
		padding: 5px 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	
	.colored-button {
		background-color: #d73b00;
		border: 0px;
		color: #ffffff;
		cursor: pointer;
		padding: 5px 10px;
		font-size: 11px;
		margin-right: 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	
	.grey-button {
		border: 0px;
		background-color: #838383;
		color: white;
		font-size: 11px;
		cursor: pointer;
		padding: 5px 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	
	a.grey-button {
		color: #fff;
	}
	
	a.grey-button:hover {
		color: #393939;
	}
	/******************************************************************/
	
	label {
		cursor: pointer;
	}

	.content-center {
		width: 100%;
		text-align: center;
		vertical-align: middle;
	}
	
	/******************************************************************/
	
	.notify-message-success {
		background-color: #DFF2BF;
		color: white;
		background-image: url(../imagini/success.png);
		background-repeat: no-repeat;
		background-position: left center;
		border: 1px solid #4F8A10;
		font-family: Tahoma;
		font-size: 12px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-bottom: 15px;
		width: 100%;
	}
	.notify-message-success ul {
		list-style: none;
		padding: 0px 10px 0px 10px;
	}
	
	.notify-message-success li {
		background-color: #C1E785;
		padding: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #4F7117;
		text-align: left;
	}
	
	.notify-message-error {
		background-color: #FFBABA;
		color: white;
		background-repeat: no-repeat;
		background-position: left center;
		border: 1px solid #ff5b5b;
		font-family: Tahoma;
		font-size: 12px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-bottom: 15px;
		width: 100%;
	}
	.notify-message-error ul {
		list-style: none;
		padding: 0px 10px 0px 10px;
	}
	
	.notify-message-error li {
		background-color: #FF9595;
		padding: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #900000;
		text-align: left;
	}
	
	.notify-message-info {
		background-color: #BDE5F8;
		color: white;
		background-repeat: no-repeat;
		background-position: left center;
		border: 1px solid #7ECDF2;
		font-family: Tahoma;
		font-size: 12px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-bottom: 15px;
		width: 100%;
	}
	.notify-message-info ul {
		list-style: none;
		padding: 0px 10px 0px 10px;
	}
	
	.notify-message-info li {
		background-color: #7ECDF2;
		padding: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #0D5A7D;
		text-align: left;
	}
	.notify-message-info li  a {
		color: #08394f;
	}
	
	.notify-message-info li  a:hover {
		text-decoration: underline;
	}
	
	/**********************/
	.margin-top10 {
		margin-top: 10px;
	}
	
	.padding15 {
		padding: 15px;
	}
	
	.no-background {
		background-color: transparent;
		background-image: none;
	}
	
	.no-border {
		border: 0px;
	}
	
	
	
/****************** TABLES STYLES ******************/
table.listing {
	width: 100%;
	text-align: left;
	color: #666;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
}

table.listing select {
	/*padding: 5px 10px;*/
	padding: 3px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(../images/arrow-down.png) no-repeat 0 10px #f8f8f8;
	background-position: 90% center;
	color: #888;
	border: 1px solid #DCDCDC;
	min-width: 100px;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

table.listing select  option {
	height: 15px;
	cursor: pointer;
}

table.listing td select {
	color: #444;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.listing td,
table.listing th {
	padding: 5px 10px;
}

table.listing tr td {
	border: 1px solid #ddd;
}

table.listing thead tr th {
	border: 1px solid #ddd;
	background-color: #fcfcfc;
	font-weight: bold;
	color: #333;
	font-size: 11px;
}
table.listing  tbody tr:nth-child(2n+1) {
	background-color: whiteSmoke;
	border-bottom: 1px solid #F2F2F2;
}

table.listing tbody td.actions-buttons {
	text-align: right;
}

table.listing tbody td.actions-buttons a {
	margin-left: 10px;
}

table.listing tbody td a {
	color: #444;
	font-family: 'trebuchet MS', 'Lucida sans', Arial;
	font-size: 11px;
}
table.listing tbody td a:hover {
	color: #e33f00;
}


table.listing  tbody tr:hover {
	background-color: #DEDEDE;
}




/************************** Steps ******************************/
.steps {
	background-color: #e4eaeb;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}

.steps ul {
	padding: 0px;
	margin: 0px;
}
	.steps ul li {
		float: left;
		line-height: 30px;
		height: 30px;
		width: auto;
		padding-right: 30px;
		display: inline-block;
		font-size: 11px;
		padding-left: 5px; 
		
	}
	.steps ul li a {
		/*font-size: 11px;*/
		color: #6E6E6E;
	}
	.steps ul li a:hover {
		color: #3f3f3f;
	}
	.steps ul li.selected a {
		color: white;
	}
	.steps .selected {
		background-color: #01a0be;
		color: white;
		background-image: url(../images/blue-step.png);
		background-repeat: no-repeat;
		background-position: right;
	}

	.steps .no-selected {
		background-image: url(../images/grey-step.png);
		background-repeat: no-repeat;
		background-position: right;
	}

	.steps .before-selected {
		background-image: url(../images/grey-blue-step.png);
		background-repeat: no-repeat;
		background-position: right;
	}
	

.quote {
	padding: 10px 15px;
	background-color: whiteSmoke;
	margin: 20px 0px;
	font-size:12px;
	color: #6E6E6E;
}


.defaultskin table.mcelayout {
	margin-bottom: 20px;
}