@charset "utf-8";

.error {
    color: red;
    font-style: italic;
    font: 12px/1.5 tahoma, arial, "\5b8b\4f53";
}

.required:after {
    position: absolute;
    display: inline-block;
    font-size: 17px;
    color: #ea644a;
    content: '*';
}
/* 大背景图 */
.big-background-img {
    background:url(../images/image0104.png) no-repeat!important;
	height: 200px;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
/*.big-background-img-2 {
    background:url(../images/dianhua.png) no-repeat center;
    height: 200px;
    background-size: cover;
}*/

.btn-main {
    width : 100%;
	color : #fff;
    background-color: #019D8D;
    border-color: #04D7C1;
}

.nav-pills a {
    color: #fff;
    background-color: #019D8D;
}

/*头菜单 鼠标移上去和聚焦颜色*/
.nav > li > a:focus, .nav > li > a:hover{
    color: #000;
	background-color: #04D7C1;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus
    {
    color: #000;
    background-color: #04D7C1;
}

input.search {
    display: inline;
    float: left;
    width: 80%;
	height: 40px;
    background: #FFFFFF;
    border-radius: 8px 0px 0px 8px;
    opacity: 0.9;
    border: 2px solid #F5A623;
}

button.search {
    display: inline;
    float: right;
    width: 20%;
	height: 40px;
    background: #F5A623;
    border-radius: 0px 8px 8px 0px;
    border-color: #F5A623;
}

button.search1 {
    display: inline;
    float: left;
    width: 20%;
	height: 40px;
    border-radius: 0px 8px 8px 0px;
}

.search-row {
    height: 70px;
    background: #F2F4F8;
    opacity: 0.9;
    border: 1px solid #E9ECEF;
}

.white-background{
    background: #FFFFFF;
    border:1px solid #E9ECEF;
}

.search-result-count{
    height:30px;
    background:#FFFFFF;
    opacity:0.9;
    border:0px 1px 1px 1px solid #E9ECEF;
}

/* 快捷搜索条件 */
a.convenient-search-link {
    font-size: 14px;
    font-weight: normal;
    /*color: #1CA39C;*/
    color: #3333FF;
    line-height: 21px;
    text-decoration:none;
}


/* 表单label */
.kmos-form-lab{
    height:13px!important;
    font-size:14px!important;
    font-weight:normal!important;
    color:#3A465A!important;
    line-height:13px!important;
}

/* 表单元素 */
.kmos-form-el{
    height:34px!important;
    background:#F8F9FA!important;
    border-radius:17px!important;
    opacity:0.9!important;
    border:1px solid #E9ECEF!important;
    font-size:14px!important;
    font-weight:normal!important;
    color:#3A465A!important;
    line-height:21px!important;
}

/* 表单元素 */
.kmos-form-el-multiselect{
    background:#F8F9FA!important;
    border-radius:17px!important;
    opacity:0.9!important;
    border:1px solid #E9ECEF!important;
    font-size:14px!important;
    font-weight:normal!important;
    color:#3A465A!important;
    line-height:21px!important;
}

.btn-main:hover, .btn-primary:focus {
	color : #FFF;
    background: #F5A623;
}

.copyright {
    color: inherit;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 45px;
}

.copyright a {
    color: inherit;
}

/* 功能型样式 */
.float-right {
    float: right;
}
/* 水平居中 */
.h-center {
    text-align: center;
}
/* 水平居右 */
.h-right {
    text-align: right;
}
/* 与上个元素的间距 */
.split {
    margin-top: 10px;
}

/* 隐藏样式 */
.hiding {
    display: none;
}
/* 表头样式 */
/*.th-inner{
    background-color: #019D8D;
}*/

/*修复bootstrap-table IE8兼容性以及 偶尔出现两个表头的问题 */
.fixed-table-header table{
    background:#F8F9FA!important;
    opacity:0.9;
    height : 42px!important;
    border-bottom: 0!important;
}
/* -41px 使上下两个表头重合   41px!important*/
.fixed-table-body table{
    margin-top : -41px!important;
}
.fixed-table-container {
    height : 400px!important;
}
/*main.css*/
body {
    font-family: "方正兰亭准黑简体";
    color: #333;
    font-size: 12px;
    background:#F2F4F8;
}
.centerItem .centerNav {
    /*height: 50px;*/
    background: #F2F4F8;
    padding: 0px;
    border-style: none;
}
.centerItem .centerNav a {
    display: inline-block;
    text-decoration: none;
    width: 110px;
    height: 50px;
    margin-right: 4px;
    background: #F2F4F8;
    color: #586069;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.centerItem .centerNav a p {
    display: inline-block;
    vertical-align: middle;
    font-size:16px;
    font-weight:normal;
    line-height:13px;
    margin: 15px 0px 15px 0px;
}
.centerItem .centerNav a img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: 2px;
}
.tab_active{
    background-color: #ffffff !important;
    color: #32C9C2 !important;
}

.searchItem input[type="text"] {
    width: 80%;
    height: 40px;
    line-height: 36px;
    text-indent: 10px;
    /*border: 2px solid #1abd9b;*/
    border: 2px solid #F5A623;
	border-right: 0px;
    float: left;
}

.searchItem .searchBtn {
    width: 20%;
    height: 40px;
    float: left;
	border-radius: 0px 8px 8px 0px;
}

.searchList li span.center_icon4 {
    background: url(../images/icon19.png) no-repeat 10px center;
    font-weight: bold;
}

.searchList li span.center_icon3 {
    background: url(../images/icon18.png) no-repeat 10px center;
}

.advancedSearch {
    width: 120px;
    height: 28px;
    border-radius: 17px;
    border: 1px solid #1CA39C;
    text-align: center;
}

.advancedSearch a {
    text-decoration: none;
    width: 56px;
    height: 14px;
    font-size: 14px;
    font-weight: normal;
    color: #1CA39C;
    line-height: 28px;
}

.drop-item {
    cursor: pointer;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    padding: 5px 10px;
    border-radisu: 3px;
    border: 1px solid #CCCCCC;
    position: relative;
}
/*step*/
.stepItem{width:100%;}
.stepItem .stepTop{height:60px;}
.stepItem .stepTop a{float: left;text-decoration:none;display:inline-block;height:60px;line-height: 60px;font-size: 24px;text-align: center;color:#fff;}
.stepItem .stepTop a.step1{width:30%;background: url(../images/icon03.png) no-repeat;}
.stepItem .stepTop a.step2{width:30%;background: url(../images/icon04.png) no-repeat;margin:0px 10px;}
.stepItem .stepTop a.step3{width:30%;background: url(../images/icon05.png) no-repeat;}
.stepItem .stepTop a.active{background: #fff;color:#333;}
/*注册身份选择*/
.center-content{text-align:center;margin:0px;}
.statusItem{margin-top:20px;}
.statusItem .status{width:50%;text-align: center;float: left;}
.statusItem .status img{width: 146px;height:238px;}
.statusItem .status span{display: inline-block;margin-left:20px;height:20px;line-height: 20px;padding-left:30px;cursor:pointer;background: url(../images/icon08.png) no-repeat left center;}
.statusItem .status span.choosed{background: url(../images/icon09.png) no-repeat left center;}
.btnItem{width:100%;float:left;text-align: center;margin-top:30px;}
.btnItem a{display:inline-block;text-decoration:none;width:180px;height:44px;line-height:44px;margin:0px 10px;background: #1abd9b;color:#fff;font-size: 16px;border-radius: 4px;}

.searchList a {color : #666;}
.searchItem{width:100%;height:40px;}
.searchItem a{font-size: 16px;}
.searchList{width:100%;padding-left: 0px;margin-top:50px;}
.searchList li{height:50px;line-height:50px;border-bottom:#ddd 1px solid;list-style:none;}
.searchList li:first-child{background: #ddd;font-size:16px;height:36px;line-height:36px;}
.searchList li span{display:block;float:left;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.searchList li span:first-child{width:50%;padding-left:10px;text-indent:46px;}
.searchList li:first-child  img:first-child{text-indent:0px;}
.searchList li span:last-child{text-align:right;width:160px;float:right;display:inline-block;padding-right:10px;}

.ws-wangeditor-table {
    border: none;
    border-collapse: collapse;
}

.ws-wangeditor-table td {
    border: 1px solid;
    padding: 3px 5px;
    min-width: 50px;
    height: 20px;
}

.project-detail-table {
	overflow-x: auto;
    overflow-y: auto;
    height: 100%;
}

.project-detail-table .card-view .title {
    font-weight: bold;
    display: inline-block;
    min-width: 30%;
    text-align: left !important;
}

/* support bootstrap 2 */
.project-detail-table thead th .th-inner {
    box-sizing: border-box;
}

.project-detail-table table{
    margin-top : -41px;
}

.export-btn {
    font-size:12px!important;
    font-weight:400!important;
    color:#FFFFFF!important;
    line-height:20px!important;
    width:100px;
    height:30px;
    background:#F5A623!important;
    border-radius:100px!important;
    border-color: #F5A623!important;
}

.export-btn:hover {
    font-size:13px!important;
    font-weight:400!important;
    color:#FFFFFF!important;
    line-height:20px!important;
    background:#F5A623!important;
    border-color: #F5A623!important;
}

.export-btn:focus {
    font-size:13px!important;
    font-weight:400!important;
    color:#FFFFFF!important;
    line-height:20px!important;
    background:#F5A623!important;
    border-color: #F5A623!important;
}


.print-btn {
    font-size:12px!important;
    font-weight:400!important;
    color:#FFFFFF!important;
    line-height:20px!important;
    width:100px;
    height:30px;
    background:#32C9C1!important;
    border-radius:100px!important;
    border-color: #32C9C1!important;
}

.print-btn:hover {
    font-size:13px!important;
    font-weight:400!important;
    color:#FFFFFF!important;
    line-height:20px!important;
    background:#32C9C1!important;
    border-color: #32C9C1!important;
}

.print-btn:focus {
    font-size:13px!important;
    font-weight:400!important;
    color:#FFFFFF!important;
    line-height:20px!important;
    background:#32C9C1!important;
    border-color: #32C9C1!important;
}


.footer-container {
    height: 50px;
    background: #F8F9FA;
    opacity: 0.9;
    border: 1px solid #E9ECEF;
    font-size: 14px;
    font-weight: normal;
    color: #323741;
    line-height: 50px;
    text-align: center;
}

.footer-a,
.footer-a:hover,
.footer-a:focus
{
    text-decoration: none;
    color: #323741;
}


.head-nav-div-active{
    float: left;
    margin-top: 28px;
    /*height: 23px;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 6px;
    border-bottom: 3px solid #32C9C1;
}

.head-nav-a-active,
.head-nav-a-active:hover,
.head-nav-a-active:focus {
    font-size: 14px!important;
    font-weight: normal!important;
    color: 	#32C9C1!important;
    text-decoration:none!important;
}


.head-nav-div {
    float: left;
    margin-top: 28px;
    height: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.head-nav-a,
.head-nav-a:hover,
.head-nav-a:focus{
    font-size: 14px!important;
    font-weight: normal!important;
    color: #3A465A!important;
    text-decoration:none!important;
}

input[disabled]{
    background-color: #EEE;
}

#password_div {
    width: 100%;
    height: 20px;
    min-width: 300px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 10px;
}

#password_div .progress-bar_item {
    display: inline-block;
    height: 100%;
    width: 30%;
    margin-right: 1%;
    border-radius: 10px;
    -webkit-transition: background-color .2s, visisility .1s;
    transition: background-color .2s, visisility .1s;
    text-align:center;
    color: #FFF;
    vertical-align: middle;
    line-height: 20px;
}

#password_div .progress-bar_item-1,
#password_div .progress-bar_item-2,
#password_div .progress-bar_item-3{
    background-color: #e1e1e1;
}


#password_div .progress-bar_item-1.active {
    background-color: #FF4B47;
}

#password_div .progress-bar_item-2.active {
    background-color: #F9AE35;
}

#password_div .progress-bar_item-3.active {
    background-color: #2DAF7D;
}
