.scroll-horizontal {
	white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
	-ms-overflow-y: hidden;
}

.scroll-horizontal::-webkit-scrollbar {
	width: 15px;
}

.scroll-horizontal::-webkit-scrollbar-track {
	background: #FFFFFF;
	-webkit-box-shadow: inset 1px 1px 2px #E0E0E0;   
	border: 1px solid #D8D8D8;
}

.scroll-horizontal::-webkit-scrollbar-thumb {
	background: #999999;
	-webkit-box-shadow: inset 1px 1px 2px rgba(168, 168, 168, 0.4);  
}

.scroll-horizontal::-webkit-scrollbar-thumb:hover {
	background: #DDDDDD;
}

.scroll-horizontal::-webkit-scrollbar-thumb:active {
	background: #BBBBBB;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.sidebar-menu .sub a {
	display: inline-block;
	padding-left: 22px;
}

.checkin-box {
	width: 60%;
	height: 200px;
	margin: 4% auto;
}

@media (max-width: 768px) {
	.checkin-box {
		width: 90%;
		margin-top: 20px;
	}
}

.checkin-box-body {
	padding: 20px;
	border-top: 0;
	text-align: center;
}

.checkin-smart-card-box {
	text-align: center;
	font-size: 2em;
}

.checkin-smart-card-box-small {
	text-align: center;
	font-size: 1em;
}

.checkin-hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/*
.language-creator .lang {
	display: none;
}

.language-creator :hover.code {
	display: none;
}

.language-creator:hover .lang {
	display: inline-block;
}
*/

img.barcode {
	width: 70%;
}

@media only screen and (max-width: 1200px) {
	img.barcode {
		width: 90%;
	}
	.table-table-row {
		margin-left: 4px;
		width: 90%;
	}
	.table-table-row th, .table-table-row td {
		display: table-row;
	}
	.table-table-row th {
		display: none;
	}
	.table-table-row td:last-child {
		/*padding: 0 0 10px;*/
		display: block;
	}
	.fixed .wrapper {
		overflow: auto;
	}
}