/* icons fce */
.fcelist .copy .icon {
    background: url("copy.gif") 0 0 no-repeat;
}

.fcelist .copyplus .icon {
    background: url("copy_plus_one.gif") 0 0 no-repeat;
}

.fcelist .nextstep .icon {
      background: url("nextStep.gif") 0 0 no-repeat;
}

.fcelist .setting .icon {
      background: url("otevreni_ukolu.gif") 0 0 no-repeat;
}

.fcelist .edit .icon {
      background: url("edit.gif") 0 0 no-repeat;
}

.fcelist .delete .icon {
      background: url("delete.gif") 0 0 no-repeat;
}

.fcelist .unfulfilled .icon {
      background: url("unfulfilled.gif") 0 0 no-repeat;
}

.fcelist .resend .icon {
      background: url("resend.gif") 0 0 no-repeat;     
}          

.fcelist .hierarchy .icon {
      background: url("hierarchy.gif") 0 0 no-repeat;     
}          

.fcelist .confirm .icon {
      background: url("icon-ok-apply.gif") 0 0 no-repeat;
}

.fcelist .block .icon {
      background: url("block.gif") 0 0 no-repeat;
}

.fcelist .unblock .icon {
      background: url("unblock.gif") 0 0 no-repeat;
}

.fcelist .roles .icon {
      background: url("user_role_small.png") 0 0 no-repeat;
}

.fcelist .changeDate .icon {
      background: url("calendar.gif") 0 0 no-repeat;
      background-position: 0px 2px;
}

.fcelist .visible .icon {
      background: url("news_visible.png") 0 0 no-repeat;
      background-position: 0px 2px;
}

.fcelist .invisible .icon {
      background: url("news_hide.png") 0 0 no-repeat;
      background-position: 0px 2px;
}

.fcelist .setting:hover,
.feclist .copy:hover,
.feclist .copyplus:hover,
.fcelist .nextstep:hover,
.fcelist .edit:hover,
.fcelist .delete:hover,
.fcelist .resend:hover,
.fcelist .hierarchy:hover,
.fcelist .confirm:hover,
.fcelist .block:hover,
.fcelist .unblock:hover,
.fcelist .roles:hover,
.fcelist .changeDate:hover,
.fcelist .visible:hover,
.fcelist .invisible:hover
{
  cursor: pointer;
}

.fcelist div.icon {
    width: 16px;
    height: 16px;
}

.fcelist div.wrap {
    padding: 0px;
    width: 16px;
    height: 16px;
    float:right;
    padding-left: 6px;
}

.fcelist div.wrap:last-child {
    padding-right:0px;
}

.fcelist {
    padding: 7px;
    /* border: 1px solid red; */
    background-color: #FFFFFF;
    /* width: 142px; */
    height: 16px;  
    box-shadow: 0px 0px 20px 5px #AAAAAA;
    z-index: 10;
}

.fcelist {
    display: none;
    /* position: fixed; */
}

.fcelist.active {
    display: block;
    position: absolute;
}

.fce-btn {
  padding-left: 2px;
  padding-right: 2px;
}