@charset "utf-8";
/* CSS Document */

.box-login{
	padding: 10px;
}

.input-number{
	text-align: right;
}

.text-bold{
	font-weight: bold;
}

.left{
	float: left;
}

.right{
	float: right;
}

.link{
	color: #00F;
}

.link:hover{
	color: #00F;
}

.custom-input{
	margin-bottom: 5px;
	height: 25px;
}

.custom-select{
	margin-bottom: 5px;
	width: auto;
	height: 25px;
}

.process-box{
	padding-top: 10px;
	padding-bottom: 5px;
}

.process-box-report{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.home-icon{
	padding: 10px;
}

.welcome-box{
	padding-bottom: 15px;
}

.table-sell-box{
	padding: 5px;
}

.input-sell-box{
	padding: 5px;
}

.input-sell-left{
	width: 49%;
	float: left;
}

.input-sell-right{
	width: 49%;
	float: right;
}

.red-cross{
	color: #F00;
}

.search-suggestion{
	display: none;
	position: absolute;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #ccc;
	width: 250px;
}

.report-box{
	border: 1px #000 solid;
	width: 100%;
	padding: 5px;
}

.report-header{
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.td-sales{
	padding: 10px;
	font-size: 14px;
}