@charset "utf-8";


.header {
    height: 50px;
    background: #0047FF url(/img/svd_logo.png) no-repeat left;
    background-position-x: 10px;
    color: #fff;
}

.header a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    margin-left: 180px;
    font-size: 16px;
    line-height: 50px;
    vertical-align: bottom;
}

.main-content-container {
    min-height: calc(100vh - 80px);
    /* Adjust for header height */
}

.main-footer {
    height: 30px;
    background: #0047FF;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.top-nav {
    height: 50px;
    background: #0047FF url(/img/svd_logo.png) no-repeat left;
    background-position-x: 10px;
    color: #fff;
    /* min-width: 600px; */
}

.top-nav h1 {
    padding: 0 30px;
    display: inline-block;
}

.top-nav h1 a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    margin-left: 150px;
    font-size: 16px;
    line-height: 50px;
    vertical-align: bottom;
}

.offcanvas-body ul {
    padding-left: 0rem;
}

.offcanvas-body li {
    list-style: none;
    padding-left: 1rem;
}

.offcanvas-body a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0px 10px;
    border-bottom: 1px #444 solid;
    line-height: 2em;
}

.offcanvas-body a:hover {
    background-color: #555;
}

.offcanvas-liv-p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #888;
    font-size: 80%;
}

.system-menu {
    display: inline-block;
    float: right;
    line-height: 50px;
}

.system-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.system-menu a:hover {
    background-color: #00264D;
}

.menu-top {
    padding: 0 10px;
    border-left: #00264D 1px solid;
    display: inline-block;
    margin-right: 60px;
}

.zdo_drawer_menu * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none;
    color: #ffffff;
}

.zdo_drawer_menu a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
}

.zdo_drawer_menu a:visited {
    color: inherit
}

.zdo_drawer_menu .zdo_drawer_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(51, 51, 51, .5);
    display: none;
    top: 0;
    left: 0
}

.zdo_drawer_menu .zdo_drawer_button {
    display: block;
    border: none;
    padding: 0;
    width: 45px;
    height: 45px;
    letter-spacing: .1em;
    cursor: pointer;
    position: fixed;
    top: 2px;
    right: 10px;
    z-index: 1001;
    text-align: center;
    outline: none;
    border: 1px #ffffff solid;
    background-color: #0047FF;
    border-radius: 5px;
}

.zdo_drawer_menu .zdo_drawer_button:hover {
    background-color: #00264D;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
    width: 35px
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
    transform: rotate(24deg)
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
    transform: rotate(-24deg)
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
    display: block
}

.zdo_drawer_menu .zdo_drawer_bar {
    display: block;
    height: 2px;
    margin: 5px 5px;
    transition: all .2s;
    transform-origin: 0 0;
}

.zdo_drawer_menu .zdo_drawer_text {
    text-align: center;
    font-size: 10px;
    line-height: 10px;
}

.zdo_drawer_menu .zdo_drawer_close {
    letter-spacing: .08em;
    display: none
}

.zdo_drawer_menu .zdo_drawer_menu_text {
    display: block
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
    background-color: #ffffff
}

.nav-login-user-info {
    background-color: #444;
    width: 100%;
}

.page_title {
    border-bottom: 2px solid #004286;
    color: #004286;
    font-weight: bold;
    font-size: 190%;
    padding: 0 0.5rem;
}

.modal-select-area {
    width: 90%;
    max-width: 60rem !important;
}

.text-right {
    text-align: right !important;
}

.flash-message {
    clear: both;
    color: var(--bs-danger);
    background: transparent;
    border: 1px solid var(--bs-danger);
    margin: 1rem;
    padding: 0.5rem 1rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.customer-chair {
    float: right;
    font-size: var(--bs-body-font-size);
    text-decoration: none;
}