@charset "UTF-8";

/* ivu common */
.ivu-menu-transparent{background:transparent;}
.ivu-menu-transparent li.ivu-menu-item:hover{background:transparent;}
.ivu-form-item{margin-bottom:0px;}
.ivu-select.darkblue .ivu-select-dropdown{background:#153A66;}
.ivu-select.darkblue .ivu-select-dropdown .ivu-select-dropdown-list .ivu-select-item{color:#FFF;}
.ivu-select.darkblue .ivu-select-dropdown .ivu-select-dropdown-list .ivu-select-item:hover{color:#495060;}
.ivu-select.darkblue .ivu-select-selection{background-color:#153A66;background:-moz-linear-gradient(top, #3f5d81 0%, #123865 100%);background:-webkit-linear-gradient(top, #3f5d81 0%,#123865 100%);background:linear-gradient(to bottom, #3f5d81 0%,#123865 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f5d81', endColorstr='#123865',GradientType=0 );color:#FFF;border:1px solid #113863;}
.ivu-select.darkblue .ivu-select-arrow{color:#26A2FA;}
.ivu-select.grpLeft .ivu-select-selection{border-radius: 5px 0px 0px 5px;}
.ivu-select.grpCenter .ivu-select-selection{border-radius: 0px 0px 0px 0px;}
.ivu-select.grpRight .ivu-select-selection{border-radius: 0px 5px 5px 0px;}

/* ivu pager */
.ivu-page a{vertical-align: top; display: inline;}
.ivu-page-item{border-radius: 2px; margin: 0; margin-left: -4px;}
.ivu-page-item:hover{position: relative; z-index: 1;}
.ivu-page-item:first-of-tpye{margin-left: 0;}
.ivu-page-item a{color: #000;}
.ivu-page-item-active{background: #5479f7;}
.ivu-page-item-active:hover a{color: #FFF;}
.ivu-page-item-active a{color: #FFF;}
.ivu-page-next{margin-left: 20px;}
.ivu-page-prev{margin-right: 20px;}
.ivu-page-next, .ivu-page-prev{}
.ivu-page-next a, .ivu-page-prev a{color: #FFF;}
.ivu-page-next:hover, .ivu-page-prev:hover{opacity:80%;}
.ivu-page-next:hover a, .ivu-page-prev:hover a{color: #FFF;}
/* .ivu-page-disabled{display: none;} */

/* ivu loader */
.loader.big{width:100px;height:100px;}
.loadWrap{width:100%;height:100%;position:fixed;z-index:999;background:rgba(255,255,255,.5);top:0;left:0;}
.loadWrap>.loader{top:50%;margin-top:-15px;}
.loadWrap>.loader.big{margin-top:-50px;}

/* ivu divider */
.ivu-divider.lightGray{background: #EEE;}
.ivu-divider.lightGray2{background: #D8E0E2;}
.ivu-divider.darkGray{background: #546873;}
.ivu-divider.darkNavi{background: #123864;}
.ivu-divider.h_2{height: 2px;}
.ivu-divider.h_3{height: 3px;}
.ivu-divider.h_4{height: 4px;}
.ivu-divider.h_5{height: 5px;}
.ivu-divider.thickSpc{margin: 30px 0;}
.ivu-divider.mediSpc{margin: 20px 0;}
.ivu-divider.thinSpc{margin: 10px 0;}

/* ivu tooltip */
.ivu-poptip-body-content li{text-align: left;}

/* ivu table board Design // common set */
.ivu-table-header th .ivu-table-cell{width: 100%; border-left: 1px solid #FFF; border-right: 1px solid #D4D4D4;}
.ivu-table-header th:first-of-type .ivu-table-cell{border-left: none;}
.ivu-table-header th:last-of-type .ivu-table-cell{border-right: none;}
.ivu-table-wrapper.lnkLst.type02 .noti .ivu-table-cell>div{background: #70C8FF; color: #FFF; font-size: 12px; border-radius: 3px; display: inline; padding: 0 5px;}

/* ivu table board Design // type01 */
.ivu-table-wrapper.lnkLst.type01{border:none;}
.ivu-table-wrapper.lnkLst.type01 .ivu-table .ivu-table-header{background:#EFF4F7;border-top:1px solid #546873;}
.ivu-table-wrapper.lnkLst.type01 .ivu-table table{border-collapse:separate;}
.ivu-table-wrapper.lnkLst.type01 .ivu-table td, .ivu-table-wrapper.lnkLst.type01 .ivu-table th{border-bottom:1px solid #F0F0F0;height:41px;}
.ivu-table-wrapper.lnkLst.type01 .ivu-table:before,.ivu-table-wrapper.lnkLst.type01 .ivu-table:after{background:transparent;width:0;height:0;}
.ivu-table-wrapper.lnkLst.type01 .ivu-table-body tr.ivu-table-row{cursor:pointer;}
.ivu-table-wrapper.lnkLst.type01 .ivu-table-body tr.ivu-table-row.even td{background:#F7FBFE;}
.ivu-table-wrapper.lnkLst.type01 .ivu-table-cell{padding:0 1em;}
.ivu-table-wrapper.lnkLst.type01 .ivu-table-body tr.ivu-table-row.ivu-table-row-hover td:first-child{border-left:1px solid #EFAFB0;}
.ivu-table-wrapper.lnkLst.type01 .ivu-table-body tr.ivu-table-row.ivu-table-row-hover td:last-child{border-right:1px solid #EFAFB0;}
.ivu-table-wrapper.lnkLst.type01 .ivu-table-body tr.ivu-table-row.ivu-table-row-hover td{background:#F7EDEC;border:none;border-top:1px solid #EFAFB0;border-bottom:1px solid #EFAFB0;}

/* table board Design // type02 */
.tableTit{background: #E6EAED; color: #383637; font-size: 18px; text-align: center; line-height: 46px; border-top: 1px solid #133864; border-bottom: 1px solid #B0B7C1;}
.tableTit+.ivu-table-wrapper.lnkLst.type02 .ivu-table .ivu-table-header{border-top: none;}
.ivu-table-wrapper.lnkLst.type02{border: none;}
.ivu-table-wrapper.lnkLst.type02 .ivu-table .ivu-table-header{background: #EFF4F7; border-top: 1px solid #546873;}
.ivu-table-wrapper.lnkLst.type02 .ivu-table table{border-collapse: separate;}
.ivu-table-wrapper.lnkLst.type02 .ivu-table th{color: #546873; border-bottom: 1px solid #D4D4D4;}
.ivu-table-wrapper.lnkLst.type02:not(.semiDark):not(.ltSkBlue):not(.gray) .ivu-table th{background: #EFF4F7;}
.ivu-table-wrapper.lnkLst.type02.semiDark .ivu-table th{background: #E6EAEC;}
.ivu-table-wrapper.lnkLst.type02.ltSkBlue .ivu-table th{background: #F9FCFF;}
.ivu-table-wrapper.lnkLst.type02.gray .ivu-table th{background: #E6EAED;}
.ivu-table-wrapper.lnkLst.type02 .ivu-table th,
.ivu-table-wrapper.lnkLst.type02 .ivu-table td{height: 42px; font-size: 13px;}
.ivu-table-wrapper.lnkLst.type02 .ivu-table td{color: #838383; font-weight: 300; border-bottom: 1px solid #F0F0F0;}
.ivu-table-wrapper.lnkLst.type02 .ivu-table td:ntf-of-type(4){}
.ivu-table-wrapper.lnkLst.type02 .ivu-table:before,.ivu-table-wrapper.lnkLst.type02 .ivu-table:after{width: 0; height: 0; background: transparent;}
.ivu-table-wrapper.lnkLst.type02 .ivu-table-body tr.ivu-table-row{cursor:pointer;}
.ivu-table-wrapper.lnkLst.type02 .ivu-table-body tr.ivu-table-row.even td{background: #F7FBFE;}
.ivu-table-wrapper.lnkLst.type02 .ivu-table-cell{padding: 0 1em;}
.ivu-table-wrapper.lnkLst.type02 .ivu-table-body tr.ivu-table-row.ivu-table-row-hover td:first-child{border-left: 1px solid #EFAFB0;}
.ivu-table-wrapper.lnkLst.type02 .ivu-table-body tr.ivu-table-row.ivu-table-row-hover td:last-child{border-right: 1px solid #EFAFB0;}
.ivu-table-wrapper.lnkLst.type02 .ivu-table-body tr.ivu-table-row.ivu-table-row-hover td{background: #F7EDEC; border: none; border-top: 1px solid #EFAFB0; border-bottom: 1px solid #EFAFB0;}

.ivu-table-wrapper.lnkLst.type02.cursorDefalut .ivu-table-body tr.ivu-table-row{cursor:default;}

/* ivu button UI component // common set */
.ivu-btn:not(.ivu-btn-circle):not(.ivu-btn-sys){height: 30px; font-size: 15px; line-height: 15px; padding: 0 15px;}
.infoBtnArea.grayPanel.type01 .ivu-btn-mediGray.btnShadow{width: 120px; height: 30px; padding: 0 15px;}
.infoBtnArea.grayPanel.type02 .ivu-btn, .ctrlBtnArea .ivu-btn{padding: 0 15px;}

/* ivu button UI component // Flat Color Type */
.ivu-btn-white.type1{background: #FFF; color: #000; border: 1px solid #D4D8D9;}
.ivu-btn-white.type1:hover{background: #8399A0; color: #FFF; border: 1px solid #8399A0;}
.ivu-btn-white.type1:active{background: #8399A0; color: #FFF; border: 1px solid #8399A0;}
.ivu-btn-white.type2{background: #FFF; color: #000; border: 1px solid #99A0A2;}
.ivu-btn-white.type2:hover{background: #8399A0; color: #FFF; border: 1px solid #8399A0;}
.ivu-btn-white.type2:active{background: #8399A0; color: #FFF; border: 1px solid #8399A0;}
.ivu-btn-blue.line{background: #FBFBFB; color: #123864; border: 1px solid #2572CC;}
.ivu-btn-blue.line:hover{background: #DCE7EB; color: #123864; border: 1px solid #2572CC;}
.ivu-btn-blue.line:active{background: #DCE7EB; color: #123864; border: 1px solid #2572CC;}
.ivu-btn-navi{background: #123864; color: #FFF; border: 1px solid #a9c8ec;}
.ivu-btn-navi:hover{background: #16457b; color: #FFF; border: 1px solid #a9c8ec;}
.ivu-btn-navi:active{background: #16457b; color: #FFF; border: 1px solid #a9c8ec;}
.ivu-btn-skBlue{background: #019BFB; color: #FFF; border: 1px solid #019BFB;}
.ivu-btn-skBlue:hover{background: #37B2FF; color: #FFF; border: 1px solid #37B2FF;}
.ivu-btn-skBlue:active{background: #0592EA; color: #FFF; border: 1px solid #0592EA;}
.ivu-btn-skBlue.line.type1{background: #FFF; color: #000; border: 1px solid #019BFB;}
.ivu-btn-skBlue.line.type1:hover{background: #FFF; color: #000; border: 1px solid #019BFB;}
.ivu-btn-skBlue.line.type1:active{background: #FFF; color: #000; border: 1px solid #019BFB;}
.ivu-btn-skBlue.line.type2{background: #FFF; color: #019BFB; border: 1px solid #019BFB;}
.ivu-btn-skBlue.line.type2:hover{background: #FFF; color: #019BFB; border: 1px solid #019BFB;}
.ivu-btn-skBlue.line.type2:active{background: #FFF; color: #019BFB; border: 1px solid #019BFB;}
.ivu-btn-blue{background: #2572CC; color: #FFF; border: 1px solid #2572CC;}
.ivu-btn-blue:hover{background: #2B85E4; color: #FFF; border: 1px solid #2B85E4;}
.ivu-btn-blue:active{background: #195FB1; color: #FFF; border: 1px solid #195FB1;}
.ivu-btn-sfLightGray{background: #F5F5F5; color: #000; border: 1px solid #C0C9CB;}
.ivu-btn-sfLightGray:hover{background: #8399A0; color: #FFF; border: 1px solid #8399A0;}
.ivu-btn-sfLightGray:active{background: #8399A0; color: #FFF; border: 1px solid #8399A0;}
.ivu-btn-lightGray{background: #C4C4C4; color: #FFF; border: 1px solid #C4C4C4;}
.ivu-btn-lightGray:hover{background: #BBB; color: #FFF; border: 1px solid #C4C4C4;}
.ivu-btn-lightGray:active{background: #C4C4C4; color: #FFF; border: 1px solid #C4C4C4;}
.ivu-btn-lightGray.reset{background: #BABABA; color: #FFF; border: 1px solid #BABABA;}
.ivu-btn-lightGray.reset:hover{background: #AAA; color: #FFF; border: 1px solid #BABABA;}
.ivu-btn-lightGray.reset:active{background: #BABABA; color: #FFF; border: 1px solid #BABABA;}
.ivu-btn-gray{background: #97A0A3; color: #FFF; border: 1px solid #97A0A3;}
.ivu-btn-gray:hover{background: #343A3C; color: #FFF; border: 1px solid #343A3C;}
.ivu-btn-gray:active{background: #343A3C; color: #FFF; border: 1px solid #343A3C;}
.ivu-btn-mediGray{background: #7B7B7B; color: #FFF; border: 1px solid #7B7B7B;}
.ivu-btn-mediGray:hover{background: #8F8F8F; color: #FFF; border: 1px solid #777;}
.ivu-btn-mediGray:active{background: #666; color: #FFF; border: 1px solid #888;}
.ivu-btn-naviGray{background: #4A566C; color: #FFF; border: 1px solid #4A566C;}
.ivu-btn-naviGray:hover{background: #627392; color: #FFF; border: 1px solid #627392;}
.ivu-btn-naviGray:active{background: #3D485D; color: #FFF; border: 1px solid #3D485D;}
.ivu-btn-navi{background: #123864; color: #FFF; border: 1px solid #99A0A2;}
.ivu-btn-navi:hover{background: #123864; color: #FFF; border: 1px solid #99A0A2;}
.ivu-btn-navi:active{background: #123864; color: #FFF; border: 1px solid #99A0A2;}
.ivu-btn-tmtRed{background: #C8644A; color: #FFF; border: 1px solid #C8644A;}
.ivu-btn-tmtRed:hover{background: #E66C4D; color: #FFF; border: 1px solid #E66C4D;}
.ivu-btn-tmtRed:active{background: #B95940; color: #FFF; border: 1px solid #B95940;}
.ivu-btn-tmtRed.line{background: #FFF; color: #000; border: 1px solid #C86449;}
.ivu-btn-tmtRed.line:hover{background: #FFF; color: #000; border: 1px solid #C86449;}
.ivu-btn-tmtRed.line:active{background: #FFF; color: #000; border: 1px solid #C86449;}

/* ivu button UI component // System UI Type */
.ivu-btn-sys{font-size: 13px; font-weight: 300;}
.ivu-btn-sys.reply{border-radius: 0; padding: 0 5px;}
.ivu-btn-sys.del.default{background: #E9EDF0; color: #2C2C2C; border: 1px solid #E9EDF0; padding: 0 5px;}
.ivu-btn-sys.del.default:hover{background: #F9F9F9; color: #000; border: 1px solid #F9F9F9; padding: 0 5px;}
.ivu-btn-sys.del.default:active{background: #E9EDF0; color: #2C2C2C; border: 1px solid #E9EDF0; padding: 0 5px;}
.ivu-btn-sys.reply{width: 38px; height: 20px; line-height: 8px;}
.ivu-btn-sys.edit.reply{background: #A8AEB6; color: #FFF; border: 1px solid #A8AEB6;}
.ivu-btn-sys.edit.reply>span, .ivu-btn-sys.del.reply>span{vertical-align: top;}
.ivu-btn-sys.edit.reply:hover{background: #BFC5CE; color: #FFF; border: 1px solid #A8AEB6;}
.ivu-btn-sys.edit.reply:active{background: #898E94; color: #FFF; border: 1px solid #A8AEB6;}
.ivu-btn-sys.del.reply{background: #A8AEB6; color: #FFF; border: 1px solid #A8AEB6;}
.ivu-btn-sys.del.reply:hover{background: #BFC5CE; color: #FFF; border: 1px solid #A8AEB6;}
.ivu-btn-sys.del.reply:active{background: #898E94; color: #FFF; border: 1px solid: #A8AEB6;}
.ivu-btn-sys.exlDown{background: #F5F5F5 url("../image/btnBg/docSpr.png") no-repeat right 5px top -2px; color: #000; border: 1px solid #C0CACB; padding: 2px 33px 3px 10px;}
.ivu-btn-sys.exlDown:hover{background: #FAFAFA url("../image/btnBg/docSpr.png") no-repeat right 5px top -2px; color: #000; border: 1px solid #CCD7D8; padding: 2px 33px 3px 10px;}
.ivu-btn-sys.exlDown:active{background: #F5F5F5 url("../image/btnBg/docSpr.png") no-repeat right 5px top -2px; color: #000; border: 1px solid #C0CACB; padding: 2px 33px 3px 10px;}
.ivu-btn-sys.ico, .ivu-btn-sys.ico2, .ivu-btn-sys.ico3{height: 25px; background: transparent url("../image/btnBg/docSpr.png"); text-decoration: none; border: none; padding: 0;}
.ivu-btn-sys.ico:not(.txtBtn){width: 25px; color: transparent; font-size: 0;}
.ivu-btn-sys.ico.txtBtn{width: auto; line-height: 24px; float: none;}
.ivu-btn-sys.ico.txtBtn>span{padding-left: 26px;}
.ivu-btn-sys.ico.doc{background-repeat: no-repeat; background-position: -2px -63px;}
.ivu-btn-sys.ico.doc2{background-repeat: no-repeat; background-position: -2px -543px;}
.ivu-btn-sys.ico.doc3{background-repeat: no-repeat; background-position: -2px -603px;}
.ivu-btn-sys.ico.doc4{background-repeat: no-repeat; background-position: -2px -663px;}
.ivu-btn-sys.ico.doc5{background-repeat: no-repeat; background-position: -2px -723px;}
.ivu-btn-sys.ico.doc6{background-repeat: no-repeat; background-position: -2px -783px;}
.ivu-btn-sys.ico.info{background-repeat: no-repeat; background-position: -2px -843px;}
.ivu-btn-sys.ico.info2{background-repeat: no-repeat; background-position: -2px -1023px;}
.ivu-btn-sys.ico.info3{background-repeat: no-repeat; background-position: -2px -1083px;}
.ivu-btn-sys.ico.eco{background-repeat: no-repeat; background-position: 2px -595px; background-size: 20px auto;}
.ivu-btn-sys.ico.unexcut{background-repeat: no-repeat; background-position: 0 -832px; background-size: 26px auto;}
.ivu-btn-sys.ico.drw{background-repeat: no-repeat; background-position: center top -121px;}
.ivu-btn-sys.ico.loc{background-repeat: no-repeat; background-position: center top -182px;}
.ivu-btn-sys.ico.hist{background-repeat: no-repeat; background-position: center top -243px;}
.ivu-btn-sys.ico.on_chk{background-repeat: no-repeat; background-position: center top -423px;}
.ivu-btn-sys.ico.off_chk{background-repeat: no-repeat; background-position: center top -482px;}
.ivu-btn-sys.item{width: 21px; height: 21px; background: #FFF; color: transparent; font-size: 0; border-radius: 0; padding: 0;}
.ivu-btn-sys.item.dir{border: 1px solid #D8E0E2; position: relative;}
.ivu-btn-sys.item.dir:before{content: ""; width: 0; height: 0; display: inline-block; position: absolute; top: calc(50% - 2px); left: 50%; opacity: 1; transform: translate(-50%);}
.ivu-btn-sys.item.up:before{border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 4px solid #019BFB;}
.ivu-btn-sys.item.down:before{border-top: 4px solid #019BFB; border-left: 4px solid transparent; border-right: 4px solid transparent;}
.ivu-btn-sys.item.del{background: url("../image/btnBg/del2.png") no-repeat center; border: 1px solid #019BFB;}

/* ivu button UI component // Gradient Color Type */
.ivu-btn.ivu-btn-blueGradient.ivu-btn-circle{color: #fff;border:none;background-color:#5bbffd;background:url('../../../static/image/map/searchBarBtnBg.png') center no-repeat;background-size:cover;border:none;}
.ivu-btn.ivu-btn-lightBlueGradient{
	background: #73CAFF;
	background: -moz-linear-gradient(45deg, #73CAFF 0%, #079EF9 100%);
	background: -webkit-linear-gradient(45deg, #73caff 0%,#079EF9 100%);
	background: linear-gradient(to bottom, #73CAFF 0%,#079EF9 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73CAFF', endColorstr='#079EF9',GradientType=1 );
	color: #FFF;
	border: none;
}
.ivu-btn.ivu-btn-grayGradient{
	background: #97A0A3;
	background: -moz-linear-gradient(180deg, #B6BDBF 3px, #97A0A3 3%);
	background: -webkit-linear-gradient(180deg, #B6BDBF 3px, #97A0A3 3%);
	background: linear-gradient(180deg, #B6BDBF 3px, #97A0A3 3%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B6BDBF', endColorstr='#97A0A3',GradientType=1 );
	color: #FFF;
	border: 1px solid #7B8386;
}
.ivu-btn.ivu-btn-grayGradient:hover{
	background: #50585B;
	background: -moz-linear-gradient(180deg, #3E4346 3px, #50585B 3%);
	background: -webkit-linear-gradient(180deg, #3E4346 3px, #50585B 3%);
	background: linear-gradient(180deg, #3E4346 3px, #50585B 3%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E4346', endColorstr='#50585B',GradientType=1 );
	color: #FFF;
	border: 1px solid #7B8386;
}
.ivu-btn.ivu-btn-grayGradient:active{
	background: #50585B;
	background: -moz-linear-gradient(180deg, #3E4346 3px, #50585B 3%);
	background: -webkit-linear-gradient(180deg, #3E4346 3px, #50585B 3%);
	background: linear-gradient(180deg, #3E4346 3px, #50585B 3%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E4346', endColorstr='#50585B',GradientType=1 );
	color: #FFF;
	border: 1px solid #7B8386;
}
.ivu-btn.ivu-btn-skBlueGradient{
	background: #019BFB;
	background: -moz-linear-gradient(180deg, #4EB9FC 3px, #019BFB 3%);
	background: -webkit-linear-gradient(180deg, #4EB9FC 3px, #019BFB 3%);
	background: linear-gradient(180deg, #4EB9FC 3px, #019BFB 3%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4EB9FC', endColorstr='#019BFB',GradientType=1 );
	color: #FFF;
	border: 1px solid #1385CC;
}
.ivu-btn.ivu-btn-blueGradient{
	background: #2572CC;
	background: -moz-linear-gradient(180deg, #679DDB 3px, #2572CC 3%);
	background: -webkit-linear-gradient(180deg, #679DDB 3px, #2572CC 3%);
	background: linear-gradient(180deg, #679DDB 3px, #2572CC 3%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#679DDB', endColorstr='#2572CC',GradientType=1 );
	color: #FFF;
	border: 1px solid #2268BA;
}
.ivu-btn.ivu-btn-naviGrayGradient{
	background: #4A566C;
	background: -moz-linear-gradient(180deg, #818998 3px, #4A566C 3%);
	background: -webkit-linear-gradient(180deg, #818998 3px, #4A566C 3%);
	background: linear-gradient(180deg, #818998 3px, #4A566C 3%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818998', endColorstr='#4A566C',GradientType=1 );
	color: #FFF;
	border: 1px solid #333D4F;
}
.ivu-btn.ivu-btn-tmtRedGradient{
	background: #C86449;
	background: -moz-linear-gradient(180deg, #D99380 3px, #C86449 3%);
	background: -webkit-linear-gradient(180deg, #D99380 3px, #C86449 3%);
	background: linear-gradient(180deg, #D99380 3px, #C86449 3%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D99380', endColorstr='#C86449',GradientType=1 );
	color: #FFF;
	border: 1px solid #AB5037;
}
.ivu-btn.ivu-btn-sysGradient{background: #EEE;background: -moz-linear-gradient(45deg, #2572CC 0%, #E9E7E7 100%);background: -webkit-linear-gradient(45deg, #F5F5F5 0%,#E9E7E7 100%);background: linear-gradient(to bottom, #F5F5F5 0%,#E9E7E7 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E7E7', endColorstr='#F5F5F5',GradientType=1 );border:1px solid #C0C9CB;;color:#000;}

/* ivu button UI component // Drop Shadow Design Type */
.ivu-btn.btnShadow.light{-webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.15);-moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.15);box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.15);}
.ivu-btn.btnShadow.mid{-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);}
.ivu-btn.btnShadow.hard{-webkit-box-shadow: 5px 5px 0px #E3E3E3;-moz-box-shadow: 5px 5px 0px #E3E3E3;box-shadow: 5px 5px 0px #E3E3E3;}
.ivu-btn[class*="btnShadow"]{margin-right: 7px;}

/* ivu button UI component // Ghost Button UI Type */
.ivu-btn-skBlue.ivu-btn-ghost{color: #019BFB; color: #019BFB; border: 1px solid #019BFB;}
.ivu-btn-skBlue.ivu-btn-ghost:hover{background: #4EB9FC; color: #FFF; border: 1px solid #019BFB;}
.ivu-btn-skBlue.ivu-btn-ghost:active{background: #4EB9FC; color: #FFF; border: 1px solid #019BFB;}
.ivu-btn-tmtRed.ivu-btn-ghost{color: #000; border: 1px solid #C86449;}
.ivu-btn-tmtRed.ivu-btn-ghost:hover{background: #FEEDE8; color: #000; border: 1px solid #C86449;}
.ivu-btn-tmtRed.ivu-btn-ghost:active{background: #FEEDE8; color: #000; border: 1px solid #C86449;}
.ivu-btn-ghost{background: 0 0;}

/* ivu button UI component // etc shape Design UI Type */
.ivu-btn-circle.capsule{min-width: 92px; padding: 2px 15px 3px;}

/* ivu button UI component // disabled set */
.ivu-btn.disabled, .ivu-btn.disabled.active, .ivu-btn.disabled:active, .ivu-btn.disabled:focus, .ivu-btn.disabled:hover, .ivu-btn[disabled], .ivu-btn[disabled].active, .ivu-btn[disabled]:active, .ivu-btn[disabled]:focus, .ivu-btn[disabled]:hover, fieldset[disabled] .ivu-btn, fieldset[disabled] .ivu-btn.active, fieldset[disabled] .ivu-btn:active, fieldset[disabled] .ivu-btn:focus, fieldset[disabled] .ivu-btn:hover{color: #c5c8ce;background-color: #f7f7f7;border-color: #dcdee2;}

/* ivu Form UI Component // common */
.ivu-select .ivu-select-selection .ivu-select-input,
.ivu-select .ivu-select-selection .ivu-select-placeholder,
.ivu-select .ivu-select-selection .ivu-select-selected-value,
.ivu-input-wrapper .ivu-input,
.ivu-radio-wrapper,
.ivu-checkbox-wrapper,
.ivu-select-multiple .ivu-tag{font-size: 15px; font-weight: 300;}
.ivu-select .ivu-select-item{font-size: 15px!important; font-weight: 300;}
.ivu-form .ivu-form-item-label{padding: 8px 12px 5px 0;}
:not(.srchTop) .ivu-form .ivu-form-item-label{font-size: 15px;}
.srchTop .ivu-form .ivu-form-item-label, .srchArea:not(.label_15) .ivu-form .ivu-form-item-label{font-size: 18px;}
.srchTop .ivu-form .ivu-form-item-label{padding: 8px 0 5px;}

/* ivu Form UI Component // TextBox */
.ivu-form > .custom-label.ivu-form-item .ivu-form-item-label:before{content: ""; width: 8px; height: 8px; background: #0399FA; border-radius: 100%; vertical-align: middle; display: inline-block; margin: -4px 4px 0 0;}
.ivu-form > .custom-label.ivu-form-item.gray .ivu-form-item-label:before{background: #6F767B;}
.ivu-form > .custom-label.ivu-form-item .ivu-form-item-label{color: #536974;}
.ivu-input-wrapper.ivu-input-type.gray .ivu-input{background: #F9F9F9; color: #767676; font-weight: 300; border-color: #D4D4D4;}
.ivu-input-wrapper.ivu-input-type.gray .ivu-input:focus{box-shadow: none; outline: auto; outline-color: #019BFB;}
.ivu-input-wrapper .ivu-input:read-only,
.ivu-input-wrapper.ivu-input-type.gray .ivu-input:read-only{background: #ECECEC; border-color: #CCC; cursor: not-allowed;}
.ivu-input-wrapper .ivu-input:read-only:focus,
.ivu-input-wrapper.ivu-input-type.gray .ivu-input:read-only:focus{outline-color: transparent;}


/* ivu Form UI Component // datePicker */
.ivu-date-picker.gray .ivu-input-wrapper .ivu-input-icon-normal+.ivu-input{background: #F9F9F9; color: #767676; font-weight: 300; border-color: #D4D4D4;}

/* ivu Form UI Component // RadioBox */
.ivu-radio-wrapper{color: #525252; font-size: 15px; font-weight: 300;}
.ivu-radio-inner{
	background: #FFF; width: 20px; height: 20px;
	border: 1px solid #dcdee2; border-radius: 50%;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	display: inline-block; position: relative; top: 0; left: 0;
	transition: all .2s ease-in-out;
}
.ivu-radio-inner:after{
	content: " ";
	width: 12px; height: 12px; background: #2DBFFF;
	border-top: 0; border-left: 0; border-radius: 100%;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	display: table; position: absolute; top: calc(50% - 6px); left: calc(50% - 6px);
}
.ivu-radio-checked .ivu-radio-inner{background: #E9ECEE; border-color: #ADB8C0;}
.ivu-radio-checked:hover .ivu-radio-inner{border-color: #2DBFFF;}
.ivu-radio-checked:hover .ivu-radio-inner:after{background: #2DBFFF; box-shadow: none;}

/* ivu Form UI Component // selectBox(Design Guide :: Normal Type) */
.custom-seltbox.ivu-select .ivu-select-selection .ivu-select-arrow{top: calc(50% - 2px); right: 5px;}
.custom-seltbox.ivu-select .ivu-select-selection .ivu-select-arrow:before{content: "\F33D"; font-size: 20px;}
.custom-seltbox.ivu-select .ivu-select-selection .ivu-select-input,
.custom-seltbox.ivu-select .ivu-select-selection .ivu-select-selected-value,
.custom-seltbox.ivu-select .ivu-select-item-selected{color: #767676; font-weight: 300;}

/* ivu Form UI Component // selectBox(Design Guide :: Gray Type) */
.custom-seltbox.gray.ivu-select .ivu-select-dropdown,
.custom-seltbox.gray.ivu-select .ivu-select-selection{background: #F9F9F9;}
.custom-seltbox.gray.ivu-select .ivu-select-selection .ivu-select-placeholder{color: #767676; font-weight: 300; border-color: #D4D4D4;}
.custom-seltbox.gray.ivu-select .ivu-select-item-focus, .custom-seltbox.gray.ivu-select .ivu-select-item:hover{background: #EEE;}
.custom-seltbox.gray.ivu-select .ivu-select-item-selected{color: #555;}
.custom-seltbox.gray.ivu-select .ivu-select-selection .ivu-select-arrow:before{color: #7B7B7B;}
.custom-seltbox.gray.ivu-select .ivu-select-selection-focused, .custom-seltbox.gray.ivu-select .ivu-select-selection:hover{border-color: #BABABA;}

/* ivu Form UI Component // selectBox(Design Guide :: Thin box Type) */
.thin.ivu-form .ivu-form-item-label{padding: 5px 12px 5px 0;}
.thin.ivu-form .ivu-form-item-content,
.thin.ivu-form .ivu-select-single .ivu-select-selection{height: 26px; line-height: 24px;}
.thin.ivu-form .ivu-select-single .ivu-select-selection .ivu-select-selected-value{line-height: 24px;}

/* ivu Form UI Component // selectBox(Design Guide :: Square radius Type) */
.square.ivu-form .ivu-select-single .ivu-select-selection{border-radius: 0;}

/* ivu Form UI Component // Checkbox Text Size Response type */
.ivu-checkbox-inner{width: 1em; height: 1em;}
.ivu-checkbox-checked .ivu-checkbox-inner:after{width: .3em; height: .6em; left: .3em;}

/* ivu Form UI Component // Checkbox custom Design type */
.simpLine.darkGray .ivu-checkbox .ivu-checkbox-inner{background: transparent; border-color: #505050; border-radius: 0;}
.simpLine.darkGray .ivu-checkbox .ivu-checkbox-inner:after{border-color: #505050;}
.simpLine.darkGray .ivu-checkbox .ivu-checkbox-focus{box-shadow: none;}

/* ivu switch UI Component */
.ivu-switch-large.custom{height: 26px; background: #B9BEC5;}
.ivu-switch-large.custom:after{width: 20px; height: 20px; border-radius: 100%; top: 50%; left: 3px; transform: translateY(-50%);}
.ivu-switch-large.custom.ivu-switch-checked{background: #2D8CF0;}
.ivu-switch-large.custom.ivu-switch-checked:after{left: calc(100% - 24px);}
.ivu-switch-large.custom .ivu-switch-inner{font-size: 15px; top: 50%; left: 26px; transform: translateY(-50%);}
.ivu-switch-large.custom.ivu-switch-checked .ivu-switch-inner{left: 7px;}

/* ivu badge UI Component // new count type */
.ivu-badge.custom.newCnt{}
.ivu-badge.custom.newCnt .ivu-btn{padding-right: 35px;}
.ivu-badge.custom.newCnt .ivu-btn + .ivu-badge-count{min-width: 17px; height: 17px; background: #FFF; color: #40A9FC; font-size: 13px; font-weight: 300; line-height: 13px;	padding: 0; top: 50%; right: 15px; transform: translateY(-50%);}

/* ivu badge UI Component // reply count type */
.custom.replyCnt .ivu-badge{width: 0; height: 0; vertical-align: 5px; right: -5px;}
.custom.replyCnt .ivu-badge .ivu-badge-count{width: 25px; height: 25px; background: url("../image/replyBadge.png") no-repeat center; font-size: 13px; text-align: center; border-radius: 0; box-shadow: none; padding: 0.25em 0 0 .15em;}

/* ivu card Ui Component // card box type */
.cardBox1{margin-bottom: 10px;}
[class*=cardBox] > .ivu-card-head{height: 40px; color: #222; background: #F6F6F6; border: 1px solid #D8D8D8; border-top: 2px solid #5DB6FA; border-bottom: none; padding: .5em 1em;}
.cardBox1 > .ivu-card-head p{font-size: 16px; font-weight: normal;}
.cardBox1 > .ivu-card-head .stick {content: "|"; padding-right:11px;}
.cardBox1 > .ivu-card-head .stick:before {content: ""; width: 3px; height:15px; background:#17233d; display: inline-block;position: absolute; top:13px;}
.cardBox1 > .ivu-card-body{min-height: 170px; background: #FFF; border: none; border-top: none; padding:0;}
.cardBox1 table.plain th{font-size: 15px;}
.cardBox1 table.plain td{font-size: 15px; font-weight: 300;}
.cardBox1.fileData > .ivu-card-head{border-bottom: inherit;}
.cardBox1.fileData > .ivu-card-body{border: 1px solid #D8D8D8;}
.cardBox1.fileData .listBox{padding: 12px 16px;}
.cardBox1.fileData .listBox + .btnArea{margin: 0; padding-right: 16px;}
.cardBox1.fileData .listBox > .ivu-card-body{min-height: 100px; background: #F9F9F9; border: 1px solid #D8D8D8;}

/* ivu card Ui Component // board type */
.brdDtl.ivu-card{border: 1px solid #C0C7D1;}
.brdDtl.ivu-card .ivu-card-body{padding: 25px 20px 35px;}

/* ivu Tabs UI Component // common */
.ivu-tabs-nav-container:focus .ivu-tabs-tab-focused{border-bottom-color: transparent !important;}

/* ivu Tabs UI Component // type1(ivu Default Style) */
.custom-tabs-Type1{}
.custom-tabs-Type1 > .ivu-tabs.ivu-tabs-card > .ivu-tabs-bar{border-color: #D4D4D4;}
.custom-tabs-Type1 > .ivu-tabs > .ivu-tabs-bar .ivu-tabs-nav-container{height: 46px;}
.custom-tabs-Type1 > .ivu-tabs > .ivu-tabs-bar .ivu-tabs-ink-bar{height: 3px; background: #5B5B5B; bottom: 0;}
.custom-tabs-Type1 > .ivu-tabs > .ivu-tabs-bar .ivu-tabs-tab{min-width: 190px; color: #999; text-align: center; margin: 0; padding: 13px 16px;}
.custom-tabs-Type1 > .ivu-tabs > .ivu-tabs-bar .ivu-tabs-tab-active{color: #3E3E3E;}
.custom-tabs-Type1 > .ivu-tabs > .ivu-tabs-bar .ivu-tabs-tab-active:before{}
.custom-tabs-Type1 > .ivu-tabs > .ivu-tabs-bar .ivu-tabs-content{}
.custom-tabs-Type1 > .ivu-tabs > .ivu-tabs-bar .ivu-tabs-content > .ivu-tabs-tabpane{}

/* ivu Tabs Ui Component // type2(Design Guide Style) */
.custom-tabs-Type2{}
.custom-tabs-Type2 > .ivu-tabs.ivu-tabs-card > .ivu-tabs-bar{border-color: #D4D4D4;}
.custom-tabs-Type2 > .ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-nav-container{height: 40px; margin-bottom: -2px;}
.custom-tabs-Type2 > .ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab-active{}
.custom-tabs-Type2 > .ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab{min-width: 190px; height: 100%; background: #F2F6F7; color: #3E3E3E; text-align: center; border: 1px solid #D4D4D4; border-radius: 5px 5px 0 0; margin-right: -1px; padding: 8px 16px;}
.custom-tabs-Type2 > .ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab-active{background: #5B5B5B; color: #FFF; border: 1px solid #5B5B5B;}
.custom-tabs-Type2 > .ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab-active:before{}
.custom-tabs-Type2 > .ivu-tabs.ivu-tabs-card > .ivu-tabs-content{}
.custom-tabs-Type2 > .ivu-tabs.ivu-tabs-card > .ivu-tabs-content > .ivu-tabs-tabpane{}

/* ivu tree Ui Component // Folder type */
.ivu-tree.folder{background: #FAFAFA; border: 1px solid #C6CDD4;}
.ivu-tree.folder .ivu-tree-children li{line-height: 30px; margin: 0; padding: 0;}
.ivu-tree.folder .ivu-tree-children li ul{margin-left: 12px; padding: 0;}
.ivu-tree.folder .ivu-tree-children .ivu-tree-arrow{float: left; padding-left: 5px; position: relative; z-index: 1;}
.ivu-tree.folder .ivu-tree-children .ivu-tree-arrow .ivu-icon:before{content: "\F341";}
.ivu-tree.folder .ivu-tree-children .ivu-tree-title{background: url("../image/btnBg/docSpr.png") no-repeat; color: #546873; font-size: 13px; border-top: 1px solid #ECECEC; border-radius: 0; margin-left: -12px; padding: 0 0 0 55px;}
.ivu-tree.folder .ivu-tree-children li>.ivu-tree-title{width: 100%; background-position: left 20px top -300px;}
.ivu-tree.folder .ivu-tree-children li>.ivu-tree-children li>.ivu-tree-title{width: calc(100% + 12px); background-position: left 20px top -360px;}
.ivu-tree.folder .ivu-tree-children:first-child>li>.ivu-tree-title{border-top: none;}
.ivu-tree.folder .ivu-tree-children .ivu-tree-title:hover, .ivu-tree .ivu-tree-children .ivu-tree-title-selected, .ivu-tree .ivu-tree-children .ivu-tree-title-selected:hover{background-color: #FFEFBB;}

/* ivu accordion Ui Component // type1 */
.custom-acc.ivu-collapse{border: none;}
.custom-acc.ivu-collapse .ivu-collapse-item{border: none; border-radius: 3px; margin-top: 8px;}
.custom-acc.gray.ivu-collapse>.ivu-collapse-item{background: #E6E8EC;}
.custom-acc.skBlue.ivu-collapse>.ivu-collapse-item{background: #F1F5FB;}
.custom-acc.sLightGray.ivu-collapse>.ivu-collapse-item{background: #F7F8FA;}
.custom-acc.ivu-collapse .ivu-collapse>.ivu-collapse-item:first-child{margin-top: 0;}
.custom-acc.ivu-collapse>.ivu-collapse-item.ivu-collapse-item>.ivu-collapse-header{border: 1px solid #E6E8EC; border-radius: 3px;}
.custom-acc.gray.ivu-collapse>.ivu-collapse-item.ivu-collapse-item>.ivu-collapse-header{border-color: #DEDEDE;}
.custom-acc.skBlue.ivu-collapse>.ivu-collapse-item.ivu-collapse-item>.ivu-collapse-header{border-color: #DEDEDE;}
.custom-acc.skBlue.ivu-collapse>.ivu-collapse-item.ivu-collapse-item>.ivu-collapse-header>.chkDesc>.ivu-checkbox-wrapper{height: 22px; background: #AFDBFC; color: #525252; font-size: 13px; font-weight: 300; line-height: 22px; vertical-align: top; border-radius: 11px; margin: 8px 10px 0; padding: 0 15px;}
.custom-acc.sLightGray.ivu-collapse>.ivu-collapse-item.ivu-collapse-item>.ivu-collapse-header{border-color: #E1E3E7;}
.custom-acc.sLightGray.lineType.ivu-collapse>.ivu-collapse-item.ivu-collapse-item>.ivu-collapse-header{background: url("../image/header3TxtBg.png") no-repeat top 11px left 33px; border-color: #F7F8FA; border-top-color: #5EB6F9; border-bottom-color: #5EB6F9; padding-left: 50px;}
.custom-acc.ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active>.ivu-collapse-header{border: 1px solid #019BFB; border-radius: 3px;}
.custom-acc.skBlue.ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active{background: #5EB6F9;}
.custom-acc.skBlue.ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active>.ivu-collapse-header{color: #FFF; border: 1px solid #5EB6F9; border-radius: 3px;}
.custom-acc.ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active>.ivu-collapse-header .arrEdge{margin: -3.5px 11px 0 8px; transform: rotate(180deg);}
.custom-acc.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header{font-size: 15px; padding-right: 15px;}
.custom-acc.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .stateMark{width: 115px; height: 22px; font-size: 13px; text-align: center; line-height: 22px; vertical-align: top; border-radius: 13px; display: inline-block; margin-top: 7px; padding: 0 15px; position: absolute; right: 50px;}
.custom-acc.sLightGray.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header,
.custom-acc.gray.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header{color: #434343;}
.custom-acc.skBlue.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header{color: #2C2C2C;}
.custom-acc.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header:before{content: ""; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; display: inline-block; margin-right: 5px;}
.custom-acc.sLightGray.decoType.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header:before{content: ""; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; display: inline-block; margin: 0 5px 0 35px;}
.custom-acc.sLightGray.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header:before,
.custom-acc.gray.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header:before{border-left: 6px solid #019BFB;}
.custom-acc.sLightGray.lineType.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header:before{border: none;}
.custom-acc.skBlue.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header:before{border-left: 6px solid #43AAF9;}
.custom-acc.skBlue.ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active>.ivu-collapse-header:before{border-left: 6px solid #FFF;}
.custom-acc.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .decoBar{width: 1px; height: 21px; background: #FFF; display: inline-block; margin: 0 28px 0 -32px; position: relative; top: 50%; transform: translateY(-50%); transform: translateY(-50%); transform: translateY(-webkit-calc(-50% - 4px));}
.custom-acc.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .decoBar:before{content: ""; width: inherit; height: inherit; background: #D0D0D0; display: inline-block; position: absolute; top: 0; left: -1px;}
.custom-acc.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .arrEdge{width: 0; height: 0; border: 6px solid transparent; display: inline-block; float: right; margin: 0 0 0 8px; padding: 0; position: relative; top: 50%; transform: translateY(-50%); transform: translateY(-webkit-calc(-50% - 2px));}
.custom-acc.sLightGray.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .arrEdge{border-left-color: rgba(0,0,0,.7);}
.custom-acc.gray.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .arrEdge{border-left-color: #717273;}
.custom-acc.skBlue.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .arrEdge{border-left-color: rgba(0,0,0,.5);}
.custom-acc.skBlue.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .stateMark{background: #5EB6F9; color: #FFF;}
.custom-acc.skBlue.ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active>.ivu-collapse-header .arrEdge{border-left-color: #FFF;}
.custom-acc.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .arrEdge:before,
.custom-acc.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .arrEdge:after{content: ""; width: 0; height: 0; display: block; position: absolute; top: 0;}
.custom-acc.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .arrEdge:before{border: 6px solid transparent; margin-top: -6px; left: -18px;}
.custom-acc.sLightGray.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .arrEdge:before{border-right-color: #717273;}
.custom-acc.gray.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .arrEdge:before{border-right-color: #717273;}
.custom-acc.skBlue.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .arrEdge:before{border-right-color: rgba(0,0,0,.5);}
.custom-acc.skBlue.ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active>.ivu-collapse-header .arrEdge:before{border-right-color: #FFF;}
.custom-acc.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .arrEdge:after{border: 13px solid transparent; border-top-color: #E6E8EC; margin-top: -9px; left: -19px;}
.custom-acc.gray.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .arrEdge:after{border-top-color: #E6E8EC;}
.custom-acc.sLightGray.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .arrEdge:after{border-top-color: #F7F8FA;}
.custom-acc.skBlue.ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active .stateMark{background: #FFF; color: #5EB6F9;}
.custom-acc.skBlue.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header .arrEdge:after{border-top-color: #F1F5FB;}
.custom-acc.skBlue.ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active>.ivu-collapse-header .arrEdge:after{border-top-color: #5EB6F9;}
.custom-acc.ivu-collapse>.ivu-collapse-item>.ivu-collapse-content{padding: 18px 0;}
.ivu-color-picker-confirm-color-editable{top:11px;width:110px;}