﻿.customcontrol-noborder{
    border:none;
}

.b12-page-header {
    margin-top:40px!important;
    height:60px!important;
    z-index:-1!important;
}

.b12-font-small{
    font-size:12px!important;
}

.b12-font-large {
    font-size: 24px !important;
}

.b12-font-xxxlarge {
    font-size: 48px !important;
}

.b12-button {   
    margin-left:10px;
    transition: all .2s ease-in-out;
}
    .b12-button:hover {
        transform: scale(1.1);
    }

.b12-mainmenu-icon {
    height:18px;
    margin-right:10px;
}

.b12-mainmenu-text {

}

.my-grid.dxbs-gridview .card.dxgvCSD.dxbs-grid-vsd {
    height: calc(100vh - 241px) !important;
}

.b12-card {
    background: #F6F7F7;
    border-radius: 5px;
    margin-left: 0px;
    margin-top: 5px;
    margin-right: 5px;
    box-shadow: 1px 1px 4px 1px;
    --bs-gutter-x: 0;
}

.b12-pageheader {
    background: #F6F7F7;
    border-radius: 5px;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 5px;
    box-shadow: 1px 1px 4px 1px;
    --bs-gutter-x: 0;
}

.b12-mainmenu {
    background: #F6F7F7;
    border-radius: 5px;
    margin-left: 0px;
    margin-top: 5px;
    margin-right: 5px;
    box-shadow: 1px 1px 4px 1px;
    --bs-gutter-x: 0;
}
