@CHARSET "UTF-8";

#sbc-calendar-wrapper {
	clear: both;
	overflow: hidden;
	margin-top: 30px;
}

#sbc-calendar-wrapper,
#sbc-calendar-wrapper * {
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	box-sizing: content-box; 
}


#sbc-calendar table {
	border-collapse: collapse;
	width: 100%;
}


#sbc-calendar {
	margin: 0 0 25px;
}
#sbc-calendar thead th,
#sbc-calendar tbody td {
	box-sizing: border-box;
	border: solid 1px #ddd;
	padding: 2px;
}
#sbc-calendar tbody td {
	background-color: #fff;
}
#sbc-calendar tbody td:first-child {
	background-color: #FDEDE8;
}
#sbc-calendar tbody td:last-child {
	background-color: #EAF5F7;
}


#sbc-calendar-wrapper #sbc-calendar table thead th {
	width: 14.285%;
	background-color: #ececec;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	font-size: 13px;
}
#sbc-calendar tbody td {
	height: 95px;
	vertical-align: top;
}

#sbc-calendar td.sbc-today {
	background-color: #ffffe0;
}

#sbc-calendar td .day {
	margin-bottom: 0;
	margin-right: 3px;
	text-align: right;
	color: #333;
	font-size: 13px;
	line-height: 170%;
}

#sbc-calendar td .status {
	margin: 0 3px 2px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 120%;
	padding: 2px 6px;
}

#sbc-calendar td .sbc-status-free.status {
	background-color: #adc600;
}

#sbc-calendar td .sbc-status-booked.status {
	background-color: #f8b500;
}

#sbc-calendar td .sbc-status-changeover.status {
	background-color: #e83929;
}

#sbc-calendar td .sbc-status-closed.status {
	background-color: #ed7e72;
}
#sbc-calendar td .sbc-status-none.status {
	background-color: #bdbdbd;
}
#sbc-calendar td .sbc-status-closed.status-5,
#sbc-calendar td .sbc-status-none.status-5 {
	display: none;
}

#sbc-calendar td .all-closed .sbc-status-closed.status-0 {}
#sbc-calendar td .all-closed .sbc-status-closed.status-1,
#sbc-calendar td .all-closed .sbc-status-closed.status-2,
#sbc-calendar td .all-closed .sbc-status-closed.status-3,
#sbc-calendar td .all-closed .sbc-status-closed.status-4 {
	display: none;
}




#sbc-calendar .sbc-navigation {
	padding-bottom: 15px;
	text-align: center;
}

#sbc-calendar .sbc-navigation select {
	margin: 0 3px;
	padding: 5px;
	font-size: 16px;
}

#sbc-calendar form {
	margin: 0;
}

#sbc-calendar .sbc-loader {
	background-color: #ffc0bd;
	margin: 2px 0;
	text-align: center;
	visibility: hidden;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

#sbc-calendar .sbc-loader-visible {
	visibility: visible;
}
#sbc-calendar table tfoot td {
	padding-top: 2px;
	text-align: center;
}


/* 管理画面 */
#edit-calendar #sbc-calendar {
	/*float: left;
	width: 50%;
	min-width: 450px;
	max-width: 600px;*/
	max-width: 700px;
}
#edit-calendar #sbc-calendar table thead th {
	width: 14.285%;
}
#edit-calendar #sbc-calendar table tbody td {
	height: 80px;
}

#sbc-editor {
	box-sizing: border-box;
	/*float: left;
	width: 28%;
	max-width: 160px;
	margin-left: 3%;
	margin-top: 55px;*/
	max-width: 720px;
	margin-top: 30px;
	padding: 5px;
	background-color:#ffffff;
	border: 1px solid #ccc;
}
#sbc-editor thead th {
	background-color: #ececec;
}
#sbc-editor td.sbc-editor-day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 25px;
}
#sbc-editor td {
	color: #000;
}

#sbc-editor td.sbc-editor-status select {
	display: inline-block;
	width: 100px;
	height:auto !important;
}

#sbc-editor td.sbc-status-free {
	background-color: #adc600;
}
#sbc-editor td.sbc-status-booked {
	background-color: #f8b500;
}
#sbc-editor td.sbc-status-changeover {
	background-color: #e83929;
}
#sbc-editor td.sbc-status-closed {
	background-color: #ed7e72;
}
#sbc-editor td.sbc-status-none {
	background-color: #bdbdbd;
}

.widget-sbc #sbc-calendar {
	float: none;
	margin: 0 0 10px 0;
}

.alignRight {
	text-align: right !important;
}

span.powered-by {
	width: 92px;
	text-align: center;
	padding-top: 3px;
	clear: both;
}
div#sbc-calendar-wrapper p {
	padding:0 !important;
}
div#sbc-calendar-wrapper br {
	display:none !important;
}