@charset "utf-8";
/*
 * CSS Document
 * Written by Ryan Yonzon
 * http://ryan.rawswift.com/
 */
 /*
html, body {
	margin:0px; 
	overflow:none; 

}
*/
#main_container {
	width:100%;
	backgrou/nd-color:#ffffff; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */
	overflow-x: hidden;
	overflow-y: scroll;
	height:100%;	/* this will make sure that the height will extend at the bottom */
	position:absolute; /* container div must be absolute, for our fixed bar to work */
	
}

.red{
	color:red !important;
}

	.chosen-container-single .chosen-single {
		position: relative;
		display: block;
		overflow: hidden;
		padding: 1px 0 0 8px;
		height: 26px;
		border: 1px solid #f6f6f6;
		-webkit-border-radius: 2px;
		background-color: #fff;
		background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
		background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
		background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
		background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
		/* background: linear-gradient(#00baf2 20%, #00baf2 50%, #00baf2 52%, #00baf2 100%);
		background-clip: padding-box;
		box-shadow: 0 0 3px #00baf2 inset, 0 1px 1px rgb(0, 186, 242); */
		background: linear-gradient(rgba(0, 186, 242, 0) 20%, rgba(0, 186, 242, 0) 50%, rgba(0, 186, 242, 0) 52%, rgba(0, 186, 242, 0) 100%);
		background-clip: padding-box;
		box-shadow: 0 0 3px #aaa inset, 0 1px 1px rgba(0, 186, 242, 0);
		color: #444;
		text-decoration: none;
		white-space: nowrap;
		line-height: 20px;
	} 
	.chosen-container .chosen-results li {

	display: none;
    margin: 0;
    padding: 6px 12px;
    list-style: none;
    line-height: 10px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    clear: both !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 2px;
	}
	
	.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 3px;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #e9e9e9), color-stop(80%, #e9e9e9));
    background-image: -webkit-linear-gradient(#e9e9e9 20%, #e9e9e9 80%);
    background-image: -moz-linear-gradient(#e9e9e9 20%, #e9e9e9 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #e9e9e9 80%);
    background-image: linear-gradient(#e9e9e9 20%, #e9e9e9 80%);
    box-shadow: 0 1px 0 #e9e9e9 inset;
	color:black !important;
}

.testdb{
	color:red !important;
}