﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/* bắt đầu sua css trong bootstrap 5 */
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0.2rem;
}
/* kết thúc sua css trong bootstrap 5 */
@media (min-width:1200px) {
    body[data-layout=horizontal] .container-fluid, body[data-layout=horizontal] .navbar-header {
        max-width: 100%
        /* lâm chinh max-width:85% thanh 100%*/
    }
}
@media (min-width:992px) {
    body[data-layout=horizontal] .topnav {
        margin-top: 0px;
        margin-bottom: -16px;
        border-radius: 4px;
    }
}
.page-title-box {
     padding-bottom: 0rem 
}
/*bat dau Cumstom dx.light.css*/
.dx-layout-manager .dx-field-item {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
page-topbar_edit {
    position: fixed;
    top: 0;
    left: 0;
    right: 250px;
    z-index: 10;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
}

.row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -1);
    margin-left: calc(var(--bs-gutter-x)/ -1);
}
/*kết thúc Cumstom dx.light.css*/


