/* Header --------------------------------------------------------------------------*/
.portal > .header, .widget > .header {
	/*padding: 18px 0;*/
	background: url("/images/menu_border.png") no-repeat scroll center bottom transparent;
	background-size: 100% 3px;
	background-color: #f1f1f1;
}

@media (max-width: 1230px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		margin-top: 10px;
		display:block !important;
	}
}

/*
.portal > .header > .content, .widget > .header > .content {
	padding-left: 20px;
	padding-right: 20px;
	height: 48px;
}
*/

/*.portal > .header > .content > .logo, .widget > .header > .content > .logo {
	display: inline-block;
}

.portal > .header div.nav {
	float: right;
}

.portal > .header div.usernav {
	float: right;
}

.portal > .header div.usernav:after {
	content: ".";
	display: inline;
	height: 0;
	clear: both;
	visibility: hidden;
}

.navbar-brand {
	padding-top: 0px;
}*/

.navbar {
	padding-left: 20px;
	padding-right: 20px;
	min-height: 84px !important;
	padding-top: 14px;
	margin-bottom: 0px;
}

/* Container drop down */
/*.select2-container .select2-choice div b {
	background-position: 0 10px !important;
}*/

.select2-container > a.select2-choice {
	height: 50px;
}

.select2-chosen > span {
	display: block;
}

.select2-arrow > b {
	margin-top: 10px;
}

.meterSelect {
	font-size: 14px;
	width: 250px;
	margin-left: 20px;
}

.select2-search input {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 3px;
	transition: border linear 0.2s, box-shadow linear 0.2s
}

.select2-search input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

#feedbackINFO {
	color: green;
}

#feedbackERROR {
	color: red;
}

li.feedbackPanelINFO {
	color: green;
}

li.feedbackPanelERROR {
	color: red;
}