﻿

a:link
{
    color: #222;
    text-decoration: none;
}
a:visited
{
    color: #222;
    text-decoration: none;
}
a:hover
{
    color: #222;
    text-decoration: none;
}
a:active
{
    color: #222;
    text-decoration: none;
}
.south-separator
{
/*    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;*/
    margin-left: 3px;
    margin-right: 3px;
}


.login_bg{
    background:url(../Content/Images/Login/c_061.jpg) repeat;
    height:100%;
    width:100%;
    z-index:-1;
    position:absolute;
    bottom:0px;
    left:0px;
}






.login_bg1 {
 
    background: -webkit-linear-gradient(top,#09324e 0,#2789b8 100%);
    background: -moz-linear-gradient(top,#09324e 0,#2789b8 100%);
    background: -o-linear-gradient(top,#09324e 0,#2789b8 100%);
    background: linear-gradient(to bottom,#09324e 0,#2789b8 100%);
    background-repeat: repeat-x;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);*/
}


.login_bg2 {
    background: -webkit-linear-gradient(top,#09324e 0,#2789b8 100%);
    background: -moz-linear-gradient(top,#09324e 0,#2789b8 100%);
    background: -o-linear-gradient(top,#09324e 0,#2789b8 100%);
    background: radial-gradient(300px 300px at 50% 50%, rgba(255,255,255,0.6),rgba(255,255,255,0.6),rgba(255,255,255,0.2),rgba(255,255,255,0));
    background-repeat: repeat-x;
}


.login_bg3 {
    position: absolute;
    width: 500px;
    height: 300px;
    background: linear-gradient(to bottom,#c2e2f2 0,#c2e2f2 100%);
    left: calc(50% - 250px);
    top: calc(50% - 150px);
    border-radius: 7px;
    border-style: solid;
    border-color: #111111;
    border-width: 1px;
    box-shadow:0px 0px 30px #ffffff
}

/*@media (min-width: 1px) {
    .login_bg1 {
        background: url(../Content/Images/Login/bj2.jpg) no-repeat top center;
        height: 740px;
    }
}
@media (min-width: 768px) {
    .login_bg1 {
        background: -webkit-linear-gradient(top,#09324e 0,#2789b8 100%);
        background: -moz-linear-gradient(top,#09324e 0,#2789b8 100%);
        background: -o-linear-gradient(top,#09324e 0,#2789b8 100%);
        background: linear-gradient(to bottom,#09324e 0,#2789b8 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);
    }
}

*/




    @media (min-width: 1px) {
        .login_lable {
            padding-top: 7px;
            text-align: right;
            width: 65px;
            float: left;
            padding-right: 5px;
            padding-left: 5px;
        }
    }

    @media (min-width: 768px) {
        .login_lable {
            padding-top: 7px;
            margin-bottom: 0;
            text-align: right;
            width: 35%;
            float: left;
            padding-right: 15px;
            padding-left: 15px;
        }
    }

    @media (min-width: 1px) {

        .noShowInMobile {
            display: none
        }
    }

    @media (min-width: 768px) {
        .noShowInMobile {
            display: inline
        }
    }


    @media (min-width: 1px) {
        .login_input {
            padding-top: 0px;
            width: 155px;
            float: left;
        }
    }

    @media (min-width: 768px) {
        .login_input {
            padding-top: 0px;
            width: 65%;
            float: left;
        }
    }

    @media (min-width: 1px) {
        .login_button {
            font-weight: 700;
            font-size: 14px;
            left: 65px;
            position: relative;
        }
    }

    @media (min-width: 768px) {
        .login_button {
            font-weight: 700;
            font-size: 14px;
            left: 110px;
            position: relative;
        }
    }

.LoginLable1 {
    position: absolute;
    top: 11px;
    left: 0px;
    width: 100%;
    font-size: 24px;
    font-family: 方正粗黑宋简体;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 1px 1px 2px #31708f
}
/*
    @media (min-width: 1px) {
        .LoginLable1 {
            font-size: 20px;
            left: 0px;
            width: 100%;
            position: absolute;
            top: 85px;
            text-align: center;
        }
    }

    @media (min-width: 768px) {
        .LoginLable1 {
            font-size: 40px;
            left: 0px;
            width: 100%;
            position: absolute;
            top: 190px;
            text-align: center;
        }
    }*/


        .login_Form {
            left: 200px;
            width: 300px;
            position: absolute;
            top: 45px;
            height:calc(100% - 45px)
        }





    @media (min-width: 1px) {
        .login_pos {
            top: 0px;
            left: 0px;
            width: 100% !important;
        }
    }

    @media (min-width: 768px) {
        .login_pos {
            top: 0px;
            left: 0px;
            width: 100% !important;
        }
    }

    .tableForm {
    border-collapse: collapse;
}

    .tableForm th {
        text-align: right;
        /*border: 1px solid #ccc;*/
        padding: 3px;
        background-color: #F5F5F5;
        height: 25px;
    }

    .tableForm td {
        text-align: left;
        /*border: 1px solid #ccc;*/
        padding: 3px;
        background-color: var(--none);
        height: 25px;
    }



#botton_toolbar
{
    height: 30px;
    line-height:30px;
    background: var(--background);
    color:var(--textcolor);
    width:100%;
    text-align:center;
    margin-top:0px;
    border-top: 0px solid #ccc;
}
#botton_toolbar a:link{
    color: var(--textcolor);
}


/*修改默认icon用*/
.l-btn-icon, .panel-icon, .menu-icon, .tabs-icon, .tree-icon {
    font-family: FontAwesome;
    font-size: 16px !important;
    line-height: normal !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3e8ad5;
    text-align: center;
    width: 20px !important;
    height: 20px !important;
    font-weight: normal;
}
.tree-icon{
    font-size:14px !important;
    padding-top:3px;
}

@font-face {
    font-family: LCD BQ;
    src: url('Font/LCD-BQ.TTF');
}


