/*!
 * Main styles.
 */
.logo-body{
	background-image: url(/static/com/img/bg_top.gif); background-repeat: repeat-x;
} 
select {
padding: 3px 4px;
height: 25px;
}	

.input-group-addon {
	padding: 3px 6px;
}

.navbar-custom{
	background-image: url(/static/com/img/nabar_bg.png) ; background-repeat:repeat-x
}

.header-custom{
	background-image: url(/static/com/img/header_bg.png) ; background-repeat:repeat-x
}

.popup-header-custom{
	background-image: url(/static/com/img/popup_header_bg.png) ; background-repeat:repeat-x
}


.ace-nav-custom>li>a {
	color: #FFF;
	display: block;
	line-height: inherit;
	text-align: center;
	height: 100%;
	width: auto;
	min-width: 50px;
	padding: 0 8px;
	position: relative;
}

.left-header-color{
	background-color:#6fb3e0!important;
}

.impv_tabs_header{
	padding: 8px 5px;min-width:100px;text-align: center;
}

.stats_tabs_header{
	padding: 8px 5px;min-width:100px;text-align: center;
}

.stats_table {
	width: 100%;
	margin-bottom: 0px;
}

.stats_table thead tr {
	color: #707070;
	font-weight: normal;
	background: #f2f2f2;
	background-image: -webkit-gradient(linear,left 0,left 100%,from(#f8f8f8),to(#ececec));
	background-image: -webkit-linear-gradient(top,#f8f8f8,0%,#ececec,100%);
	background-image: -moz-linear-gradient(top,#f8f8f8 0,#ececec 100%);
	background-image: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8',endColorstr='#ffececec',GradientType=0);
}

.stats_table thead tr th {
	border-color: #DDD;
	font-weight: bold;
	text-align:center;
}

.stats_table thead>tr>th, .stats_table tbody>tr>th, .stats_table tfoot>tr>th, .stats_table thead>tr>td, .stats_table tbody>tr>td, .stats_table tfoot>tr>td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: middle;
}

.stats_table tbody .numData {
	text-align:right;
}

.page-hr{
	margin: 0;
	padding: 0px;
	position: relative;
	width: 20px;
	top: -14px;
	border:2px solid #4CA9E7;
}

.item-main-list {
margin: 0;
padding: 0;
list-style: none;
}

li[class*="item-main-"] {
border: 1px solid #DDD;
border-left-width: 1px;
}

.item-main-list>li {
padding: 5px;
background-color: #FFF;
margin-top: -1px;
position: relative;
}


.widget-main label {font-weight:nomal;}
