/**
 * @Project NUKEVIET 4.x
 * @Author VSOFT (http://vsoft.com.vn)
 * @Copyright (C) 2017 VSOFT. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Tue, 25 Apr 2017 03:24:43 GMT
 */

/* Một số tối ưu của VINADES */
.form-inline label {
    margin-bottom: 0;
}

.checkbox-inline input[type="checkbox"],
.form-inline input[type="checkbox"] {
    margin-top: 1px;
}
.wraper {
        width:1000px !important;
    }
.wraper_main {
        width: 100%;
    }
.checkbox-inline {
    margin-top: 7px;
}

/* CSS Cũ */
.hinhtron{
    margin-right: 5px;
    background: #3ccdbe;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    display: inline-block;
    padding-top: 2px;
    font-size: 12px;
}
.hide_temp{
    display: none;
}
.input-group .form-control {
    z-index: 1 !important;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.haophuccolor{
    color: #0000ff;
}

.table-hover > tbody > tr:hover {
    background-color: rgb(255, 244, 111);
}

.bangkinhdich{
    white-space:nowrap;
    font-size: 12px;
    background-color: #f8f9fa;
}

@media (max-width: 767px) {
    .bangkinhdich {
        white-space: normal;
        margin-bottom: 20px;
    }
}

.bangkinhdich h3{
    white-space: normal;
}

@media (min-width: 1200px){
    .wraper {
        width:1000px;
    }
    .wraper_main {
        width:800px;
    }
}

@media (min-width: 992px){
    .wraper {
        width: 100%;
        max-width:1000px;
    }
    .wraper_main {
        width: 100%;
        max-width:800px;
    }
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 6px 2px;
    line-height: 1;
    vertical-align: top;
    border-top: 0px solid #099;
    border-bottom: 1px solid #099;
    color: #000;
}

















