html 
{
    margin: 0;
    padding: 0;
    height:100%;
}
BODY {
	FONT-SIZE: 14px;
    padding-top:10px;
    margin-right: 10px;
    background-color: #fff;
    height: 100%;
}

.main_table 
{
    border: 0px;
    width: 100%;
    height: 100%;
    font-family: Microsoft YaHei;
}
.main-badge {
    background-color: saddlebrown;
}
.main-topNum {
    padding: 10px;
    font-size: 14px;
    line-height: 30px;
}
.main-topNum span
{
    color: red;
}
.main-listUl {
    padding: 0
}
.main-listUl li {
     padding:0;margin:0;list-style: none;
     width:100%;height: 30px;line-height: 30px;font-size: 12px;

    overflow: hidden;
    cursor: pointer;
}

.l,.f-l{float:left!important;_display:inline}
.r,.f-r{float:right!important;_display:inline}

.text-l{text-align:left}.text-r{text-align:right}.text-c{text-align:center}
/*表格文字对齐方式，默认是居左对齐*/
.table .text-c th,.table .text-c td{text-align:center}/*整行居中*/
.table .text-r th,.table .text-r td{text-align:right}/*整行居右*/
.table th.text-l,.table td.text-l{text-align:left!important}/*单独列居左*/
.table th.text-c,.table td.text-c{text-align:center!important}/*单独列居中*/
.table th.text-r,.table td.text-r{text-align:right!important}/*单独列居右*/


/*控制元素对定位的位置：居左|居右|j居上|居下*/
.pos-left{left:0; right:auto}
.pos-right{right:0; left:auto}
.pos-top{top:0; bottom:auto}
.pos-bottom{top:auto; bottom:0}

.square{border-radius: 0px}


.mTable {
    width: 100%;
    height: 60px;
    background-color:#FCF8E3;
    border: 0;
}

.mTable td{
    padding-right: 5px;
}
/*党组织管理表格*/
.dzzglTable {
    width: 100%;
    height: 100%;
   	margin: 0px;
	padding: 0px;
    border: none;

}
.dzzglTable td {
    vertical-align: top;
}
/*图表页面表格*/
.chartTable {
    width: 100%;
    height: 100%;
   	margin: 0px;
	padding: 0px;
    border: none;

}
.chartTable td {
    vertical-align: top;
}
.treeTable {
    width: 200px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;

}


.fullCenterTable {
    width: 100%;
    height: 90%;
    text-align: center;
    font-size: 14px;
    color: red;
}

.partyTitle {
    font-size: 26px;
    font-weight:900;
    font-family: Microsoft YaHei;
    padding-left: 90px;
    background-image: url("/images/dangqi.png");
    background-position: left;
    background-repeat: no-repeat;
    letter-spacing: 2px;

}
.memberTitle {
    font-size: 26px;
    font-weight:900;
    font-family: Microsoft YaHei;
    padding-left: 90px;
    background-image: url("/images/dangyuan.png");
    background-position: left;
    background-repeat: no-repeat;
    letter-spacing: 2px;

}

.partyInfo {
    width: 100%;
}
.partyInfo td,.partyInfo th{
    font-size: 14px;
}
.partyInfo th {
    background-color:#FCF3D1;
    height: 40px;
    font-weight: 800;
    padding-left: 5px;
    font-size: 16px;
}
.partyInfo td {
    height: 40px;
    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
    padding: 5px;
}

.listTable {
    width: 100%;
    margin: 5px;
}
.listTable td,.listTable th{
    font-size: 14px;    text-align: center

}
.listTable .titTr, .listTable .titTr td {
    background-color:#FCF3D1;
    height: 40px;
    font-weight: 800;
    font-size: 14px;
}
.listTable .disabledTr, .listTable .disabledTr td {
    background-color:#eee;
    height: 40px;
    font-weight: 800;
    font-size: 14px;
}
.listTable td {
    height: 40px;
    border: 1px solid #CCC;
    padding: 5px;
}

 .memberFileTable
{
    width: 100%;
}
.memberFileTable td {
    height: 50px;
    border-width: 1px;
	border-style: dotted;
	border-color: #CCC;
    padding: 5px;
}
.partyInfo .tit 
{
    padding-left: 5px;
    font-weight: 800;
    width: 130px;
}
.partyInfo .tit b {
    color: red;
}

.cailiaoTitle {
    font-weight: 600;
    font-size: 12px;
    width: 250px;
    overflow: hidden;
}
.checkBoxLabel {
    display: inline-block;margin-right: 15px; width:auto;font-weight: 100;color: #888;
}
.labelPhone {
    min-width: 160px
}
.labelName {
    min-width: 75px
}
.checkBoxLabelAll ,.checkBox2LabelAll,.parentMemberAll {
    display: inline-block;margin-right: 15px; width:auto;font-weight: 100;
}
.checkBoxLabel input,.checkBoxLabelAll input,.checkBox2LabelAll input,.checkBox2LabelAllTop input ,.parentMemberAll input {
     vertical-align:middle;
    width: 16px;
    height: 16px;
}
.checkBoxLabel span ,.checkBox2LabelAll span,.checkBox2LabelAllTop span{
     vertical-align:middle;
    width: 16px;
    height: 16px;
}
.checkBoxLabelGroup,.checkBox2LabelGroupTop{
    margin-bottom: 10px;
    max-height: 200px;
    overflow: auto;
}
.checkNum {
    color:blue
}

.t_r {
    text-align: right;
}
.autoFullHeight {
    height: 100%;	overflow-y: auto;overflow-x: hidden
}

#treeSelectDiv 
{
    z-index: 999;
    width: 300px;
    height: 300px;
    overflow: auto;
    background-color: white;
    border: 1px solid #CCC;
    display:none; position: absolute;
}
.rightBodyTable {
    width: 100%;
    height: 100%;
    border: 0;

}
/*表格上方搜索框*/
.searchTable {
    padding: 0;border: 0; width: 100%;height: 100%;
}
.searchTable td {
    padding-left: 10px;
    white-space: nowrap
}

.zTreeMenuContent {
	display:none;
	position: absolute;
	margin-top:0;
	width:240px;
	height: 500px;
	max-height: 500px;
	background-color: white;
	overflow: auto;
	border: 1px solid #CCCCCC;
    z-index: 999;
	}
	
	.noDataDiv {
	    position: absolute;
	    top:40px;
	    height: 50px;
	    line-height: 50px;
	    padding-left: 10px;
	    font-size: 16px;
	    font-family: fantasy;
	    font-weight: 800;
	    width: 100%;
	    z-index: 10;
	    display: none;
	    color: red;
	}
	
	.mySelect .fancy-grid-cell-inner {
	    padding-top: 5px;
	}
	
	.checkBosLabel {
    display: inline-block;margin-right: 15px; float: left; width:auto;
}
 .checkPic {
     width: 70px;
     height: 70px;
     background-color: transparent;
     background-image: url(/images/upimg.gif);
     background-repeat: no-repeat;
     background-position: center center;
     color: green;
     font-weight: 800;
     border: 0;
}
 .checkPicLoad {
     width: 70px;
     height: 70px;
     background-color: transparent;
     background-image: url(/images/upimgLoad.gif);
     background-repeat: no-repeat;
     background-position: center center;
     color: green;
     font-weight: 800;
     border: 0;
}
 .checkFile {
     width: 70px;
     height: 70px;
     background-color: transparent;
     background-image: url(/images/upFile.gif);
     background-repeat: no-repeat;
     background-position: center center;
     color: green;
     font-weight: 800;
     border: 0;
}
 .selectRoom {
     width: 70px;
     height: 70px;
     background-color: transparent;
     background-image: url(/images/addRoom.gif);
     background-repeat: no-repeat;
     background-position: center center;
     color: green;
     font-weight: 800;
     border: 0;
}
 .checkFileLoad {
     width: 70px;
     height: 70px;
     background-color: transparent;
     background-image: url(/images/upFileLoad.gif);
     background-repeat: no-repeat;
     background-position: center center;
     color: green;
     font-weight: 800;
     border: 0;
}

    .block_form input ,.block_form select ,.block_form .input-group{
    display: inline-block;
    margin-right: 10px;
}


.gridTopSearch 
{
    height: 100%;
    width: 100%;
    
    height: 50px;
    line-height: 50px;
    background-color:#efefef
}
.gridTopSearch form{padding-left: 5px;}
.gridTopSearch input ,.gridTopSearch select ,.gridTopSearch .input-group{
    display: inline-block;
    width: 100px;
    margin-right: 10px;


}

.lowSourceList {
    position: relative;min-width: 70px;width:70px;height:60px; margin:5px;float: left
}

.lowSourceList i{position:absolute;right: 0px;top:0px;color: blue; cursor:pointer}
.lowSourceList img{width: 100%;height: 100%;cursor: zoom-in;}


.downLoadShow
{
    display: inline-block;
    width: 100%;
    text-align: center;
	height:50px;
    margin-top: 8px;
    padding-top: 30px;
	cursor:pointer;
	background-image: url(../images/ext/.file.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
    
}
.roomSelectDiv {
    width: 100%;
    height: 100%;
    display: inline-block;
    display: none;

}

.column-cls-kia-model-name .fancy-grid-cell {
  background: #F5F5F5 !important;
  border-right-color: #626262;
}

.column-cls-kia-model-name .fancy-grid-cell-inner 
{
    font-size: 14px;
height: 100%;
margin-top: 0;
margin-bottom: 0;
line-height: 45px;
  color: #004080 !important;
}

.myGridTd .fancy-grid-cell-inner
{
font-size: 14px;
height: 100%;
margin-top: 0;
margin-bottom: 0;
line-height: 45px;
}

.dataInput {
    background-color: white;
}

.participantsAll {
    margin-bottom: 10px;
}
.participantsYes,.participantsNo {
    margin-right: 15px;min-width: 70px;
}
.participantsYes {
    color:chocolate
}
.participantsNo {
    color:darkgrey
}

#upfilesList {
    height: 1px;
}
.btn-zibu {
    display: none;
}
.btn-notZibu {
    display: none;
}
.fixedBottom {
    position:fixed;left:0;right: 0;bottom:0;height: 45px;line-height: 45px; text-align: right; width: 100%;background-color: #eee;z-index: 999
}


.anchorBL{ 
display:none; 
} 


#duesMembers table {
    width: 100%;
}

#duesMembers table td
{
    padding: 10px;
}

.borderedTable {
    width: 100%;
    font-size: 14px;
}

.borderedTable td {
    border: 1px dotted gray;
    height: 30px;
    line-height: 30px;
    padding: 5px
}
.borderedTable th {
    border: 1px dotted gray;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    text-align: center;
    font-weight: 800;
    background-color: ghostwhite
}

.borderedTable caption 
{
    height: 40px;
    line-height: 40px;
    padding-top: 0px;
    font-weight: 900;
    font-size: 16px;
    font-family: Microsoft YaHei;
}

.duesInputOk {
    background-image: url("/images/duesInputOk.png");
    background-position: center right;
    background-repeat: no-repeat;
    color: green;
}


.duesInput {
    color: #ddd;
}
.duesInputBlue {
    color: blue;
}

.dataInputBtn {
    background-image: url(/images/rili.png);
     background-repeat: no-repeat;
     background-position: center center;
    background-size: 20px 20px;
     
}

.room {
    width: 15.5%;
    height: 60px;
    background-color: #e5e8ed;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 5px 0.5% ;
    position: relative;
    overflow: hidden;
    text-shadow: 1px 1px 1px #ffffff;
      -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* 标准语法 */

}
.thisRoom 
{
    background-color: #dbccfd;
    border: 2px solid #5e00c4;
}
.room b {
    width: 100%;
    height: 50%;
    line-height: 30px;
    color: blue;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background-color: rgba(255,255,255,0.4);
    font-size: 18px;
    overflow:hidden;
}
.room font {
    color:rgb(12, 120, 171);
    font-weight: 100;
    font-size: 14px;
}
.room a {
    width: 100%;
    height: 50%;
    line-height: 30px;
    color: rgb(12, 120, 171);
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    text-decoration: none;
}
.room span 
{
    display:none;
    position: absolute;
    top: 2px;right: 0;
    z-index: 99999;
    color: green;
}

.room .roomChild {
    height: 50%;
    line-height: 30px;
    width: 50%;
    background-color: #c1cad8;
    display: inline-block;
    border: 1px solid #ddd;
    position: inherit;
    left: 0;
    top: 50%;
    text-align: center;
    font-size: 12px;
    opacity: 0.9;
    
}

.optional {
    cursor:pointer
}

.noOptional {
     cursor:not-allowed;
}

.selectedRoom {
    position: relative;min-width: 70px;width:auto;height:60px; margin:5px;float: left;
    background-color: #c7dbd4;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 5px 0.5% ;

    position: relative;
    overflow: hidden;
    text-shadow: 1px 1px 1px #ffffff;
      -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* 标准语法 */

}
.selectedRoom b {
    width: auto;
    height: 50%;
    line-height: 30px;
    color: blue;
    display: block;
    text-align: center;
    background-color: rgba(255,255,255,0.4);
    font-size: 14px;
    padding-left:5px;
    padding-right: 18px;
}
.selectedRoom i{
    width: auto;
    height: 30px;
    line-height: 30px;
    color: rgb(12, 120, 171);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
        padding: 0 5px;
        
}

.selectedRoom span 
{
    display:block;
    position: absolute;
    top: 2px;right: 0;
    z-index: 99999;
    color: red;
    cursor: pointer
}


.flowMap 
{
    width: 100%;
    height: 120px;
}
.flowMap table {
    width: 100%;
    height: 100%;
}
.flowMap table td
{
    position: relative;
    text-align: center;
    background-repeat: repeat-x;
    background-position: center center;
    border: none;
}
.flowMap .Complete 
{
    background-image: url(../images/flowLine0.png);
}
.flowMap .Ready
{
    background-image: url(../images/flowLine1.png);
}
.flowMap .Future
{
   background-image: url(../images/flowLine.png);
}







.flowMap span 
{
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height:20px;
    padding-top: 20px;
    text-align: center;
    z-index: 999;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -40px;
    background-color: #eeeeee;
    border: solid 1px #aaaaaa;
    font-weight: 900;
}




.flowMap i 
{
    display: none;   
    width: 50%;
    height: 100%;
    position: absolute;
    background-color: ghostwhite;
    top:0;
}
.flowMap  table td:first-child i{
    display: inline-block;
    left: 0;
}
.flowMap  table td:last-child i{
    display: inline-block;
    right: 0;
}

.flowMap .Complete span
{
    background-color:yellowgreen;
    border: solid 1px green;
}
.flowMap .Ready span
{
    background-color: #00CCFF;
    border: solid 1px #0080C0;
    color: red;
}
.flowMap .Future span
{
    background-color: #eeeeee;
    border: solid 1px #aaaaaa;
}
.colorBlock{
	width:30px;
	height:30px;
	border-radius: 5px;
	display: inline-block;
	border: 1px solid #aaa;
	cursor: pointer;
	}

.fancy-grid-empty-text {
    margin: 60px !important;

    color: gray;
    font: 300 30px helvetica, arial, verdana, sans-serif !important;
}