﻿
.body-booking {
    display: flex;
    justify-content: center;
}


.btnShare {
    background-color: #4267b2;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    border-radius: 3px;
    cursor: pointer;
}

.all-bPath {
    display: flex;
    justify-content: center;
    background-color: #f5f5f5;
    height: 35px;
    align-items: center;
}

.b-path {
    display: flex;
    width: 1200px;
    color: #666;
}

    .b-path a {
        color: #666;
        text-decoration: none;
    }

.cach-path {
    margin: 0 10px;
}

.quanhuyenMB {
    display: none;
}

.all-bodyBK {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.contentBK {
    width: 1200px;
    display: flex;
}

.b-left {
    flex: 0 0 250px;
    margin-right: 30px;
    height: 280px;
}

    .b-left img {
        width: 100%;
        height: 100%;
        border: 1px solid #c8c8c8;
        padding: 5px;
        border-radius: 5px;
    }

.b-right {
    flex: 1;
}

.b-tenchuyegia {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: #0066b3;
    font-family: sans-serif;
    margin-bottom: 10px;
}

.listTabList {
    display: flex;
}

    .listTabList li {
        list-style-type: none;
        list-style-type: none;
        width: 170px;
        height: 40px;
        display: flex;
        align-items: center;
        margin-right: 5px;
        justify-content: center;
    }

        .listTabList li a {
            text-decoration: none;
            color: #0066b3;
            border: 1px;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #ddd;
        }

        .listTabList li.active {
            background: #0066b3;
            color: #fff;
            border: 0;
        }

            .listTabList li.active a {
                color: #fff;
            }

.all-tabList {
    margin-top: 10px;
}

.tab-content {
    background: #f6f6f6;
    padding: 20px;
}

#txtThang {
    width: 100%;
    height: 40px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    outline: 0;
}

.lk-select {
}

.bk-txt {
    font-size: 16px;
    margin: 20px 0 10px;
}

    .bk-txt span {
        color: red;
    }

.listDay {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.itemListDay {
    width: 110px;
    height: 90px;
    cursor: pointer;
    margin: 5px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    border-radius: 15px;
    background-color: #00a1b9;
    position: relative;
}

    .itemListDay.active {
        background-color: #5cb85c;
        color: #fff;
    }

    .itemListDay:hover {
        box-shadow: -1px 1px 5px #948989;
        transform: translateY(-2px);
        transition: all 0.3s;
    }

.nActive {
    background-color: transparent;
    color: #fff;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 15px 0 0;
}

.yActive {
    background-color: transparent;
    color: #fff;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 15px 0 0;
}

.ListDayactive {
    width: 110px;
    height: 90px;
    cursor: no-drop;
    margin: 5px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #fff;
    border-radius: 15px;
    opacity: 0.7;
    background-color: #cda0a0;
    position: relative;
}

.ild-txt {
    height: 60%;
    font-size: 17px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    color: #0066b3;
}

.asbNgay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.dayMounth {
    display: flex;
    justify-content: center;
    height: 60%;
    align-items: center;
}

.kinlich {
    display: flex;
    justify-content: center;
    font-size: 13px;
}

.all-calenda {
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.itemListGio {
    width: 110px;
    height: 40px;
    cursor: pointer;
    margin: 5px;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(18, 45, 84, 0.1);
    background-color: #fff;
    border: 1px solid #00a1b9;
    transition: all 0.3s;
}

    .itemListGio.active {
        background-color: #5cb85c;
    }

.ListGioActive a {
    color: #fff;
    text-decoration: none;
    cursor: no-drop;
}

.itemListGio:hover {
    box-shadow: -1px 1px 5px #948989;
    transform: translateY(-2px);
    transition: all 0.3s;
}

.itemListGio a {
    text-decoration: none;
    color: #0066b3;
}

.ListGioActive {
    width: 110px;
    height: 40px;
    cursor: no-drop;
    margin: 5px;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #cda0a0;
    border: 1px solid #cda0a0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}

.ild-txtGio {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    font-size: 17px;
}

.btn-booking {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.chongiokham {
}

.formNhapThongTin {
    width: 885px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid #e4e4e4;
}

.all-formNhapThongTin {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.txt-NTTNK {
    font-size: 18px;
    display: flex;
}

.formNhap {
    background-color: #f6f6f6;
    padding: 20px;
    margin-top: 10px;
    border-radius: 10px;
}

.giakham {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

    .giakham span {
        color: red;
        margin-left: 5px;
    }

.f-input {
    width: 390px;
    height: 30px;
    border: 1px solid #c8c8c8;
    padding-left: 5px;
    border-radius: 3px;
    outline: 0;
    font-size: 13px;
}

.f-inputb {
    width: 100%;
    height: 30px;
    border: 1px solid #c8c8c8;
    padding-left: 5px;
    border-radius: 3px;
    outline: 0;
    font-size: 13px;
}

.f-inputns {
    width: 270px;
    height: 30px;
    border: 1px solid #c8c8c8;
    padding-left: 5px;
    border-radius: 3px;
    outline: 0;
    font-size: 13px;
}

.hai-input {
    display: flex;
    justify-content: space-between;
}

.all-inputf {
    margin-bottom: 10px;
}


.i-txt {
    margin-bottom: 10px;
}

    .i-txt span {
        color: red;
    }

.all-ins {
    display: flex;
    justify-content: space-between;
}

.haiinputnn {
    display: flex;
    justify-content: space-between;
}

#txtThangO {
    width: 100%;
    height: 35px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    outline: 0;
}

.iconBackBook i {
    color: #0066b3;
    cursor: pointer;
}

.iconBackBook {
    margin-right: 20px;
}

.allCity .select2 {
    width: 390px !important;
    outline: 0;
}

.nextBack {
    display: flex;
    justify-content: flex-end;
    color: #0070d0;
}

.midNextBack {
    margin: 0 10px;
}

.btnBack {
    cursor: pointer;
}

    .btnBack.active {
        cursor: no-drop;
    }

.btnNext {
    cursor: pointer;
}

.bk-txtL {
    display: flex;
    justify-content: center;
    font-size: 19px;
    color: #0070d0;
}

.fgioitinh .select2 {
    width: 95px !important;
}

.input-dvmr {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.dvmr-txt {
    flex: 0 0 100px;
}

.allCity {
    display: flex;
    flex: 1;
}

    .allCity span {
        flex: 1;
    }

.dichvumorong {
    display: none;
}

.ckeckoxHoi {
    display: flex;
    align-items: center;
}

    .ckeckoxHoi input {
        margin: 0 5px 0 0;
    }

.widthNDK {
    width: 100%;
}
/*Dịch vụ mở rộng*/
.danhsachthoigianlamviec {
    display: flex;
    justify-content: center;
}

.all-danhsachthoigianlamviec {
    width: 1000px;
    margin-top: 5px;
}

.content-danhsachthoigianlamviec {
}

.btn-luu {
    background-color: #367fa9;
    height: 25px;
    width: 70px;
    border: 1px solid #367fa9;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
}

.btn-them {
    background-color: #367fa9;
    height: 25px;
    width: 65px;
    font-size: 13px;
    border: 1px solid #367fa9;
    border-radius: 3px;
    color: #fff;
    display: none;
    margin-left: 10px;
}

.btn-xoa {
    background-color: #f43922;
    height: 25px;
    width: 65px;
    font-size: 13px;
    border: 1px solid #f43922;
    border-radius: 3px;
    margin-left: 10px;
    display: none;
    color: #fff;
}

.btn-luuca {
    background-color: #00c0ef;
    height: 25px;
    width: 65px;
    font-size: 13px;
    border: 1px solid #00c0ef;
    border-radius: 3px;
    margin-left: 10px;
    display: none;
    color: #fff;
}

.btn-sua {
    background-color: #5bc0de;
    height: 25px;
    width: 65px;
    font-size: 13px;
    border: 1px solid #5bc0de;
    border-radius: 3px;
    margin-left: 10px;
    display: none;
    color: #fff;
}

.btn-huy {
    background-color: #d9534f;
    height: 25px;
    width: 65px;
    font-size: 13px;
    border: 1px solid #d9534f;
    border-radius: 3px;
    margin-left: 10px;
    display: none;
    color: #fff;
}

.btn-luuo {
    background-color: #00c0ef;
    height: 25px;
    width: 65px;
    font-size: 13px;
    border: 1px solid #00c0ef;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
}

.th-danhsachcalamviec {
    display: flex;
    border-bottom: 1px solid #c8c8c8;
}

.topDVMR {
    display: flex;
    border: 1px solid #c8c8c8;
    padding: 5px;
    background-color: #4080ff;
    color: #fff;
}

.btnDVMR {
    padding: 3px;
    height: 20px;
    width: 20px;
    font-size: 11px;
    margin-right: 5px;
    background-color: #fff;
    color: #337ab7;
}

.tr-danhsachcalamviec {
    border-bottom: 1px solid #c8c8c8;
    display: flex;
    font-size: 13px;
    font-weight: 100;
}

    .tr-danhsachcalamviec:hover {
        cursor: pointer;
        background-color: #5c8ece !important;
        color: #fff;
    }

    .tr-danhsachcalamviec:last-child {
        border-bottom: 0;
    }

    .tr-danhsachcalamviec:nth-child(even) {
        background-color: #e2ecf8;
    }

    .tr-danhsachcalamviec.active {
        background-color: #5c8ece !important;
        color: #fff;
    }

.title-calamviec {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    margin-top: 10px;
    border: 1px solid #c8c8c8;
    border-radius: 3px 3px 0 0;
    color: #35498e;
    font-weight: bold;
    text-transform: uppercase;
}

.tglv-lable {
    border: 1px solid #c8c8c8;
    border-radius: 3px 0 0 3px;
    padding-left: 5px;
    font-size: 13px;
    border-right: 0;
    background-color: #f1f1f1;
    height: 25px;
    display: flex;
    align-items: center;
    width: 80px;
}

.allDVMR {
    margin-top: 10px;
}

.txtDVK {
    display: flex;
    margin-top: 10px;
}

    .txtDVK div {
        display: flex;
        align-items: center;
        border: 1px solid #c8c8c8;
        font-size: 13px;
        padding-left: 5px;
        border-radius: 3px 0 0 3px;
        flex: 0 0 130px;
    }

    .txtDVK input {
        flex: 1;
        border: 1px solid #c8c8c8;
        border-left: 0;
        min-height: 30px;
        border-radius: 0 3px 3px 0;
        outline: 0;
        padding-left: 5px;
    }

.txtHTTT {
    margin: 10px 0 5px;
    font-weight: bold;
}

.HTTT {
    display: flex;
    cursor: pointer;
    margin-bottom: 3px;
}

.conHTTT {
    margin-left: 40px;
    font-size: 13px;
    margin-bottom: 5px;
}

.itemHTTT {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/*Rating*/
div, label {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 1.5em;
    margin: 10px;
}
/****** Style Star Rating Widget *****/
#rating {
    border: none;
    float: left;
}

    #rating > input {
        display: none;
    }
    /*ẩn input radio - vì chúng ta đã có label là GUI*/
    #rating > label:before {
        margin: 5px;
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }
    /*1 ngôi sao*/
    #rating > .half:before {
        content: "\f089";
        position: absolute;
    }
    /*0.5 ngôi sao*/
    #rating > label {
        color: #ddd;
        float: right;
    }
    /*float:right để lật ngược các ngôi sao lại đúng theo thứ tự trong thực tế*/
    /*thêm màu cho sao đã chọn và các ngôi sao phía trước*/
    #rating > input:checked ~ label,
    #rating:not(:checked) > label:hover,
    #rating:not(:checked) > label:hover ~ label {
        color: #FFD700;
    }
        /* Hover vào các sao phía trước ngôi sao đã chọn*/
        #rating > input:checked + label:hover,
        #rating > input:checked ~ label:hover,
        #rating > label:hover ~ input:checked ~ label,
        #rating > input:checked ~ label:hover ~ label {
            color: #FFED85;
        }


.listTabListGK {
    display: flex;
    justify-content: space-between;
}

    .listTabListGK li {
        flex: 0 0 49.5%;
        list-style-type: none;
        list-style-type: none;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .listTabListGK li a {
            text-decoration: none;
            color: #0066b3;
            border: 1px;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #ddd;
        }

        .listTabListGK li.active {
            background: #0066b3;
            color: #fff;
            border: 0;
        }

            .listTabListGK li.active a {
                color: #fff;
            }
