/* Minification failed. Returning unminified contents.
(358,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
.info
{
    background-position: center center;
    background-image: url('/App_Themes/Default/Images/PM/info.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 20px;
    cursor: pointer;
}


.MoreInfoDiv
{
    position: absolute;
    max-width: 300px;
    width: 300px;
    display: none;
    z-index: 4000;
}

.closeBtn
{
    position: absolute;
    background-image: url('/App_Themes/Default/Images/PM/close.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 0;
    cursor: pointer;
}

.boxArrowLeft
{
    background-position: center center;
    float: left;
    background-image: url('/App_Themes/Default/Images/arrowLeft.png');
    background-repeat: no-repeat;
    width: 25px;
    height:25px;
}
 

 
.box-outter
{
    border: 1px solid #d8d8d8;
    -moz-border-radius: 2px; 
    border-radius: 2px;
    margin-left: 24px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.10);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.10);
}

 
.box-inner
{
    position: relative;
    border: 2px solid #FCFCFC;
    background-color: #f5f5f5; 
    -moz-border-radius: 2px; 
    border-radius: 2px;
    color: #444444; 
    padding: 10px 20px 10px 10px;
    cursor: pointer;
    font-size: 12px;
    overflow: hidden;
    min-height: 60px;
   
}

.RedButton
{
    border-width: 1px;
    border-style: solid;
    border-color: #666;
    cursor: pointer;
 
    height: 30px;
    width: 80px;
    color: White;
    margin: 0 0px 0 0px;
    padding: 0px 0 0 0px;
    font-size: 13px;
    font-weight: bold;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #aa4946; /* Old browsers */
    background: -moz-linear-gradient(top, #be504d 0%, #be504d 14%, #aa4946 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#be504d), color-stop(14%,#be504d), color-stop(100%,#aa4946)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #be504d 0%,#be504d 14%,#aa4946 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #be504d 0%,#be504d 14%,#aa4946 100); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #be504d 0%,#be504d 14%,#aa4946 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be504d', endColorstr='#aa4946',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #be504d 0%,#be504d 14%,#aa4946 100%); /* W3C */
    text-align: center;
}


.phase
{
    background-image: url('/App_Themes/Default/Images/PM/FlowChartTiltleBG.png');
    background-repeat: no-repeat;

    padding-left: 20px;
    border-top-color: #E5E5E5;
    border-bottom-color: #E5E5E5;
    border-bottom-width: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    margin-top: 10px;
    padding-bottom: 30px;
    position: relative;
}

.phase .phaseTitle
{
    color: White;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    margin-top: 5px;
}

.phase .phaseContent
{
    
    position: relative;
}

.phaseContent .ChartArrow
{
    background-image: url('/App_Themes/Default/Images/PM/chartArrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    width: 30px;
    height: 265px;
    padding: 0 40px 0 40px;
    margin-top: 60px;
}

.FlowchartBox
{
    width: 240px;
    height: 265px;
    background-color: #555;
    padding: 0px 0 0 0px;
    margin-top: 60px;
    float: left;
}

.Green
{
    
    background-color: #81a340;
  
}

.FlowchartBox .FlowChartTitle
{
    color: White;
    font-size: 14px;
    font-weight: bold;
    
    position: relative;

    padding: 10px;
    
}

.FlowchartBox .viewAllBtn
{
    position: absolute;
    height: 28px;
    right: 8px;
    top: 6px;
    font-size: 11px;
    font-weight: bold;
}


.FlowchartBox .BoxContent
{
    background-color: #f1f1f1;
    height: 212px;
    position: relative;
}


.FlowchartBox .BoxTitle
{
    font-weight: bold;
    padding: 8px 5px 8px 10px;
    border-bottom: 2px solid #E5E5E5;
    color: #2b2d2e; 
    font-size: 13px;
}

.FlowchartBox .BoxNumber
{
     color: #AA4946;
     font-size: 12px;   
}

.FlowchartBox .BoxRow:hover
{
    background-color: #cccccc;
}

.FlowchartBox .BoxRow
{
    border-bottom: 1px solid #E5E5E5; 
    height: 30px; 
    padding: 3px 10px 0 10px;
    cursor: pointer;
}

.FlowchartBox .rowProjectName
{
   float: left;
   line-height: 24px;
}

.FlowchartBox .MoreBtn
{
    background-image: url('/App_Themes/Default/Images/PM/rightArrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    float: right;
}

.FlowchartTitle
{
    padding-top: 10px;
    color:#AA4946;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}


.timeLineContainer
{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 20px 0 10px 20px;
}
.timeline
{
    left: 432px;
    border-left-style: solid;
    border-left-width: 4px;
    border-left-color: #666;
    width: 4px;
    height: 100%;
    position: absolute;
}


.TLbox
{
    position: relative;
     width: 439px;
     float: left; 
}
.TLbox-Right
{
   left: -10px;
}

.TLboxArrowLeft
{
    float: left;
    margin-top: 45px;
    background-image: url('/App_Themes/Default/Images/PM/BoxArrowLeft.png');
    background-repeat: no-repeat;
    width: 38px;
    height: 30px;
}

.TLboxArrowRight
{
    position:absolute;
    right: 0;
    top: 15px;
    background-image: url('/App_Themes/Default/Images/PM/BoxArrowRight.png');
    background-repeat: no-repeat;
    width: 38px;
    height: 30px;
}

.TLbox-outter
{
    border: 1px solid #d8d8d8;
    width: 400px; 
    -moz-border-radius: 2px; 
    border-radius: 2px;
   
}

.TLbox-inner
{
    position: relative;
    border: 2px solid #FCFCFC;
    background-color: #f5f5f5; 
    width: 376px; 
  
    -moz-border-radius: 2px; 
    border-radius: 2px;
    color: #444444; 
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
}

.TLbox-outter-right
{
    margin-top: 30px;
    margin-left: 37px;
}



.TLbox-Title
{
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #AA4946;
    margin: 0 2px 5px 2px;
    padding-bottom: 5px;
}


.SaveLoadingPanel
{
    width: 160px;
    height: 32px;
    background-color: #81A340;
    color: White;
    display: none;
    top: 0;
    font-weight: bold;
    font-size: 14px;
    position: fixed;
    left: 45%;
    line-height: 28px;
    text-align: center;
    vertical-align: middle
   
     -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.10);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.10);
}


.TLbox a
{
   text-decoration: none;
}

.TLbox a:hover
{
    color: #81A340;
}


.InvestmentTable
{
    border: 2px solid #555; 
    border-collapse: collapse; 
     text-align: right;      
}

.InvestmentTable td
{
    border: 1px solid #e5e5e5; 
    border-collapse: collapse; 
   
}

.InvestmentTable .ColTitile
{
    font-weight: bold;
    text-align: center;
}

.RightAlign
{
    text-align: right;
}

.TotalCost
{
     text-align: right;
     font-weight: bold;
     color: Black;
}

.InvestmentTable .Highlight
{
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #555;
    border-bottom-color: #555;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.InvestmentTable .HalfHighlight
{
     border-bottom-color: #555;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.InvestmentTable .DoubleHighlight
{
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #555;
    border-bottom-color: #555;
    border-bottom-width: 6px;
    border-bottom-style: double;
}

.ViewCommentBtn
{
    background-position: center center;
    font-weight: bold;
    cursor: pointer;
    background-image: url('/App_Themes/Default/Images/PM/AddBtn.png');
    background-repeat: no-repeat;
    font-size: 17px;
    width: 24px;
    height: 24px;
}

.ViewCommentIcon
{
     background-image: url('/App_Themes/Default/Images/PM/CommentIcon.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.ViewCommentBtn:hover, .ViewCommentIcon
{
    color: #555;
}


.grayTopBar
{
    background-color: #555;
    padding: 8px;
    font-weight: bold;
    color:  White;
}

.lightGrayContent
{
    padding: 10px; 
    background-color: #F1F1F1;
}

.PanelHeaderStatus
{
   float: right;
   margin-right: 20px;
}

.SummaryRow
{
    border-top-style: solid;
    border-top-width: 0px;
    border-top-color: #555;
    font-size: 18px;
    margin: 5px 20px 5px 20px;
    background-color:#f1f1f1;
    height: 70px;
    vertical-align: middle;
    line-height: 70px;
    padding-left: 20px;
}

.BudgetRespnsiblityBig
{
    background-image: url('/App_Themes/Default/Images/PM/wallet32.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 50px;
}

.ProjectStatusBig
{
    background-image: url('/App_Themes/Default/Images/PM/ruler32.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 50px;
}


.BusinessCaseBig
{
    background-image: url('/App_Themes/Default/Images/PM/briefcase32.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 50px;
}

.ProposedSolutionBig
{
    background-image: url('/App_Themes/Default/Images/PM/light-bulb32.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 50px;
}

.BudgetAndFinanceBig
{
    background-image: url('/App_Themes/Default/Images/PM/Chart32.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 50px;
}

.TenQuestionBig
{
    background-image: url('/App_Themes/Default/Images/PM/question32.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 50px;
}

.MatrixBig
{
    background-image: url('/App_Themes/Default/Images/PM/chartbar32.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 50px;
}

.EditBtn
{
    background-image: url('/App_Themes/Default/Images/PM/pencil.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 50px;
    padding-right: 30px;
    float: right;
    border-left-style: solid;
    border-left-width: 4px;
    border-left-color: White;
    cursor: pointer;
    color: #555;
}

.EditBtn:hover
{
    color: #AA4946;
}

.SummaryRowStatus
{
    float: right;
    color: white;
    width: 180px;
    border-left-style: solid;
    border-left-width: 4px;
    border-left-color: White;
    text-align: center;
}

.SummaryRowCompleteStatus
{
     background-color: #688D6A;
}

.SummaryRowNotCompleteStatus
{
    background-color: #AA4946;
}

.RadTabStrip_Windows7 .rtsLevel
{
    background-color: #F1F1F1 !important;
}

.SelectedTab
{
    background-color: #F1F1F1 !important;
    color:#AA4946 !important;
}

.tab
{
     background-color: White !important;
     font-weight: bold !important;
}

.PMPageTitle
{
    font-size: 20px;
    font-weight: bold;
    color: #6b6a6a;
    padding-left: 16px;
    padding-bottom: 10px;
    padding-top: 4px;
}

.DashboardIcon48
{
    background-image: url('/App_Themes/Default/Images/PM/dashboard48.png');
    background-repeat: no-repeat;
    background-position: 10px -10px;
    padding-left: 62px;
}

.RadTabStrip .rtsIn
{
    padding: 4px 5px !important;
}

.PMPageHeader
{
    background-color: #F1F1F1; 
    padding-top: 5px; 
    position: relative; 
    border-top: 3px solid #6b6a6a;
}

.ApproveBtn
{
     border-width: 0px;
    border-style: solid;
    border-color: Gray;
    background-color: #688D6A;
    cursor: pointer;
    line-height: 20px;
    height: 30px;
    width: 80px;
    color: White;
    margin: 0 0px 0 0px;
    padding: 0px 0 0 0px;
    font-size: 13px;
    font-weight: bold;
    -moz-border-radius: 2px;
    border-radius: 2px;
 
    text-align: center;
}

.DeclineBtn
{
      border-width: 0px;
    border-style: solid;
    border-color: Gray;
    background-color: #AA4946;
    cursor: pointer;
    line-height: 20px;
    height: 30px;
    width: 80px;
    color: White;
    margin: 0 0px 0 0px;
    padding: 0px 0 0 0px;
    font-size: 13px;
    font-weight: bold;
    -moz-border-radius: 2px;
    border-radius: 2px;
 
    text-align: center;
}


.BCPrintButton
{
    background-image: url('/App_Themes/Default/Images/PDS/print.png');  
    background-position: 10px center; 
    padding-left: 25px;
    margin-right: 5px;
}

.project-header-column
{
    width:32%; display:inline-block; padding: 10px;
    box-sizing: border-box;
}

.PopupDiv {
    position: absolute;
    display: none;
}
