body{
    background-image: url('../img/background.jpg');/* main bg background image*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#book-appointment-wizard #header .logo-large {
    width: 250px;
    height: 50px;
    object-fit: contain;
}

#book-appointment-wizard #header-row div .logo-small {
    width: 100px;
    /* height: 50px; */
    object-fit: contain;
}

#book-appointment-wizard{
    box-shadow: none;
}

#book-appointment-wizard{
    background-color: transparent;
}

#book-appointment-wizard #header {
    background-color: #00519C; /* wizard default color*/
    display: flex;
    flex-direction: column;
    padding: 30px;
    align-items: center;
    height: 100%;
    opacity: 0.9;
}

#book-appointment-wizard #header-row {
    background-color: #00519C; /* wizard default color*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    align-items: center;
    height: 100%;
    opacity: 0.9;
}
#book-appointment-wizard #company-name{
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
}

#book-appointment-wizard #company-name-small{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    font-size: 24px;
    color: #FFF;
    margin: 16px 10px 0 15px;
    line-height: normal;
    /* float: left; */
}

#book-appointment-wizard #company-description{
    font-size: 14px;
    text-align: center;
    color: white;
}

#book-appointment-wizard .wizard-frame{
    /* background-color: white; */
    height: 100%;
    padding: 0;
}

#book-appointment-wizard .wizard-frame .frame-container{
    height: auto;
    background-color: white;
}

#book-appointment-wizard .frame-container .frame-title{
    color: rgb(125, 125, 195);
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 10px;
}

#book-appointment-wizard .frame-row-container {
    display: flex;
}

#book-appointment-wizard .frame-row-container > div {
    align-self: center;
}

#book-appointment-wizard .frame-row-container > div > button {
    background: transparent;
    box-shadow: none;
    outline: none;
}

#book-appointment-wizard .frame-row-container > div > button > span {
    font-size: 32px;
    color: rgb(125, 125, 195);
}

#book-appointment-wizard .frame-container .frame-content {
    background-color: white;
    /* height: 150px; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

#book-appointment-wizard .frame-container .frame-content-row {
    background-color: white;
    /* height: 150px; */
    /* display: flex;
    flex-direction: column; */
    /* align-items: center; */
    padding-bottom: 20px;
}

#book-appointment-wizard .frame-container .frame-content .frame-content-container {
    display: flex;
    align-items: baseline;
    border: 1px solid rgb(228, 229, 249);
    background-color: rgb(228, 229, 249);
    border-radius: 50px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}

#book-appointment-wizard #wizard-frame-1 select {
    margin-bottom: 0px;
    margin-left: 10px;
}

#book-appointment-wizard .wizard-frame .command-buttons{
    background: white;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -11px;
    padding-bottom: 20px;
}

#book-appointment-wizard .wizard-frame .command-buttons .button-next{
    background-color: rgb(125, 125, 195);
    box-shadow: 2px 2px 1px 1px #00519C;
    color: white;
}

#book-appointment-wizard .wizard-frame .command-buttons .button-back{
    background-color: #00519C;
    box-shadow: 2px 2px 1px 1px rgb(125, 125, 195);
    color: white;
}

#book-appointment-wizard #frame-footer {
    background-color: transparent;
    color: white;
    border: 0;
}

#book-appointment-wizard #frame-footer > a {
    color: white;
    font-size: 16px;
    text-shadow: 1px 1px gray;
    font-weight: bold;
}

#book-appointment-wizard .book-step {
    border: 3px solid #00519C;
}

#book-appointment-wizard .active-step strong{
    color: #00519C;
}

#book-appointment-wizard .book-step strong{
    color: #00519C;
}

#book-appointment-wizard .frame-container .row {
    margin-left: 0;
    margin-right: 20px;
}

body .ui-datepicker .ui-widget-header, body .ui-datepicker th, html body .ui-datepicker td a.ui-state-active, body .ui-datepicker td a.ui-state-highlight{
    background-color: #00519C !important;
}

body .ui-datepicker td a, body .ui-datepicker td span {
    color: #00519C !important; 
}

body .ui-widget.ui-widget-content{
    border: 1px solid #00519C;
}

/* Form Style */

#book-appointment-wizard .frame-container .row .col .form-group input
 {
    background: rgb(228, 229, 249);
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

#book-appointment-wizard .frame-container .row .col .form-group textarea
{
    background: rgb(228, 229, 249);
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#book-appointment-wizard #form-message {
    width: 100%;
    /* text-align: center; */
    /* background: red; */
    display: flex;
    justify-content: center;
}

div#appointment-details.col-xs-12.col-sm-6 h4, div#customer-details.col-xs-12.col-sm-6 h4 {
    font-size: 16px;
    color: gray;
    font-weight: bold;
}

#book-appointment-wizard #appointment-details p strong.text-primary, #book-appointment-wizard #customer-details p {
    font-size: 14px;
    color: gray;
    font-weight: bold;
}

#book-appointment-wizard .frame-container .captcha {
    display: flex;
    justify-content: center;
    padding-left: 0 !important ;
    padding-bottom: 0;
    height: 150px;
}

#book-appointment-wizard .frame-container .captcha > div {
    padding-left: 0 !important;
}

#book-appointment-wizard .captcha-title, #book-appointment-wizard .captcha-title .glyphicon-refresh {
    font-size: 16px;
    color: #00519C;
}

#book-appointment-wizard .captcha-image {
    margin-left: 15px;
}

#book-appointment-wizard .captcha-text {
    background: rgb(228, 229, 249);
    border-radius: 50px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    margin-bottom: 0;
}

#book-appointment-wizard #customer-details .form-group textarea {
    background: rgb(228, 229, 249);
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#book-appointment-wizard .frame-row-container > #wizard-frame-4-details-container {
    flex: 1;
}

#book-appointment-wizard .frame-container .row .calender{
    padding-left: 0 !important;
    margin-bottom: 10px;
}

#book-appointment-wizard .frame-container .row .time-picker {
    padding-left: 0 !important;
    padding-right: 30px !important;
}

#book-appointment-wizard .frame-container .row .time-picker #available-hours-container #available-hours-picker{
    background: rgb(228, 229, 249);
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    min-height: 35px;
    /* padding-top: 1px;
    padding-bottom: 1px; */
    /* padding: 10px; */
}

#book-appointment-wizard .frame-container .row .time-picker #available-hours-container #available-hours-picker #available-hours {
    background: transparent;
    flex: 1;
    display: flex;
    width: 100%;
    outline: none;
    margin-left: 10px;
}

#book-appointment-wizard .frame-container .available-hours-picker-row {
    /* display: flex;
    justify-content: space-between;
     */
    width: 100%;
}

#book-appointment-wizard .frame-container .captcha > div > span {
    color: red !important;
    text-align: center;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    #book-appointment-wizard #header-row div .logo-small {
        margin-left: 50px;
    }
}

