table.dataTable {
	margin-top: auto !important;
}

.smart-form .btn {
	padding: 6px 12px;
}

.product-thumb {
	max-height: 100px;
}

#modal-category ul {
	list-style: none;
	margin: 0;
	background: #fafafa;
}

table td.fit,
table th.fit {
	width: 1%;
}

table th.nowrap,
table td.nowrap {
	white-space:nowrap;
}

#modal-category-chooser .cat-block dt {
	background: #ddd;
	padding: 5px 10px;
}
#modal-category-chooser .cat-block dd {
	background: #f1f1f1;
	font-size: 11px;
}

#modal-category-chooser .cat-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#modal-category-chooser .cat-block a {
	display: block;
	padding: 2px 10px;
	padding-left: 10px;
}

#modal-category-chooser .cat-block a:hover {
	background: #3276b1;
	color: #fff
}

#modal-category-chooser .cat-block a.has-child:after {
	font-family: FontAwesome;
	content: "\f105";
	float: right;
}

.hint-required {
	color: #fff;
	background-color: #ff3246;
	border-radius: 2px;
	padding: 0 2px;
	font-size: 85%;
	margin-right: .2em;
	font-style: normal;
	float: right;
	margin-left: 5px;
}
.hint-required:before {
	content: '必須';
	font-size: 10px;
}

/*#upload-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	padding-top: 50px;
}*/

#upload-backdrop .table-responsive {
	max-height: 400px;
}
.tab-pane{
	padding-left: 10px;
}
.label {
	color: black;
}
.tab-pane section {
	margin-top: 20px;
}
.note {
	font-size: 14px
}

.jarviswidget>header>h2 {
	margin-left: 13px;
}
.text-red {
    color: red; font-weight: bold; display: inline;
}
.inline-block {
    display: inline-block !important;
}
#logo-group {
    width: 260px !important;
}
#logo {
    width: 100% !important;
}