/* @import url("wfm/act_flow.css"); */
/* @import url("wfm/cyan.css"); */

/**************
 * Work Flow Frame
 **************/
/* 전체 Frame */
.maps {
}

.workflow-body {
    height: 100%;
    background: #f7f7f7;
    overflow-y: auto;
    padding-top: 15px;
}

.workflow-map {
    padding-top: 10px;
}

.workflow-map-wrap {
    padding: 0 25px 10px;
    background: #f7f7f7;
}


/* Level1 제목 Frame */
.maps .map_title_frame {
    background-color: #f7f7f7;
    width: 100%;
    padding-bottom: 5px;
    overflow: auto;
    margin-bottom: 15px;
}

/* Level1 제목 */
.maps .map_title {
    font-weight: bold;
    color: #293846;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Level1 Entity CheckBox */
.maps .map_ent_chk {
    float: left;
    padding-left: 20px;
}

/* Content */
.maps .content {
    padding: 0px 0px 0px 0px;
}

/*******************
 * WorkFlow Item
 ******************/
/* Flow Item 처리 Count 크기 */
.wf-item {
    width: auto;
    min-width: 130px;
    float: left;
    margin-bottom: 10px;
}

.wf-item > div {
    display: inline-block;
    border: 1px solid #c1c1c1;
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 0.3em;
    box-shadow: 0px 1px 5px #bdbdbd;
}

.wf-item-zero {
    width: 130px;
}

.wf-item-zero > div {
    display: inline-block;
    border: 1px solid #aaaaaa;
    width: 100%;
    border-radius: 0.3em;
}

.wf-item-complete {
    width: 130px;
}

.wf-item-complete > div {
    display: inline-block;
    border: 1px solid #aaaaaa;
    width: 100%;
    border-radius: 0.3em;
}

/* Flow Item Title */
.wf-title {
    background: #6e9bc5;
    height: 37px;
    text-align: center;
    vertical-align: middle;
    padding: 0px 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    border-top-right-radius: 0.3em;
    border-top-left-radius: 0.3em;
    line-height: 10px;
}

.wf-title > div {
    padding-top: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
}

/* Flow Item Title */
.wf-title-zero {
    background: #6e9bc5;
    height: 37px;
    text-align: center;
    vertical-align: middle;
    padding: 0px 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    border-top-right-radius: 0.3em;
    border-top-left-radius: 0.3em;
    line-height: 10px;
}

.wf-title-zero > div {
    padding-top: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
}

/* Flow Item Title */
.wf-title-complete {
    background: #aaaaaa;
    height: 41px;
    text-align: center;
    vertical-align: middle;
    padding: 0px 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    border-top-right-radius: 0.3em;
    border-top-left-radius: 0.3em;

}

.wf-title-complete > div {
    padding-top: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wf-user {
    padding-top: 2px;
    text-align: center;
    height: 18px;
    border-bottom: 1px solid #aaaaaa;
}

.wf-user-zero {
    padding-top: 2px;
    text-align: center;
    height: 18px;
    border-bottom: 1px solid #aaaaaa;;
}

.wf-user-complete {
    padding-top: 2px;
    text-align: center;
    height: 18px;
    border-bottom: 1px solid #aaaaaa;
}

.wf-date {
    padding-top: 2px;
    text-align: center;
    height: 18px;
}

/* Flow Content */
.wf-content {
    height: auto;
    min-height: 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    border-bottom-right-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
}

/* flow item > Flow content > Count Frame */
.wf-content > div {
    padding-top: 7px;
}

/* Act Count */
a.wf-count {
    padding: 0px 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    height: 30px;
    line-height: 20px;
}

/* 나 */
a.wf-count-0, a.wf-count-0 > div {
    color: #f37a42;
}

/* 작업 그룹*/
a.wf-count-1 {
    color: #5d5d5d;
}

/* 부서 */
a.wf-count-2 {
    color: #5d5d5d;
}

/* 회사 */
a.wf-count-3 {
    color: #5d5d5d;
}

/* 전체 */
a.wf-count-4 {
    color: #333333;
}

/* 선택 된 Item Count 표시 할 영역 */
a.wf-count > div {
    display: inline-block;
    padding: 2px 3px 0;
    min-width: 24px;
    height: 24px;
    text-align: center;

}

/* 선택 된 Item Count */
.wf-count-selected {
    border-radius: 12px;
    /* behavior: url(PIE.htc); */ /* remove if you don't care about IE8 */
    background-color: #1ab394;
    color: #fff !important;
}

a.wf-next {
    padding: 0px 7px 0px 7px;
}

/* Flow End */

.maps .atf-title-frame {
    border-bottom: 1px solid #d0d0d0;
    background-color: #ffffff;
    height: 37px;
    font-weight: bold;
    font-size: 13px;
    color: #666666;
    line-height: 35px;
}

.maps .atf-title-ent {
    padding: 0px 10px 0px 18px;
}

.maps .atf-title-ent i {
    padding-right: 5px;
}

.maps .atf-title-label {
    font-weight: bold;
    font-size: 12px;
    color: #999999;
}

.maps .atf-items {
}

.maps .atf-items div {
    float: left;
}

.maps .atf-items div.circle-label:last-child {
    padding-right: 10px;
}

/* Act Flow 범주 -원 */
/* 원 Style */
.maps .circleBase {
    padding: 15px 5px 0px 10px;
}

.maps .circleBase > div {
    border-radius: 50%;
    /* behavior: url(PIE.htc); */ /* remove if you don't care about IE8 */
    width: 5px;
    height: 5px;
}

/* 나 */
.maps .circle-0 > div {
    background: #F05050;
}

/* 작업 그룹*/
.maps .circle-1 > div {
    background: #5d5d5d;
}

/* 부서 */
.maps .circle-2 > div {
    background: #5d5d5d;
}

/* 회사 */
.maps .circle-3 > div {
    background: #5d5d5d;
}

/* 전체 */
.maps .circle-4 > div {
    background: #333333;
}

/* Act Flow	*/
.maps .atf {
    padding: 5px 0;
    background-color: #ffffff;
}

/* Act Flow -> Items */
.maps .atf > div {
    overflow-x: auto;
    width: 100%;
}

/* Act Flow Head */
.maps .atf-list-head {
    background: #fff;
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
}

.maps .wfm-list-title {
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    float: left;
    padding: 0px 10px 0px 18px;
}

.maps .atf_content {
    padding: 5px;
    background-color: #fff;
    padding-left: 30px;
    /* 	table-layout: fixed; */
}

/* 닫기 버튼 */
.maps .atf-list-close {
    width: 50px;
    padding: 3px 1px 0px 0px;
    float: right;
}

.maps .atf-list-close a:hover {
    color: #293846;
}

.maps .atf-list-close i {
    font-size: 15px;
    line-height: 31px;
}

/* Act Flow List Content */
.maps .atf-list-content {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    border: 0;
    margin: 0;
}


.maps .cyan .title {
    border: 1px solid #b6b6b6;
    border-bottom: 0;

}

.maps .cyan .content {
    padding: 5px;
    border: 1px solid #c7b1a5;
}

.maps .content .cyan {
    padding: 0px;
}


.maps .cyan .map_title {
    background-image: url(/images/ui/wof/title_1_bg.gif);
    height: 29px;
}

.maps .cyan .map_title .l {
    width: 7px;
    background-image: url(/images/ui/wof/title_1_l.gif);
    background-repeat: no-repeat;
    background-position: top;
}

.maps .cyan .map_title .c {
    width: 200px;
    padding: 2px;
    padding-left: 20px;
    background-image: url(/images/ui/wof/title_1_c.gif);
    font: bold 12px malgun gothic;
}

.maps .cyan .map_title .cr {
    width: 5px;
    background-image: url(/images/ui/wof/title_1_cr.gif);
    background-repeat: no-repeat;
    background-position: top;
}

.maps .cyan .map_title .r {
}

.maps .cyan .map_title .e {
}

.maps .content .cyan .atf_title {
    border: 1px solid #91afce;
    border-bottom: 0;
    background-image: url(/images/ui/wof/title_3_bg.gif);
    height: 29px;
}

.maps .content .cyan .atf_title .l {
    width: 10px;
    background-image: url(/images/ui/wof/title_3_l.gif);
    background-repeat: no-repeat;
    background-position: top;
}

.maps .content .cyan .atf_title .c {
    width: 200px;
    padding: 2px;
    padding-left: 13px;
    padding-top: 3px;
    background: url(/images/ui/wof/title_3_c.gif);
    background-position: top;
    font: bold 12px malgun gothic;
}

.maps .content .cyan .atf_title .cr {
    width: 5px;
    background-image: url(/images/ui/wof/title_3_cr.gif);
    background-repeat: no-repeat;
    background-position: top;
}

.maps .content .cyan .atf_title .r {
}

.maps .content .cyan .atf_title .e {
}

.maps .content .cyan .atf_content {
    padding: 5px;
    background-color: #ffffff;
}


.maps .content .cyan .atf {

}


.maps .content .cyan .atf .tl {
    height: 7px;
    width: 7px;
    background: url(/images/ui/widget/panel/panel_015_tl.gif) no-repeat;
}

.maps .content .cyan .atf .tc {
    background: url(/images/ui/widget/panel/panel_015_tc.gif) repeat;
}

.maps .content .cyan .atf .tr {
    height: 7px;
    width: 7px;
    background: url(/images/ui/widget/panel/panel_015_tr.gif) no-repeat;
}

.maps .content .cyan .atf .ml {
    height: 7px;
    width: 7px;
    background: url(/images/ui/widget/panel/panel_015_ml.gif) repeat;
}

.maps .content .cyan .atf .mc {
    background-color: #a69273;
}

.maps .content .cyan .atf .mr {
    height: 7px;
    width: 10px;
    background: url(/images/ui/widget/panel/panel_015_mr.gif) repeat;
}

.maps .content .cyan .atf .bl {
    height: 7px;
    width: 7px;
    background: url(/images/ui/widget/panel/panel_015_bl.gif) no-repeat;
}

.maps .content .cyan .atf .bc {
    background: url(/images/ui/widget/panel/panel_015_bc.gif) repeat;
}

.maps .content .cyan .atf .br {
    height: 7px;
    width: 7px;
    background: url(/images/ui/widget/panel/panel_015_br.gif) no-repeat;
}

.maps .content .cyan .act {

}


.maps .content .cyan .act .tl {
    height: 25px;
    width: 10px;
    background: url(/images/ui/widget/panel/titlepanel_032_tl.gif) no-repeat;
}

.maps .content .cyan .act .tc {
    height: 25px;
    font: bold 11px malgun gothic, Tahoma;
    color: #ffffff;
    letter-spacing: -1px;
    background: url(/images/ui/widget/panel/titlepanel_032_tc.gif) repeat;
    text-align: center;
}

.maps .content .cyan .act .tr {
    height: 25px;
    width: 10px;
    background: url(/images/ui/widget/panel/titlepanel_032_tr.gif) no-repeat;
}

.maps .content .cyan .act .ml {
    width: 10px;
    background: url(/images/ui/widget/panel/titlepanel_032_ml.gif) repeat;
}

.maps .content .cyan .act .mc {
    background-color: #ededed;
    text-align: center;
}

.maps .content .cyan .act .mr {
    width: 10px;
    background: url(/images/ui/widget/panel/titlepanel_032_mr.gif) repeat;
}

.maps .content .cyan .act .bl {
    height: 10px;
    width: 10px;
    background: url(/images/ui/widget/panel/titlepanel_032_bl.gif) no-repeat;
}

.maps .content .cyan .act .bc {
    background: url(/images/ui/widget/panel/titlepanel_032_bc.gif) repeat;
}

.maps .content .cyan .act .br {
    height: 10px;
    width: 10px;
    background: url(/images/ui/widget/panel/titlepanel_032_br.gif) no-repeat;
}

.wf-next {
    padding: 31px 14px;
    float: left;
}

.atf_list {
    height: 100%;
    flex: 1;
    box-shadow: 4px 4px 5px 2px #dedede;
    border-top: 2px solid #909090;
}

.atf_status_cnt {
    padding: 10px 32px 10px;
    background: #f7f7f7;
}

.atf-list-title {
    background: #fff;
    padding: 7px 37px 0;
    font-weight: 600;
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    font-size: 13px;
}

.atf_content {
    background: #f7f7f7;
    padding: 0 48px 15px;
}

.atf-list-content {
    background-color: #f7f7f7;
}

.activity-flow-list-all {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 0;
}

.pageinfo {
    padding: 5px 40px;
    margin: 0;
    float: right;
    font-size: 14px;
}

.pageinfo.act {
    padding: 13px 22px 5px;
}

.pageinfo .atf_circle-01 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff5f45;
    display: inline-block;
}

.pageinfo .atf_circle-02 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1ab394;
    display: inline-block;
}

/* Level1 제목 Frame */
.map_title_frame {
    border-bottom: 1px solid #b5b5b5;
}

.atf-frame-group {
    border: 1px solid #d0d0d0;
    margin-bottom: 22px;
}

.atf-frame-group:first-child {

}

.map_ent_chk .checkbox {
    margin-top: -0.2em;
}

.map_ent_chk .checkbox label span {
    bottom: -0.25em;
    font-size: 13px;
}

.wfm-main-contents {
    padding: 0px 20px 0px;
}

.atf-title-label {

}

.wf-next i {
    color: #ababab;
}

.atf-title {
    color: #293846;
    padding-right: 10px;
}

.wfm-list-title label {
    margin-top: .5rem;
}