::-webkit-input-placeholder { /* WebKit browsers */
	color:    black;
	font-weight: bold;
	padding-left: 2px;
}

.desc.right {
	display: inline-block;
	float: right;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    black;
	padding-left: 2px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    black;
	font-weight: bold;
	padding-left: 2px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    black;
	padding-left: 2px;
}

#xmedicus .button {
	display: inline-block;
    color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    text-align: center;
    text-decoration: none;
    background-image: none;
    background-attachment: scroll;
    background-color: black;
    /* background-color: #fa8b06; */
    font-size: 16px;
    font-weight: 700;
    padding: 3px 6px;
    background-position: 0 0;
    background-repeat: repeat repeat;
    box-shadow: none;
}

#xmedicus .button.large {
	width: 50%;
}

#button-container {
    clear: both;
    margin-top: 20px;
}

#booking-confirm-button.button {
	margin: 0 auto;
	display: block;
}

#booking-confirm-button:hover {
    background: grey;
}

#xmedicus p {
	font-size: 0.9em;
}

#xmedicus fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

#xmedicus legend {
	display: block;
	width: 100%;
	border-bottom: 2px solid lightgrey;
	font-family: "Proxima Nova Condensed", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	font-size: 17px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#xmedicus input, #xmedicus select, #xmedicus textarea {
	background-color: #F4F4F4;
	width: 333px;
	font-family: "Proxima Nova Condensed", Arial, Helvetica, sans-serif;
	float: left;
	font-weight: bold;
	padding-left: 7px;
}

#xmedicus input[type=radio] {
	width: auto;
	height: auto;
	float: none;
	margin-bottom: 5px;
	margin-right: 10px;
}

#xmedicus #content {
	width: 690px;
}

#xmedicus .half-width {
	display: inline-block;
	width: 41%;
}

#xmedicus .display-block {
	display: block;
}

#xmedicus ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#xmedicus ul li {
    list-style: none;
}

#xmedicus div.section {
	border-top: 2px solid lightgrey;
	padding: 0px;
	width:100%;
	/*display: block !important;*/
}

#xmedicus div.section-content {
	margin-top: 15px;
	margin-bottom: 40px;
	float: left;
	display: block;
	width:100%;
}
#xmedicus div.section-content.square {
	margin-top: 40px;
}

#xmedicus .desc {
	color: grey;
	font-size: 10px;
	line-height: 1;
	display: block;
	width: 310px;
	margin-top: 5px;
}
#xmedicus .desc.right {
	margin-left: 10px;
}
#xmedicus .feedback {
	color: #b72020;
	line-height: 35px;
	font-size: 14px;
	display: block;
	vertical-align: middle;
	margin-left: 16px;
	white-space: nowrap;
}
#xmedicus .feedback.no-indent {
	margin-left: 0;
}

#xmedicus .line {
	width:100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
#xmedicus .input-area {
	float: left;
}

#xmedicus .input-area input, #xmedicus .input-area label {
	display: inline-block;
}

#xmedicus .input-area input[type="radio"]:last-of-type {
	margin-left: 10px;
}

#xmc-longTime {
	width: 333px !important;
}

#xmedicus .big-blue {
	color: #1D77A2;
	font-size: 25px;
	font-weight: bold;
}

#xmedicus .large.button {
	padding: 13px 0;
}
	
#xmedicus .square a:not(.button) {
	margin-top: 10px;
}

#xmedicus .legend-end {
	display: block;
	display: none;
	/* float: right; */
	/* margin-right: 10px; */
}

#xmedicus img.legend-end {
	height: 5em;
	/* margin-top: -0.5em; */
	margin: 25% auto;
}
#xmedicus .remove-section {
	color: red;
	cursor: pointer;
}
#xmedicus .remove-section:hover {
	color: darkred;
}

#xmedicus .timeslots {
	margin-bottom: 0px;
	text-align: left;
}

/* Receipt */
.time-list {
	font-weight: bold;
}
.time-list p:first-letter {
	text-transform: uppercase;
}
.time-list .hak {
	height: 1.5em;
	margin-top: -0.25em;
	margin-right: 0.5em;
	float: left;
}

#timepicker .fa-check {
    font-size: 2.5em;
    float: left;
    margin-right: 10px;
/*     margin-left: -5px;
    margin-top: 5px;
 */}

/* Calendar */
#xmedicus #datepicker {
	width: 300px;
}


/* Title */
#xmedicus .ui-datepicker-calendar td a,
#xmedicus .ui-datepicker-calendar td span {
	background: transparent;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: black;
	box-shadow: none;
	border: 0px;
}

#xmedicus .ui-datepicker-title {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 5px;
}
#xmedicus .ui-datepicker-prev {
	padding: 10px 15px;
	padding-right: 40px;
	float: left;
	cursor: pointer;
	border-bottom: 0px;
	box-shadow: none;
	top: 0px;
	left: -1px;
}
#xmedicus .ui-datepicker-next {
	padding: 10px 15px;
	padding-left: 40px;
	float: right;
	cursor: pointer;
	box-shadow: none;
	border-bottom: 0px;
	top: 0px;
	right: -1px;
}

#xmedicus .ui-datepicker-header {
	height: 40px;
	background-color: #158AC2;
	border: 0px;
	color: white;
	font-weight: bold;
	margin-bottom: 2px;
}

#xmedicus .ui-widget-header {
    background: #B72020;
}

#xmedicus .ui-datepicker {
	padding: 0px;
}

#xmedicus .ui-datepicker td, #xmedicus .ui-datepicker th {
	margin-bottom: 1px;
}

#xmedicus .ui-datepicker tr {
	border-bottom: 0px;
}

#xmedicus .ui-datepicker-week-end.dayslot a,
#xmedicus .ui-datepicker-week-end.dayslot span {
	text-decoration: none;
	color: red;
	text-align: center;
}
#xmedicus .ui-state-disabled, .ui-datepicker-other-month, .dayslot {
	background-color: #F4F4F4 !important;
	border: 1px solid white;
	height: 35px;
	width: 1%;
	text-align: center;
	font-weight: bold;
	opacity: 1;
}

#xmedicus .ui-datepicker-other-month a, 
#xmedicus .ui-datepicker-other-month span {
	color: gray !important ;
}

#xmedicus .dayslot {
	background-color: #C7E1EB !important;
	border-color: #C7E1EB !important;
}

#xmedicus .ui-datepicker-current-day:not(.ui-datepicker-unselectable) {
	background-color: #158AC2 !important;
}

#xmedicus .ui-datepicker-current-day:not(.ui-datepicker-unselectable) a,
#xmedicus .ui-datepicker-current-day:not(.ui-datepicker-unselectable) span {
	color: white;
}

#xmedicus .ui-datepicker-calendar th,
#xmedicus .ui-datepicker-calendar td {
	background-color: black;
	/* background-color: #ECF6FA; */
	border: 1px solid white;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 0px;
	color: white;
	text-shadow: none;
}

#xmedicus .dayslot a {
	background-color:#C7E1EB;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: black;
}

#xmedicus .ui-datepicker .ui-datepicker-header {
	padding: 0px;
}

#xmedicus .ui-corner-all {
	height: 50%;
}

#xmedicus .ui-datepicker-calendar td {
	width: 45px !important;
	height: 39px !important; 
}

#xmedicus .ui-datepicker {
	border: 0px;
}

#xmecicus .datepicker, #xmedicus .ui-datepicker {
	width: 100%;
}

#xmedicus .dayslot {
	border-spacing: 0px !important;
}

#xmedicus #timepicker input[type="radio"],
#xmedicus #timepicker label {
	display: inline-block;
	margin-left: 5px;
}

#xmedicus .timepicker-side {
	padding-left: 30px;
}

#xmedicus .timeslot_container {
	padding-top: 20px;
}

#xmedicus .timeslot_selection {
	display: block;
    margin-bottom: 20px;
    text-align: center;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

/* Highlight effect */
@-webkit-keyframes highlight {
	0%      { color: gray; }
	100%    { color: red;  }
}
@keyframes highlight {
	0%      { color: gray; }
	100%    { color: red;  }
}
.highlight {
	animation: highlight 1000ms 1 ease;
	-webkit-animation: highlight 1000ms 1 ease;
}


#xmedicus .feedback:empty {
	display: none !important;
}

#xmedicus .hidden {
        display: none !important;
}

@media only screen and ( min-width: 1025px ) {
	#xmedicus ul.two-column {
		overflow: hidden;
	}

	#xmedicus ul.two-column li {
		line-height: 1.5em;
		float: left;
		width: 250px;
		display: inline;
	}

	#xmedicus ul.two-column li:nth-child(even) {
		/*margin-left: 10px;*/
	}
}

/* Loading */

#loadingcontainer {
    background: rgba(255,255,255,0.6);
    width: 100% !important;
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1000;
	display: none;
}



/* Mobile */
@media only screen and ( max-width: 400px ) {
	.entry-content {
		width: 100% !important;
	}
}

@media only screen and ( max-width: 1024px ) {
	#xmedicus .button.large {
		width: 100%;
	}

	#xmedicus fieldset {
		max-width: 100%;
		overflow: hidden;
	}

	#xmedicus legend {
		max-width: 100%;
	}

	#xmedicus p {
		margin-left: 1em;
		margin-right: 1em;
	}

	#xmedicus .big {
		font-size: 1.5em;
		font-weight: bold;
	}

	#xmedicus .big {
		font-size: 1.3em;
	}

	#xmedicus input,
	#xmedicus select,
	#xmedicus textarea {
		width: 95%;
		font-size: 16px;
	}

	#xmedicus #timepicker input[type="radio"], 
	#xmedicus input[type="radio"] {
		display: none;
		margin: 0px 5px 0px 30px; 
	}

	#xmedicus .timeslots label,
	#xmedicus .input-area label,
	#xmedicus #selecttreatment label {
		width: 100%;
		display: inline-block;
		padding: 10px 0px;
		margin: 0px 0px;
		text-align: center;
		background: #ECF6FA;
		/* background: gainsboro; */
		border: 1px solid white;
	}

	#xmedicus .timeslots {
		margin-bottom: 0px;
	}

	#xmedicus .timeslots li {
		margin-top: 5px;
	}

	#xmedicus .timepicker-side {
		padding-left: 0px;
	}

	#xmedicus .timeslot_container .desc {
		width: 100%;
	}
	
	#xmedicus .timeslot_container,
	#xmedicus .timeslot_selection {
		width: 100%;
		max-width: 100%;
	}

	#xmedicus .timeslots input[type="radio"]:checked + label,
	#xmedicus .input-area input[type="radio"]:checked + label,
	#xmedicus #selecttreatment input[type="radio"]:checked + label {
		border: 1px solid #158AC2 !important;
		background: #C7E1EB;
	}

	#xmedicus #xmc-longTime {
		width: 100% !important;
	}

	#xmedicus #xmc-longTime label {
		margin-top: 10px;
	}

	#xmedicus .half-width {
		width: 100%;
		margin: auto auto;
		display: block;
	}

	#xmedicus .input-area {
		float: none;
	}

	#xmedicus .desc.right {
		float: none;
		margin-top: 10px;
		display: inline-block;
		width: 100%;
		margin-left: 0px;
	}

	#xmedicus .feedback {
		display: inline-block;
		margin-top: 0.3em;
		margin-left: 2%;
		line-height: 15px;
	}
}

/*#xmedicus #nav-button-container {
	position: relative;
	margin-bottom: 15px;
	height: 40px;
}

#xmedicus a.nav.button {
	position: absolute;
	top: 0;
	width: 45%;
	display: inline-block;
	margin: 0;
	padding: 0.5em 0;
}
#xmedicus a#booking-page-prev {
	left: 2%;
	display: none;
}
#xmedicus a#booking-page-next {
	right: 2%;
}
#xmedicus a#booking-confirm-button {
	right: 2%;
	float: none;
	display: none;
}

#xmedicus div.section:not(:first-child) {
	display: none !important; 
}

*/
