/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
.navbar {
    min-height: unset;
}

#header .logo h2,
#header .logo .site_description {
    display: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 24px;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#body {
    padding-top: 5px;
    border-radius: 0 0 5px 5px;
}

.panel {
    margin-bottom: 10px;
}

.panel-body {
    padding: 8px;
}

#hot-news .news_column .col-md-12.margin-bottom-lg,
.news_column.two_column p {
    color: #999;
    font-size: 12px;
}

[align="center"],
[class="standing_table"] *,
#news-bodyhtml table * {
    text-align: center !important;
}

.note-highlight {
    background: #e8ffd4;
    padding: 10px;
    margin-bottom: 10px;
}

.note-highlight ul {
    padding-left: 15px;
    list-style: disc;
}

.note-highlight ul li {
    margin-bottom: 10px;
}

.footer_content {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px 15px;
    background: #e8ffd4;
}