/*************
	site.css
**************/

.col-md-offset-1{
	margin-left : 8.333333%;
}

.col-md-offset-2{
	margin-left : 16.666666%;
}

.col-md-offset-3{
	margin-left : 25%;
}

.col-md-offset-4{
	margin-left : 33.333333%;
}

.col-md-offset-5{
	margin-left : 41.666666%;
}

.col-md-offset-6{
	margin-left : 50%;
}

.btn_menu {
	width  : 160px;
	text-align : left;
	padding  : 10px;
	color    : #FFFFFF;
	font-weight : bold;
	border-left : 2px solid #FFFFFF;
	border-radius : 0px!important;
}

.btn_menu2 {
	border-right : 2px solid #FFFFFF;
}

.btn_home_left{
	border : 1px solid #b2b0b0;
	width  : 160px;
	text-align : left;
	height : 55px;
	margin-bottom : 10px;
}

.btn_home_left_ms{
	padding-top : 18px;
}

.home_area_title{
	padding : 5px;
	font-weight : bold;
	font-size : 120%;
}

.div_margin_top{
	margin-top : 15px;
}

.need{
	color  : red;
	border : 1px solid red;
	padding : 1px 5px;
	margin-right : 5px;
}

.input_error{
	background-color : #ef8c8c!important;
}

.input_disabled{
	border : none;
	box-shadow: none;
	background-color : #FFFFFF!important;
}