/* 
 * Content Management System
 *
 * @author		Igino Fucci
 * @copyright	Copyright (c) 2010-2011 (Keepthinking Ltd.)
 * @link		http://keepthinking.it
 * 
 ======================================================================= */


/* Content style
 ======================================================================= */

 .customselect_wrapper {
	position: relative;
	width: 100%;
}
	/* .customselect_wrapper select {
		margin-left: 5px;
	} */
/* Styles For Your Select Box */
/* .customselect {
	background: #fff url(../../img/fieldset/select-icon_1.png) right -2px no-repeat;
	color: #333333;
	font-weight: bold;
	
	height: 20px;
	line-height: 20px;
	min-width: 60px;
	font-family: Helvetica,Arial,Verdana,Tahoma,sans-serif;
	font-size: 1rem;
	text-align: left;
	text-decoration: none;
	
/* 	margin-right: -20px; */
	
/* } */
/* .customselect.focus, 
.customselect_wrapper:hover .customselect {
	border: 1px solid #9FA2A2;
} */
/* .mandatory-field .customselect.focus, 
.mandatory-field .customselect_wrapper:hover .customselect {
	border: 1px solid #E04C28;
} */
/* .translate-field .customselect.focus, 
.translate-field .customselect_wrapper:hover .customselect {
	border: 1px solid #8992C2;
}
.disabled .customselect.focus, 
.customselect_wrapper.disabled:hover .customselect {
	border: 1px solid #CACACA;
} */

/* Side style
 ======================================================================= */

/* #side_wrapper .customselect_wrapper {
	position: relative;
	overflow: hidden;
	width: 214px;
	height: 20px;
	border: 1px solid #54534C;
} */
/*
#side_wrapper fieldset .customselect_wrapper {
	margin-top: 6px;
}
#side_wrapper fieldset .customselect_wrapper:first-child {
	margin-top: 0;
}
*/
	/* #side_wrapper .customselect_wrapper select {
		margin-left: 0;
	} */
/* #side_wrapper .search-filter .customselect_wrapper, 
#side_wrapper #search-package .customselect_wrapper, 
#side_wrapper #find_replace-filter .customselect_wrapper {
	border: 1px solid #CACACA;
}
	#side_wrapper .customselect_wrapper .customselect {
		width: 171px;
		padding-right: 35px;
		border: 0;
	} */

 /* Filter */
/* #side_wrapper .input-field_left {
	width: 135px;
} */
	#side_wrapper .input-field_left .customselect_wrapper {
		width: 133px;
		margin-right: 0;
	}
		#side_wrapper .input-field_left .customselect_wrapper select {
			width: 133px;
		}
			#side_wrapper .input-field_left .customselect_wrapper .customselect {
				width: 90px;
				min-width: 90px;
			}
/* #side_wrapper .input-field_middle {
	width: 75px;
	padding-left: 6px;
}
	#side_wrapper .input-field_middle .input_wrapper {
		padding-right: 0 !important;
	}
		#side_wrapper .input-field_middle .input_wrapper .input-field_style {
			width: 31px !important;
			float: left;
		} */