.custom-datepicker{
    margin: 0 -15px;
    /* padding: 20px 0; */
}

.custom-datepicker .ui-datepicker table,
.custom-datepicker .ui-datepicker-inline{
    width: 100%
}
.custom-datepicker .ui-datepicker table tr td {
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.custom-datepicker .ui-datepicker table tr td a{
    background: transparent;
    text-align: center;
    color: #fff;
    border: none;
}

.custom-datepicker .ui-datepicker table tr td:hover a{
    background: transparent;
    border: none;
}

.custom-datepicker .ui-datepicker table tr td:after {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    z-index: -1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.custom-datepicker .ui-datepicker.ui-datepicker-inline td,
.custom-datepicker .ui-datepicker.ui-datepicker-inline th,
.custom-datepicker .ui-datepicker.dropdown-menu td,
.custom-datepicker .ui-datepicker.dropdown-menu th {
    padding: 12px
}

.custom-datepicker .ui-datepicker table tr td.active.active,
.custom-datepicker .ui-datepicker table tr td.active.active.focus,
.custom-datepicker .ui-datepicker table tr td.active.active:focus,
.custom-datepicker .ui-datepicker table tr td.active.active:hover,
.custom-datepicker .ui-datepicker table tr td.active.highlighted.active,
.custom-datepicker .ui-datepicker table tr td.active.highlighted.active.focus,
.custom-datepicker .ui-datepicker table tr td.active.highlighted.active:focus,
.custom-datepicker .ui-datepicker table tr td.active.highlighted.active:hover,
.custom-datepicker .ui-datepicker table tr td.active.highlighted:active,
.custom-datepicker .ui-datepicker table tr td.active.highlighted:active.focus,
.custom-datepicker .ui-datepicker table tr td.active.highlighted:active:focus,
.custom-datepicker .ui-datepicker table tr td.active.highlighted:active:hover,
.custom-datepicker .ui-datepicker table tr td.active.highlighted:hover,
.custom-datepicker .ui-datepicker table tr td.active:active,
.custom-datepicker .ui-datepicker table tr td.active:active.focus,
.custom-datepicker .ui-datepicker table tr td.active:active:focus,
.custom-datepicker .ui-datepicker table tr td.active:active:hover,
.custom-datepicker .ui-datepicker table tr td.active:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.custom-datepicker .ui-datepicker table tr td.active.active.focus:after,
.custom-datepicker .ui-datepicker table tr td.active.active:after,
.custom-datepicker .ui-datepicker table tr td.active.active:focus:after,
.custom-datepicker .ui-datepicker table tr td.active.active:hover:after,
.custom-datepicker .ui-datepicker table tr td.active.highlighted.active.focus:after,
.custom-datepicker .ui-datepicker table tr td.active.highlighted.active:after,
.custom-datepicker .ui-datepicker table tr td.active.highlighted.active:focus:after,
.custom-datepicker .ui-datepicker table tr td.active.highlighted.active:hover:after,
.custom-datepicker .ui-datepicker table tr td.active.highlighted:active.focus:after,
.custom-datepicker .ui-datepicker table tr td.active.highlighted:active:after,
.custom-datepicker .ui-datepicker table tr td.active.highlighted:active:focus:after,
.custom-datepicker .ui-datepicker table tr td.active.highlighted:active:hover:after,
.custom-datepicker .ui-datepicker table tr td.active.highlighted:hover:after,
.custom-datepicker .ui-datepicker table tr td.active:active.focus:after,
.custom-datepicker .ui-datepicker table tr td.active:active:after,
.custom-datepicker .ui-datepicker table tr td.active:active:focus:after,
.custom-datepicker .ui-datepicker table tr td.active:active:hover:after,
.custom-datepicker .ui-datepicker table tr td.active:hover:after {
    content: '';
    background: #d06776
}

.custom-datepicker .ui-datepicker table tr td.day,
.custom-datepicker .ui-datepicker.ui-datepicker-inline td {
    color: #fff
}

.custom-datepicker .ui-datepicker table tr td.day:after,
.custom-datepicker .ui-datepicker.ui-datepicker-inline td:after {
    content: '';
    background: #4797d2;
    opacity: 1
}

.custom-datepicker .ui-datepicker table tr td.day:hover,
.custom-datepicker .ui-datepicker table tr td.disabled,
.custom-datepicker .ui-datepicker table tr td.disabled:hover,
.custom-datepicker .ui-datepicker table tr td.focused {
    cursor: pointer;
    background: 0 0;
    color: #fff
}

.custom-datepicker .ui-datepicker table tr td.day:hover:after,
.custom-datepicker .ui-datepicker table tr td.disabled:after,
.custom-datepicker .ui-datepicker table tr td.disabled:hover:after,
.custom-datepicker .ui-datepicker table tr td.focused:after {
    content: '';
    background: #bcbcbc
}

.custom-datepicker .ui-datepicker table tr td.day:hover,
.custom-datepicker .ui-datepicker table tr td.focused {
    cursor: pointer;
    color: #286090
}

.custom-datepicker .ui-datepicker table tr td.day:hover:after,
.custom-datepicker .ui-datepicker table tr td.focused:after {
    content: '';
    background: #eee;
    opacity: .8
}

.custom-datepicker .ui-datepicker table tr td.disabled-date:hover,
.custom-datepicker .ui-datepicker table tr td.disabled:hover,
.custom-datepicker .ui-datepicker table tr td.focused {
    cursor: default;
    color: #fff
}

.custom-datepicker .ui-datepicker table tr td.disabled-date:hover:after,
.custom-datepicker .ui-datepicker table tr td.disabled:hover:after,
.custom-datepicker .ui-datepicker table tr td.focused:after {
    content: '';
    background: #bcbcbc;
    opacity: 1
}

.custom-datepicker .ui-datepicker-inline {
    background: #ebebeb;
    padding: 6px
}

.custom-datepicker .ui-datepicker-inline .next,
.custom-datepicker .ui-datepicker-inline .prev {
    font-size: 18px
}

.custom-datepicker .ui-datepicker-inline .next:hover,
.custom-datepicker .ui-datepicker-inline .prev:hover {
    color: #fff;
    background: #d06776
}

.custom-datepicker .ui-datepicker-inline tbody {
    background: #fff
}

.custom-datepicker .ui-datepicker-inline thead .dow {
    background: #fff;
    padding: 15px 10px
}

.custom-datepicker .ui-datepicker-inline .ui-datepicker-switch:hover {
    background: #d06776;
    color: #fff
}

.custom-datepicker .ui-datepicker-inline .ui-datepicker-months .month.focused,
.custom-datepicker .ui-datepicker-inline .ui-datepicker-months .month:hover {
    background: #d06776
}

.project-col,
.step2-ps,
.step2-title,
.step2-title p {
    text-align: center
}

.step2-title {
    margin-bottom: 30px
}

.step2-title p {
    font-size: 24px;
    color: #4697d2
}

.step2-title span {
    font-size: 18px
}

.step2-ps {
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none
}

.step2-ps li {
    display: inline-block;
    margin: 0 5%
}

.step2-ps li span {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.step2-ps li .blue {
    background: #4797d2
}

.step2-ps li .bc {
    background: #bcbcbc
}

.step2-ps li .red {
    background: #ce6875
}

.step2 .date_body .date_title {
    background: #ebebeb;
    padding: 18px 60px;
    position: relative;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden
}

.step2 .date_body .date_title:before {
    content: '';
    position: absolute;
    background: #ce6876;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px
}

.step2 .date_body .date_time {
    padding: 20px 15px
}

.step2 .date_body-right {
    float: right
}

.step2 .date_body .ul_time {
    padding-left: 0;
    list-style: none
}

.step2 .date_body .ul_time li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #fff;
    background: #4797d2
}

.step2 .date_body .ul_time li.active {
    background: #ce6876
}

.step2 .date_body .ul_time li.no {
    background: #bdbdbd;
    cursor: auto
}

@media (max-width:767px) {
    .step2 .date_body-right {
        margin-bottom: 30px;
        float: none
    }

    .step2-ps,
    .step2-title {
        margin-bottom: 20px;
        text-align: center
    }

    .step2-title p {
        font-size: 18px
    }

    .step2-title span {
        font-size: 16px
    }

    .step2-ps {
        padding-left: 0;
        list-style: none
    }

    .step2-ps li {
        display: inline-block;
        margin: 0 1%
    }

    .step2-ps li span {
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px
    }

    .step2 .date_body .date_title {
        background: #ebebeb;
        padding: 15px 25px
    }

    .step2 .date_body .date_time {
        padding: 20px 15px;
        text-align: center
    }

    .step2 .date_body .date_time .col-sm-2 {
        margin-bottom: 15px
    }
}