.login-page
{
    background: #f5f5f5;

    /*remove scroll bar from IE*/
    -ms-overflow-style: none;
}

.inlineForm
{
    width: 770px;

    height: 460px;

    text-align: center;

    background: #f5f5f5;
}

@media screen and (max-width: 770px) 
{
    .inlineForm
    {
        width: 365px;

        overflow-y: scroll;

        padding-top: 25px;
    }
}

.inlineForm .part1
{
    width: 770px;

    height: 340px;

    vertical-align: middle;

    display: table-cell;
}

@media screen and (max-width: 770px) 
{
    .inlineForm .part1
    {
        width: 770px;

        height: auto;
    }
}

.inlineForm .part2
{
    width: 770px;

    height: 110px;

}

@media screen and (max-width: 770px) 
{
    .inlineForm .part2
    {
        width: 298px;

        height: auto;

        margin: 0 auto;

        padding-top: 20px;
    }	
}

.inlineForm .part
{
    width: 50%;
}

.branch_wrapper
{
    max-height: 410px;
    overflow: hidden;
    overflow-y: auto;
}

@media screen and (min-width: 770px) 
{
    .branch_wrapper
    {
        margin-left: 21px;
        margin-right: 21px;
    }
}

.inlineForm .btn-branch
{
    display: inline-block;
    float: left;
    width: 325px;
    height: 70px;
    border: 1px solid;
    margin: 15px;
    font-size: 18px;
    line-height: 62px;
    overflow: hidden;
    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.inlineForm .btn-branch:hover
{
    font-size: 20px;
}

.inlineForm input[type="radio"]:checked + label
{
/*    -moz-box-shadow:    inset 0 0 10px #8B0003;
    -webkit-box-shadow: inset 0 0 10px #8B0003;
    box-shadow:         inset 0 0 10px #8B0003;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.inlineForm .review_part
{
    margin-bottom: 10px;
}

.inlineForm .branch_part input, .inlineForm .services_part input
{
    display: none;
}

.inlineForm .employee_toggle_part
{
    display: inline-block;
    margin-right: -28px;
}

@media screen and (min-width: 770px) 
{
    .inlineForm .employee_toggle_part
    {
        transform: rotate(-90deg);
        margin-left: -22px;
        margin-top: 120px;
        float: left;
    }
}

.inlineForm .employee_part
{
    display: none;
    z-index: 500;
    position: absolute;
    top: 150px;
    background: rgba(171, 171, 171, 0.9);
    width: 250px;
    height: 60px;
    left: 67px;
}

.inlineForm .employee_part select {
    margin-top: 15px;
}

.hiddenEmployee
{
    margin-left: 38px;
}

#review_service
{
    color: #8B0003;
}

#review_branch
{
    color: #8B0003;
}

.inlineForm .date_part
{
    width: 317px;

    display: inline-block;

    vertical-align: middle;

    margin-right: 50px;

    margin-left: 40px;
    
}

@media screen and (min-width: 770px) 
{
    .inlineForm .date_part
    {
        float: left;
    }
}

@media screen and (max-width: 770px) 
{
    .inlineForm .date_part
    {
        display: block;

        margin: 0 auto;
    }
}

.inlineForm .date_part .prevMouth
{
    width: 54px;

    height: 48px;

    display: block;

    background: #dad8d9;

    float: left;

    background-image: url("left.png");

    background-size: 8px;

    background-repeat: no-repeat;

    background-position: center center;
}

.inlineForm .date_part .nextMouth
{
    width: 54px;

    height: 48px;

    display: block;

    background: #dad8d9;

    float: left;

    background-image: url("right.png");

    background-size: 8px;

    background-repeat: no-repeat;

    background-position: center center;
}

.inlineForm .date_part select
{
    background: #dad8d9;

    width: 205px;

    height: 48px;

    margin-left: 1px;

    margin-right: 1px;

    border: 0;

    -webkit-appearance: none;

    text-indent: 69px;

    float: left;

    margin-bottom: 1px;
}

.inlineForm .date_part .calendar
{

}

.inlineForm .date_part .calendar .calendar-day-head
{
    width: 45px;

    height: 41px;

    text-align: center;

    line-height: 41px;

    background: #dad8d9;

    padding: 0;
}

.inlineForm .date_part .calendar .calendar-day, .inlineForm .date_part .calendar .current_day
{
    padding: 0;
}

.inlineForm .date_part .calendar .calendar-day .day-number
{

}


.inlineForm .date_part .calendar .calendar-day .day-disabled
{
    color: grey;

    width: 43px;

    height: 39px;

    text-align: center;

    line-height: 41px;

    background: white;

    padding: 0;

    margin: 1px;
}



.inlineForm .date_part .calendar .calendar-day .day-active input[type="radio"] + label,
.inlineForm .date_part .calendar .calendar-day .current_day input[type="radio"] + label
{	
    background-color: #A0A0A0 !important;

    color: black;

    width: 43px;

    height: 39px;

    text-align: center;

    line-height: 41px;

    background: white;

    padding: 0;

    margin: 1px;
}


.inlineForm .date_part .calendar .day-active input[type="radio"]:checked + label, 
.inlineForm .date_part .calendar .day-active input[type="radio"] + label:hover,
.inlineForm .date_part .calendar .current_day input[type="radio"]:checked + label, 
.inlineForm .date_part .calendar .current_day input[type="radio"] + label:hover
{
    background-color: #0069A4 !important;

    color: white;
}

.inlineForm .date_part .calendar .calendar-day .day-number.current_day.day-active input[type="radio"]:checked + label,
.inlineForm .date_part .calendar .calendar-day .day-number.current_day.day-active input[type="radio"] + label:hover
{
    -webkit-box-shadow: inset 0px 0px 6px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 6px 1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 6px 1px rgba(0,0,0,0.75);
}

.inlineForm .date_part .calendar .calendar-day .day-number.current_day.day-active input[type="radio"] + label
{
    -webkit-box-shadow: inset 0px 0px 6px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 6px 1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 6px 1px rgba(0,0,0,0.75);
}

.inlineForm .time_part
{
    width: 276px;

    display: inline-block;

    vertical-align: middle;
}

@media screen and (min-width: 770px) 
{
    .inlineForm .time_part {
        
        float: left;
    }
}

@media screen and (max-width: 770px) 
{
    .inlineForm .time_part
    {
        display: block;

        margin: 0 auto;

        margin-top: 30px;
    }
}

.inlineForm .time_part .head
{
    width: 276px;

    height: 34px;

    color: black;

    background-color: #dad8d9;

    text-indent: 20px;

    line-height: 34px;

    text-align: left;
}

.inlineForm .time_part input[type="radio"]
{
    display: none;
}

.inlineForm .time_part input[type="radio"] + label
{
    width: 53px;

    height: 27px;

    color: white;

    background-color: #A0A0A0;

    margin: 1px;

    text-align: center;

    line-height: 27px;

    font-size: 13px;
}

.inlineForm .time_part input[type="radio"] + label:hover
{
    cursor: pointer;

    background-color: #8b0003;

    color: white;
}

.inlineForm .time_part input[type="radio"]:checked + label
{
    background-color: #8b0003;

    color: white;
}

.inlineForm .info_part
{
    float: none;

    width: 770px;

    height: 110px;

    vertical-align:middle;

    display:table-cell;

    background: #f5f5f5;
}

.inlineForm .info_part .block
{
    display: inline-block;

    vertical-align: middle;

    width: 33%;
}

@media screen and (max-width: 770px) 
{
    .inlineForm .info_part .block
    {
        width: 100%;

        margin-bottom: 11px;
    }
}

.inlineForm .info_part .block input[type="text"]:first-child
{
    /*margin-bottom: 10px;*/
}

.inlineForm .info_part .block input[type="text"]
{
    text-indent: 5px;
}

.inlineForm .info_part .block input[type="submit"], #save
{
    border: none;

    width: 120px;

    height: 35px;

    background-color: #A0A0A0;

    color: black;

    border-radius: 1px;
    
    margin-right: 53px;
    
    float: right;

    line-height: 35px;
}

#powered
{
    float: right;
}

#powered a
{
    color: #0069A4;
    
    font-size: 12px;
}

#powered a:hover
{
    color: black;
}

.service-group {
    width: 50%;
    float: left;
}

@media screen and (max-width: 770px) {
    .service-group {
        width: 100%;
    }
}

