/*
*	Table
*/
#op-options-times td, #op-options-times th {
	text-align:		left;
}

.op-day-heading {
	width:			150px;
}

.op-day-options {
	min-width:		300px;
}

.op-day-heading label {
	font-weight:	bold;
	font-size:		12px;
}

.op-day-heading label input {
	margin-right:	10px;
}

.op-times-container.disabled {
	opacity:		0.5;
}

.op-time-group {
	margin-top:		15px;
}

.op-time-group:first-child {
	margin-top:		0px;
}

/**
 *	Labels
 */
.op-label {
	display:		inline;
	padding:		2px 5px;
	background:		#ccc;
	border-radius:	3px;
	color:			white;
	text-shadow:	none;
	font-weight:	bold;
	border:			0px;
	box-shadow:		none;
	box-sizing:		border-box;
}

a.op-label {
	cursor:			pointer;
	color:			#fff;
}

a.op-label:hover {
	color:				#fff;
	text-decoration:	none;
}

a.op-add-period, a.op-remove-period {
	margin-left:		10px;
}

.op-time-set {
	display:		inline-block;
}

.op-time-set .op-label {
	display:		inline-block;
	height:			25px;
	border-radius:	0px;
	margin:			0px;
	line-height:	none;
	
	border:			1px solid #bbb;
}

.op-time-set .op-label.first {
	border-top-left-radius:		3px;
	border-bottom-left-radius:	3px;
}

.op-time-set .op-label.mid {
	line-height:	21px;
	border-left:	0px;
	border-right:	0px;
}

.op-time-set .op-label.last {
	border-top-right-radius:	3px;
	border-bottom-right-radius:	3px;
}

select.op-label {
	-webkit-appearance:	none;
	padding:			5px 10px;
	cursor:				pointer;		
}

select.op-label[disabled] {
	color:		#fff;
}

.op-label.green {
	background:		#5cb85c;
}

.op-label.red {
	background:		#d9534f;
}

