﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-07-30 11:32:53
 * @version $Id$
 */
.loadingGIF{
    display: none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.6);
}
.loadingGIF img{
    position: fixed;
    top:50%;
    left:50%;
    width:50px;
    height:50px;
    margin:-25px 0 0 -25px;
}
.page-header {
    position: relative;
    text-align: center;
}

    .page-header h2 {
        color: #db6929;
        font-size: 24px;
        line-height: 42px;
    }

.logo {
    display: inline-block;
    width: auto;
    max-width: 40%;
}

#download {
    display: block;
}

.mb_0 {
    margin-bottom: 0;
}

.form-group label {
    color: #db6929;
    font-size: 16px;
}
/*按钮状态*/
#download.btn-primary {
    font-size: 16px;
    font-weight: bold;
    background: #db6929;
    border-color: #db6929;
}

    #download.btn-primary:hover {
        background: #db6929;
        border-color: #db6929;
    }

    #download.btn-primary[disabled] {
        background: #db6929;
        border-color: #db6929;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}
/*input状态-正确*/
.glyphicon-ok:before {
    color: #00a7fe;
}

.has-success .form-control,
.has-success .form-control:focus {
    border-color: #00a7fe;
}
/*input状态-错误*/
.has-error .form-control,
.has-error .form-control:focus {
    color： #ff0000;
}


/* 上传 */
.uploadPage .logo{
    position: absolute;
    left:0;
    top:0;
}
.uploadPage table{
    width:100%;
    border-left:1px solid #eee;
    border-top:1px solid #eee;
}
.uploadPage table td{
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    padding:5px;
}

.uploadPage table thead td{
    font-weight: bold;
    text-align: center;
}
.uploadPage table tbody td{
    text-align: center;
}
.uploadPage table tbody td:first-child{
    text-align: left;
}

.uploadPage .buttonBox{
    margin-bottom: 10px;
    text-align: right;
}
.uploadPage p{
    margin:;
}



.inputFile{
    position: relative;
    width:300px;
}
.inputFile .hiddenFile{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:30px;
    opacity: 0;
}
.errorTxt{
    display: none;
    color:#ff0000;
}
#formModal .error input{
    border:1px solid #ff0000;
}
#formModal .error .errorTxt{
    display: block;
}
#formModal .form-group{
    margin-left:0;
    margin-right:0;
}

/*#myModal input,
#formModal,input{
    margin-bottom: 10px;
}
*/
/*dom*/
.codeDom{
    display: none;
}

/* // 20190718 add */
/* 下拉 */
select{
    width:100%;
    height:30px;
    line-height: 30px;
}

.industry + .glyphicon-ok:before,
.industry + .glyphicon-remove:before,
.province + .glyphicon-ok:before,
.province + .glyphicon-remove:before,
.city + .glyphicon-ok:before,
.city + .glyphicon-remove:before{
    display:none;
}
/* 2019 08 07 add */
.mask{
    display:none;
    position: fixed;
    left:0;
    top:0;
    background: rgba(0,0,0,.9);
    width:100%;
    height:100%;
}
.mask .alert{
    position: absolute;
    top:5px;
    right:5px;
    width:90%;
    height:auto;
}