﻿.processBar{
    padding-top: 17px;
    text-align: center;
    font-size: 0;
}
.processBar .section{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #cacdd2;
    background-color: #cacdd2;
}
.processBar .section.active{
    border: 2px solid #40bff5;
    background-color: #40bff5;
}
.processBar .section img{
    margin-bottom: 5px;
    vertical-align: middle;
}
.processBar .sectionRow{
    height: 4px;
    display: inline-block;
    width: 120px;
    background-color: #cacdd2;
}
.processBar .sectionRow.active{
    background-color: #40bff5;
}
.processName {
    text-align: center;
    font-size: 0;
}
.processName span{
    width: 164px;
    margin: 0;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin-top: 8px;
    color: #444;
}
.processName span.active{
    color: #40bff5;
}
.content .title{
    color: #444;
    font-size: 30px;
    margin-top: 20px;
    text-align: center;
}
.content fieldset{
    border: 2px solid #bbb;
    width: 96%;
    margin-left: 2%;
    margin-bottom: 20px;
}
.content fieldset legend{
    background: rgb(33,121,227);
    color: white;
    padding: 3px 5px;
}

.recordContent{
    font-size: 20px;
    font-weight:bolder;
    text-align: center;
    margin-top: 20px;
}

.recordTable{
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    width: 800px;
    margin-left: 5%;
    margin-top:30px ;
}

.recordTable td{
    border-left: 1px solid #999;
    border-top: 1px solid #999;
}

.recordTable td:first-child{
    background-color: #f4f4f4;
}

.recordContent1{
    width: 90%;
    margin-left: 5%;
    margin-top: 60px;
    text-align: left;
    font-size: 17px;
    color: #666;
}
.recordContent1 span{
    font-size: 30px;
    font-weight: 500;
    margin-right: 20px;
}
.sectionTitle{
    height: 60px;vertical-align: middle;line-height: 60px;display: block;
  margin-top: 30px;
    font-size: 22px;
    font-weight:bold;
}

.investSection{
    background: #f5f5f5;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    position: relative;
}
.investDelete{
    position: absolute;
    right: 10px;
    top: 2px;
    cursor: pointer;
    
}
.investDelete img{
    width: 20px;
    height: 20px;
}
.checkInfo{
    font-weight: bold;
    color: #444;
}
.checkInfo .row{
    margin-bottom: 10px;
}
.checkInfo fieldset{
}
.checkInfo fieldset span{
    color: #666;
    font-weight: normal;
}

.reveal-modal{
    color: #444;
}
.reveal-modal .title{
    color: #444;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 5px;
    letter-spacing: 2px;
}
.reveal-modal .otherController{
    width: 150px;
    margin: 5px auto;
    border: 1px solid #bbb;
}
.reveal-modal .section{
    width: 150px;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
    border: 1px solid #bbb;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    margin: 5px auto;
    background: white;
}
.reveal-modal .minHeight{
    min-height: 51px;
}
.reveal-modal .section.active{
    background-image: url("../images/selectedbg.png");
    background-position: right bottom;
    border: 2px solid rgb(33,121,227);
    background-repeat: no-repeat;
}
.reveal-modal table{
    text-align: left;
    margin: 10px auto;
    width: 100%;
}
.reveal-modal table td{
    vertical-align: middle;
}
.reveal-modal .preInfo{
    width: 96%;
    min-height: 150px;
    border: 1px solid #bbb;
    margin: 5px auto 10px auto;
    background: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 2%;
    padding-right: 2%;
}
.reveal-modal .illu{
    margin-top: 15px;
    margin-bottom: 15px;
    width: 80%;
    margin-left: 10%;
    text-align: center;
}
.reveal-modal hr{
    border: none;
    height: 1px;
    background: #ccc;
    margin: 0 auto;
}
.reveal-modal .checkResult{
    font-size: 24px;
    letter-spacing: 2px;
}
.reveal-modal .checkResult img{
    margin-left: 10px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #f2f2f2;
    border: 1px solid #dddddd;
    border-bottom-color: #f2f2f2;
    cursor: default;
}

.reveal-modal .title{
    font-size: 20px;
    text-align: left;
}
.reveal-modal .content{
    height: 300px;
    overflow-y: scroll;
    text-align: left;
    font-size: 16px;
    margin:15px auto;
    padding: 5px;
    border: none;
    background-color: #d8d8d8;
}
.reveal-modal .content p{
    text-indent: 2em;
    
}
.reveal-modal .bottomIll{
    text-align: right;
    font-size: 16px;
}
.reveal-modal .bottomConfirm{
    text-align: right;
    margin-top: 10px;
}

