html
{
    font-size: 14px;
}

@media (min-width: 768px)
{
    html
    {
        font-size: 16px;
    }
}

html
{
    position: relative;
    min-height: 100%;
}

body
{
    margin-bottom: 60px;
}

.rightbody
{
    padding: 14px;
}

#table21, #table221, #table22, #table23, #table31, #table32
{
    color: white;
    text-shadow: 0px 0px 2px #000000;
}

    #table21 th, #table221 th, #table22 th, #table23 th, #table31 th, #table32 th
    {
        background: #989898;
    }

.userthis
{
    color: white !important;
    padding: 6px;
    font-size: 0.8rem;
    background: #1E9FFF;
    border-radius: 5px;
}
/*文件管理的菜单导航*/
.foldermenu
{
    width: 38px;
    height: 38px;

    display: inline-block;
    margin-right: 10px;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
}

    .foldermenu:hover
    {
        border: 1px solid #1E9FFF;
        border-radius: 2px;
        cursor: pointer;
    }

    .foldermenu img
    {
        border-radius: 2px;
        width: 38px;
        height: 38px;
    }
/*文件管理的文件夹*/
.folde
{
    width: 140px;
    height: 180px;
    display: inline-block;
    margin: 10px;
    text-align:center;
    background:white;
}

    .folde img
    {
        width: 140px;
    }
    .folde img:hover
    {
        background:#1E9FFF;
    }
/*上传文件弹出层*/
#modalContent
{
    padding: 10px 20px;
    width: 500px;
    height: 260px;
    border: 1px solid #ff6a00;
    background: #e9e9e9;
    position: absolute;
    z-index: 99;
    top: calc(50% - 130px);
    left: calc(50% - 250px);
    box-shadow:0px 0px 5px #808080;
}
.context-menu
{
    z-index: 1000;
    position: absolute;
    width: 150px;
    border: 1px solid #d4d4d4;
    background: #e9e9e9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    list-style: none;
    margin: 0;
}
    .context-menu li
    {
        height: 30px;
        padding: 12px 20px;
        border-bottom: 1px solid #d4d4d4;
        cursor: pointer;
    }
        .context-menu li:hover
        {
            background: #1E9FFF;
            color: white;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
        }
        .context-menu li:last-child{
            border-bottom: none;
        }
#imgadmin
{
    background: white;
    padding: 10px;
    display: none;
}