/* here you can put your own css to customize and override the theme */


/* body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft Yahei","Microsoft Yahei",Tahoma,Arial,STHeiti,sans-serif !important}     font-size: 14px !important;*/
 
 body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { 
 font-family: "Microsoft Yahei" !important;
 } 
  .row-fluid {
width: 100%;
background-color: white;
}

img {
 max-width: 100%; /*图片自适应宽度*/
}

.Wdate {
 
  background: #fff url(datePicker.gif) no-repeat right;
}
 
 .header .hor-menu ul.nav li a {
	font-size: 14px;
	padding: 11px 18px;
}
.page-content {
  min-height: 840px !important;
}

.form-control {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.page-sidebar-menu > li > a {
	display: block;
	position: relative;
	margin: 0;
	border: 0px;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 12px ;
	 
}

.fs-12 {
	font-size: 12px;
}
 
 .page-sidebar-menu > li > ul.sub-menu > li > a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px;
	padding-left: 44px !important;
	text-decoration: none;
	font-size: 12px;
	 
	background: none;
 }
 
 .portlet > .portlet-title > .caption {
	float: left;
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
 
 .page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a {
	font-size: 12px;
 }
 
 label {
  font-weight: 400;
  font-size: 12px;
}
 
 .table thead tr th {
font-size: 12px;
font-weight: 600;
}

body {
 font-size: 12px; 
}
 
 
 .m-table thead tr {
	height: 35px  !important;;
	background: url(../img/table_sorter_header.png) repeat-x;
	text-align: left;
	text-indent: 10px;
	cursor: pointer;
}
 
 
 
 
/* Alerts */
div.m-alert-info {
	display: block;
	width: 95%;
	margin: 10px 3% 0 3%;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #B5E5EF url(../img/icn_alert_info.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #77BACE;
	color: #082B33;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
}

.center {
  width: auto;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/* .dashboard-stat .details .number {
padding-top: 15px;
text-align: right;
font-size: 23px;
line-height: 34px;
letter-spacing: -1px;
margin-bottom: 5px;
font-weight: 300;
color: #fff;
} */


#container { width:100%; padding:0; margin:0 auto; height:400px;}
#form-filter { width:200px; float:left; text-align:center;padding-right: 10px; }
#right-panel1 { width:85%; float:left; text-align:center;  padding-left: 10px; }
.quick-room-search { width:45%;height:50px; float:right;background-color:#4b8df8; padding-left: 10px;;text-align:center; }
.form-actions .tile{
	height:40px;
}
.room-tile{
	width:110px !important;
	height:90px;
}


div.m-alert-warning {
	display: block;
	width: 95%;
	margin: 10px 3% 0 3%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F5F3BA url(../img/icn_alert_warning.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #C7A20D;
	color: #796616;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
}

div.m-alert-error {
	display: block;
	width: 95%;
	margin: 10px 3% 0 3%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F3D9D9 url(../img/icn_alert_error.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #D20009;
	color: #7B040F;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
}

div.m-alert-success {
	display: block;
	width: 95%;
	margin: 10px 3% 0 3%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #E2F6C5 url(../img/icn_alert_success.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #79C20D;
	color: #32510F;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
}

 