.form-all{
	margin-top: 50px;
	position:absolute;
	left:50%;
	padding:5px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 600px;
}

#accordion .card-header a:after {
    content: "\2212";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */

}
#accordion .card-header a.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\2b";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
}

button{
	margin-top: 10px;
}

select#dob_month{
	width:	140px;
}
select#dob_day{
	width:	90px;
}
select#dob_year{
	width:	120px;
}

select{
	-webkit-appearance: none;
}

.div-inline{
	display: inline-block;
}

.required-label:after {
  content:"*";
  color:red;
}

.terms_container{
	margin-top: 10px;
}
.terms{
	border: 1px solid #e5e5e5;
	height: 200px;
	overflow: auto;
	padding: 7px;
}

#hourSelect{
	margin-top: 10px;
}

#appointmentConfirmation, #rescheduleAppointment{
	padding: 50px 0;
}

button#cancelAppointment, button#addRef{
	margin-top: 0;
}

label.small-label{
	font-size: 13px;
	margin-bottom: 0;
	margin-left: 1em;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {    
    border-color:#843534;
    box-shadow: none;
}


input.parsley-error:focus,
select.parsley-error:focus,
textarea.parsley-error:focus {    
    border-color:#843534;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

ul.parsley-errors-list li{
	color: red;
}

@media screen and (max-width: 768px) {
  /* comes into effect for screens less than or equal to 320 pixels */
  h2{
  	font-size: 1.5rem;
  }
  .form-all{
  	width: 100%;
  }
}
