/* _content/BigReport/Components/StokBulComponent.razor.rz.scp.css */
.thead-ozel[b-0wox30klog] {
    border-color: #0298d0
}
    .thead-ozel th[b-0wox30klog] {
        background-color: #00aeef;
        border-color: #0298d0;
        color: #fff;
        padding: 14px 6px;
    }
.table-ozel tbody[b-0wox30klog] {
  
}
.maxheight-table[b-0wox30klog] {
    max-height:250px;
    overflow-y: auto;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .tablet-big-tablerow .table tr td[b-0wox30klog] {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .maxheight-table[b-0wox30klog] {
        max-height: 65vh;
        overflow-y: auto;
        width: 100%;
    }
}
/* _content/BigReport/Pages/B2B/Islemler/Siparis-ekle.razor.rz.scp.css */
/* _content/BigReport/Pages/B2F/Islemler/Siparis-ekle.razor.rz.scp.css */
/* _content/BigReport/Pages/Login.razor.rz.scp.css */
.login-box[b-ee0l8c9yeh] {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    background-image: url(/assets/images/loginbg.jpg);
    background-size: cover;
    background-position: center;
}
.login-inner[b-ee0l8c9yeh] {
    width:100%;
    max-width:400px;
    padding:2rem;
    border:1px solid #ddd;
    background-color:#fff;
}
.login-header[b-ee0l8c9yeh] {

}
    .login-header h3[b-ee0l8c9yeh] {
        margin-bottom: 1rem;
        text-align: center;
        font-size: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 1rem;
        line-height: 0;
    }
    .login-header img[b-ee0l8c9yeh] {
        margin: 1rem auto;
        max-width: 150px;
        width: 100%;
        display: block;
    }
/* _content/BigReport/Shared/Anamenu.razor.rz.scp.css */
.leftmainmenu[b-a7geucbexs] {
    width: 100%;
    max-width: 250px;
    background-color: #f3f3f3;
    height: 100vh;
    position: sticky;
    top:0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.leftmainmenu-header[b-a7geucbexs] {
    background-color: #0000000a;
    position: relative;
    overflow: hidden;
}

    .leftmainmenu-header a img[b-a7geucbexs] {
        width: 100%;
        max-width: 150px;
        display: block;
        margin: 1rem auto;
    }

.leftmainmenu-nav a[b-a7geucbexs] {
    color: #fff;
}

.submenu[b-a7geucbexs] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: none;
    background-color: #06163a;
}

    .submenu.submenuactive[b-a7geucbexs] {
        display: block;
    }

.leftmainmenu-body[b-a7geucbexs] {
    position: relative;
    height:100%;
}
ul.bottommenu[b-a7geucbexs] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    width: 100%;
    list-style: none;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    max-width: 250px;
}
.leftmainmenu-nav li[b-a7geucbexs] {
    border-bottom: 1px solid #ddd;
}

[b-a7geucbexs] a.nav-link {
    color: #252424;
    cursor: pointer;
}
.leftmainmenu-inner[b-a7geucbexs] {
    height: 100%;
}
.leftmainmenu.mobilepage[b-a7geucbexs] {
    max-width: 100%;
}
.showmobile[b-a7geucbexs] {
    display:none;
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
    .showmobile[b-a7geucbexs] {
        display: block;
    }
    .leftmainmenu.none[b-a7geucbexs] {
        display: none;
    }
    ul.bottommenu[b-a7geucbexs] {
        position: fixed;
        background-color: #ddd;
        z-index: 9999;
        max-width: 100%;
    }
    .leftmainmenu[b-a7geucbexs] {
        position: relative;
        z-index: 400;
    }
      
}
@media only screen and (max-width: 576px) {
}
/* _content/BigReport/Shared/MainHeader.razor.rz.scp.css */
.header-top[b-y4cawl1en8] {
    width: 100%;
    display: flex;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background-color: #ddd;
    overflow: hidden;
}
ul.nav.topnav[b-y4cawl1en8] {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    align-items: center;
}
.title-cont[b-y4cawl1en8] {
    display: flex;
    align-items: center;
}
/* _content/BigReport/Shared/MainLayout.razor.rz.scp.css */
.main-cont[b-sy3xoevk1z]
 {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    height:100%;
    min-height:100vh;
}
main.main-content[b-sy3xoevk1z] {
    width: 100%;
    max-width: calc(100% - 250px);
    position: relative;
}
@media only screen and (max-width: 768px) {
    main.main-content[b-sy3xoevk1z] {
        max-width: 100%;
    }
}
