
.uk-navbar-nav li a {
    color: #000; /* Màu chữ mặc định */
    text-decoration: none; /* Bỏ gạch chân nếu có */
    transition: color 0.3s ease; /* Tạo hiệu ứng chuyển đổi mượt */
    font-size: 13px;
}

.uk-navbar-nav li a:hover {
    color: #ff5722; /* Màu chữ khi hover */
    text-decoration: none; /* Gạch chân khi hover (nếu muốn) */

}

.cau_lo{
    background: #FED683;
    padding: 2px;
    font-size: 25px;
    font-weight: bold;
}

.bgtop{     
    background-color: #e2eef8;
    background: -moz-linear-gradient(bottom, #fff 30%, #e2eef8 70%);
    background: -o-linear-gradient(bottom, #fff 30%, #e2eef8 70%);
    background: -ms-linear-gradient(bottom, #fff 30%, #e2eef8 70%);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0.1, #fff),color-stop(0.9, #e2eef8));
}

.bds-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

.btnSumit{
    background: #F2E88F;
}

.tabletitle1{
    text-transform: none; font-weight: bold; font-size: 13px
}
.tabletitles thead tr td{
    text-transform: none; font-weight: bold; font-size: 13px
}

.ts_move{
    background: #8d8a8a;
}
.ts_out{
    background: #808080;
}
.ts_add{
    background: #3C4043;
}