/* Badger
------------------------- */
[class*="badger"] {
	position: relative;
	margin: 15px 0;
	padding: 39px 19px 14px;
	background: #eeeeec;
	border: 1px solid rgb(63,81,181);
	border-radius: 6px;
	width: 90%;
}

[class*="badger"]:after {
	content: attr(data-badger);
	position: absolute;
	top: 0;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background: #999;
	color: #fff;
}

.badger-left:after {
	left: 0;
	border-radius: 6px 0 6px 0;
}

.badger-right:after {
	right: 0;
	border-radius: 0 6px 0 6px;
}

.badger-danger:after {
	background: #d9534f;
}

.badger-warning:after {
	background: #f0ad4e;
}

.badger-success:after {
	background: #5cb85c;
}

.badger-info:after {
	background: rgb(63,81,181);
}

.badger-inverse:after {
	background: #222;
}

.serviceDropDown {
	width:220px;
	height:32px;
	text-align-last:center;
}

.successCalendarIcon {
	font-size:48px;
	color:green;
}

.addNewCalendarIcon {
	font-size:20px;
}

.dateTimePickerTableStyle {
	border:solid 2px;
}

.appointmentPanelStyle {
	width : 1100px;
}
