﻿:root{
    --bb-layout-sidebar-backgound:#f5f8fa;
    --bb-row-label-width: 90px;
}
.layout{
    --bb-layout-sidebar-banner-background:#f5f8fa;
    --bb-layout-header-backgound:#3459e6;
    --bb-layout-headerbar-backgound:#009ef7;
    --bb-layout-sidebar-backgound:#f5f8fa;
    --bb-layout-title-color: #181c32;
}

.widget .dropdown-body h3 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 10px;
}

.widget .dropdown-body h4 {
    color: #444444;
    font-size: 15px;
    margin: 0;
}

.widget .dropdown-body small {
    color: #999999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.widget .dropdown-item > div:not(.progress):last-child {
    width: calc(100% - 40px);
}

.widget .dropdown-item {
    padding: 0.5rem 1rem;
}

.widget .progress {
    height: 7px;
}

.widget .dropdown-item.active,
.widget .dropdown-item:active {
    color: inherit;
}

.widget .dropdown-item:not(:nth-of-type(odd)):active {
    background-color: inherit;
}

.table-cell img {
    width: 46px;
    border-radius: var(--bs-border-radius);
}

.table-cell .progress {
    height: 6px;
    margin-top: .5rem;
}
.full-page{
    width: 100vw;
    height: 100vh;
}
.zlogin-bg{
    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
}
.zlogin-header{
    background-image:url("/images/login-header-bg.png");
    background-repeat: no-repeat;
    width: 200px;
    height: 61px;
    margin-top:-56px;
    padding-top:15px;
}
.zlogin-header .logo{
    width: 32px;
    height: 32px;
    margin-right:8px;
}

