﻿.sidenav {
    float: left;
    width: 15%;
}

.sidenavcontent {
    border-right: 1px solid #B2E0F9;
    border-bottom: 1px solid #B2E0F9;
}

.contentpart {
    float: left;
    width: 85%;
}

.toolbar {
    height: 64px;
    background-color: #005ead;
}

.loginPanel {
    float: left;
    width: 300px;
    height: 200px;
    margin-left: calc(50% - 150px);
    margin-top: 200px;
}

.btnSubmit {
    background-color: #3D8BCD; /* 浅蓝色背景 */
    color: white; /* 白色文字 */
    border: none;
    border-radius: 5px; /* 圆角 */
    /*width: 100%;*/ /* 宽度与页面同宽 */
    padding: 5px 10px; /* 内边距 */
    font-size: 12px; /* 字体大小 */
    text-align: center; /* 文字居中 */
    cursor: pointer; /* 鼠标悬停时显示为指针 */
}



body {
    font-size: 12px;
    font-family: Arial;
}

#pageContent {
    padding-left: 20px;
}

#pageTitle {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

#pageMainContent {
    margin-top: 50px;
}

.countTable {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}


    .countTable th {
        width: 28px;
        height: 28px;
        border-left: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
    }

    .countTable td {
        width: 28px;
        height: 28px;
        border-left: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
    }

    .btnList {
        background-color: #3D8BCD; /* 浅蓝色背景 */
        color: white; /* 白色文字 */
        border: none;
        border-radius: 10px; /* 圆角 */
        /*width: 100%;*/ /* 宽度与页面同宽 */
        padding: 4px 10px; /* 内边距 */
        font-size: 9px; /* 字体大小 */
        text-align: center; /* 文字居中 */
        cursor: pointer; /* 鼠标悬停时显示为指针 */
    }

