div,p{
    padding: 0px;
    margin: 0px;
}
.bcolor{
    background: #fff;
}
.defaultHeight{
    height: 100%;
}
.circle {
    width: 20px;
    height: 20px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    position: relative;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
}
.flowTable{

}
.uploadMaterial{

}
.answerAccredit{
    width: 600px;
    background-color: #f1f1f1;
}
.answerAccredit label{
    line-height: 25px;
    text-align: right;
}
.lineHeight{
    line-height:32px;
}
.queryCondition{
    background-color: #fff;
    padding:5px;
    display: table;
    width: 100%;
    overflow-y: auto;
}
.rowFloat{
    width: 50%;
    display: table;
    float: left;
    position: relative;
}
.col{
    display: table;
    float: left;
    position: relative;
}
.w-col-1{
    width: 100%;
}
.w-col-2{
    width: 50%;
}
.w-col-3{
    width: 33.33%;
}
.w-col-4{
    width: 25%;
}
.w-col-5{
    width: 20%;
}
.w-col-6{
    width: 16.66%;
}
.w-col-7{
    width: 15%;
}
.col-left{
    width: 70px;
    line-height: 32px;
}
.col-right{
    position: absolute;
    top:0px;
    left: 70px;
    right: 10px;
    bottom: 0px;
}
.optionIcon{
    cursor:pointer;
    font-size: 20px;
    line-height:30px;
    padding: 5px 0px;
}
.aElement{
    line-height: 42px;
    padding-right: 5px;
    font-size: 14px;
    color: blue;
    text-decoration: underline;
}
.tool-bar .aElement{
    line-height:none;
    padding: 0 8px;
}
.queryRow{
    width: 500px;
    position: relative;
    display: table;
    float: left;
}
.w-tabs{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom:10px;
}
.w-tabs .btn.btn-default{
    margin-right:5px;
}
.w-tab{
    float: left;
    font-size: 17px;
    font-weight: 500;
    padding: 0px 5px;
    cursor: pointer;
    transition: .3s;
    transform: scale(.9);
    margin: 0px 2px;
}
.w-tab:hover{
    border-bottom:2px solid #ddd;
    transition: .3s;
    transform: scale(1);
}
.w-tabSelected{
    transform: scale(1);
    border-bottom:2px solid #ddd;
}
.right-container{
    width:100%;
    height:100%;
    background:#fff;
    overflow:hidden;
    overflow-y:auto;
}
.right-container .right-collapse{
    padding:0 10px;
}
.right-collapse .panel{
    background: #f8f8f8;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    position: relative;
}
.w-content-left{
    line-height: 32px;
    width: 80px;
    text-align: right;
    margin-right: 10px;
}
.w-content-right{

    position: absolute;
    top: 0px;
    left: 90px;
    right: 10px;
    bottom: 0px;
}
.prcossToolBar{
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #c8c8c8;
}
.processContent{
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 48px;
    left: 5px;
    right: 5px;
    bottom: 0px;
}
/*.box-shadow{*/

/*//Firefox4.0-*/

/*-moz-box-shadow:投影方式 X轴偏移量 Y轴偏移量阴影模糊半径 阴影扩展半径 阴影颜色;*/

/*//Safariand Google chrome10.0-*/

/*-webkit-box-shadow:投影方式 X轴偏移量 Y轴偏移量阴影模糊半径 阴影扩展半径 阴影颜色;*/

/*//Firefox4.0+、 Google chrome 10.0+ 、 Oprea10.5+ and IE9*/

/*box-shadow:  投影方式 X轴偏移量 Y轴偏移量 阴影模糊半径 阴影扩展半径 阴影颜色;*/

/*}*/
