/**  Customer Portal Dashorrd **/

#PortalPlusLink {
    text-decoration: none;
    text-align: center;
    color: #000000;
    background-color: #00B388;
    padding: 10px;
    position: relative;
    top: 2px;
    left: 15px;
    word-wrap: break-word;
    display: inline-block;
    width: 195px;
    font-family: Arial;
    border-width: 0px;
    border-style: solid;
    font-size: 14px !important;
}

#IENoSupportPortalPlus {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-family: 'HP Simplified Bold', 'HP Simplified';
    word-wrap: break-word;
    vertical-align: middle;
    padding-top:50px;
}


.widgetTitle {
    padding-top: 10px;
    padding-left: 0px;
    font-family: 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    color: #000000;
    line-height: 18px;
}

.widgetHead
{
    padding-bottom: 10px;
    border-bottom: 4px solid #617D78;
    background-color: #FFFFFF;
    height: 30px;   
}

.widgetsContainer { height: inherit; padding-bottom: 20px; }
.widgetContainer { height: inherit; background-color: #F7F7F7; }

.widgetHead:after {
    content:'';
    display: block;
    position: relative;
    top: 42px;
    left: 25px;
    width: 0;
    height: 0;
    border-color: #617D78 transparent transparent transparent;
    border-style: solid;
    border-width: 8px;
}

.ui-widget-content {
    border: 1px solid #aaaaaa !important;
color: #000000;
}

.ui-widget-content {
    border: 0px !important;
}

.ui-widget-header {
    
      border: 0px !important;
}


/* -- MESSAGES WIDGET -- */

#closeSearchbox {
    content: "";
    display: block;
    position: relative;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px;
    top: -7px;
    border-color: transparent transparent #FFF;
    margin-top: -13px;
    float: right;
    margin-right: 3px;
    cursor: pointer;
}

#InputSearchMessagesWidget{
    float: left;
    border-width: 0px;
    background-color: transparent;
}

#InputSearchClear_MW {
    width: 17px;
    height: 17px;
    float: right;
    color: lightgrey;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    align-content: center;
    float: right;
}

.InputSearchContainer_MW {
    width: 150px;
    height: 17px;
    background: none repeat scroll 0% 0% #FFF;
}

.FilterSubjectTriangle, .FilterDateTriangle, .FilterAttachmentTriangle{
    content: "";
    display: block;
    position: relative;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px;
    float: right;
    top: 14px;
    border-color: transparent transparent #FFF;
    margin-top: -19px;
}
	    
.FilterSubjectTriangle {
	margin-right:16px;
}
	        
.FilterAttachmentTriangle{
    margin-right: 55px;
}
	            
.FilterHeader{
    line-height:20px;
}
	                
#SearchDate{
    font-weight: bold;    
}

.SearchLinks{
    font-family: 'Arial', 'Metric';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    text-decoration: underline;
}

#ViewBy1{
    width:30%; 
    font-family: 'Arial', 'Metric';
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    white-space:nowrap;
}

.ViewBy{
    height: 40px;
    width:100%;
    background-color: #767676;
    box-shadow: 1px 2px 2px rgb(43, 84, 44);
    margin-top:9px;
}
.MessagesWidgetContentDefault
{
    font-size: 0.6em;    
    overflow: scroll;
    overflow-x: hidden;
}
.MessagesWidgetContentARS
{
    height: 425px;
}
.MessagesWidgetContentBoth
{
    height: 570px;
}
.MessagesWidgetContentLeasing
{
    height: 478px;
}

#MessagesWidgetViewAll{
    float:left;
    font-size: 12px;
}
.messageitem{
    min-height: 30px;
    padding: 5px;
    background-color: #FFFFFF
}
.bodycontent_MessageWidget{
    background-color: #FFFFFF;
    font-family: 'Arial','Metric';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    text-align: left;
    line-height: 13px;
    word-wrap: break-word;
}
#SearchMessages{
    position: absolute; 
    margin-top: 35px;
    margin-left: -143px;
    background-color: #767676;
    width: 53%;
}
.subjects{
    font-family: "Arial","Metric";
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    text-align: left;
    line-height: 13px;
    color: rgb(54,54,54);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    word-wrap: break-word;
}

/* END MESSAGES WIDGET*/
.timeclass{
    font-family: 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    color: #B9B8BB;
    text-align: right;
    width: 58px;
}
.centered {
  top: 50%;
  left: 50%;
    padding-left:48%;
    padding-top:250px;
}
.SlideDownSearch
{
    position: absolute; 
    right: 0px; 
    top: 0px; 
    z-index: 5;
    
}
.SlideDownSearch>div
{
    border-width: 2px;
    border-color: #617D78;
    border-style: solid;
}
.SlideDownSearch>button
{
    float: right;
    border-radius:0 0 25px 5px;
    background-image:url('../images/Searchicon.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 95% 20%;
    padding: 5px 25px 5px 8px;    
}
.dashboardColumn.width33p
  {
      -webkit-column-count: 1;
      width:33.3%;
      float:left;      
  }
  .dashboardColumn.width66p
  {
      -webkit-column-count: 1;
      width:66.7%;
      float:left;      
  }  
  .dashboardColumn.width50p
  {
      -webkit-column-count: 1;
      width:50%;
      float:left;      
  }  
  .dashboardColumn.width100p
  {
      -webkit-column-count: 1;
      width:100%;
      float:left;      
  }  
  .dashboardFullColumn{width:1000px !important}
  .portlet {
    margin: 0 0.1em 0.1em 0;
    padding: 0.2em;

  }
  .portlet-header {
	  color: #333;
background-color: #f5f5f5;
border-color: #ddd;

    position: relative;
  }
  .portlet-toggle {
    position: absolute;
    top: 0%;
    right: 0;
    margin-top: 0px;
  }
  .portlet-content
{
	padding: 0.8em;
	background-color: #F1F1F1;
	-webkit-box-shadow: 2px 3px 2px 0 rgba(90,90,90,.15);
	box-shadow: 2px 3px 2px 0 rgba(90,90,90,.15);
}
.portlet-placeholder {
   border: 1px dotted black;
   margin: 0 1em 1em 0;
   height: 50px;
}
.DashboardChartLink
{
    height:20px;
    width:100%;
}
.DashboardChartLink a
{
    display:block; 
    text-align:right;
    color:#0096D6 !important;
}
.DashboardChart
{
    height:250px;
    width:100%;
}
/* Asset widget */    
    .WidgetFilterField div.selecter {width:300px;height:28px;background-color: #fff;}
    .WidgetFilterField div.selecter:hover{border: 1px solid #000000;}
    .WidgetFilterField div.selecter span {background-position: 100% -1427px;width:265px;overflow:hidden; height:28px;padding-left:5px;margin-top:-3px}
    .WidgetFilterField div.selecter select {width:300px;min-width:110px;height:28px;} 
    
    .WidgetFilterField {
        margin-right: 5px;
        width: 305px;
    }        
    .WidgetFilterField select
    {
        width: 300px !important;
        height:28px !important;
        background-position: 100% -1430px !important;
        padding-left: 1px;
        background-color:White;
    }
    .WidgetFilterField input
    {
        width:265px !important;
        padding-right: 30px !important;
        height:26px !important;
        padding-left:5px;
    }
    .WidgetFilterField button
    {
        position: relative;   
        padding:0px;
        top:-26px;  
        right:5px;   
        float:right;
    }
    .WidgetLabel
    {
        height:30px;
    }
    
    a#ReportLink { text-decoration:none;}
    a#ReportLink .DashboardQuickButtonLabels{ padding-left:10px; color:#0096D6; font-weight:bolder;}
    
/******AssetRecoveryServicesDashboard in Home Widget*********/
/**LeasingOnly**/
.LeasingOnly .MarketingInfo
{
    width: 270px; 
    margin-bottom: 5px;
    line-height: normal;
}
.FontHPRegular
{
    font-family: 'Arial', 'Metric';
}
.FontHPBold
{
    font-family: 'Arial', 'Metric';
}

/**BothARSLeasing and ARSOnly**/
.ARSWidget .SlideDownSearch
{
    top: 42px;
}
    
.ARSWidget #topPicture, 
.ARSWidget #QuickSearchTitleDiv
{
    display:none;
}
.ARSWidget #frmQuickSearch
{ 
    background-color: #fff;
}
.ARSWidget #frmQuickSearch .formSection
{
    padding: 25px 0px;
    margin: 0px;
}

.ARSWidget #quickSearchDiv
{
    display:none;
    width: 657px;
    border-width: 0px 2px 2px 2px;
    border-color: #617D78;
    border-style: solid;
}

.ARSWidget #quickSearchSlideDownDiv
{
	display: block;
	background-color: #617D78;
	margin-right: 20px;
}
.ARSWidget #quickSearchSlideDownDiv:hover
{
	background-color: #4D6360;
}


.ARSWidget a div.verticalAlign_ForDiv
{
    padding-left:0px;
    
}
.ARSWidget #ARSDashboardPeriodSelectTable
{
    margin-left:0px;
    border-width: 0px;
    margin-bottom: 0px;
}
.ARSWidget #cleansheetForms-DashboardFilter,
.ARSWidget #cleansheetForms-DashboardFilter:hover
{
    border:0px;
}
.ARSWidget.arsOverview .arsOverviewNavigate
{
    margin-right:0px;
    margin-top: 30px;
}

.ARSWidget .DashboardQuickButton 
{
    width:150px !important;
}

.ARSWidget .DashboardTitle,
.ARSWidget #requestStatusChart,
.ARSWidget .DashboardOddRow,
.ARSWidget .DashboardEvenRow
{
    background-color: transparent;
}
.ARSWidget .DashBoardRow.DashboardMask 
{
    background-color:#9B9E9E;
    color:#FFFFFF;
}
    
.ARSWidget #requestStatusChart .DashboardLeftTD,
.ARSWidget #requestStatusChart .DashboardRightTD,
.ARSWidget #requestStatusChart .DashboardCharTD
{
    border-bottom-width:0px;
    border-bottom-color: transparent;
}

.ARSWidget #requestStatusChart .DashBoardRow:first-child td,
.ARSWidget #requestStatusChart .DashBoardRow:last-child td
{
    border-top: 1px solid black;
}

.ARSWidget .primaryBtn.DashboardQuickButton
{
    padding:8px 5px 8px 15px !important;
    height: auto !important;
}

.ARSWidget .DashboardQuickButtonLabels
{
    font-size: 12px;
    width: 110px;
}

.ARSWidget .DashboardCharTD
{
    border-bottom: 0px;
}
.ARSWidget .ARSDashboardRow0 .DashboardCharTD div
{
    background-color:#614767;
}
.ARSWidget .ARSDashboardRow1 .DashboardCharTD div
{
    background-color:#FF8D6D;
}
.ARSWidget .ARSDashboardRow2 .DashboardCharTD div
{
    background-color:#2AD2C9;
}
.ARSWidget .ARSDashboardRow3 .DashboardCharTD div
{
    background-color:#5F7A76;
}
.ARSWidget .ARSDashboardRow4 .DashboardCharTD div
{
    background-color:#80746E;
}
.ARSWidget .ARSDashboardRow5 .DashboardCharTD div
{
    background-color:#00B388;
}
.ARSWidget .ARSDashboardRowLast .DashboardCharTD div
{
    background-color:transparent;
}
.ui-widget-header .ARSWidget 
{
    font-weight: normal;
}

/**BothARSLeasing**/
.BothARSLeasing .DashboardCharTD div
{
    height:30px;
}
.BothARSLeasing .ARSDashboardRow0 .DashboardLeftTD
{
    padding-top: 9px;
}
.BothARSLeasing .ARSDashboardRow0 .DashboardCharTD,
.BothARSLeasing .ARSDashboardRow0 .DashboardRightTD
{
    padding-top: 5px;
}
.BothARSLeasing .ARSDashboardRow5 .DashboardLeftTD
{
    padding-bottom: 9px;
}
.BothARSLeasing .ARSDashboardRow5 .DashboardCharTD,
.BothARSLeasing .ARSDashboardRow5 .DashboardRightTD
{
    padding-bottom: 5px;
}

/**ARSOnly**/
.ARSOnly .ARSWidget #ARSDashboardPeriodSelectTable
{
  width: 94%;
  margin: 30px 3% 0px 3%;
}
.ARSOnly #ARSDashboardPeriodSelectTable .DashboardTitle
{
  width: 70%;
}
.ARSOnly .DashboardTitle
{
  font-size: 18px;
}
.ARSOnly .DashboardPeriodFilter
{
  width: 30%;
}
.ARSOnly .DashboardPeriodFilter div.selecter
{
  font-size: 14px;
  font-weight:normal;
}

.ARSOnly #requestStatusChart .DashboardLeftTD
{
  font-size: 14px;
  font-weight:normal;
}
.ARSOnly .ARSDashboardRowArrow
{
    background-image:url(../images/ars_dashboard_arrow.png);
    background-repeat: no-repeat;
    float:right;
    width:35%;
    height:20px;
}
.ARSOnly .ARSDashboardRowCount
{
    font-size: 14px;
    font-weight: normal;
    padding-right: 3px;
}
.ARSOnly .DashboardCharTD div
{
    height:40px;
}
.ARSOnly .ARSDashboardRow0 .DashboardLeftTD
{
    padding-top: 15px;
}
.ARSOnly .ARSDashboardRow0 .DashboardCharTD,
.ARSOnly .ARSDashboardRow0 .DashboardRightTD
{
    padding-top: 10px;
}
.ARSOnly .ARSDashboardRow5 .DashboardLeftTD
{
    padding-bottom: 15px;
}
.ARSOnly .ARSDashboardRow5 .DashboardCharTD,
.ARSOnly .ARSDashboardRow5 .DashboardRightTD
{
    padding-bottom: 10px;
}
.ARSOnly .arsOverviewNavigate
{
  width: 100%;
}

.ARSOnly .arsOverviewNavigate a
{
  float:left;
  margin:0px 20px !important;
}
.InvoicesWidgetHeader
{
    width:33.3%;
    float:left;    
    color:White;
    text-align: center;
    height: 23px;
    padding-top: 5px;
    background-color:Gray;
}
.InvoicesWidgetHeaderWhiteBorder
{
    width:32% !important;
    border-left-color:White;
    border-left-style:solid;
    border-left-width:2px;
    border-right-color:White;
    border-right-style:solid;
    border-right-width:2px;
}
.InvoicesWidgetData
{
    width:33.3%;
    float:left;    
    text-align: center;
    height: 23px;
    padding-top: 5px;
    font-weight:normal;
    background-color:White;
}
.InvoicesWidgetData:hover
{
    background-color:#CCCCCC;
}
.ReceivableWidgetDeclarement
{
    float:left;
    color:#767676;
    font-size:12px;
    font-family: 'Arial';
    font-weight: 400;
    width:265px;
}
.ReceivableButtonLabel
{
    cursor: pointer;
    font-size: 12px;
    width: 150px;
}
.ReceivableSearch
{
    position:absolute;
    bottom:0px;
}
.ReceivableWidgetMain
{
    width:100%;
    height: 270px;
}
.ReceivableButton
{
width: 210px !important;
float:left;
height:auto !important;
padding: 5px 15px 5px 15px !important;
}
.ReceivableLoadingIcon
{    
    z-index:9999;
    display:none;  
    width:100%;
    height: 270px; 
    background-image:url('../jqgrid/dark-hive/images/i-pre-sm-hpe.gif');    
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/********Reports Widget********/
.WidgetContentText
{
    font-size: 12px;
    font-family: 'Arial','Metric';
    font-weight: normal;
    line-height: 22px;
}
.WidgetButtonLabel
{
    font-family: 'Arial','Metric';
    font-size: 12px;
    width: 140px;
}

.WidgetCriticalButton
{        
    font-family: 'Arial','Metric' !important;  
    font-size: 12px !important;  
    font-style: normal;      
    line-height: normal;    
    text-align: center;    
    padding:10px 15px 0px 15px !important;
}
   
.widgetPrimaryBtn
{
    margin:15px 0px 0px 0px;
    height:auto !important;
    padding:5px 15px 5px 15px !important;
}
.widgetPrimaryBtn img
{
    height: 32px;
    width: auto;
    padding-left:4px;
    float: right;
}
.widgetButtonBottom
{
    position: absolute;
    bottom: 86px;
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto;
    width: 305px;
    TEXT-ALIGN: center;
}

.messageHeader
{
    width: 100%;
    table-layout: fixed;
}

.attachLink
{
    width: 17px;
    min-width: 17px; 
    min-height: 17px;
}
    
.deleteLink
{
    width: 17px;
} 