﻿

*
{
	margin:0;
	padding:0;
}

a.HyperLink
{
    color: #144FAE !important;    
}
a.HyperLink:visited
{
	color: #144FAE !important;
}
html
{
	height:100%;
}

#divMainBackground
{
    background-color: #E2EBEE;
    background-image: url(../Images/Page_gradient.png);
    background-position: top;
    background-repeat: repeat-x;
    min-height: 480px;
}

#divMasterBody
{
    min-height: 480px;
    margin: 0px auto;
}

.InnerContentMid
{
    background-color: #FFFFFF;
    background-image: url(../Images/Background_gradient.png);
    background-position: bottom;
    background-repeat: repeat-x;
    margin: 0px 10px;
    overflow: hidden;
    min-height: 300px;
}

.InnerContentLeft
{
    background-image: url(../Images/LL_side_left.png);
    background-position: left;
    background-repeat: repeat-y;
}

.InnerContentRight
{
    background-image: url(../Images/LL_side_right.png);
    background-position: right;
    background-repeat: repeat-y;
}

.PageCover
{
    position: fixed;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-color: #E2EBEE;
    z-index: -10;
}

.FooterText
{
    font-size: 10px;
}

#Body
{
	background-color: #B0B0B0;
	font-family: Arial;
	font-size: 12px;
	height:100%;
	display:block;
}

#tblPageContent
{
	width: 1000px;
	margin: 0px auto;
}

.PageFooter 
{
}

.PageFooterContent
{
}

#tblPageContent #divGlobalHeader
{
	
}

#divGlobalHeader
{
	background-image: url(../Images/banner_middle.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

/*
#divMenuAndContentContainer
{
	height: 250px;	
}

#divMenuAndContentContainer #divMenuContainer
{
	width: 100px;
	float: left;
	border: solid 1px red;		
}	

#divMenuAndContentContainer #divMainContent
{
	border: solid 1px green;
	width: 100%;
	float: left;
	
}
*/

#tblPageContent #divGlobalFooter
{
	border-top: solid 1px #000000;
	font-size: 12px;
}

#divLoginMessage
{
    text-align: center;
    padding-bottom: 15px;
}

#divLoginWindow
{
    border: solid 1px #9aa4af;
    width: 300px;
    margin: 20px auto;
    background-image: url(../Images/grid_header_small.png);
    background-position: top;
    background-repeat: repeat-x;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

#divLoginWindow > span
{
    color: #22436c;
    line-height: 20px;
    font-weight: bold;
    display: block;
    text-align: center;
}

#divLoginWindow div.InlineEntry > span
{
    display: inline-block;
    width: 90px;
    text-align: right;
}

#divLoginWindow div.InlineEntry
{
    margin-top: 0px;
    margin-bottom: 8px;
}

#divLoginWindow div#divLoginFields
{
    margin-top: 20px;
}

#divLoginWindow div.Button
{
    margin-left: 103px;
    margin-top: 3px;
}

.Wider
{
    width: 420px !important;
    height: 220px !important;
}

#tblPageNotFound
{
	height: 250px;	
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
}	

#divHome
{
	/*height: 200px;*/
}

/* Common Classes */
.StandardButton
{
	border: solid 1px #000000;
	background-image: url(../images/white-top-bottom.gif);
	color:Black;
	text-decoration:none;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;

}

.LoginTxtBox
{
	font-family: Arial;
	font-size: 12px;
	border: solid 1px #808080;
	width:150px;
    color: #2b2b2b;
    padding: 1px 2px;
}

.StandardTxtBox
{
	font-family: Arial;
	font-size: 12px;
	width:200px;
	border: solid 1px #808080;
    padding: 1px 2px;
    color: #2d2d2d;
}

.StandardDropDown
{
	border: solid 1px #808080;
    padding-right: 5px;
	font-family: Arial;
	font-size: 12px;
    color: #2d2d2d;
}

.ExportBtnStyle 
{
    float: right;
}

.StandardText
{
	
	font-family: Arial;
	font-size: 12px;
	margin-top:2px;
    color: #2d2d2d;
}	

/** custom button styles **/
.SwitchButton
{
    background-image: url(../Images/Button_Switch_OFF_start.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;
    height: 20px;
    display: inline-block;
    text-align: center;
    word-spacing: normal;
}

.SwitchButton:hover
{
	background-image: url(../Images/Button_Switch_ON_Start.png);
	cursor: pointer;
}

.SwitchButton:hover > div
{
	background-image: url(../Images/Button_Switch_ON_End.png);
	cursor: pointer;
}

.SwitchButton:hover > div > *
{
	background-image: url(../Images/Button_Switch_ON_Mid.png);
	cursor: pointer;
} 

.SwitchButton > div  {
	background-image: url(../Images/Button_Switch_OFF_End.png);
	background-position: Right;
	background-repeat: no-repeat;
	height: inherit;
	padding-right: 12px;
}

.SwitchButton > div > *
{
	background-image: url(../Images/Button_Switch_OFF_Mid.png);
	background-position: left;
	background-repeat: repeat-x;
	height: inherit;
	border-style: none;
	border-width: 0px;
	color: #115595;
	font-size: 11px;
	font-weight: bold;
    padding: 0px 5px;
    min-width: 45px;
    text-align: center;
	box-sizing: content-box;
    display: inline-block;
    line-height: 20px;
}

.Button {
	background-image: url(../Images/Button_OFF_Start.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 4px;
    height: 22px;
    display: inline-block;
    text-align: center;
    word-spacing: normal;
}

.Button:hover
{
	background-image: url(../Images/Button_ON_Start.png);
	cursor: pointer;
}

.Button:hover > div
{
	background-image: url(../Images/Button_ON_End.png);
	cursor: pointer;
}

.Button:hover > div > *
{
	background-image: url(../Images/Button_ON_Mid.png);
	cursor: pointer;
} 

.Button > div  {
	background-image: url(../Images/Button_OFF_End.png);
	background-position: Right;
	background-repeat: no-repeat;
	height: inherit;
	padding-right: 4px;
}

.Button > div > *
{
	background-image: url(../Images/Button_OFF_Mid.png);
	background-position: left;
	background-repeat: repeat-x;
	height: inherit;
	border-style: none;
	border-width: 0px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
    padding: 0px 5px;
    min-width: 45px;
    text-align: center;
	box-sizing: content-box;
}

.DisabledButton 
{
    background-image: url(../Images/Button_OFF_DISABLED_start.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 4px;
    height: 22px;
    display: inline-block;
    text-align: center;
    word-spacing: normal;
    pointer-events: none;
}

.DisabledButton > div 
{
    background-image: url(../Images/Button_OFF_DISABLED_end.png);
	background-position: Right;
	background-repeat: no-repeat;
	height: inherit;
	padding-right: 4px;
    pointer-events: none;
}

.DisabledButton > div > * 
{
    background-image: url(../Images/Button_OFF_DISABLED_mid.png);
	background-position: left;
	background-repeat: repeat-x;
	height: inherit;
	border-style: none;
	border-width: 0px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
    padding: 0px 5px;
    min-width: 45px;
    text-align: center;
	box-sizing: content-box;
    pointer-events: none;
}

.DisabledButton:hover 
{
    cursor: default; 
}

/** grid buttons **/

.GridButton {
	background-image: url(../Images/GridButton_Start_OFF.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 4px;
    height: 21px;
    display: inline-block;
    text-align: center;
    word-spacing: normal;
}

.GridButton:hover
{
	background-image: url(../Images/GridButton_start_ON.png);
	cursor: pointer;
}

.GridButton:hover > div
{
	background-image: url(../Images/GridButton_End_ON.png);
	cursor: pointer;
}

.GridButton:hover > div > *
{
	background-image: url(../Images/GridButton_Mid_ON.png);
	cursor: pointer;
} 

.GridButton > div  {
	background-image: url(../Images/GridButton_End_OFF.png);
	background-position: Right;
	background-repeat: no-repeat;
	height: inherit;
	padding-right: 4px;
}

.GridButton > div > *
{
	background-image: url(../Images/GridButton_Mid_OFF.png);
	background-position: left;
	background-repeat: repeat-x;
	height: inherit;
	border-style: none;
	border-width: 0px;
	color: #373d48;
	font-size: 11px;
	font-weight: bold;
    padding: 0px 2px;
    text-align: center;
}

/** end of custom button styles **/

.MainContent
{
    margin: 20px 25px 25px 10px;
    margin-left: 170px;
    overflow: hidden;
 }	
 
.MainContentWidthBorder
{
	padding-left: 15px;	
	height:100%;

}	

.MainContentThin
{	
	height:300px;
}


.SmallText
{
	font-family: Arial;
	font-size: 11px;
}

.BoldText
{
	font-weight: bold;
}

.Invisible
{
	visibility: hidden;	
}	

.Hide
{
	display: none;	
}	

.ErrorText
{
	font-family: Arial;
	color: Red;	
}	
.Link
{
	font-family: Arial;
	font-size: 12px;
	color: #0000ff;
	text-decoration: underline;
	cursor:pointer;
	text-align:left;
	width:110px;
	
}
.ImageButton
{
	cursor: pointer;
}


.ErrorMessage
{
	font-family: Arial;
	font-size: 12px;	
	color:Red;	
}

.LoginErrorMessage
{
	font-family: Arial;
	font-size: 12px;	
	color:Red;
}

.GridView
{
	font-family: Arial;
	font-size: 12px;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}

div.column
{
	float:left;
	width:150px;
}

.checkboxTable
{
	margin-top:10px;
	margin-bottom:15px;
}

.checkboxTable tr td
{
	padding:1px;
	padding-right:10px;
}

.autoEmailList
{
	margin-bottom:10px;
}

.autoEmailList li
{
	padding-top:1px;
	padding-bottom:1px;
	width:400px;
}

.autoEmailList a img
{
	border:none;
	margin-left:4px;
}
.autoEmailList .dealership
{
	display:inline-block;
	width: 150px;
}
.autoEmailList .name
{
	display:inline-block;
	width: 200px;
}
.autoEmailList .alternate
{
	background-color: #d9d9d9;
}

.ListingBoard_Main
{
	margin:20px auto;
    height: 100px;
	border:solid 1px #9AA4AF;
	padding: 10px 15px 10px 15px;
	display:inline-block;
    color: #4D4D4D;
    background-color: #ffffff;
}

.ListingBoard_MediumMarginRight
{
    height: 70px;
    padding-right: 15px;
    padding-left: 5px;
}

.ListingBoard_SmallMarginBottom
{
	margin-bottom: 15px;
}

.ListingBoard_Main > Div
{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}

.ListingBoard_Main div#divListingBoard_Separator
{
    width: 1px;
    height: 100px;
    border-right: solid 1px #cad2e1;
}

#divListingBoard_ActionBar
{
    height: 70px;
    margin-left: 15px;
}
.CenteringDiv
{
	height:100%;
	display:inline-block;
	vertical-align:middle;
}

.ManualLead_LeadCount
{
	font-size:48px;
    color: #22436C;
}

.ManualLead_Button
{
	cursor:pointer;
}

.Hidden
{
	display:none !important;
}

.GlobalHeaderLeft
{
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../Images/LL_Header_start.png);
	height: 60px;
}

.GlobalHeaderRight
{
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../Images/LL_Header_end.png);
	height: inherit;
	width: inherit;
}

.GlobalHeaderLogo
{
    margin-left: 10px;
    background-image: url(../Images/LL_Header_logo.png);
    background-repeat: no-repeat;
	padding-right: 10px;
    padding-left: 218px;
	height: inherit;
}

.GlobalHeaderMid
{
	background-repeat: repeat-x;
	background-image: url(../Images/LL_Header_mid.png);
	height: inherit;
}

.GlobalFooterLeft
{
    background-image: url(../Images/LL_bottom_start.png);
    background-position: left;
	background-repeat: no-repeat;
    height: 27px;
}

.GlobalFooterRight
{
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../Images/LL_bottom_end.png);
	height: inherit;
	width: inherit;
}

.GlobalFooterMid
{
    margin: 0px 10px;
	background-repeat: repeat-x;
	background-image: url(../Images/LL_bottom_mid.png);
	height: inherit;
    line-height: 22px;
}

.TabularDisplay
{
    border: solid 1px #9aa4af;
    display: table;
    padding-bottom: 2px;
}

.TabularDisplay > table, .TabularDisplay > div > table
{
    border: none;
    border-bottom: none;
    background: #ffffff;
    width: 100%;
}

.TabularDisplay .AlternativeRow
{
    background: #edf6f9;
}

.TabularDisplay td
{
    padding: 2px 5px;
    border-left: solid 2px #ffffff;
    color: #4d4d4d;
}

.TabularDisplay tr td:first-child
{
    border: none;
}

.TabularDisplay .Header td, .TabularDisplay .Header th, .TabularDisplay .AltHeader td, .TabularDisplay .AltHeader th
{
    border: none;
    color: #22436c;
    padding: 0px 5px 7px 5px;
    text-align: left;
}

.TabularDisplay td.FooterEmpty
{
    width: 250px;
}

.TabularDisplay .RightAlignColumn
{
    text-align: right;
}

.TabularDisplay .CenteredColumn
{
    text-align: center;   
}

.TabularDisplay .MaintainWidth
{
    width: 115px;
}

.TabularDisplay .Header
{
    font-weight: bold;
    background-image: url(../Images/LL_grid_gradient.png);
    height: 44px;
}

.TabularDisplay .AltHeader 
{
    font-weight: bold;
    background-image: url(../Images/LL_grid_gradient.png);
    background-size: 4px 70px;
    background-repeat: repeat-x;
    height: 70px;
}

.TabularDisplay table td.Shrinker
{
    width: 1%;
}

.TabularDisplay table td.Small
{
    width: 15%;
}

.TabularDisplay table td.Expander
{
    width: 90%;
}

.TabularDisplay table td.Expander input
{
    width: 99%;
}

.TopActionBar 
{
    margin: 15px 0px 20px 0px;
    position: relative;
    overflow: hidden;
}

.RightActionBar
{
    margin: 15px 0px 20px 0px;
    text-align: right;
}

.ActionPanel
{
    display: inline-block;
    word-spacing: 7px;
}

.SecondaryPanel
{
    float: right;
    margin-left: 15px;
    text-align: right;
}

.SecondaryPanel *
{
    text-align: left;
}

.SecondaryPanel div.Breaker
{
    display: block;
    margin-top: 5px;
}

.Title
{
	font-weight:bold;
	font-size: 18px;
	color: #22436C;
	display: inline-block;
    display: block;
}

.BottomActionBar > * 
{
    word-spacing: normal;
}

.BottomActionBar
{
    margin-top: 15px;
    word-spacing: 7px;
}

.WithIndentation
{
    margin-left: 130px;
}

.WithLargeIndentation
{
    margin-left: 210px;
}

.WithMarginTop
{
    margin-top: 20px !important;
}

.WithMarginLeft
{
    margin-left: 10px;
}

.InputEntry
{
    clear: both;
    margin-top: 10px;
    word-spacing: 7px;
}

.InputEntry *
{
    word-spacing: normal;
}

.InputEntry > div
{
    font-weight: bold;
    clear: left;
    color: #144fae;
    word-spacing: normal;
    margin-bottom: 2px;
    vertical-align: top;
}

.InputEntry span
{
    word-spacing: normal;
}

.NoneBreak
{
    display: inline-block;
    width: 120px;
}

.NoneBreakMedium
{
    display: inline-block;
    width: 150px;
}

.NoneBreakLarge
{
    display: inline-block;
    width: 200px;
}

.NoneBreakHalfExtraLarge
{
    display: inline-block;
    width: 350px;
}

.NoneBreakExtraLarge
{
    display: inline-block;
    width: 525px;
}

.NoneBreakExtraExtraLarge
{
    display: inline-block;
    width: 600px;
}

.InlineEntry
{
    font-weight: bold;
    margin-top: 12px;
}

.InlineEntry span
{
    color: #144FAE;
    margin-right: 10px;
}

.InlineEntry label
{
    padding-left: 4px;
    font-weight: normal;
    vertical-align: top;
}

.SectionTitle
{
    font-weight: bold;
    font-size: 14px;
    color: #22436C;
}

.SectionDivider
{
    border-top: solid 1px #080808;
    margin-top: 15px;
    margin-right: 30px;
    padding-top: 10px;
}

.Section
{
    padding: 10px 0px;
}

.InputLabel
{
    font-weight: bold;
    color: #144FAE;
    word-spacing: normal;
}

.dividerLine {
	width: 100%;
	height: 1px;
	background-color: #cad1d9;
}

.SearchBox
{
    width: 200px;
}

.SimplePager table td
{
    background-color: #dddddd;
}

.SimplePager table td a 
{
    font-weight: bold;
}

.Pager 
{
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	color: #3C4454;
    height: 32px;
}

.PagerDropDown 
{
    border-color: #cad1d9;
	border-style: solid;
	border-width: 1px;
	width: 45px;
}

.PagerBottom
{
	margin-top: 10px;	
}

.PagerTop
{
	margin-bottom: 5px;
}

.PageDividerLine
{
	margin-bottom: 15px;
}

.PagerDisplaying
{
	float:right; 
	height:30px;
}

.ButtonPrevious
{
	background-image: url(../Images/Button_OFF_previous.png);
    background-repeat: no-repeat;
	width: 33px;
	height: 16px;
	display: inline-block;
}

.ButtonNext
{
	background-image: url(../Images/Button_OFF_Next.png);
    background-repeat: no-repeat;
	width: 33px;
	height: 16px;
	display: inline-block;
}
.ButtonNext:hover
{
	background-image: url(../Images/Button_ON_Next.png);
    width: 33px;
	height: 16px;
}

.ButtonPrevious:hover
{
	background-image: url(../Images/Button_ON_previous.png);
    width: 33px;
	height: 16px;
}

.ButtonPreviousDisabled
{
	background-image: url(../Images/Button_DISABLED_previous.png);
    width: 33px;
	height: 16px;
	display: inline-block;
    cursor: default;
}

.ButtonNextDisabled
{
	background-image: url(../Images/Button_DISABLED_Next.png);
	width: 33px;
	height: 16px;
	display: inline-block;
    cursor: default;
}

.DropdownListDisabled 
{
    color: #9aa4af;
}

.AnchorDisabled 
{
    pointer-events: none;
    cursor: default;
}

.AddButtonDisabled 
{
    pointer-events: none;
    cursor: default;
}


.Sortable
{
    cursor: pointer;
    white-space: nowrap;
    
}

.Sortable > span
{
    white-space: normal;
}

.HeaderArrow
{
    background-repeat: no-repeat;
    width: 11px;
    height: 9px;
    display: inline-block;
}

.DownArrow
{
    background-image: url(../Images/GridHeader_downArrow.png);
}

.UpArrow
{
    background-image: url(../Images/GridHeader_upArrow.png);
}

.ShortInput
{
    width: 120px;
}

.ShorterInput
{
    width: 50px;
}

.LongInput
{
    width: 250px;
}

.LongerInput
{
    width: 350px;
}

.LongestInput
{
    width: 655px;
}

.LongLabel {
	width: 200px;
}

.ToggleButton
{
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.ToggleEnabled
{
    background-image: url(../Images/Icon_Checkmark_Enabled.png);
}

.ToggleDisabled
{
    background-image: url(../Images/Icon_Checkmark_Disabled.png);
}

.ToggleFaded 
{
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.BackInQueueButton:hover
{
    background-image: url(../Images/Button_BackQue_ON.png);
}

.BackInQueueButton
{
    background-image: url(../Images/Button_BackQue_OFF.png);
    display: inline-block;
    width: 28px;
    height: 21px;
}

.ViewEmailLeadButton:hover
{
    background-image: url(../Images/Button_View_ON.png);
}

.ViewEmailLeadButton
{
    background-image: url(../Images/Button_View_OFF.png);
    display: inline-block;
    width: 28px;
    height: 21px;
}

.DeleteEmailLeadButton
{
    background-image: url(../Images/deleteButton.png);
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 21px;
}

.DeleteEmailLeadButton:hover
{
    
}

.SecondaryTitle
{
    float: right;
    line-height: 58px;
    margin-right: 15px;
    height: 58px;
}

.SecondaryTitle > *
{
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    line-height: 58px;
}

.SecondaryTitle > *:first-child
{
    margin-left: 0px;
    background: none;
}

.SecondaryTitle > * > *
{
    line-height: normal;
}

.SecondaryTitle .Label
{
    color: #144fae;
}

.SecondaryTitle .Text
{
    color: #f26411;
}

.Form_Calendar {
    background-color: transparent;
    background-image: url("../Images/Icon_Calendar.png");
    background-repeat: no-repeat;
    border-style: none;
    cursor: pointer;
    height: 24px;
    width: 33px;
}

.DateInput
{
    width: 75px;
}

.LeftSpacer
{
    margin-left: 10px;
}

.AlignRight
{
    text-align: right;
}

.ErrorField
{
    background-color: #FFD7D7;
}

.FullWidth
{
    display: block;
    margin-right: 0px;
}

.WarningLabel
{
    font-weight: bold;
    color: #ff8800;
}

.HighlightBar
{
    border: solid 1px #c0c0c0;
    background-color: #efefef;
    background-position: top;
    background-repeat: repeat-x;
    padding: 10px;
    word-spacing: 7px;
    overflow: hidden;
}

.HighlightBar > *
{
    word-spacing: normal;
    display: inline-block;
}

.HighlightBar *.FloatRight
{
    float: right;
}

.WithButtonsSpacing
{
    word-spacing: 7px;
}

.Nowrap
{
    white-space: nowrap;
}

.InlineContainer > *
{
    display: inline-block;
    word-spacing: normal;
}

/* new styles */
#divCreditApplications > div > table td:last-child
{
    text-align: center;
    width: 10%;
    white-space: nowrap;
}

#divCreditApplications > div > table tr.SimplePager td
{
    padding-top: 4px;
    width: auto;
    text-align: right;
}

.GridViewTable tr td > a
{
    display: inline-block;
    width: 100%;
    text-align: right;
}

.GridViewTable tr.SimplePager > td 
{
    text-align: right;
}

.GridViewTable tr.SimplePager > td table 
{
    display: inline-block;
    margin-top: 10px;
}

#divCreditApplications table th + th + th
{
    text-align: right;
}

.WithRowSpacers > *
{
    margin-top: 10px;
}

#divImpersonateMyself label
{
    margin-left: 7px;
}

#divImpersonateMyself input
{
    vertical-align:text-top;
}

#divImpersonateOther
{
    margin-left: 30px;
}

#divCurrentUser
{
    text-align: center;
    color: #144fae;
}

#divDealershipInfo
{
    background-image: url(../Images/LL_Header_Divider.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 10px;
}

.Tooltip 
{
    position: relative;
}

.Tooltip .TooltipText 
{
    width: 100%;
    top: 17px;
    left: 10px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    position: absolute;
    z-index: 1;
}

.ErrorPage
{
    height: 200px;
    position: relative;
}

.ErrorPage > div
{
    position: absolute;
    height: 50px;
    top: 50%;
    margin-top: -25px;
}

.MainContentSectionSpacer 
{
	width:100%;
	height:5px;
	padding-top: 10px;
    border-bottom: 1px solid #cad2e1;
}

.emailNotificationH3 {
	padding-bottom: 10px;
}

.divMessage {
	padding-bottom: 10px;
}

.ThreeWordsCaption
{
    min-width: 80px;
}

.MarginBottom25
{
	margin-bottom: 25px;
}

.LeadMessageXmlGuid a
{
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

.SaveButton 
{
	background-image: url(/Images/saveButton.jpg);
	width:16px;
	height:16px;
	display:inline-block;
	position:relative;
	top:-14px;
}

.popupDialog 
{
	display:none;
	background-image:url('/Images/Background_gradient.png')
}

.errorBorder 
{
	border: 1px red solid !important;
}

.FilterTable td 
{
    padding-bottom: 10px;
    padding-right: 5px;  
}

.CenteredDiv 
{
    width: 100%;
    margin: 0 auto;
    text-align: center; 
}

.report_loading
{
	width:90px;
	height:60px;
	background-image:url(../Images/loading.gif);
	background-repeat:no-repeat;
	z-index:1000;
	position:absolute;
}

.disablediv{
	background-color:#3C445A;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1005;
	height:100%;
	width:100%;
	filter:alpha(opacity=50);
	-moz-opacity:.7;opacity:.7; 
}

.incomingError {}

.outgoingError {}

.hiddencol { display: none; }

.dividerLine {
	width: 100%;
	height: 1px;
	background-color: #cad1d9;
}

.GridHeaderCenteringDiv
{
	display:inline-block; height:100%;vertical-align:middle;
}

.VerticalAlignMiddle
{
	vertical-align: middle;
}

.ui-dialog .ui-dialog-content {
    font-size: 14px;
}

.DeleteEntryButton {
    background-image: url(../Images/deleteButton.png);
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 21px;
}
.TabularDisplay .AltHeader td.CenteredColumn, .TabularDisplay .AltHeader th.CenteredColumn {
    text-align: center;
}
.EditDisplay tr th{
    width:20%;
}
.EditDisplay tr td {
    width: 80%;
}
.EditDisplay tr td input{
    width: 100%;
}

.flexboxclass {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.guid {
    font-family: "Courier New";
}

.row-bg-hover:hover {
    background-color: #cad2e1;
}

.validation-summary * {
    font-weight: bold;
    color: red;
    list-style: inside;
    margin-top: 10px;
    font-size: 12px;
}

.highlight {
  padding: 0.25em 0.5em;
  font-family: Roboto;
  font-size: 1.25em;
}

.fullSelect {
  -webkit-user-select: all; /* Chrome 49+ */
  -moz-user-select: all; /* Firefox 43+ */
  -ms-user-select: all; /* No support yet */
  user-select: all;
}
