﻿.container {
    border-left: none !important;
    border-right: none !important;
}


button#bt_thanhtoan {
    height: 50px;
    font-size: 20px;
    padding-top: 10px;
    margin-right: 15px;
    margin: 0 auto;
}

label.error {
    color: red;
    font-weight: normal;
    position: absolute;
    top: 32px;
    right: 20px;
}
.tit_tb_kq h2 {
    color: #114672;
    text-align: center;
    font-size: 16px;
}
.clickviewdetailtour {display:none;}
.show_view_thongtin_tour {
    text-align: center;
    margin-top: 5px;
    width: 100%;
    float: left;
    display:none;
}
.tbody_s {display:none;}
.clickviewdetailtour {
    background: #0095da;
    width: 80%;
    float: left;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    display: none;
    margin-left: 10%;
    cursor:pointer;
}
.order_tbl_price {
    text-align: center;width:100%;float:left;
}
.checkbox.dydieukhoan label {
    color: red;
    font-weight: bold;
}
input#dongy_dieukhoan {
    height: 25px;
    width: 25px;
    margin-left: -10px;
    margin-right: 5px;
    margin-top: -5px;
}
ul.pt-thanhtoan {padding:0px;}
ul.pt-thanhtoan li {
    list-style: none;
    width: 33%;
    float: left;
}
ul.ulzalo li {
    width: 100%;
}
ul.ulzalo li:first-child {
    width: 50%;
}
ul.ulzalo {
    width: 100%;
    float: left;
    padding: 0px;
}
ul.tttienmat li {
    list-style: none;
}
ul.tttienmat {
    padding: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
@media (min-width: 992px) {
}

@media (min-width: 768px) {
}
@media (max-width: 767px)
{
    .right-col {
        padding-left: 0px;
    }

    .left-col {
        padding-right: 0px
    }
    
    .tbody_full {
        display: none
    }

    .tbody_s {
        display: block
    }

    tbody.tbody_s td {
        color: red;
        font-size: 18px !important;
        border: none !important;
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 15px;
    }

    table#tbl_tourdetail {
        border: none;
    }
    tbody.tbody_s tr {
        width: 100%;
        float: left;
    }
    .order_tbl_price {
        display: none;
    }
    .clickviewdetailtour{display:block;}
    .order_tbl_price.activeview, .show_view_thongtin_tour.activeview {
        display: block;
    }
}
@media (max-width: 480px) {
    .right-col {
        padding-left: 0px;
    }

    .left-col {
        padding-right: 0px
    }
    
    .tbody_full{display:none}
    .tbody_s {
        display: block
    }
    tbody.tbody_s td {
        color: red;
        font-size: 18px !important;
        border: none !important;
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 15px;
    }
    table#tbl_tourdetail {
        border: none;
    }
    .order_tbl_price {
        display: none;
    }
        .order_tbl_price.activeview, .show_view_thongtin_tour.activeview {
            display: block;
        }
    tbody.tbody_s tr {
        width: 100%;
        float: left;
    }
   
    .clickviewdetailtour {
        display: block;
    }
    ul.pt-thanhtoan li {
        width: 100%; 
    }
    ul.ulzalo {
        border-bottom: 1px solid #ccc;
        padding-top: 15px;
        padding-bottom: 15px;
    }
        ul.ulzalo li:first-child {
            width: 30%;
        }
        ul.ulzalo li.checkbox{
            padding-top:0px;
        }
    ul.tttienmat li img:first-child {
        width:60%;
    }
}