@CHARSET "UTF-8";

.form-control{
	width: 70% ;
	display: inline ;
	/* margin-bottom : -10px; */
	border-radius: 3px;
}

.input-group{
	width: 70% ;
}

.net-tool-bar{
	background-color: #FCE2DA;
	width: 100%;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
}

.net-tool-bar > .search{
	width: 40%;
	float: left;
}
.net-tool-bar > .link{
	width: 60%;
	float: right;
	text-align: left;
}

.net-tool-bar > .search > .select, .input{
	height: 30px;
}


.login-answer{
	cursor:pointer;
	position:fixed;
	right:10px;
	bottom:5px;
	/* letf: 5px;
	top:5px; */
	width: 260px;
	height: 120px;
	/* background-color: #3CC7FF; */
}

.datepicker{
	padding: 6px 12px !important;
}

#chart-container{
	min-height: 600px;
}

