/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Tue, 08 Apr 2014 15:13:43 GMT
 */

.mb-0 {
    margin-bottom: 0!important;
}

.list_box {
    height: 200px;
    overflow: scroll;
    border: solid 1px #dddddd;
    padding: 10px
}

.none_weight {
    font-weight: inherit
}

/* Danh sách biểu mẫu */
.nvform-lists .item h2 {
    margin-bottom: 5px;
}

.nvform-lists .item ul {
    margin: 0;
    padding: 0;
}

.text-nowrap {
    white-space: nowrap;
}