.order-list-button{
	padding:10px;
}
.order-list-button a{
	padding:5px 10px;
	display:inline-block;
	background-color:#838383;
	color:#ffffff;
}
.order-list-button a.active{
	background-color:#7cc234;
}
.order-list-button .high-search{
	float:right;
	background-color:#0096ff;
}
#aside .list-group-item{
	background:none;
	border:0;
}
.hight-search-box{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:0;
	background-color:rgba(0,0,0,.5);
	display:none;
}
.hight-search-box .box{
	width:500px;
	height:0;
	margin:25% auto 0;
}
.hight-search-box .form-group{
	margin-bottom:5px;
}
.hight-search-box .panel{
	margin-top:-50%
}
.hight-search-box .bootstrap-select{
	width:100% !important;
}
.room-status{
	padding:3px 10px;
	margin-top:5px;
}
.room-status .row{
	padding-left:100px;
	position:relative;
}
.room-status .bg-suc{
	background-color:#ccf5b8;
}
.room-status .bg-prim{
	background-color:#cfb8f2;
}
.room-status .bg-halt{
	background-color:#ff9bd3;
}
.room-status .col-md{
	width:100px;
	height:91px;
	float:left;
	color:#000000;
	font-size:16px;
	padding:5px;
	position:relative;
	margin:1px 0 0 1px;
	padding:5px;
}
.room-status .col-md .red{
	width:16px;
	height:16px;
	border-radius:100%;
	display:block;
	text-align:center;
	font-size:13px;
	line-height:16px;
	background-color:red;
	color:#ffffff;
	position:absolute;
	right:5px;
	top:5px;
}
.room-status .col-md .blue{
	position:absolute;
	color:blue;
	right:5px;
	top:35px;
}
.room-status .col-md .user-blue{
	position:absolute;
	right:35px;
	top:35px;
	color:#0b82ce;
}
.room-status .col-md .user-green{
	position:absolute;
	right:35px;
	top:35px;
	color:#90e466;
}
.room-status .col-md p{
	margin-bottom:5px;
}
.room-status .bootstrap-select{
	width:100% !important;
}
.room-status-prompt{
	height:30px;
	line-height:30px;
	font-size:13px;
	margin:15px 0;
}
.room-status-prompt .user-blue{
	color:blue;
}
.room-status-prompt .user-green{
	color:#90e466;
}
.room-status-prompt .red{
	width:16px;
	height:16px;
	border-radius:100%;
	display:inline-block;
	text-align:center;
	font-size:13px;
	line-height:16px;
	background-color:red;
	color:#ffffff;
}
.room-status-prompt .blue{
	color:blue;
}
.room-status-prompt .empty{
	width:10px;
	height:10px;
	display:inline-block;
	background-color:#ccf5b8;
}
.room-status-prompt .dirty{
	width:10px;
	height:10px;
	display:inline-block;
	background-color:#cfb8f2;
}
.room-status-prompt .halt-sales{
	width:10px;
	height:10px;
	display:inline-block;
	background-color:#ff9bd3;
}
.room-status-prompt .nm{
	font-size:20px;
}

.room-status .col-md.floor-m{
	line-height:90px;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	font-size:20px;
}

.ft-now-box{
	width:150px;
	margin-left:10px;
}
.order-list-ft{
	height:50px;
}
.order-list-ft .se{
	margin-left:10px;
	width:150px;
}
.order-list-ft .bootstrap-select{
	width:100% !important;
}
.order-list-ft .se a{
	background-color: transparent;
}
.order-list-ft .btn-primary{
	float:left;
	margin-left:10px;
}
.form-horizontal .control-label{
	padding-top:7px;
}
.form-horizontal .bootstrap-select,.form-horizontal .ft-now-box{
	width:100% !important;
}
.form-horizontal .m-num{
	line-height:30px;
	color:#ff0000;
}
.form-horizontal .bz{
	height:230px;
}
.form-horizontal .bz textarea{
	position:absolute;
	width:600px;
}

.order-tab li{
	min-width:100px;
	text-align:right;
}
.order-tab li a{
	cursor:default;
}
.order-tab li i{
	width:16px;
	height:16px;
	display:inline-block;
	line-height:16px;
	border-radius:8px;
	color:#ffffff;
	opacity:0;
	cursor:pointer;
}
.order-tab li:hover i{
	opacity:1;
}
.order-tab li .set,.order-tab li .set.active{
	background-color:#ff0000;
	text-align:center;
}
.order-tab li .set:hover{
	background-color:#c81313;
}
.order-tab li .del,.order-tab li .del.active{
	background-color:#c2c2c2;
	text-align:center;
}
.order-tab li .del:hover{
	background-color:#a2a2a2;
}
.order-tab li .in{
	opacity:1;
}
.order-tab-box{
	position:relative;
}
.order-tab-add{
	font-size:16px;
	position:absolute;
	right:40px;
	top:30px;
	cursor:pointer;
}

.room-fixd-box{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	background-color:rgba(0,0,0,.5);
}
.room-fixd-box .room-status{
	margin:50px;
}
.report-form{
	width:150px;
	height:100%;
	overflow:hidden;
	position:absolute;
	left:230px;
	top:50px;
	z-index:20;
	overflow:hidden;
	overflow-y:auto;
}
.report-first{
	height:30px;
	line-height:30px;
	background-color:#0c9ef2;
	color:#ffffff;
	text-align:center;
	font-size:14px;
}
.report-second{
	padding:0;
	margin:0;
}
.report-second li{
	width:150px;
	height:30px;
	line-height:30px;
	background-color:#ffffff;
	color:#333333;
}
.report-second,.report-second li{
	list-style:none;
}
.report-second li a{
	width:150px;
	height:30px;
	padding-left:20px;
	font-size:14px;
	display:block;
}
.report-second li a:hover{
	background-color:#ececec;
}
.report-box{
	padding-left:170px;
	padding-right:10px;
	padding-top:10px;
}
.report-box .order-list-button{
	padding-left:0;
	padding-top:0;
	overflow:hidden;
}
.report-con-box{
	width:200px;
	float:left;
	margin-bottom:10px;
}
.report-con-box .control-label{
	line-height:30px;
}
.report-con-box .bootstrap-select{
	width:100% !important;
}
.report-con-box a{
	background-color:transparent !important;
}
.report-con-box a:hover{
	background-color:#32add7 !important;
}
.se-x .bootstrap-select{
	width:150px !important;
}
.se-x a{
	background-color:transparent !important;
}
.se-x a:hover{
	background-color:#32add7 !important;
}

.red-color{
	color:#ff0000;
}
.green-color{
	color:#16c809;
}
.layer-box{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background-color:rgba(0,0,0,.5);
	z-index:20;
	display:none;
}
.layer-box .box{
	width:300px;
	height:auto;
	margin:25% auto 0;
}
.layer-box .con{
	width:330px;
	height:auto;
	margin-top:-80%;
	border-radius:5px;
	background-color:#ffffff;
	overflow:hidden;
	padding:5px 15px 10px;
}
.layer-box .title{
	height:30px;
	line-height:30px;
	background-color:#ffffff;
	font-size:16px;
}
.layer-box .title .pull-left{

}
.layer-box .title i{
	font-size:14px;
	margin-top:7px;
	cursor:pointer;
}
.layer-box .one-ts{
	text-align:center;
	padding:10px 0 20px;
	font-size:14px;
}
.layer-box .l-h{
	line-height:30px;
}
.layer-box .bootstrap-select{
	padding:0;
	width:100% !important;
}
.layer-box .buttn{
	margin-top:15px;
}
#container .table th {
	border-bottom-width: 1px;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 1px;
}

.tab-content > div >.tab-pane {
	display: none;
}
.tab-content > div > .active {
	display: block;
}

