html,
body {
    width: 100%;
    height: 100%;
}
ul {
    list-style: none;
    padding: 0;
}
.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-brand:hover {
    color: #fff;
}

.Validform_checktip {
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}

.Validform_right {
    color: #71b83d;
    padding-left: 20px;
    background: url("../images/validform/right.png") no-repeat left center;
}

.Validform_wrong {
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    background: url("../images/validform/error.png") no-repeat left center;
}

.Validform_loading {
    padding-left: 20px;
    background: url("../images/validform/onLoad.gif") no-repeat left center;
}

.Validform_error {
    background-color: #ffe7e7;
}

#Validform_msg {
    color: #7d8289;
    font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    width: 280px;
    -webkit-box-shadow: 2px 2px 3px #aaa;
    -moz-box-shadow: 2px 2px 3px #aaa;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 99999;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

#Validform_msg .iframe {
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: -1;
}

#Validform_msg .Validform_title {
    line-height: 25px;
    height: 25px;
    text-align: left;
    font-weight: bold;
    padding: 0 8px;
    color: #fff;
    position: relative;
    background-color: #000;
}

#Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited {
    line-height: 22px;
    position: absolute;
    right: 8px;
    top: 0px;
    color: #fff;
    text-decoration: none;
}

#Validform_msg a.Validform_close:hover {
    color: #cc0;
}

#Validform_msg .Validform_info {
    padding: 8px;
    border: 1px solid #000;
    border-top: none;
    text-align: left;
}
.shadeBox{
    width:100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: none;
}
.shadeImg{
    position: absolute;
    z-index: 10;
    top:0;
    left:0;
    width: 80%;
    height: 80%;
    display: none;
}
.shadeImg img{
    width:800px;
}
.shadeImg span{
    font-size: 55px;
    color: #666;
    position: absolute;
    left: 48.5%;
    top: 0px;
    z-index: 999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #E40C0C;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}
.errorTips{
    color:#f00;
    padding-top:5px;
}

html,body{
    width: 100%;
    height: 100%;
}
#shadeCreateBg{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}
#shadeCreateContent{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
    height: 80%;
    display: none;
}
#shadeCreateContent #closeBtns{
    display: block;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10001;
    cursor: pointer;
}
#shadeCreateContent img{
    max-width: 100%;
    max-height: 100%;
}
.mb15 {
    margin-bottom: 15px;
}

.mt15 {
    margin-top: 15px;
}
.ml15 {
    margin-left: 15px;
}

.form-group .money_input{
    width: 80px;
    min-width: 80px;
    max-width: 130px;
}

@media screen and (min-width: 769px) {
    html,
    body {
        overflow: hidden;
    }
    ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .theme-3 .sidebar-nav {
        /*background: #334a78;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #334a78), color-stop(1, #4a6bae));
        background: -ms-linear-gradient(bottom, #334a78, #4a6bae);
        background: -moz-linear-gradient(center bottom, #334a78 0, #4a6bae 100%);
        background: -o-linear-gradient(bottom, #334a78, #4a6bae);
        filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6f80a1');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4a6bae',EndColorStr='#334a78')";*/
        height: 100%;
        min-height: 100%;
        overflow: auto;
        padding-bottom: 150px;
    }

    .theme-3 .content {
        min-height: 100%;
        height: 100%;
        overflow: auto;
    }
    .theme-3 .content .content-warp{
        padding-bottom: 150px;
    }

    .theme-3 .sidebar-nav .nav-list {
        display: none;
    }

    .theme-3 .child_list {
        padding: 0em 2em;
        display: none;
    }

    .theme-3 .child_list li {
        height: 30px;
        line-height: 30px;
    }

    .theme-3 .child_list li a {
        color: #666;
    }

    .theme-3 .sidebar-nav .nav-list > li > a.active span.fa-caret-right,
    .theme-3 .child_list li a.active {
        color: #2d7dff;
    }

    .theme-3 .child_list li a:hover {
        color: #2d7dff;
    }

    .theme-3 .public_header h1 {
        line-height: 34px;
        margin-bottom: 0;
    }

    .theme-3 .form_margin_15 {
        margin-bottom: 15px;
    }

    .theme-3 .header-title {
        border-bottom: 1px solid #e0e0e0;
    }

    .theme-3 .sidebar-nav a:hover {
        text-decoration: none;
    }

    .theme-3 .sidebar-nav li a .fa-caret-right:before,
    .theme-3 .sidebar-nav li a .fa-caret-down:before {
        margin-right: 5px;
    }

    .theme-3 .sidebar-nav ul {
        margin-bottom: 0;
    }

    .theme-3 .businessLicense a {
        display: inline-block;
    }

    .theme-3 .group_ul ul {
        margin-left: -40px;
    }

    .theme-3 .bank_account {
        margin-left: 15px;
    }

    .theme-3 .updateForm_ul li {
        margin-bottom: 15px;
    }
    .theme-3 .success_mg{
        margin: 0 15px;
        padding: 15px 0;
    }

    .theme-3 .table_initialize tbody tr td{
        border-top: 0;
    }
    .theme-3 .invoice_content{
        padding-left: 0;
    }
    .theme-3 .form-horizontal .mb0{
        margin-bottom: 0;
    }
    .theme-3 .required .control-label:before{
        content: "*";
        color: #f00;
    }

    .theme-3 .enterpriseinfo_img{
        width: 220px;
        height: 200px;
        margin-left: 200px;
        cursor: pointer;
    }
    .theme-3 .form-group .money_input{
        width: 80px;
        min-width: 80px;
        max-width: 130px;
    }
    .theme-3 .img-thumbnail{
        width: 200px;
    }
}
.form-horizontal .control-label{
    min-width: 200px!important;
}