/** Layout fixes for IE 9 **/

/** Common fix for IE layout width **/
.logout {
	width: 168px;
}

#wrapper-cross .logout {
	width: 84px;
}
.ico-logout {
	height: 16px;
	width: 16px;
}

.ie .modal a.add-button {
	background: #B8BECF;
	width: auto;
}

input[type='radio']{
	background: none;
}

.panel-default .panel-body .form-group-row {
	margin-bottom: 15px;
}

.group-by-container .inner {
	clear: both;
}

/** Gauge fixes **/
.gauge .gauge-charts {
	filter: none !important;
	background: none;
}

.gauge .panel {
	height: 315px;
}

h3.lg-stat {
	margin: 4px 2px;
}

.gauge .amcharts-speedometer-container {
	margin-top: -4px;
}

.speedometer-info .range {
	padding: 0;
}

.gauge .gauge-charts .speedometer-info .speedometer-achievement {
	font-size: 16px;
}

.gauge .gauge-charts .speedometer-info .speedometer-achievement {
	bottom: 4px;
}

.cross .gauge .gauge-charts .speedometer-info {
	top: 70%;
}

.cross .gauge .carousel-control {
	top: -14%;
	bottom: 25px;
	background: none;
	opacity: 1;
	filter: none;
}
