﻿.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 {
    margin-left: 0px;
    margin-top: 5px;
    margin-right: 5px;
    --bs-gutter-x: 0;
}

.b12-pageheader {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    --bs-gutter-x: 0;
}

.b12-mainmenu {
    background: #F6F7F7;
    border-radius: 5px!important;
    margin-left: 0px;
    margin-top: 5px;
    margin-right: 5px;
    box-shadow: 1px 1px 4px 1px;
    --bs-gutter-x: 0;
}

.b12-modalcontainer-fullscreen {
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    height: calc(100vh - 80px);
    background-color: transparent;
}

.b12-hidden{
    display:none;
}

.b12-no-horizontal-scroll {
    overflow-x:hidden;
}

.b12-zindex-10 {
    z-index: 1010;
}
.b12-zindex-20 {
    z-index: 1020;
}
.b12-zindex-30 {
    z-index: 1030;
}

.b12-fullscreen{
    width:calc(100% - 20px);
    height:calc(100% - 20px);
}

.b12-modal-fullscreen {
    width: calc(100vw - 20px);
    max-width: none;
    height: 100%;
    margin: 10px;
}

.b12-form-fullscreen {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100vw - 40px);
    max-width: none;
    height: calc(100vh - 40px);
    margin: 20px;
    border: solid;
    border-width: 1px;
}

.b12-form {
    width: calc(100%);
    height: auto;
    margin: 0px;   
}


.b12-navbar-container{
    overflow-y:auto;
    width:100%;
}

.b12-navbutton{
    width:100%;
    text-align:left!important;
}

.b12-editor {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100vw - 20px);
    height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}

.b12-editor-menu {
    height: calc(100%);
    width: 400px;
    overflow-y: auto;
}

.b12-editor-content {
    height: calc(100% - 0px);
    width: calc(100% - 400px); 
    overflow-y: auto;
    overflow-x:hidden;
}

.b12-richedit{
    height:600px!important;
    width:100%!important;
}

.b12-defaultbackground {
    /*background-color:lightgray;*/
}


/* Navigation tree */

.demo-treeview-template .nav-pills .nav-pills {
    margin-left: 0 !important;
}

.demo-treeview-template h5 {
    margin-bottom: .1rem;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
}

.demo-treeview-template .treeview-template-icon {
    padding: 5px;
    width: 30px;
    height: 30px;
}

.demo-treeview-template .treeview-expand-btn {
    background-color: currentColor;
    width: 0.7em;
    height: 0.7em;
}

    .demo-treeview-template .treeview-expand-btn.expanded {
        -webkit-mask-image: url("../assets/img/icons/chevron-down.svg");
        mask-image: url("../assets/img/icons/chevron-down.svg");
    }

    .demo-treeview-template .treeview-expand-btn.collapsed {
        -webkit-mask-image: url("../assets/img/icons/chevron-right.svg");
        mask-image: url("../assets/img/icons/chevron-right.svg");
    }

.form-control {
    background-color: oklch(99% 0.004 255) !important;
}

.form-select {
    background-color: oklch(99% 0.004 255);
}

.wu-window {
    background: oklch(98.5% 0.006 255);
    color: oklch(22% 0.015 255);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.wu-window__header {
    align-items: center;
    background: oklch(99.2% 0.005 255);
    border-bottom: 1px solid oklch(89% 0.011 255);
    display: flex;
    min-height: 72px;
    padding: 12px 24px;
}

.wu-window__header img {
    max-height: 42px;
    width: auto;
}

.wu-window__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.wu-window__footer {
    border-top: 1px solid oklch(89% 0.011 255);
    padding: 12px 24px;
}

.wu-admin-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    height: 100%;
    min-height: 0;
    width: 100%;
}

.wu-admin-sidebar {
    background: oklch(25% 0.022 255);
    border-right: 1px solid oklch(34% 0.023 255);
    min-height: 0;
    overflow-y: auto;
}

.wu-admin-sidebar .nav-link {
    border-radius: 6px;
    color: oklch(93% 0.008 255);
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.72rem 0.85rem;
    text-decoration: none;
}

.wu-admin-sidebar .nav-link:hover,
.wu-admin-sidebar .nav-link:focus {
    background: oklch(34% 0.025 255);
    color: oklch(99% 0.004 255);
}

.wu-admin-sidebar .nav-link.active {
    background: oklch(39% 0.055 255);
    color: oklch(99% 0.004 255);
}

.wu-admin-sidebar .nav-link i {
    color: oklch(77% 0.08 250);
    flex: 0 0 1.15rem;
    text-align: center;
}

.wu-admin-sidebar .nav-link.active i {
    color: oklch(88% 0.075 245);
}

.wu-admin-content {
    box-sizing: border-box;
    background: oklch(98.5% 0.006 255);
    height: 100%;
    min-width: 0;
    overflow: auto;
    padding: 20px 24px 24px;
}

.wu-grid {
    background: oklch(99.2% 0.005 255);
    border: 1px solid oklch(89% 0.011 255);
    border-radius: 8px;
    box-shadow: 0 10px 26px oklch(25% 0.02 255 / 0.06);
    overflow: hidden;
}

.wu-grid-table {
    color: oklch(24% 0.016 255);
    font-size: 0.94rem;
}

.wu-grid-table th {
    color: oklch(38% 0.018 255);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.wu-grid-table td {
    border-color: oklch(91% 0.01 255);
    vertical-align: middle;
}

.wu-grid-table .btn-link {
    color: oklch(45% 0.145 255);
    font-size: 0.94rem !important;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    text-decoration: none;
}

.wu-grid-table .btn-link:hover {
    color: oklch(38% 0.16 255);
    text-decoration: underline;
}

.wu-modal {
    overflow-y: auto;
}

.modal-content {
    border: 1px solid oklch(88% 0.012 255);
    border-radius: 8px;
    box-shadow: 0 24px 70px oklch(18% 0.022 255 / 0.24);
}

.modal-header,
.modal-footer {
    background: oklch(99% 0.005 255);
    border-color: oklch(90% 0.011 255);
}

.accordion {
    --bs-accordion-border-color: oklch(89% 0.011 255);
    --bs-accordion-border-radius: 8px;
    --bs-accordion-inner-border-radius: 8px;
}

.accordion-item {
    background: oklch(99.2% 0.005 255);
}

.accordion-button {
    color: oklch(24% 0.016 255);
    cursor: pointer;
    font-size: 0.98rem;
    font-weight: 600;
    list-style: none;
}

.accordion-button::-webkit-details-marker {
    display: none;
}

@media (max-width: 959.98px) {
    .wu-window__header {
        min-height: auto;
        padding: 10px 14px;
    }

    .wu-admin-shell {
        display: flex;
        flex-direction: column;
    }

    .wu-admin-sidebar {
        border-bottom: 1px solid oklch(34% 0.023 255);
        border-right: 0;
        max-height: 180px;
    }

    .wu-admin-sidebar .nav {
        flex-direction: row !important;
        overflow-x: auto;
        padding: 10px !important;
    }

    .wu-admin-sidebar .nav-link {
        white-space: nowrap;
        width: auto !important;
    }

    .wu-admin-content {
        padding: 14px;
    }
}

.b12-grid-no-vertical-lines td {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
}

.b12-grid-no-vertical-lines th {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
}

.b12-grid-no-vertical-lines thead {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
}





