/*TEMPORARY CSS*/

/*THIS IS TO SEE ALL STEPS IN ONE*/
/*IT PUTS A RED LINE ON TOP IN ORDER TO DIFFERENTIATE EACH STEP*/

.img_service_type{
    border: 2px #f7f6f2 solid;
}
.practitioner_name{
    margin-bottom: 15px;
}

.practitioner_name p {
    margin: 0;
    color: #322A4E;
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: -5px;
}

.practitioner_name a {
    font-size: 12px;
    font-weight: 400;
    /*border-bottom: 1px #333 dotted;*/

}

.practitionerSelected{
    border: 2px solid #322A4E !important;
}

.bluePractitionerThumbnail{
    border: 2px solid #00BADE !important;
    /*border-top-right-radius: 0 !important;*/
    /*border-top-left-radius: 0 !important;*/
    margin-bottom: 0 !important;
}

.bluePractitionerThumbnailSelected{
    border: 2px solid #322A4E !important;
    /*border-top-right-radius: 0 !important;*/
    /*border-top-left-radius: 0 !important;*/
    margin-bottom: 0 !important;
}

.bluePractitionerThumbnailTitle{
    /*background: #00BADE;*/
    color: #FFFFFF;
    text-align: right;
    padding-top: 10px;
    position: absolute;
    right: 12%;
}

.refreshPractitionerThumbnail{
    border: 2px solid #FFFFFF !important;
    /*border-top-right-radius: 0 !important;*/
    /*border-top-left-radius: 0 !important;*/
    margin-bottom: 0 !important;
}

.refreshPractitionerThumbnailSelected{
    border: 2px solid #322A4E !important;
    /*border-top-right-radius: 0 !important;*/
    /*border-top-left-radius: 0 !important;*/
    margin-bottom: 0 !important;
}

.refreshPractitionerThumbnailTitle{
    /*background: #FFFFFF;*/
    color: #00BADE;
    text-align: center;
    padding-top: 10px;
    position: absolute;
}

/*CUSTOM CSS - SOME MIGHT ACTUALLY BE GLOBALS THAT NEED TO BE RMEOVED FROM HERE*/

.bigHeader, .smallHeader, .zipError, .titles{
    text-align: center;
}

.titles
{
    text-transform: uppercase;
}

.zipError{
    line-height: 1.2;
    display: none;
}

.zipError a, .zipError a:hover{
    font-family: 'proxima_novalight';
    color: #f5765a;
    font-size: 15px;
}

.enterZip{
    background-color: transparent;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #00BADE;
    color: #00BADE;
    text-align: center;
    width: 90px;
}

.serviceOptionImage
{
    margin-bottom: 30px;
}

.timeOrPractitionerImage
{
    margin-bottom: 30px;
}

.serviceTypeOption
{
    font-size: 22px;
    height: 175px;
    background-color: #322A4E;
    margin-bottom: 30px;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    line-height: 175px; /*This centers the text vertically but I don't feel like it's right*/
}

.toggleButton
{
    width: 190px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
    padding: 7px 15px;
    font-size: 15px;
}

.toggleButtonSet
{
    background-color: #e8e8e8;
    color: #00bade;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.toggleButtonInactive
{
    background-color: #e8e8e8;
    color: #00bade;
}

.toggleButtonActive, .toggleButtonDefault
{
    background-color: #00bade !important;
    color: #ffffff !important;
}

.bookingToolDivider
{
    color: #8E8E8E;
    border-width: 1px;
}

.bookingToolSlider
{
    overflow-x: hidden;
    width: 200px;
    height: 200px;
}

.bookingToolSlider ul
{
    position: relative;
    list-style: none;
}

.bookingToolSlider li
{
    display: inline;
}

.scheduleHeaderBg {
    /*background-color: #322A4E;*/
    background-color: #494C7F;
    font-size: 20px;
    color: #FFFFFF;
    max-width: 390px;
    text-align: center;
    height: 44px;
    line-height: 45px;
}

.scheduleCell {
    border: 3px solid #00BADE;
    color: #00BADE;
    display: inline-block;
    padding: 1px 9px;
    margin: 4px 2px;
    background-color: #ffffff;
    width: 86px;
    text-align: center;
    font-size: 14px;
}

.scheduleCellSelected {
    border: 3px solid #00BADE;
    color: #FFF;
    display: inline-block;
    padding: 1px 9px;
    margin: 4px 2px;
    background-color: #00BADE;
    width: 86px;
    text-align: center;
}

.availableTimes
{
    max-width: 390px;
    /*overflow: auto;*/
    /*height: 162px;*/
    text-align: left;
    padding-top: 10px;
}


/*CAROUSEL*/
.carousel-control.left, .carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    background-repeat: none;
}

.carouselImageBlue
{
    border: 2px solid #00BADE; 
}

.readBio
{
    /*font-style: italic;*/
    cursor: pointer;
}
.style_icon_info {
    background-image: url("/assets/frontend/img/book/info-icon.png");
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    margin-top: -33px;
}
.iconBlueInstructor
{
    background-image: url("/assets/frontend/img/book/blue_level.png");
    width: 19px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
}

.iconRefreshInstructor
{
    width: 19px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
}
.iconInfo
{
    background-image: url("/assets/frontend/img/book/icon_info.png");
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

/*DATE PICKER*/
.ui-datepicker {
    width: 100%;
    /*padding: .2em .2em 0;*/
    display: none;
    max-width: 390px;
}

.ui-datepicker .ui-datepicker-header
{
    position:relative;
    padding:.2em 0;

    text-align: center;
    height: 44px;
    line-height: 45px;
    font-size: 20px;

}

.ui-datepicker .ui-datepicker-header a
{

    line-height: 45px;
    font-size: 20px;

}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next
{
    position:absolute;
    top:-4px;
    width:1.8em;
    height:1.8em;
    font-size: 20px;
}

.ui-datepicker .ui-datepicker-prev
{
    left:2px;
}

.ui-datepicker .ui-datepicker-next
{
    right:2px;
}

.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span
{
    display:block;
    position:absolute;
    left:50%;
    /*margin-left:-8px;*/
    top:50%;
    /*margin-top:-8px;*/
}

.ui-datepicker .ui-datepicker-title
{
    margin:0 2.3em;
    line-height:1.8em;
    text-align:center;
}

.ui-datepicker table
{
    width:100%;
    font-size:.9em;
    border-collapse:collapse;
    margin:0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: lighter;
    border: 0;
    font-size: 14px;
    font-family: 'proxima_novalight';
}

.ui-widget-header {
    border: 0px;
    background: #494C7F;
    color: #fff;
    font-weight: bold;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /*font-size: 20px;*/
    font-family: 'proxima_novalight';
}

.ui-widget-content {
    border: 0px solid #FFFFFF;
    background: #FFFFFF;
    color: #A8A8A6;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-family: 'proxima_novalight';
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 0px;
    background: #494C7F;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: 'proxima_novalight';
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    font-weight: bold;
    /*color: #494C7F;*/
    text-align: center;
    min-width: 30px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 0px;
    background: #00BADE;
    color: #fff;
    font-weight: bold;
}

a.ui-state-default.ui-state-active {
    border: 0px;
    background: #00BADE;
    color: #fff;
    font-weight: bold;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 0px;
    background: #00BADE;
    color: #fff;
    font-weight: bold;
}

a.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover
{
    background-color: transparent;
}

a.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover
{
    background-color: transparent;
}

.ui-icon
{
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.ui-icon-circle-triangle-w
{
    background-image: url("/assets/frontend/img/book/back_arrow_grey.png");
}

.ui-icon-circle-triangle-e
{
    background-image: url("/assets/frontend/img/book/forward_arrow_grey.png");
}

/*.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover*/

/*.ui-datepicker-next-hover*/
/*
ui-datepicker-prev ui-corner-all ui-state-hover ui-datepicker-prev-hover
ui-datepicker-next ui-corner-all ui-state-hover ui-datepicker-next-hover
*/


@media screen and (max-width: 552px) {

    .toggleButtonSet
    {
        background-color: transparent;
    }

    .toggleButton
    {
        display: block;
    }

    .availableTimes
    {
        max-width: 390px;
        overflow: visible;
        height: auto;
        text-align: center;
    }
}


@media screen and (max-width: 1024px) {

    .purple-bar ul li {
        width: 125px !important;
    }
}

@media screen and (max-width: 720px) {
    .scheduleHeaderBg
    {
        margin: auto;
        margin-top: 20px;
    }

    .availableTimes
    {
        margin: auto;
    }
}
@media screen and (max-width: 640px) {

    .purple-bar ul li {
        width: 60px !important;
    }

    .purple-bar-btn-title
    {
        font-size: 10px !important;
    }

    .purple-bar-btn-content span
    {
        font-size: 8px !important;
    }

    .scheduleCell
    {
        width: 111px !important;
    }

}

.corporateBookingSessionInfo{
    font-family: 'proxima_novalight';
    color: #32294f;
    font-size: 32px;
}

.corporateSelect{
    width: 90%;
    margin-top: 10px;
}

.menu-list li div{
    cursor: pointer;
}

.how_it_works, .how_did_we_got{
    color: #f5765a;
    text-decoration: underline;
    cursor: pointer;
}

.practitioner_container {
    display: inline-table;
    max-width: 230px;
    min-width: 153px;
    min-height: 190px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.corporate_back{
    font-size: 30px !important;
    margin-top: 80px;
    cursor: pointer;
}

.inhome_back{
    font-size: 30px !important;
    margin-top: 4px;
    cursor: pointer;
}
.thumbnail
{
    background-color: transparent !important;
    border: 0px none #e1e1e1 !important; 
    border-radius: 0px !important; 
}

.ui-state-disabled{
    opacity: 0.5;
}

.scheduleTable
{
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#service_city_booking
{
    max-width: 340px;
}

#dont_see{
    cursor: pointer;
    color: #00BADE;
}

/* Overrides for the validation engine error popup */
.formError .formErrorContent{
    font-family: "proxima_nova_rgregular", "Arial";
    background: #fff;
    color: #ee0101;
    font-size: 12px;
}

.formError .formErrorArrow div{
    background: #fff;
}

.ui-datepicker {
    border: 1px solid #e1e1e1;
}