.main {
    text-align: center;
}

.first_three {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
}

.tebie {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
}

.alignment {
    text-align: center;
    vertical-align: middle;
}

.selectalign {
    width: auto;
    display: inline-block;
}

.help-block {
    color: #ff0000;
    margin-bottom: 5px;
    border-color: #ff0000;
    font-weight:400
}

.twidth {
    width: 280px;
}

.swidth {
    width: 280px;
}
.swidthnew {
    width: 150px;
}
.tabs {
    margin-left: 3px;
}

#settingTable {
    border-style: none;
}

    #settingTable th {
        border-style: none;
    }

    #settingTable tr {
        border-style: none;
    }

    #settingTable td {
        border-style: none;
    }

.divResult {
    text-align: center;
}

.lowerSpacing {
    margin-bottom: 1rem !important;
}

.errorColor {
    color: #ff0000;
}

.ed {
    background: #f7f8fa;
}

.tablecolor {
    font-weight: 500;
    border-radius: 10px 10px 0 0;
    text-align: left;
}
    .tablecolor thead {
        text-align:center !important;
    }

    .tablecolor tbody tr:hover {
        background-color: #f5f5f5;
    }


.tablecolor th {
    font-weight: 900;
    font-size: 1em;
    height:25px;
    line-height:25px;
}


.tablecolorcred {
    font-weight: 500;
    border-radius: 10px 10px 0 0;
    text-align: left;
}

    .tablecolorcred thead {
        text-align: center !important;
    }



    .tablecolorcred th {
        font-weight: 900;
        font-size: 1em;
        height: 25px;
        line-height: 25px;
    }

.toptitle {
   background: #f5f5f5;
}
.menubackgroundcolor {
    background-color: #314257 !important;
}
.menutextcolor {
    color: #fff !important;
    font-size: 14px !important;
}
.menurato {
    background: url('/images/snj.png') center no-repeat;
}
.menushow {
    background: url('/images/snj-1.png') center no-repeat;
}
.iocncolor {
    color: aliceblue !important;
}
.checked {
    background-color: #5aadf3;
}
.whitespace {
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
}
.mobilewidth149 {
    min-width: 149px;
    max-width:280px;
}
.mobilewidth {
    min-width:149px;
    max-width:320px;
}
.divRollNone {
    display:none;
}
#divRoll {
    line-height: 70px;
    overflow: hidden
}
.agentText {
    font-weight: 500;
    font-size:1rem;
}
.labeltop {
    padding-top:0.75rem;
}
.cheatrow {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.yellowB {
    background: #F1DDA0 !important;
}
.ed>.tdyellowB {
    background-color: rgb(243, 235, 210) !important;
}
.tdmoneyRight{
    text-align:right;
}
.rowbackgroundcolor {
    background-color: #ff8f8f;
}
.cellcenter {
    text-align: center;
    vertical-align: middle;
}
.textFontSize {
    font-size:24px !important;
}
option{
    height:30px;
}
@media (min-width: 768px) {
    .m-login__wrapper {
        width: 100%;
        height: 100%;
        padding-left: 20vw !important;
        padding-top: 18vh;
        background: url('/images/background_light.png') no-repeat right top, linear-gradient(-13.7deg, #466aef, #6ab5fb);
        background-size: auto 100%;
    }
    .imgBox {
        height: 49vh;
        width: 25vw;
        margin-top: 5vw;
        margin-left: 3vw;
    }
    .login-content {
        background-color: #fff;
        width: 27vw;
        padding: 3rem 0;
        border-radius: 0.7vw;
    }
    li a {
        height: 3vw;
        text-align: center;
        line-height: 2.5vw;
    }
    .nav.nav-tabs .nav-link {
        color: #fff;
        font-size: 1vw;
    }

    .nav-tabs .nav-link.active {
        border: none !important;
        font-size: 1vw;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0vh;
        color: #649ffb;
    }
    h3 {
        font-family: PingFang-SC-Bold;
        font-size: 2.5vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2.5vw;
        letter-spacing: 0px;
        color: #ffffff;
    }

    h5 {
        font-family: PingFang-SC-Bold;
        font-size: 1.3vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 3vw;
        letter-spacing: 0px;
        color: #ffffff;
    }
}
@media (max-width: 768px) {
    .m-login__container {
        display: flex;
        flex-direction: column-reverse !important;
    }
    .m-login__wrapper {
        width: 100%;
        height: 100%;
        padding-left: 0px !important;
        padding-top: 0px;
        background: url('/images/background_light.png') no-repeat right top, linear-gradient(-13.7deg, #466aef, #6ab5fb);
        background-size: auto 100%;
    }
    .imgBox {
        height: 32vh;
        width: 71vw;
        margin-top: 5vw;
        margin-left: 20vw;
    }
    .login-content {
        background-color: #fff;
        width: 92vw;
        padding: 3rem 0;
        border-radius: 0.7vw;
    }
    li a {
        height: 12vw;
        text-align: center;
        line-height: 10vw;
    }
    .nav.nav-tabs .nav-link {
        color: #fff;
        font-size: 4vw;
    }

    .nav-tabs .nav-link.active {
        border: none !important;
        font-size: 4vw;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0vh;
        color: #649ffb;
    }
    h3 {
        font-family: PingFang-SC-Bold;
        font-size: 8vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 8vw;
        letter-spacing: 0px;
        color: #ffffff;
    }

    h5 {
        font-family: PingFang-SC-Bold;
        font-size: 5vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 10vw;
        letter-spacing: 0px;
        color: #ffffff;
    }
    .m-login__signin{
        position:relative;
    }
    .m-login__head {
        position:absolute;
        top:-30vw;
    }

}
