.container-box
{
	padding:60px 0px;
}


.container
{
	padding: 100px 0px;
}


.form-input-wrapper
{
	margin: 18px 0px;
	clear: both;
}

.top-image 
{
    max-width: 50%;
    display: block;
    margin: 0 auto 40px auto;
}

.top-back-image
{
	height: 100%;
    vertical-align: middle;
    margin-right: 9px;
}

#register-back-button {
    position: fixed;
    left: 20px;
    height: 26px;
    top: 20px;
    cursor: pointer;
    line-height: 26px;
    font-size: 16px;
    color: #b73053;
}

.form-input-w-50
{
	width: 50%;
    display: inline-block;
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form-input-w-50:last-child
{
	width: 50%;
    display: inline-block;
    border-left: 0px;
    border-right: 1px solid rgb(151,151,151);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.all-borders
{
    border-left: 1px solid rgb(151,151,151) !important;
    border-right: 1px solid rgb(151,151,151) !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;   
}

#daycare-basic
{
	position: relative;
}

#daycare-schedule
{
	display: none;
	position: relative;
	left: 100%;
}

.body-content
{
	font-size: 0px;
}

.w-50
{
	width: 49%;
    float: left;
    clear: none;
}

.margin-r-1p
{
	margin-right: 1%;
}

.margin-l-1p
{
	margin-left: 1%;
}

.container-box
{
	width: 500px;
}

.timepicker:last-child
{
	text-align: right;
}

.timepicker-wrapper:after {
    content: "";
    bottom: 21px;
    position: absolute;
    color: #000;
    font-size: 0px;
    right: 50%;
    margin-right: -4px;
    background-color: #b23052;
    height: 1px;
    width: 8px;
}

.body-content
{
	padding: 0 74px;
}

.margin-b-6
{
    margin-bottom: 6px;
    margin-top: 6px;
}

.margin-b-18
{
    margin-bottom: 18px;
}

.schedule-day-label
{
    color: rgb(128, 128, 128) !important;
    margin-left: 4px;
}

#register-city
{
    width: 45%;
    display: inline-block;
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#register-state
{
    width: 22%;
    display: inline-block;
    border-right: 0px;
    border-left: 0px;
    /*border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;*/
    border-radius: 0px;
}

#register-zip-code
{
    width: 33%;
    display: inline-block;
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

select#register-state
{
    padding: 0px 10px;
    height: 44px;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 12px 12px;
}

.ui-timepicker-wrapper
{
    width: auto !important;
}

#accept-tos-wrapper
{
    font-size: 15px !important;
    /*text-align: justify;*/
}

.purple-red
{
  color: #b73053;
}


#register-age-range-start,#register-age-range-end
{
    display: inline-block;
    width: 98px;
    /*vertical-align: text-bottom;*/
    text-align: center;
    line-height: 1;
    padding: 0.2rem 0rem;
}

.register-age-range-text
{
    font-size: 15px !important;
    margin-left: 12px;
    margin-right: 12px;
    display: inline-block;
    font-family: 'Metropolis-Regular',sans-serif;
}

.ui-state-active, .ui-widget-content .ui-state-active 
{
    border: 1px solid #b23052 !important;
    background: #b23052 !important;
}

.ui-menu .ui-menu-item
{
    padding-top: 2px;
    padding-bottom: 2px;
}