#wrapper{
    width: 100%;
}

.number{
    text-align:right
}
.pointer{
    cursor:pointer;
}
.row-function{
    cursor:pointer;
    padding: 5px;
    margin: 2px;
}
.modal label{
    font-weight: bold;
}
.new-updated{
    background-color: #ffc10760 !important;
}
.new-added{
    background-color: #4dbd7460 !important;
}
table {
    font-size: small;
}
table th{
    font-weight: bold;
    text-align: center
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content{
    max-height: 400px;
    overflow-y: auto;
}
.disable{
    opacity: 0.4;
    pointer-events: none;
}
.sidebar .nav-link.active{
    background: #17a2b8;
}
tr[top_value="-1"]{
    background: #f86c6b90 !important;
    color: #fff !important
}
select[name="trang_thai"], .top_value, [top_value="1"]{
    background: #ffff0070 !important;
}
tr[top_value="2"]{
    background: #ffff0040 !important;
}
tr[top_value="3"]{
    background: #ffff0010 !important;
}
.text-bold{
    font-weight:bold;
}
.text-color-red{
    color: #f00;
}
.change_location{
    cursor: pointer
}
.buocgia.active, .boctham_chonnguoi.active{
    background: #17a2b8 !important;
    color: #fff;
}

input:required {
  border: 1px solid green;
}
input:required:invalid {
  border: 1px solid red;
}

.sidebar .nav-dropdown.open {
    background: #673AB7;
}