/* -- Assigning padding, margin to 0 for principals elements -- */

body, p, ul, li, img, h1, h2, h3, h4, h5, form { margin:0; padding:0px; }

img { border:0; }

/* -- Html -- */

html {
	font-family: 'Open Sans',sans-serif;
	font-size:12px;
	min-height:100%;
	background:#ffffff;
	color:#333333;
	line-height: 1.42857;
}

h1 {
	font-weight:normal;
	font-size:22px;	
}

h2 {
	margin:0px;
	padding:0px;
	padding-top:3px;
	font-size:13px;
	color:#000000;
}

.filterbuttonleft {
	display:block;
	background-image:url(../images/arrowleft.png);
	background-position:4px 4px;
	background-repeat:no-repeat;
	background-color:#f1f1f1;
	text-align:center;
	border-radius:3px;
	padding:3px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	border: 1px solid #e5e5e5;
	padding-left:20px;	
}

.filterbuttonright {
	display:block;
	background-image:url(../images/arrowright.png);
	background-position:234px 4px;
	background-repeat:no-repeat;
	background-color:#f1f1f1;
	text-align:center;
	border-radius:3px;
	padding:3px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	border: 1px solid #e5e5e5;
	padding-right:20px;		
}

.filterbuttonleft:hover, .filterbuttonright:hover {
	background-color:#ffffff;	
}

/* -- Header -- */

#header {
	height:41px;
	padding-top:17px;
	background-color:#32434d;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	text-align:left;
	color:#ffffff;
	font-size:16px;
	padding-left:140px;
	padding-right:40px;
	overflow:hidden;
}

.changemenu {
	display:none;
	margin-right:20px;
	float:right;
	font-weight:bold;
}


/* -- Login Box -- */

.login {
	width:306px;
	margin-top:80px;
	background:#fcfcfc;
	margin-left:auto;
	margin-right:auto;
}

.login_header {
	background:#32434d;
	text-align:center;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	font-weight:bold;
}

.login_content {
	padding:15px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

/* -- Form Elements -- */

label {
	display:block;
	padding-top:15px;
	padding-bottom:2px;	
}

.input {
	border:1px solid #dddddd;
	font-size:12px;
	font-family: 'Open Sans',sans-serif;
	padding:5px;
	border-radius:2px;
}

.select {
	border:1px solid #dddddd;
	font-size:12px;
	font-family: 'Open Sans',sans-serif;
	padding:2px;
}

.submit {
	height:28px;
	background-color: #E48561;
	border-radius:2px;
	border:0px;
	font-family: 'Open Sans',sans-serif;
	color:#ffffff;
	font-size:12px;
	padding-bottom:2px;
	cursor:pointer;
	margin:10px 0 0 0;
	font-weight:600;
}
.submit:hover {
	background-color:#ef9674;
}

.error_login {
	border-left:4px solid #d65c4f;
	border-right:1px solid #d65c4f;
	border-bottom:1px solid #d65c4f;
	border-top:1px solid #d65c4f;
	background:#fdf7f7;
	padding:4px;
	margin-bottom:15px;
	border-radius:2px;
}

.error {
	border-left:4px solid #d65c4f;
	border-right:1px solid #d65c4f;
	border-bottom:1px solid #d65c4f;
	border-top:1px solid #d65c4f;
	background:#fdf7f7;
	padding:10px;
	margin-bottom:15px;
	margin-top:15px;
	border-radius:2px;
	font-weight:600;
	font-size:13px;
}

.success {
	border-left:4px solid #d6e9c6;
	border-right:1px solid #d6e9c6;
	border-bottom:1px solid #d6e9c6;
	border-top:1px solid #d6e9c6;
	background:#f5faf4;
	padding:10px;
	margin-bottom:15px;
	margin-top:15px;
	border-radius:2px;
	font-weight:600;
	font-size:13px;
}

.form_group {
	border:1px solid #dddddd;
	border-radius:2px;
	margin-top:20px;
}

.form_group .form_row {
	border-bottom:1px solid #dddddd;
	padding:10px;
	overflow:hidden;
}

.form_group .form_row label {
	float:left;	
	padding:5px 0 0 0;
	margin:0;
	width:240px;
	text-align:right;
	padding-right:10px;
}

.form_group .form_row .form_input {
	float:left;	
}

.form_group .form_row .form_input input[type=text] {
	width:400px;	
}

.form_group .submit_row {
	padding:10px;
	text-align:right;
}

.overflow {
	overflow:hidden;	
}

.filters {
	margin-top:20px;	
	margin-bottom:20px;	
}

/*Menu*/
.menu {
	background-color:#3a4b55;
	width:220px;
	float:left;
}

.menu ul li a {
	border-bottom:1px solid #35454b;	
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 12px 20px;
	background-image:url(../images/nav_arrow_right.png);
	background-position:200px 16px;
	background-repeat:no-repeat;
	background-color:#3a4b55;
	outline:none;
}

.menu ul li.sub a {
	background-color:#535f66;
	padding-left:30px;	
}

.menu ul li a:hover {
	background-color:#223035;
}

.menu ul li a.selected {
	background-color:#65b688;
}

.menu ul li.sub a.sel {
	background-color:#223035;
}

.menu .languages {
	margin-top:10px;
	padding-left:20px;
}

/*Content*/
.content {
	padding:20px;
	margin-left:220px;
	z-index:10;
}

.content .content_top {
	overflow:hidden;
	height:34px;	
}

.content .content_top .left {
	float:left;
	padding-top:1px;	
}

.content .content_top .right {
	float:right;
	overflow:hidden;	
}

/*Buttons*/

a.button_blue {
	background:#546672;	
	height:34px;
	line-height:34px;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	border-radius:2px;
	padding-left:10px;
	padding-right:10px;
	font-weight:normal;
	font-weight:600;
}

a.button_blue:hover {
	background:#657580;	
}

/*Breadcrumbs*/
.breadcrumbs {
	border:1px solid #e5e5e5;
	border-radius:2px;
	margin-top:10px;
	padding:6px 10px 6px 10px;
	color: #CCCCCC;
	font-weight:600;
}

.breadcrumbs a {
	padding-left:5px;
	padding-right:5px;
	color:#444444;
	text-decoration:none;
}

.breadcrumbs span {
	padding-left:5px;
	padding-right:5px;
	color:#999999;
	text-decoration:none;
}

.breadcrumbs a.home {
	background-image:url(../images/breadcrumb_home.png);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding-left:15px;
}

/*Content Inside*/

.contentInside {
	overflow:hidden;
	margin-top:15px;
}

.pdf {
	width:180px;
	float:left;
	height:110px;	
	border:1px solid #e5e5e5;
	border-radius:2px;
	background-image:url(../images/pdf-icon.png);
	background-position:28px 5px;
	background-repeat:no-repeat;
	margin-right:15px;
}

.pdf:hover {
	background-color:#f1f1f1;	
}

.pdf a {
	display:block;
	float:left;
	width:150px;
	height:80px;
	padding:15px;	
	text-align:center;
	color:#444444;
	text-decoration:none;
	font-weight:bold;
}

/*Tables*/
.table {
	width:100%;
	margin-top:15px;
	border:1px solid #e5e5e5;
	border-radius:2px;	
	border-spacing:0;
}

.table td a {
	color:#333333;
	text-decoration:underline;
}

.table a:hover {
	text-decoration:none;	
}

.table th {
	background:#f1f1f1;
	padding:10px;	
	text-align:left;
	border-bottom:1px solid #e5e5e5;
}

.table td {
	padding:10px;	
	text-align:left;
	border-bottom:1px solid #e5e5e5;
}

.table tr:last-child td {
	border-bottom:0;	
}

.table tr:nth-child(odd) {
	background:#fafafa;	
}

.separator {
	background:#f1f1f1;
	padding:10px 10px 10px 10px;
	font-weight:bold;
	font-size:15px;
	border-bottom:1px solid #e5e5e5;
}	

/*Filters*/
.filtersright {
	float:left;
	width:160px;
	margin-top:20px;
	border:1px solid #e5e5e5;
	border-radius:2px;
}

.filterhead {
	font-weight:bold;
	background:#f1f1f1;
	padding:5px;
}

.filtervalues {
	padding:5px;
	max-height:250px;
	overflow-y:	scroll;
}

.filtersubmit {
	margin:0px 5px 5px 5px;	
	border-top:2px solid #eeeeee;
	padding-top:5px;
}

.filtersubmit input {
	margin:0;	
}

.canvasOverflow {
	margin-left:178px;
	padding-right:20px;
}

.reporticon {
	border:1px solid #e5e5e5;
	display:block;
	float:left;
	margin-top:20px;
	border-radius:2px;
	width:168px;
	padding:120px 10px 10px 10px;
	height:20px;
	margin-right:20px;
	text-align:center;
	background-image:url(../images/analytics-xxl.png);
	background-size:128px;
	background-repeat:no-repeat;
	background-position:center top;
	color:#000000;
}

.reporticon:hover {
	text-decoration:none;	
}

.budget_table {
	margin-top:20px;
	background:#f6f6f6;	
	border-right:1px solid #cccccc;	
	border-top:1px solid #cccccc;	
}

.budget_table th, .budget_table td {
	border-left:1px solid #cccccc;	
	border-bottom:1px solid #cccccc;	
}

.show_hide_filters {
	width:12px;
	height:50px;
	display:block;
	position:absolute;
	left:0;
	top:56%;
	z-index:5;
	background:url(../images/filters_arrow.png);	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.menu {
		display:none;	
	}
	
	.changemenu {
		display:block;	
	}
	
	.content {
		margin-left:0px;	
	}
	
	.filtersright {
		display:none;	
	}
	
	.canvasOverflow {
		margin-left:30px;	
	}
	

}

@media screen and (min-width: 320px) and (min-height: 640px) and (-webkit-device-pixel-ratio: 3) {
	.menu {
		display:none;	
	}
	
	.changemenu {
		display:block;	
	}
	
	.content {
		margin-left:0px;	
	}
		
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
	.menu {
		display:none;	
	}
	
	.changemenu {
		display:block;	
	}
	.content {
		margin-left:0px;	
	}
	.filtersright {
		display:none;	
	}
	
	.canvasOverflow {
		margin-left:30px;	
	}		
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

.user_info {
	color:#ffffff;
	padding:5px 5px 5px 20px;
	color:#aaaaaa;	
}