@charset "utf-8";

.content-header {
	color: rgb(51, 51, 51);
	border-left: 6px #d64635 solid;
	padding-left: 5px;
	margin-bottom: 0px;
}

.right {
	text-align: right;
}

#gritter-notice-wrapper {
	z-index: 19999 !important;
	top: 50px !important;
}

.flash_success {
	font-size: 14px;
}

.flash_error {
	font-size: 14px;
	color: red;
}

.table_footer th {
	text-align: right;
	font-weight: 600;
	font-size: 16px;
}

.date-from-to {
	text-align: center;
}

span.good_status_info {
	color: red;
	display: block;
}

.warning-message {
	color: #E51400;
	font-size: 14px;
	/*margin-top: 5px;*/
}

.error-message {
	color: #E51400;
	font-size: 14px;
	margin-top: 5px;
}

.font14 {
	font-size: 14px !important;
}

.font11 {
	font-size: 11px !important;
}

.user-icon i {
	color: #fff;
	font-size: 17px;
}

.booking-search .portlet-body select.font-l {
	height: 32px;
	font-size: 14px;
}

.font13-table td {
	font-size: 13px;
}

.more-btn-group {
	margin-top: -10px;
}

.file-input {
	font-size: 14px;
	font-weight: normal;
	padding: 6px 12px;
	margin-left: -10px;
	background-color: #ffffff;
}

.delete-picture {
	margin: 8px 0 12px 0;
}

span.red {
	color:red;
}

.slideToggle {
	display:none;
}

.explain .explain-row {
	display: inline-block;
	margin: 2px 10px 2px 0;
}

.portlet.mail-section {
	margin: 10px 0;
}

.portlet.mail-section .portlet-title i {
	font-size: 22px;
	margin-top: 2px;
}

.portlet.mail-section.box .portlet-body {
	padding: 3px;
}
/*************************************************
 *
 * ボタン、ラベル設定
 *
 *************************************************/
.btn-status.storage {
	color: #ffffff;
	background-color: #38BEFF;
	border: 0px;
}
.btn-status.sell {
	color: #ffffff;
	background-color: #C75299;
	border: 0px;
}
.btn-status.incidentalService {
	color: #ffffff;
	background-color: #b5e61d;
	border: 0px;
}

.btn-status.acceptance {
	color: #616161;
	background-color: #FFDB96;
	border: 0px;
}

.btn-status.restorsion {
	color: #ffffff;
	background-color: #FFB326;
	border: 0px;
}
.btn-status.complete {
	color: #ffffff;
	background-color: #707070;
	border: 0px;
}
.btn-status.cancel, .btn-status.horyu {
	color: #ffffff;
	background-color: #D0D5E0;
	border: 0px;
}
.btn-status.dismissal {
	color: #616161;
	background-color: #D0D5E0;
	border: 0px;
}

.btn-status.proposal {
	color: #ffffff;
	background-color: #DA532C;
	border: 0px;
}

.btn-status.label {
	padding: 0em .6em 0em;
	font-size: 12px;
}

h4 > .btn {
	padding: 6px 18px;
}

p.statusLabel {
	margin: 2px 0 10.5px;
}

.btn-status {
	cursor: default;
	border-radius: 5px !important;
}

.btn-status-service {
	margin-bottom:5px;
}

.service-mail-row {
	padding: 3px 0;
}

.service-number-input {
	width: 150px;
}

.restoration-reception-message {
	margin: 3px 0;
	color: red;
}

.btn-status:hover {

}

.btn-dw-img {
	margin-top: 7px;
}

.restoration-point {
	margin-right: 10px;
}

.top-1 {
	margin-top: -1px;
}

.top-3 {
	margin-top: -3px;
}

.top15 {
	margin-top: 15px;
}

.top30 {
	margin-top: 30px;
}

.left5 {
	margin-left: 5px;
}

.left15 {
	margin-left: 15px;
}

.float-left {
	float: left;
}

.font-normal {
	font-weight: normal;
}

.not-payment {
	color: #f04124;
}
.payment-already {
	color: #008cba;
}

.btn-sm.coupon {
	padding: 3px 10px 4px 10px;
}

.storage-detail-btn {
	margin-bottom: 10px;
}

table tfoot div.error-message {
	font-weight: normal;
	text-align: left;
}

@media (max-width: 991px) {
	.date-from-to {
		text-align: left;
	}
	.service-number-input {
		width: 100%;
	}

}

/* デモ環境用 */
div.demo {
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	width: 100px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
}
