html, body, body#login .container, .container-fluid, .centerBox {
	height: 100%;
}
body {
	padding-top: 56px;
}
body#page {
	background: #FFF;
	padding-top: 109px;
	padding-bottom: 67px;
}
body#login .container, .centerBox {
	display: flex;
	justify-content: center;
	align-items: center;
}
.dataInfo+.centerBox{
	margin-top:-25px;
	}

.glyphicon {
	margin-right: 5px;
}
form p {
	margin-left: -15px;
}
.form-inline select,
.form-inline input {
	margin-right:10px;
	margin-left:10px;
}
.container-fluid {
	padding: 0;
}
.table-responsive {
	margin-bottom: 60px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #FFF;
}
.table-striped>thead>tr>th, .table-striped>tbody>tr {
	background-color: #f8f8f8;
}
.table-striped>tbody>tr>td a.tID {
	font-size: 1.2em;
}
.table>thead>tr>th,
.table>tbody>tr>td {
	text-align: center;
	vertical-align:middle;
}
caption{
	color:inherit;
	padding-left:8px;
	background:#f8f8f8;
	font-size:1.2em;
	border-top:solid 1px #ddd;
	}

.userName {
	line-height: 40px;
	min-height: 40px;
}
.logOut{
	margin-left:15px;
	}
.logOut a{
    color: #fff;
    text-decoration: underline;
	}
.logOut a:hover{
    cursor: pointer;
	}
/*-----login-----*/
body#login {
	padding: 0;
	color: #FFF;
}
.login-brand {
	text-align: center;
	margin-bottom: 10px;
}
.login-brand img {
	width: 120px;
	height: 120px;
}
.loginBox .btn {
	font-weight: 700;
	margin-top: 10px;
}
/*-----navbar-----*/
.navbar {
	text-align: right;
	margin-bottom: 0;
}
.navbar-brand {
	position: absolute;
	left: 0;
	top: 0px;
	padding: 8px 13px;
}
.navbar-inverse {
	color: #fff;
	background: #4f1202;
	height: 58px;
}
.navbar a:hover {
	opacity: 0.6;
}
.userName {
	margin-top: 11px;
	margin-right: 60px;
}
.config {
	position: absolute;
	right: 10px;
	top: 13px;
	font-size: 30px;
	line-height: 1;
	float: right;
}
.config a {
	color: #FFF;
}
/*-----mainMenu-----*/
.mainMenu {
	margin-top: 35px;
}
.mainMenuBot {
	margin: 0 0 20px;
}
.mainMenuBot a {
	font-size: 1.6em;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 25px 25px 5px;
}
.mainMenu .glyphicon{
	font-size: 90px;
	min-height: 100px;
}
.mainMenuBot.preparation a {
	color: #ccc4b8;
	background: #e8dfd1;
}
.mainMenuBot.preparation a img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.2;
}
.mainIco {
	display: block;
	width: 100%;
	margin: 0 10px;
}
.mainMenuLabel {
	min-height: 3em;
	line-height: 1.2;
	display: block;
	width: 100%;
	margin-top: 10px;
}
/*-----location-----*/
.location {
	width: 100%;
	text-align: center;
	position: fixed;
	top: 56px;
	left: 0;
	border-bottom: solid 1px #4f1202;
	height: 53px;
	margin: 0;
	min-width: 650px;
	z-index: 100;
}
.location h1 {
	font-size: 1.5em;
	margin: 15px 0;
}
.location a {
	color: #333;
}
.location .prev {
	position: absolute;
	top: 15px;
	left: 10px;
}
.location .prev .glyphicon {
	color: #4f1202;
}
.serach {
	text-align: center;
	margin: 30px;
}
/*-----dataInfo-----*/
.dataInfo {
	color: #FFF;
	background: #4f1202;
	min-height: 53px;
	padding: 13px 25px;
	z-index:10;
	position:relative;
}
.dataInfo .name {
	font-size: 1.5em;
}
.dataInfo .date {
	font-size: 1.7em;
	float: right;
}
.dataInfo .emphasis {
	font-size: 1.5em;
}
/*-----earnings-----*/
.table.earnings>tbody>tr>td{
	text-align: right;
}
.total {
	width: 100%;
	position: fixed;
	bottom: 67px;
	right: 0;
	text-align: right;
	padding: 10px 20px;
	background: #fff;
	border-top: 1px solid #ddd;
}
.total .amount {
	font-size: 1.7em;
	color: #0084cf;
}
.total .amount:before {
	font-size: 0.6em;
	content: "\0a5";
	margin: 0 5px 0 10px;
}
ul.list-barcordDetail {
	padding: 0;
	margin: 0;
}
.list-barcordDetail li {
	border-bottom: solid 1px #DDD;
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-barcordDetail li a,
.list-barcordDetail li div {
	color: inherit;
	display: block;
	padding: 20px;
	position: relative;
}
.list-barcordDetail li a .price:before,
.list-barcordDetail li div .price:before {
	font-size: 0.6em;
	content: "\0a5";
	margin: 0 5px 0 10px;
}
.list-barcordDetail li:nth-child(2n) a {
	background: #f8f8f8;
}
.list-barcordDetail li a .product,
.list-barcordDetail li div .product {
	font-size: 1.2em;
	display: inline-block;
	width: 65%;
}
.list-barcordDetail li a .price,
.list-barcordDetail li div .price {
	display: inline-block;
	width: 20%;
	text-align: right;
	padding-right: 1em;
}
.list-barcordDetail li a .staff,
.list-barcordDetail li div .staff {
	display: inline-block;
	width: 15%;
}
ul.list-barcordDetail li a:after {
	font-family: 'Glyphicons Halflings';
	content: "\e080";
	color: #ccc4b9;
	vertical-align: middle;
	position: absolute;
	right: 8px;
	top: 27px;
}

/*-----command-----*/
.command {
	position: fixed;
	text-align: center;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 67px;
	margin: 0;
    z-index: 3;
}
.command a {
	text-align: center;
	display: block;
	padding: 20px;
	font-size: 1.4em;
	border: solid 1px #FFF;
}
.ico:before {
	vertical-align: middle;
	margin-right: 0.4em;
	display: inline-block;
}
.command .glyphicon{
		font-size: 18px;
	}

/*-----newsContent-----*/
.newsContent {
	width: 85%;
	margin-top: 30px;
}
.newsContent h2 {
	border-bottom: solid 1px #CCC;
	padding-bottom: 10px;
	margin: 0 0 20px;
}

/*-----formLayout-----*/
.formLayout{
	margin:50px 0 100px;
	}
	.dataInfo +.form-horizontal .formLayout{
		margin-top:0;
		}
.formLayout label{
	font-weight:normal;
	}
.formLayout .form-group{
	padding:15px 0;
	background:#f8f8f8;
	border-bottom: solid 2px #FFF;
	margin:0;
	}
.formLayout .form-group .row{
	border-top: solid 2px #FFF;
	padding:10px 0;
	}
.formLayout .form-group .row:nth-child(1){
	border-top:none;
	padding-top:0;
	}
.formLayout .form-group .row:nth-last-of-type(1){
	padding-bottom:0;
	}

/*-----datepicker-----*/
#datepicker input{
 width:45%;
 background-color:transparent;
 margin:0 5px 0 -25px;
 display:inline;
 }
#datepicker .glyphicon{
 color:#CCC;
 margin-left:10px;
 margin-top:4px;
	}
#datepicker-daterange p{
	margin:10px 0;
	}
#datepicker-daterange button{
	margin-top:20px;
	}
	
/*-----tab-----*/
.tab{
	margin:10px 10px 0;
	text-align:right;
	}
.tab a{
	display:inline-block;
	background:#ddd;
	padding:8px 10px;
	border:solid #ddd 1px;
	border-bottom:none;outline: none;
	text-decoration:none;	
	}
.tab a:hover{
	background:#FFF;
}

/*-----list-link-----*/
ul.list-link {
	margin: 0 0 30px;
	padding: 0;
}
.serach + ul.list-link{
	border-bottom: solid 1px #CCC;
	}

ul.list-link li {
	background: #FFF;
	list-style: none;
	margin: 2px 0;
}
ul.list-link li a {
	color: inherit;
	padding: 20px;
	display: block;
	position: relative;
}
ul.list-link li a .date {
	display: inline-block;
	width: 7em;
}
ul.list-link li a:after {
	font-family: 'Glyphicons Halflings';
	content: "\e080";
	color: #ccc4b9;
	vertical-align: middle;
	position: absolute;
	right: 5px;
	top: 20px;
}

/*-----information-----*/
.information h1 {
	font-size: 1.6em;
	color: #4f1202;
	line-height: 32px;
	float: left;
}
.information h1 .glyphicon {
	font-size: 30px;
	vertical-align: top;
}
.information button {
	float: right;
	margin-top: 15px;
}
.information ul.list-link {
	clear: both;
}
