.selected {
	background-color: #a9b7d1;
}

.markRed {
	color: red;
	font-weight: bold;
}

.modal-body {
	max-height: calc(100vh - 210px);
	overflow-y: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
	{
	background-color: #3c8dbc;
	border: 1px solid #367fa9;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
	{
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple
	{
	border: solid #3c8dbc 1px;
	outline: 0;
}

td.details-control {
	background: url('../../img/ico/details_open.png') no-repeat center
		center;
	cursor: pointer;
	padding: 15px !important;
}

tr.shown td.details-control {
	background: url('../../img/ico/details_close.png') no-repeat center
		center;
	padding: 15px !important;
}

td.searchtable {
	padding: 2px !important;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: none !important;
	margin-bottom: 0px !important;
}

.clinicDiv {
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 10px !important;
	border-radius: 4px;
}

.selectedClinic {
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px !important;
	background-color: rgba(13, 43, 121, 0.21);
}

.markBlue {
	color: #337ab7 !important;
	font-weight: 700 !important;
	font-size: 14px !important;
}

.successSlot {
	border: 2px solid #5cb85c !important;
	padding: 7px 20px !important;
	margin: 5px !important;
	width: 100px !important;
	border-radius: 10px !important;
}

.disableSlot {
	border: 2px solid grey;
	padding: 6px 20px;
	opacity: 0.65;
	margin: 5px;
	width: 100px;
	border-radius: 10px;
}

.normalSlot {
	border: 1px solid #5cb85c;
	padding: 7px 20px;
	margin: 5px;
	width: 100px;
	border-radius: 10px;
}

.staffanchor {
	margin: 2px 0px;
	background-color: #fff;
}

.list-group  a.staffanchor:hover {
	cursor: pointer;
	background-color: #e8ebf0;
	border-color: #8a929e;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.setRadius {
	border-radius: 4px !important;
}

.btn-success-outline {
	color: #5cb85c;
	background-color: rgba(0, 0, 0, 0);
	border-color: #419641;
	font-size: 20px;
	border-radius: 4px;
}

.btn-success-outline:hover {
	color: #5cb85c;
	border: 1px solid #419641;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.btn-success-outline:active {
	color: #5cb85c;
	border: 1px solid #419641;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

#package {
	padding-top: 100px;
}

.title-line {
	width: 100px;
	height: 3px;
	margin: 0 auto;
	background: #3eb0f7;
}

.price-box {
	border: solid 1px #d1d1d1;
	margin-top: 5px;
}

.package-option {
	padding: 20px;
}

.package-option ul {
	padding: 0;
}

.price-heading h3 {
	margin-top: 0;
}

.price-heading i {
	color: #d1d1d1;
	font-size: 75px;
	margin-top: 20px;
}

.price-group {
	padding: 0px;
}

.price-group .dollar {
	font-size: 20px;
	position: relative;
	bottom: 8px;
}

.price-group .price {
	color: #3eb0f7;
	font-size: 35px;
	font-weight: 500;
}

.price-group .time {
	font-size: 18px;
}

.price-feature li {
	margin-left: 30px;
	margin-right: 30px;
	list-style: none;
	border-bottom: solid 1px #d1d1d1;
	line-height: 40px;
}

.price-confirm {
	margin-left: 30px;
	margin-right: 30px;
	list-style: none;
	border-bottom: solid 1px #d1d1d1;
	line-height: 30px;
}

.btn-price {
	margin: 5px 0 15px;
	font-size: 17px;
	padding: 7px 35px;
	height: 40px;
	background: #3eb0f7;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;
}

.btn-price:hover {
	background: #1f96e0;
	color: white;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.colorpicker-2x .colorpicker-saturation {
	width: 200px;
	height: 200px;
}

.colorpicker-2x .colorpicker-hue, .colorpicker-2x .colorpicker-alpha {
	width: 30px;
	height: 200px;
}

.colorpicker-2x .colorpicker-color, .colorpicker-2x .colorpicker-color div
	{
	height: 30px;
}

.colorpicker-selectors i {
	cursor: pointer;
	float: left;
	height: 20px;
	width: 20px;
}

.colorpicker {
	background-color: #ecf0f5 !important;
}

.infoborder {
	border-top: 1px solid #00c0ef;
	border-left: 1px solid #00c0ef;
	border-right: 1px solid #00c0ef;
	border-bottom: 1px solid #00c0ef;
}

.text-red {
	color: #a4bdfc !important
}

.text-yellow {
	color: #7ae7bf !important
}

.text-aqua {
	color: #dbadff !important
}

.text-blue {
	color: #ff887c !important
}

.text-black {
	color: #fbd75b !important
}

.text-light-blue {
	color: #ffb878 !important
}

.text-green {
	color: #e1e1e1 !important
}

.text-gray {
	color: #5484ed !important
}

.text-navy {
	color: #51b749 !important
}

.text-teal {
	color: #dc2127 !important
}

.text-olive {
	color: #46d6db !important
}

.panel-danger {
	border-color: #ce364f;
}

.panel-warning {
	border-color: #e7a214;
}

.panel-success {
	border-color: #79ba42;
}

.panel-info {
	border-color: #33a5bc;
}

.configbox {
	padding: 5px;
	border: 1px solid #e5e5e5;
	margin: 2px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1) !important;
}

.googlebtn {
	padding: 0px;
	border: none;
	background: none;
}

.googlebtn:active, .googlebtn:focus {
	border: none;
	outline: none;
}