﻿.rootdiv
{
    height: 280px; /*Altered By : Saurabh 15/06/2012 from 260px to 280px as workflow Overlaps on other fields when all prerequisite message appear.*/
}

.wf-workflow-activities
{
    position: relative;
    background-color: White;
}

.wf-workflow-activities > div
{
    float: left;
    top: 0px;
    font-size: 12px;
    overflow: visible;
}

.wf-activity
{
    /* background-color:#6699FF;*/
    color: Black;
    text-align: center;
    width: 107px; /*Changed width from 110 to 107 due to alteration in wf images*/
    background-image: url('Images/Activity.PNG');
    background-repeat: no-repeat;
    height: 52px;
    padding-top: 5px;
}

.wf-activity-hidden
{
    display: none;
}


.wf-activity-current
{
    /* background-color:#90EE90; */
    background-image: url('Images/ActivityCurrent.PNG');
}

/* Lvvwd Vacation Workflow start */

.wf-activity-current-assigned {   
    background-image: url('Images/ActivityCurrentAssigned.PNG');
}

.wf-activity-current-submitted {
    background-image: url('Images/ActivityCurrentSubmitted.PNG');
}

.wf-activity-current-objection {
    background-image: url('Images/ActivityCurrentObjection.PNG');
}

/* Lvvwd Vacation Workflow end */

.wf-activity-failed
{
    background-image: url('Images/PrereqsNotMet.PNG');
}


.wf-activity-prerequisite-incomplete
{
    background-image: url('Images/PrereqsNoMet.PNG');
    width: 30px;
    vertical-align: middle;
    padding-left: 05px;
}
.wf-activity-prerequisite-complete
{
    background-image: url('Images/PrereqsMet.PNG');
    width: 30px;
    vertical-align: middle;
    padding-left: 05px;
}
.wf-activity-prerequisite-completeDisabled
{
    background-image: url('Images/PrereqsMetDisable.PNG');
    width: 30px;
    vertical-align: middle;
    padding-left: 05px;
}
.wf-activity-arrow
{
    background-image: url('Images/arrow2.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 52px;
    width: 18px;
}
.wf-activity-arrow-hidden
{
    display: none;
}

.wf-notes
{
    position: relative;
    top: 74px;
}

.wf-reviewer
{
    clear: both;
    position: relative;
    top: 80px;
    text-align: left;
    font-style: italic;
}

.reviewer-span
{
    display: block;
    width: 255px;
}
.assignedto-span
{
    position: absolute;
    left: 270px;
    top: 0px;
    display: block;
    width: 255px;
}

.wf-notes > span
{
    width: 250px;
    position: absolute;
    top: -16px;
    height: 20px;
    left: 0px; /* Added By : Saurabh 6/02/2012*/ /*right: 530px; Commented By:Saurabh 6/02/2012 For left allignment*/
}

.wf-notes > span + span
{
    left: 270px;
}

.wf-notes > textarea
{
    position: absolute;
    width: 250px;
}

.wf-notes > span + textarea
{
    left: 0px;
}

.wf-notes > textarea + textarea
{
    left: 270px;
}

.wf-actions
{
    position: relative;
    top: 130px;
}

.wf-actions > span
{
    position: absolute;
    top: -16px;
    left: 0px; /* Added By : Saurabh 6/02/2012*/ /* right: 744px; Commented By:Saurabh 6/02/2012 For left allignment*/
}

.wf-actions > select
{
    position: absolute;
    width: 255px;
    left: 0px;
}

.wf-actions > input
{
    position: absolute;
    width: 70px;
    left: 270px;
}

.wf-actions > input + input
{
    left: 340px;
}

.wf-actions > a
{
    position: absolute;
    left: 68%;
    top: 4px;
}

.wf-messages
{
    text-align: center;
    vertical-align: middle;
    margin-bottom: 12px;
}

.wf-messages > span
{
    text-align: left;
    vertical-align: middle;
    color: Red;
    margin-bottom: 12px;
}

.wf-submit-action-container
{
    left: 34%;
    position: absolute;
}
.wf-submit-action-container input
{
    margin-right: 5px;
}

.wf_displayname
{
    padding: 2px;
}
