body,
html {
    height: 100%
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;/*(Jennie 20210512)*/
}

.container {
    text-align: left
}

.clear {
    clear: both
}

@media (min-width:720px) {
    .content-t {
        height: 100%;
        position: fixed;
        top: 160px;
        left: 0;
        right: 0;
        /*margin-top: 110px;*/
        padding-bottom: 60px
    }
}

@media (max-width:720px) {
    .content-t {
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 40px;
        padding-bottom: 60px
    }
}

.offset {
    padding-left: 5px
}

.modal[_v-f353fd1c] {
    z-index: 2050;
    display: block
}

.loadingImg[_v-f353fd1c] {
    width: 100%;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.img-sm[_v-f353fd1c] {
    width: 40px;
    height: 40px
}

.v-spinner {
    text-align: center
}

.v-spinner .v-clip {
    -webkit-animation: v-clipDelay .75s 0s infinite linear;
    animation: v-clipDelay .75s 0s infinite linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

@-webkit-keyframes v-clipDelay {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.8);
        transform: rotate(180deg) scale(.8)
    }

    to {
        -webkit-transform: rotate(1turn) scale(1);
        transform: rotate(1turn) scale(1)
    }
}

@keyframes v-clipDelay {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.8);
        transform: rotate(180deg) scale(.8)
    }

    to {
        -webkit-transform: rotate(1turn) scale(1);
        transform: rotate(1turn) scale(1)
    }
}

.modal[_v-35404fdc] {
    display: block
}

.nav-fixtop {
    background-color: #e20074;
    position: fixed;
    left: 0;
    right: 0;
    top: 0
}/*Jennie modify 20210512*/

#header .brand-Name {
    display: none;
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
    float: right;
    margin-left: 0px;
}

#header .brand-ModelName {
    font-size: 12px;
    padding-left: 10px
}

#header .brand-Version {
    display: none;
    font-size: 12px;
    color: #fff;
    margin: 0;
    text-align: right;
    white-space: nowrap;
    line-height: 10px;
    margin-top: 0px;
}

.first-Menu {
    background-color: #fff;
    height: 78px !important;
    line-height: 78px;
    size: 18px;
    font: normal 18px Arial;
    font-weight: 500;
    padding: 0 10%;
    box-shadow: 0 5px 5px 0 rgb(50 50 50 / 20%);
}

.first-Menu-No-Sel {
    height: 78px;
    float: left;
    text-decoration: none;
    outline: none;
    text-align: center;
    vertical-align: middle;
    color: #333;
    cursor: pointer;
    line-height: 78px
}

.first-Menu-Disabled {
    background: gray
}

.first-Menu-Sel {
    height: 76px;
    float: left;
    outline: none;
    text-align: center;
    vertical-align: middle;
    color: #e20074;
    cursor: pointer;
    border-bottom: 2px solid #e20074;
    box-shadow: 1px 6px 6px -6px #e20074;

}

.first-Menu-Sel,
.first-Menu a:active,
.first-Menu a:hover,
.first-Menu a:visited {
    text-decoration: none
}

.col-md-2dot4,
.col-md-3dot3 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    white-space: nowrap
}

.col-md-3dot3 {
    width: 33.33%;
    width: 33.33333%
}

@media (min-width:720px) {
    .col-md-2dot4 {
        float: left;
        width: 25%
    }
}

.col-md-left {
    position: relative;
    min-height: 1px;
    padding: 8px 16px 8px 8px;
    float: left;
    width: 0;
    height: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    /*margin-top: 60px;*/
}/*jennie modify 20210512*/

.col-md-left::-webkit-scrollbar {
    display: none;
}

div#rightContent {
    /*margin-top: 60px;*/
}/*jennie add 20210512*/

@media (min-width:720px) {
    .col-md-left {
        float: left;
        width: 23.5%;
        height: 100%;
        min-width: 300px;
        height: 100%;
    }

    .col-md-right {
        overflow-x: hidden;
        float: left;
        padding-left: 15px;
        width: 100%;
        padding-right: 40px;
        height: 100%;
        padding-bottom: 30px;
    }
}

/*@media (max-width:720px) {
    .col-md-left {
        float: left;
        width: 0;
        height: 100%
    }

    .col-md-right {
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 40px;
        padding-bottom: 40px;
        height: 100%
    }
}*/

.content-color {
    background-color: #fff;
    height: 100%;
    margin-top: 30px;
    padding-bottom: 60px;
}/*Jennie modify 20210513*/

.left-menu {
    z-index: 2;
}

.left-menu .main-menu {
    display: none;
}

@media screen and (max-width:720px) {
    .left-menu {
        position: fixed;
        width: 250px;
        padding-top: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        box-sizing: border-box;
        -webkit-transition: all .4s cubic-bezier(.4, 0, 0, 1);
        transition: all .4s cubic-bezier(.4, 0, 0, 1);
        -webkit-transform: translate(-280px);
        transform: translate(-280px)
    }

    .left-menu.open {
        -webkit-transform: translate(0);
        transform: translate(0);
        overflow-y: auto
    }

    .left-menu .main-menu {
        display: block
    }
    .content-color {
        margin-top: 0px;
    }
}

.submenu-area {
    width: 100%;
    cursor: hand;
    background-color: #ffffff;
}

.submenu-td {
    min-height: 24px;
    height: auto
}

a.submenu-unselected {
    display: block;
    font-family: Arial;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    margin-left: 15px;
    border: none;
    outline: none
}/*Jennie modify 20210513*/

a.submenu-selected {
    color: #FF008A;
    padding: 8px 0;
    border-bottom: 2px solid #FF008A;
}/*Jennie modify 20210513*/

.submenu-link {
    cursor: pointer;
    padding: 10px 0
}/*Jennie modify 20210513*/

.copyright {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    height: 30px;
    background-color: #303030;
    text-align: right;
    vertical-align: middle;
    display: inline-table;
    position: relative;
    overflow: hidden;
    border: none;
    margin: 0
}

.copyright p {
    color: #e2e2e2;
    padding-right: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 4px
}

.footer-content {
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0
}



.section-body {
    font-size: 16px;
    min-height: 18px;
    border-top: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 0 !important
}

.section-foot {
    border: 0;
    padding: 0;
    background-color: transparent
}

.form-control {
    height: 20px
}


.inputLabel {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    color: #8e8e8e;
}

.summaryBlock {
    padding-left: 30px;
}

.strong {
    font-weight: 600;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.PROC_STATUS {
    width: 3px;
    height: 25px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.PROC_STATUS1 {
    width: 297px;
    height: 25px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.WPS_LOGO {

    background-image: url(img/WFA_WPS_Mark_Solo0.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: right;
    padding-top: 5px;
}

.wpsfont {
    background: white;
    color: black;
    font: 16px Arial, Helvetica, sans-serif;
    text-align: left;
    padding-left: 20px;
    padding-right: 8px;
}

.wpsbutton {
    color: #ffffff;
    background: #42498C;
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: 700;
    padding-bottom: 2px;
    width: 120px;
    border-width: 0px
}

.log_table {
    width: 100%;
    height: 200px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 2px solid #E20074;
}

.log_table th {
    border: 2px solid #E20074;
    border-width: 0px 3px 3px;
    text-align: center;
    /*font-size: 8pt;*/
    font-weight: 700;
    font-family: Arial;
}

.log_table td {
    border: 2px solid #E20074;
    border-width: 0px 3px;
    text-align: center;
    /*font-size: 8pt;*/
    font-family: Arial;
}

/*Add_20200320 by Jennie*/

.section-body span {
    font-weight: 600;
    text-transform: uppercase;
}
/*.first-Menu a.first-Menu-Sel:hover {
    color: #0068D9;
    font-weight: bold;
    background-color: #FFFFFF;
}

.first-Menu a:hover {
    color: #cce1f7;
    font-weight: bold;
    background-color: #303030;
}*/

#leftMenu {
    max-height: 782px;
    padding-bottom: 50px;
}

@media (min-width: 768px){
    .brandlogo {
        height: 50px;
        background-image: url(../img/magenta_w.svg);
        background-repeat: no-repeat;
        /*background-position: 30px;*/
        margin-top: -34px;
        margin-left: 20px;
        background-size: 24%;
        z-index: 10;
    }
    .nav__list {
        margin-left: 0; /*Terry, left menu been cutted in cell phone GUI, original: -50px*/
    }
}

@media (min-width:1200px) {
    .brandlogo {
        height: 50px;
        background-image: url(../img/magenta_w.svg);
        background-repeat: no-repeat;
        /*background-position: 30px;*/
        margin-top: -34px;
        background-size: 200px;
        z-index: 10;
    } 
    .nav__list {
        margin-left: 0;
    }
}

/*** Terry 20210623 ***/
.brandlogo:hover{
	transform: scale(1.1);
}

.login-content {
    width: 90%;
    /*height: auto;*/
    position: absolute;
    left: 20%;
    /*margin-left: -197.5px;*/
    top: 150px;
}

/*Add_20200513 by Jennie*/ 

.blocked .loginFormTdr{
    width: 70%;
}

.blocked .loginFormTdr #hnd_passwd {
    width: 98%;
}

.section-body h3{
    margin:0;
    color:black;
}

.blocked .login-box {
    padding: 20px;
    margin: 20px auto;
}

/*Add_20200807 by Jennie*/ 

.login_flex{
    display: flex;
    width: 100%;
}
.input_flex{
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}

input.inputLogin {
    width: 100%;
}

#DHCPResModal .modal-footer button{
    width: 24%;
    text-align: center;
    padding: 6px 6px;
    margin-left: 0;
}

.customLoginBtn {width: auto;}

.login-box {
    position: fixed;
    padding: 30px 30px 20px;
    width: 395px;
}
