﻿.wfDlg
{
    padding:5px;
}
.wfDlg .hdrWorkflow
{
    height:44px;
    width:100%;
    border:1px solid navy;
    border-bottom:none;
    /*border-radius:5px 5px 0px 0px;*/
    margin:16px 0 0 0;
    background:url(Images/FormDesign/BgHdrDeskDesign.png);
    overflow:hidden;
}
.wfDlg .hdrWorkflow .row
{
    margin:7px 0;
}
.wfDlg .hdrWorkflow .row .col2
{
    line-height:26px;
}
.wfDlg .toolbar
{
    /*width:145px;*/
    /*height:552px;*/
    /*border:1px solid navy;*/
    /*border-radius:0px 0px 10px 0px;*/
    background:Gainsboro;
    float:right;
    width:122px;
    height:523px;
    /*border:1px solid navy;*/
    float:right;
    z-index:900;
}
.wfDlg .toolbar .item
{
    /*margin:4px 5px 4px 6px;
	padding:4px 3px;*/
}
.wfDlg .toolbar .hdr
{
    height:33px;
    background:lightblue;
    color:White;
    text-align:center;
    font-size: 12pt;
    font-weight: normal;
    line-height: 33px;
    border-bottom:1px solid #808080;
}
.wfDlg .canvas
{
    width:700px;
    height:500px;
    background:white;
    border:2px solid;
}
.wfDlg .ui-resizable-n
{
    border-top:1px dashed #00AAFF;
}
.wfDlg .ui-resizable-s
{
    border-bottom:1px dashed #00AAFF;
}
.wfDlg .ui-resizable-w
{
    border-left:1px dashed #00AAFF;
}
.wfDlg .ui-resizable-e
{
    border-right:1px dashed #00AAFF;
}
.wfDlg .ui-resizable-n
{
    bottom: 0;
    cursor: n-resize;
    height: 6px;
    top: 0;
    width: 100%;
}
._jsPlumb_endpoint
{
    cursor: pointer;
    z-index: 700;
}
._jsPlumb_connector {
    z-index:1;
}
.wfDlg .endpoint1
{
    border:solid 1px;
}
.wfDlg .connLabel
{
    background:white;
}
.wfDlg .connArrow
{
    fill:Darkturquoise;
    stroke:Darkturquoise;
}
.wfDlg .deskPop {
    position:absolute;
    top:7px;
    left:10px;
    background:lightgray;
    opacity:0.45;
    z-index:100;
    display:none;
}
.wfDlg .deskPop .print {
    background:url("../Images/toolbars.png") no-repeat scroll  -930px 0px;
    width:25px;
    height:25px;
    display:block;
}
.mHdl
{
    width: 15px;
    height:15px;
    position:absolute;
    right:2px;
    background:url(Images/Workflow/Move.png);
    cursor:move;
    display:none;
    z-index:1;
}
.fcc
{
    font-family:Bahij Myriad Arabic;
    font-size:12pt;
}
.fcc dl
{
    margin:0px;
}
.fcc .item .iconWorkflow
{
    width:24px;
    height:24px;
    float:right;
    background:url(Images/Workflow/ToolbarIcon.png);
}
.fcc .item span
{
    padding-right:5px;
}
.fcc .item
{
    height:20px;
    line-height:18px;
    /*margin:4px 0px 4px 0px;*/
    padding:3px 6px;
    cursor: pointer;
    font-weight:normal;
    border:1px solid transparent;
    -moz-user-select:none;
    -webkit-user-select:none;

}
.fcc .item:hover
{
    /*box-shadow:1px 2px 3px rgba(0, 0, 0, 0.2), 2px 2px 3px rgba(0, 0, 0, 0.2) inset;*/
    border:1px solid #000080;
    /*border-radius:4px;*/
    background:white;
}
.desk .elapsed
{
    /*box-shadow:0px 0px 6px 4px green;*/
    /*border-radius:8px;*/
}
.desk .elapsed .elapsedEnterCount
{
    color:red;
    position:absolute;
    top:-25px;
    left:-11px;
    width:33px;
    height:38px;
    text-align:center;
    line-height:43px;
    font-size:10pt;
    font-weight:bold;
    background:url('Images/ElapsedEnterCount.png');
}
.desk .elapsed .elapsedExitCount
{
    color:red;
    position:absolute;
    top:-25px;
    right:-11px;
    width:33px;
    height:38px;
    text-align:center;
    line-height:43px;
    font-size:10pt;
    font-weight:bold;
    background:url('Images/ElapsedExitCount.png');
}
.desk .elapsed .elapsedList
{
    color:red;
    position:absolute;
    top:66px;
    right:-16px;
    width:32px;
    height:32px;
    text-align:center;
    line-height:32px;
    font-size:10pt;
    font-weight:bold;
    z-index:5;
    background:url('Images/ElapsedList.png');
}
.desk .elapsed .curWorkflow
{
    position:absolute;
    top:-24px;
    left:32px;
    width:16px;
    height:31px;
    background:url('Images/CurWorkflow.png');
}
.wfSelected {
    position:absolute;
    z-index:-1;
    display:none;
    border:dashed orange 2px;
    /*border-radius: 5px;*/
}
.recvDlg
{
	
}
.recvDlg .group .panelRightLeft
{
    width:423px;
}
.recvDlg .group .panelRightLeft .pan
{
    height:230px;
}
.recvDlg .group .panelRightLeft .l
{
    width:180px;
}
.recvDlg .user .panelRightLeft
{
    width:516px;
}
.recvDlg .user .panelRightLeft .pan
{
    height:535px;
    width:222px;
}