﻿
@media screen and (min-width:1266px) {
    #BodyBox {
        width: 87%;
    }
    #LineBox {
        width: 1%;
    }

    #MnuBox {
        width: 12%;
    }
    #MenuSmall {
        display: none
    }
}
@media screen and (max-width:1266px) and (min-width:1079px) {


    #BodyBox {
        width: 85%;
    }

    #LineBox {
        width: 1%;
    }

    #MnuBox {
        width: 14%;
    }
    #MenuSmall {
        display: none
    }
}

@media screen and (max-width:1079px) and (min-width:945px) {
    

    #BodyBox {
        width: 83%;
    }
    #LineBox {
        width: 1%;
    }

    #MnuBox {
        width: 16%;
    }
    #MenuSmall {
        display: none
    }
}

@media screen and (max-width:945px) and (min-width:550px) {

    #BodyBox {
        width: 80%;
    }

    #LineBox {
        width: 1%;
    }

    #MnuBox {
        width: 19%;
    }
    #MenuSmall {
        display: none
    }
}

@media screen and (max-width:550px) {

    #BodyBox {
        width: 100%;
    }

    #LineBox {
        display: none
    }

    #MnuBox {
        display: none
    }
    #MenuSmall {
        display: block
    }
}


/*#region Body */
.RegisterBtn {
    padding: 4px 8px 4px 8px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    background-color: #056cb4
}
.WidthFloat {
    width: 100%;
    float: right;
    margin-top: 15px;
}
.paging {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.paging li {
    float: right;
    border: 1px solid #e3e1e1;
    cursor: pointer;
    border-radius: 1px;
}

.paging li a {
    color: #525252;
    text-decoration: none;
}

.paging .active {
    color: white;
    text-decoration: none;
    background-color: #17abd1;
    border: 1px solid #3dc1e3;
    border-radius: 1px;
}

.paging .active:hover {
    color: white;
    text-decoration: none;
    background-color: #17abd1;
    border: 1px solid #3dc1e3;
}

.paging li:hover {
    color: #2b2f37;
    text-decoration: none;
    background-color: #e3e3e3;
}

.paging div {
    text-align: center;
    padding: 6px 0px 6px 0px;
    width: 33px;
}


#MainUserList {
    width: 100%;
    float: right;
    padding: 10px
}
.TableBox {
    overflow: auto;
    font-size: 14px;
    color: #878787;
    margin-top: 20px;
    width: 100%;
    float: right;
    padding-bottom: 20px;
}

.tbl {
    text-align: center;
    border-bottom: 1px solid #e3e1e1;
    border-left: 1px solid #e3e1e1;
    width: 100%;
}

.tbl tr:first-of-type {
    background-color: #f9fbfd;
    border: 1px solid #e6eaf2;
    color: #032f7d;
    font-size: 15px;
    text-align: center;
    font-weight: bold
}

.tbl tr label:first-of-type {
    padding-top: 8px
}

.tbl tr:nth-of-type(2n+1) {
    background-color: #fafbfd;
}

.tbl tr:nth-child(n+2) td {
    border-right: 1px solid #e3e1e1;
    padding: 5px 0px 5px 0px
}

.tbl tr:nth-child(n+2):hover {
    background-color: #f3fcff;
    color: #333;
}

.tbl-btn div {
    width: 32px;
    height: 32px;
    background-color: #eaeaea;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    margin-right: 5px
}

#TitlePage {
    text-align: right;
    float: right;
    width: 100%;
    border-bottom: 1px solid #cdd5e5;
    padding: 15px 15px 10px 15px;
    background-color: #f7f7f7;
}

#TitlePage div {
    float: right
}
#TitlePage div:first-child {
    padding-top: 3px
}

#TitlePage .TitlePageText {
    margin-top: 2px;
    margin-right: 7px;
}

#TitlePage a {
    float: left;
    background-color: #d6deeb;
    font-size: 15px;
    color: #032f7d;
    border: 1px solid #d6deeb;
    font-weight: bold;
    margin-right: 2px;
}
#UploadDiv {
    background-color: #ddd;
    padding: 6px;
    width: 130px;
    color: #707070;
    font-size: 13px;
    margin-top: 3px;
    cursor: pointer
}

#UploadDiv img {
    width: 19px
}
body {
    background-color: #f3f3f3
}

#BodyBox {
    float: right;
   min-height: 100vh;
}
#LineBox {
    background-color: #14177b;
    min-height: 100vh;
    float: right;
}
#MnuBox {
    background-color: #14177b;
   min-height: 100vh;
    float: right;
    position: relative;
}
#MnuBackPic {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 10
}
#MnuBackPic img{
    width: 100%;
    height: 100%;
}

#MnuLinkbox {
    width: 95%;
    height: auto;
    position: relative;
    text-align: right;
    padding-right: 7px;
    float: left;
    margin-top: 70px;
    font-weight: bolder;
    z-index: 20;
    font-size: 14px;
}
.MnuLink a{
    width: 100%;
    color: #fff;
    text-decoration: none;
    
}
    .MnuLink a > div {
        padding: 10px;
        margin-top: 4px
    }
    .MnuLink a:hover div {
        background-color: #f3f3f3;
        color: #14177b;
        text-decoration: none;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }
.ActiveMnuLink a > div {
    padding: 10px;
    margin-top:4px;
    background-color: #f3f3f3;
    color: #14177b;
    text-decoration: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.ActiveMnuLink a:hover  {
    text-decoration: none;
}

#MenuSmall {
    width: 100%;
    height: 65px;
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: #fff;
    z-index: 300;
    box-shadow: 0px 0px 2px #ccc
}

#MenuSmallDiv {
    float: right;
    height: 65px;
}

#MenuHide {
    float: right;
    height: 32px;
    border: 1px solid #2b0822;
    border-radius: 3px;
    width: 35px;
    margin: 15px 15px 0px 15px;
    cursor: pointer;
}

#MenuHide img {
    width: 32px;
    margin-top: 6px
}

#MenuSmallDiv span {
    float: right;
    padding-top: 20px;
    font-weight: bold;
}

#MenuSubSmall {
    width: 100%;
    height: auto;
    position: fixed;
    top: 65px;
    background-color: #14177b;
    z-index: 300;
    padding-bottom: 10px;
    display: none;
}

#MenuSubSmall a {
    color: #ffffff;
    padding: 6px 10px 6px 10px;
    float: right;
    width: 100%
}

#MenuSubSmall div:first-child {
    float: right;
    width: 200px;
    text-align: right;
    padding: 20px;
    z-index: 300;
    position: relative
}


#MenuSubSmallPic {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 100;
    opacity: 0.3
}
#MenuSubSmallPic img {
        width: 100%;
    }
/*#endregion */

