/* variety */

div.margin {
	height: 20px;
	width: 100%;
}

.lg-font {
	font-size: 18px;
}

hr {
	border-color: #4e4e4e;
	margin: 30px 0;
}

.center {
	text-align: center;
}

.left {
	padding-left: 10px;
	text-align: left;
}

.right {
	padding-right: 10px;
	text-align: right;
}

/* table */

div.search-result {
	background-color: #FFFFFF;
	border: 2px solid rgb(120, 120, 120);
	color: #4e4e4e;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0 15px 10px;
	margin-bottom: 10px;
	max-width: 400px;
}

table.no-border {
	min-width: 900px;
	width: 100%;
}

div.table-form {
	width: 98%;
}

table.form {
	margin: 8vh auto 0;
	max-width: 1100px;
	width: 95%;
}

th.sub-color {
	border: 1px solid #6F6F6F;
	color: #FFFFFF;
	font-size: 18px;
	height: 46px;
	vertical-align: middle;
}

td {
	border: 1px solid #6F6F6F;
	background-color: #FFFFFF;
	color: #4e4e4e;
	font-size: 16px;
	vertical-align: middle;
}

td.no-border,
td.center,
td.left,
td.right {
	height: 50px;
}

td.no-border.span {
	width: 3%;
}

.del-top {
	border-top: none;
}

.del-right {
	border-right: none;
}

.del-bottom {
	border-bottom: none;
}

.del-left {
	border-left: none;
}

.no-border {
	background-color: transparent;
	border: none;
}

.date,
.user {
	width: 150px;
}

.check-delete {
	width: 77px;
}

.compellation {
	width: 40px;
}

/* form */

td.no-border.label {
	color: #4e4e4e;
	font-size: 20px;
	font-weight: 500;
}

.label {
	padding: 0 20px;
	white-space: nowrap;
}

form {
	box-sizing: border-box;
	display: inline;
}

input,
select {
	border: 1px solid rgb(191, 191, 191);
	box-sizing: border-box;
	color: rgb(128, 128, 128);
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	height: 38px;
}

input.checkbox {
	width: 25px;
}

input.file {
	background-color: rgb(220, 220, 220);
	border: 1px solid;
	height: 35.2px;
	width: 100%;
}

span.tilde {
	color: #4e4e4e;
	font-size: 20px;
	margin: 0 10px;
	width: 10%;
}

div.input.text {
	display: inline-block;
}

.from,
.to {
	width: 42%;
}

.full {
	width: 100%;
}

::placeholder {
	color: #A0A0A0;
	font-size: 16px;
	font-weight: 500;
}

/* message */

.red {
	color: red;
	font-weight: bold;
}

.message {
	width: 95%;
	max-width: 900px;
	margin: 20px auto;
	text-align: center;
	background-color: #DFF2BF;
}

.message.error {
	color: red;
}

/* label required */
span.required {
	display: inline-block;
	vertical-align: middle;
	color: white;
	background-color: red;
	border-radius: 3px;
	padding: 3px 5px;
	font-size: 12px;
	margin-left: 5px;
}

/* modal */

.remodal {
	min-width: 1100px;
}

/* datepicker */

a.ui-datepicker-prev.ui-corner-all,
a.ui-datepicker-next.ui-corner-all {
	height: 90%;
}

select.ui-datepicker-year {
	padding-left: 8px;
	margin-right: 10px !important;
	width: 35% !important;
}

select.ui-datepicker-month {
	padding-left: 8px;
	margin-left: 10px !important;
	width: 30% !important;
}

a.ui-state-default {
	font-size: 18px;
	height: 22px !important;
}

div.paginator {
	text-align: center;
	margin: 10px;
}

.pagination {
	display: inline-block;
	padding-left: 0;
}

.pagination > li {
	display: inline-block;
	vertical-align: bottom;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #000000;
	text-decoration: none;
	font-size: 15px;
}

.pagination > li.prev > a,
.pagination > li.prev > span {
	padding-right: 10px;
	font-size: 16px;
}

.pagination > li.next > a,
.pagination > li.next > span {
	padding-left: 10px;
	font-size: 16px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: #000000;
	text-decoration: underline;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: #000000;
	font-weight: bold;
	cursor: default;
	font-size: 16px;
}

/** css paging **/
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #acacac;
	cursor: not-allowed;
	background-color: transparent;
}

/** Error message **/
.error-message {
	color: red;
	font-size: 13px;
	margin-top: 3px;
}

.customers-form .input {
	margin: 10px 0 0;
	padding: 0;
}

.customers-form .input .error-message {
	margin-top: 5px;
	word-break: keep-all;
	white-space: nowrap;
	z-index: 9;
}

.customers-form .input .error-message ul > li:not(:first-child) {
	margin-top: 5px;
}

/** Restyle for form in change information **/
.form-change-information .input.text {
	padding: 0;
	margin: 0;
	width: 100%;
}

.form-change-information .input .error-message {
	margin-top: 5px;
}

.form-change-information td.form,
.form-change-information td.label {
	padding: 6px 0;
	vertical-align: top;
	height: auto !important;
}

.form-change-information td.form {
	width: 35%;
}

.form-change-information td.label label {
	display: inline-block;
	margin-top: 12px;
}

/** Restyle for group from, to date **/
.group-from-to .input {
	width: 42%;
}

.form-download-report .input {
	position: relative;
	padding: 0 !important;
}

.form-download-report .error-message {
	margin-top: 5px;
	position: absolute;
}

.form-download-report .group-from-to .error-message {
	width: 125%;
}

/** group inline **/
.group-inline .input {
	display: inline-block;
}

.inline-block {
	display: inline-block;
}

/** Size **/
.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.w100 {
	width: 100px;
}

.w200 {
	width: 200px;
}

.nowrap {
	white-space: nowrap;
}