/*
theme
-----------------------
dark            #003366
medium dark     #236299
medium          #bdd0e6
light medium    #a9cde4
light           #d4e3f2
lightest        #efeeff

grays
-----------------------
darkest         #999999
dark            #bbbbbb
medium dark     #cccccc
medium          #dddddd
light medium    #e1e1e1
light           #efefef
lightest        #f9f8f8

common
-----------------------
black           #000000
white           #ffffff
dark red        #b70013
light red       #ff6068
dark yellow     #bebe00
light yellow    #ffffdc

*/

/* GENERIC */
html {
	padding: 0;
	margin: 0;
}

body {
	background-color: #f9f8f8;
	font-family: Verdana;
    font-size: 0.625em; /* Sets a consistent start font for inherited font-sizes. This means 1em = ~10px */
	height: 100%;
	margin: 0;
	padding: 0;
}

form {
    border: 0; 
    padding: 0; 
    margin: 0;
}

select, input, textarea, button {
    font-family: Verdana;
    font-size: 1em;
}

button { width: auto; overflow: visible; line-height: normal }

/* Default styling for all input elements (except images)
*  This replaces need for TextBoxStyle class. */
select, input[type="text"], input[type="password"], textarea, textarea.mat-input-element {
	background-color: #ffffff;
	border: 1px solid #999999;
	color: #003366;
}

/* Styling for buttons that are disabled */
button[disabled]:active, button[disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
select[disabled] > input[type="button"],
select[disabled] > input[type="button"]:active,
input[type="submit"][disabled]:active,
input[type="submit"][disabled],
input[type="submit"][disabled]:hover {
    background: #e1e1e1;
    border: 1px solid #999999;
    color: #bbbbbb;
    cursor: default;
}

/* Styling for elements that are readonly or disabled. */
select.mandatory[disabled],
input.mandatory[type="text"][readonly],
select[disabled],
textarea[disabled],
textarea[readonly],
input[type="text"][readonly],
input[type="text"][disabled] {
    background-color: #e1e1e1 !important;
    border: 1px solid #999999 !important;  
}

input[type="text"][loading],
button[loading],
div.loading
{ 
    /* This displays an ajax spinner in the textbox/button */
    background-image: url(../images/ajax-loader.gif) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    padding-right: 16px !important;
}   

li[loading]
{ 
    /* This displays an ajax spinner in the textbox/button */
    background-image: url(../images/ajax-loader.gif) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

.ui-state-hover li[loading],
.ui-state-hover a[loading]
{ 
    border: 1px solid #999999; 
    background-image: url(../images/ajax-loader.gif) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    font-weight: normal; 
    color: #212121; 
}

input[type="text"][data-dropdown],
button[data-dropdown]
{ 
    /* This displays a dropdown arrow in the textbox/button */
    background-image: url(../images/arrow-down.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    padding-right: 16px !important;
}   

input[type="text"][data-noreadonly],
textarea[data-noreadonly]
{
    /* This allows readonly textboxes to appear non-greyed */
    background-color: #ffffff !important;
    border: 1px solid #999999 !important;
    color: #003366 !important;
}

input[type="text"][data-dropdown="inline"]
{ 
    /* Inline dropdowns appear as normal text until mouse is over them. */
    background-image: url(../images/arrow-down-light.png);
    background-color: transparent;
    border: 1px solid #ccc;
    color: #003366;
}   

input[type="text"][data-dropdown="inline"]:active,
input[type="text"][data-dropdown="inline"]:hover
{ 
    /* Inline dropdowns appear as normal dropdowns while mouse is over them. */
    background-image: url(../images/arrow-down.png);
    background-color: #ffffff;
    border: 1px solid #999999;
}   

input[data-customtype="datepager"][readonly] {
    background-color: transparent !important;
    border: 1px solid #cccccc !important;
    color: #003366 !important;
    cursor: pointer !important;
    width: auto !important;
    padding: 3px 5px 3px 5px;
    vertical-align: middle;
    text-align: center;
}

input[data-customtype="datepager"][readonly]:hover {
	background-color: #d4e3f2 !important;
    border: 1px solid #003366 !important;
	color: #003366;
}

img {
    border: none;
    vertical-align: middle;
}

hr {
    color: #e1e1e1;
    background-color: #e1e1e1;
    border: 0; 
    height: 1px; 
}

.emptygrid {
	border: dashed 1px #e1e1e1;
	height: 50px;
}

.emptygrid span {
    line-height: 50px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	color: #999999;
	font-family: Verdana;
	font-size: 1.1em;
	font-style: italic;
}

fieldset {
	border: solid 1px #e1e1e1;
	padding: 6px;
}

legend {
    color: #999999;
    font-size: 1.1em;
}

optgroup {
	color: #236299;
	background-color: #d4e3f2;
	font-style: normal;
}

optgroup option {
	color: #003366;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 1em;
}

A:Link {
	color: #003366;
	text-decoration: none;
}

A:Hover {
	color: #003366;
	text-decoration: none;
}

A:Active {
	color: #003366;
	text-decoration: none;
}

A:Visited {
	color: #003366;
	text-decoration: none;
}

.ui-menu-item > a {
    color: #222222 !important;
}

/* MAIN BUTTON */
.ButtonStyle {
	cursor: pointer;
	display: inline-block;
	outline: none;
    min-width: 50px;
    /*min-width: 0; /* IE7 hack */
    padding: 2px 8px 2px 8px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	color: #000000;
	border: 1px solid #CCCCCC;
	background: #e1e1e1;
	
	/* Chrome */
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#e1e1e1));
	/* FF */
	background: -moz-linear-gradient(top, #efefef, #e1e1e1) repeat scroll 0 0 transparent;
	/* IE */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#e1e1e1');
	/* IE 10+ */
	background: -ms-linear-gradient(top, #efefef, #e1e1e1);
}


.mandatory {
    border: 1px solid #D57A7A !important; /* these reds are not in the standard colors */
    background-color: #FFEFEF !important;
}

input:required {
    border: 1px solid #D57A7A !important; /* these reds are not in the standard colors */
    background-color: #FFEFEF !important;
}


.ButtonStyle[disabled]:hover, .ButtonStyle[disabled],
.page-button-container .ButtonStyle[disabled],
.page-button-container .ButtonStyle[disabled]:hover {
    text-decoration: none;
    border: 1px solid #BBBBBB;
    background: #dddddd !important;
    color: gray;
    cursor: not-allowed;
}


    .ButtonStyle:hover{
        text-decoration: none;
        border: 1px solid #BBBBBB;
        background: #efefef;
        box-shadow: 0 1px 1px #efefef;
        /* Chrome */
        background: -webkit-gradient(linear, left top, left bottom, from(#f9f8f8), to(#DDDDDD));
        /* FF */
        background: -moz-linear-gradient(top, #f9f8f8, #DDDDDD) repeat scroll 0 0 transparent;
        /* IE */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#efefef');
        /* IE 10+ */
        background: -ms-linear-gradient(top, #f9f8f8, #DDDDDD);
    }


/* PAGE ACTION BUTTON */
.page-button-container .ButtonStyle {
	cursor: pointer;
	display: inline-block;
	outline: none;
    min-width: 50px;
    /*min-width: 0; /* IE7 hack */
    padding: 2px 8px 2px 8px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;	
	color: #003366;
	border: 1px solid #236299;
	background: #a9cde4;
	
	/* Chrome */
	background: -webkit-gradient(linear, left top, left bottom, from(#d4e3f2), to(#bdd0e6));
	/* FF */
	background: -moz-linear-gradient(top, #d4e3f2, #bdd0e6) repeat scroll 0 0 transparent;
	/* IE */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdd0e6', endColorstr='#d4e3f2');
	/* IE 10+ */
	background: -ms-linear-gradient(top, #d4e3f2, #bdd0e6);
}

.page-button-container .ButtonStyle:hover {
	text-decoration: none;
	border: 1px solid #003366;
	background: #236299;
	box-shadow: 0 1px 1px #a9cde4;
	
	/* Chrome */
	background: -webkit-gradient(linear, left top, left bottom, from(#efeeff), to(#bdd0e6));
	/* FF */
	background: -moz-linear-gradient(top, #efeeff, #bdd0e6) repeat scroll 0 0 transparent;
	/* IE */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4e3f2', endColorstr='#efeeff');
	/* IE 10+ */
	background: -ms-linear-gradient(top, #efeeff, #bdd0e6);
}

.button-print {
    float: right;
    /*float: none; /* IE7 hack */
    margin: 7px;
    line-height:0em;
}

/* IMAGES AS BUTTONS */
.clickable-image { vertical-align: middle}
.clickable-image:hover { cursor: pointer;}

.mandatory {
    border: 1px solid #D57A7A !important; /* these reds are not in the standard colors */
    background-color: #FFEFEF !important;
}

.NormalText {
	overflow: visible;
	height: 100%;
}

.SectionHeader {
	background-color: #efefef;
}

.NormalTextReport {
	background-color: #ffffff;
}

.SideBar
{
	background-color: #ffffff;
}
.MenuBar
{
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
.HeaderBar
{
	color: white;
	background-color: #ffffff;
}

a.SecondaryButtonStyle { cursor: pointer; }
a.SecondaryButtonStyle:hover { text-decoration: underline !important; }

/* RS */
.NewGridFooterStyle
{
	
	vertical-align: middle;
	color: black;
	font-weight: bold;
	background-color: Orange;
}

/* Style for lookups with multiple values. This used to have some CSS expressions but they did not
work in the latest browsers so now we display the whole text. */
.LookupListContainerStyle { text-align: left;}

/* FLAG FOR DELETE
.NewGridItemStyle
{
	
	color: black;
	border-color: #cccccc;
	border-style: solid;
	overflow: hidden;
	background-color: #ffffff;
	vertical-align: top;
}*/

/* FLAG FOR DELETE 
.NewGridGroupStyle
{
	
	color: #666;
	border-color: #ffffff;
	border-bottom-color: #ffffff;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-right-color: #ffffff;
	overflow: hidden;
	background-color: #cccccc;
	vertical-align: middle;
}*/

A.GridItemLink:hover
{
	color: red;
	text-decoration: underline;
}

/* FLAG FOR DELETE
.GridAlternatingItemStyle
{
	
	color: black;
	background-color: #efefef;
}*/

.SearchGroupLabel {
	color: #000000;
	font-weight: bold;
	line-height: 2em;
}	
	
TD.TabText { color: #ffffff; }

.GridInfo { color: #003366; }

.GridButtonStyle
{
	color: black;
	border: solid 1px #336699;
	margin-left: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 3px;
	padding: 0;
	width:72px;
	height:22px;
	 
	cursor: pointer;
}

.GridButtonLongStyle
{
	color: black;
	border: solid 1px #336699;
	margin-left: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 3px;
	padding: 0;
	width:144px;
	height:22px;
	 
	cursor: pointer;
}

.GridSpacedButtonStyle
{
	color: black;
	border: solid 1px #336699;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 0;
	margin-right: 0;
	padding: 0;
	width:72px;
	height:22px;
	 
	cursor: pointer;
	vertical-align: bottom;
}

.LabelStyle { color: #000000; }

.LabelSpacedStyle
{
	font-weight: bold;
	color: #000000;
	
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
}

.CaptionLabelStyle {color: #000000;}
.align-label {width: 130px; display: block; float:left}
.align-checkbox {display: block; float:left}

.DescLabelStyle {
	font-weight: normal;
	font-family: Arial; /* setting this font is ok */
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	word-wrap: break-word; /* allows FF to wrap long words (requires explicit width)*/
	width: 265px; /* allows FF to wrap long words */
}

.LabelGroupStyle {
	font-weight: bold;
	color: #000000;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	text-align: left;	
}

.GroupLabelStyle {
    color: #999999;
    font-size: 1.1em;
    text-align: left;
    padding-top: 10px;
}

.TextBoxLockStyle
{
	font-weight: normal;
		
	color: #003366;
	border: solid 1px #999999;
	background-color: #e1e1e1;
	background-image: url(../images/lock.png); 	
	background-position: left center;
	background-repeat: no-repeat;
	cursor: default;
	padding-left: 16px;
}
.TextBoxTopStyle
{
	
	z-index: 1;
	color: #003366;
	position: absolute;
}
.TextBoxViewStyle
{
	/*This is a readonly version of TextBoxStyle.  Its being used by MPMEMO controls.*/
	
	color: #236299;
	background-color: #eee;
	border: solid 1px #bbb;
	padding: 1px;
}
.DropDownStyle
{
		
	color: #003366;	
}
.PrintText
{
	
	background-color: white;
}
.menuitems A:Link
{
	
	text-decoration: none;
}
.CaptionStyle
{
    FONT-WEIGHT: bold;
    
    COLOR: #000000;
    TEXT-DECORATION: none
}
.CaptionBlueStyle
{
    font-weight: bold;
    
    color: #003366;
}
.hiddentext
{
	display: none;
}

/* FLAG FOR DELETE 
.NewGridStyle
{
	
	color: black;
	background-color: White;
	border: none; 
	padding: 0;
	margin: 0;
}*/


.GridSelectedStyle {
	color: #000000;
	font-weight: bold;
	background-color: #e5eeff;
}

.GridTextBoxStyle{
	color: #003366;	
}

.GridLabelStyle {
	color: #000000;	
}

.ReportCaption {
	text-align: center;
}

.ReportTitle {
	text-align: center;
}

.ReportAxis {}

.ErrorMessage {
	color: #B70013;
}

.SuccessMessage {
	color: #003366;
}

.InfoMessage {
	color: #003366;
}

.OverflowGrid 
{	
	OVERFLOW: auto; 
	WIDTH: 90%; 
	HEIGHT: 300px;
}

/* FLAG FOR DELETE
.GridPagerInfoStyle {
	color: #003366;
}*/

.UserControlContainer {
	border: solid 1px #efefef;
	padding: 0px 3px 0px 3px;
	display: block;
	overflow: auto;
}

.InvisibleUserControlContainer {
	border: none;
	padding: 0;
	overflow: auto;
}

.UserControlContainerNoBorder {
	padding: 0px 3px 0px 3px;
	overflow: visible;
	margin: 0;
}

.LongViewTextBox
{
	border-right: 1px groove;
	border-top: 1px groove;
	
	border-left: 1px groove;
	width: 225px;
	color: #000000;
	border-bottom: 1px groove;
	background-color: #eee;
}

.ViewTextBox
{
	border-right: 1px groove;
	border-top: 1px groove;
	
	border-left: 1px groove;
	width: 120px;
	color: #000000;
	border-bottom: 1px groove;
	background-color: #eee;
}

/* FLAG FOR DELETE
.PanelStyle
{
	padding-top: 2px;
	padding-bottom: 1px;
} */

.MandatoryLabelStyle
{
	font-weight: bold;
	color: #ff6068;
	
}

.WhiteRadioButtonStyle {background-color: #ffffff;}

/******************** EMAIL WINDOW *********************/

.NamedPanel {
	padding: 3px;
	color: #000000;
	border-color: #000000;
}

/* GridScreen Styles Start */

.MessagePanel
{
	position: absolute;
	background-color: #ccc;
	padding: 5px;
	border: solid 1px #000;
	border-bottom-width: 2px;
	border-right-width: 2px;
	top: 50px;
	left: 50px;	
}

.worklist-filter-container {
    background-color: #efefef; 
    border-bottom: dotted 1px #b8b8b8;
    margin-bottom: 6px;
    padding: 6px;
    display: block;
    width: 100%;
}

.worklist-tab-container { border-bottom: solid 4px #bdd0e6; width: 100%;}
.worklist-filter-container fieldset { border: none; }
.worklist-grid-container { margin: 1em; }

/* GridScreen Styles End */

.MaskedEditError
{
    background-color: Orange; /*#ffcccc;  was a light red/pink */
}


/* List Screen Styles End */

#fixed_header{
    position:fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    z-index: 5;
    min-width: 750px;
}

/* MAIN_EDIT / MAIN_VIEW */
#fixed-content {
   /* position:fixed; */
    top: 0; 
    left: 0; 
    width: 100%; 
    z-index: 5;
    min-width: 260px;
}

#fixed-content-edit {
    position:fixed;
    top: 0; 
    left: 0; 
    width: 100%; 
    z-index: 5;
    min-width: 750px;
    background-color: #d4e3f2;
}

#divMainContent {
    position: relative;
}
        
.MainEditTitle, .MainViewTitle {width: 100%; z-index: 6;}
.MainEditTabs, .MainViewTabs {width: 100%; z-index: 5;clear:both;}
.MainEditButtons, .MainViewButtons {width: 100%; z-index: 4;}

.MainEditBody, .MainViewBody {height: 100%;}
.MainEditRecordSection, .MainViewRecordSection {display: none; margin: 10px; max-width: 764px} /* Setting width ensures only two columns - remove to go back to floated layout */
.MainEditContent, .MainViewContent {position:relative; top: 8.5em} /* 8em = 2.5 header + 2.5 tabs + 3.0 buttons */
.MainEditDocLink, .MainViewDocLink {margin-top: 0px; /*float:none; /* IE7 hack */}
.MainEditBody fieldset, .MainViewBody fieldset { margin: 0; height: auto;}
.MainEditPanel, .MainViewPanel {float:left; position: relative; vertical-align: top; margin-right: 10px; margin-bottom: 10px; width: 372px}
.MainEditPanelDoubleWidth, .MainViewPanelDoubleWidth {width: 754px}
.MainEditLineBreak, .MainViewLineBreak {clear:left}

/* Main_Edit styles for metadata types */
.MainEditRecordSection .input-container { text-align: left; padding: 0; position: relative; min-height: 2.6em} /* the div that surrounds input elements, the min-height provides spacing around each entity property adjust as necessary */
.MainEditRecordSection input[data-seatype="MPDate"] { width: 80px}
.MainEditRecordSection input[data-seatype="MPTime"] { width: 65px; margin-left: 10px}
.MainEditRecordSection input[data-seatype="MPLookup"] { width: 195px}
.MainEditRecordSection input[data-seatype="MPLookup"]::-ms-clear { display: none} /* IE10 and higher hack - Remove the clear (x) button.*/
.MainEditRecordSection input[data-seatype="MPEdit"] { width: 195px}
.MainEditRecordSection input[data-seatype="MPLookupSearch"] { width: 195px}
.MainEditRecordSection input[data-seatype="MPLookupSearch"][readonly="true"] { width: 180px} /* Allow room for padlock image */
.MainEditRecordSection textarea[data-seatype="MPMemo"] { width: 195px; height: 40px; margin-bottom: 8px} /* Default size for textarea which will fit with a caption */
.MainEditRecordSection img[data-seatype="MPMemo"] { vertical-align: top !important; } /* Ensure that clear image next to textarea is aligned to top of it */
.MainEditRecordSection span[data-seatype="MPLabel"].DescLabelStyle { padding-left: 0px}
.MainEditRecordSection .displayasgrid input { width: 70px !important; } /* ensure that any element displayed in grid form has same width */
.MainEditRecordSection .displayasgrid .input-container { width: 100px !important; } /* ensure that any element displayed in grid form has same width */
.MainEditRecordSection .displayasgrid .CaptionLabelStyle { text-align: left !important; } /* ensure that any element displayed in grid form has same width */

/* Main_View styles for metadata types */
.MainViewRecordSection .input-container { text-align: left; padding: 0; position: relative; margin-top: 7px; margin-bottom: 7px;}
.MainViewRecordSection div[data-seatype="MPLookup"] {display: inline-block; width: 255px; word-wrap: break-word; *display:inline;}
.MainViewRecordSection div[data-seatype="MPMemo"] {display: inline-block; width: 255px; word-wrap: break-word; *display:inline;}
.MainViewRecordSection div[data-seatype="MPEdit"] {display: inline-block; width: 255px; word-wrap: break-word; *display:inline;}
.MainViewRecordSection div[data-seatype="MPDate"] {display: inline-block; width: 96px; *display:inline;}
.MainViewRecordSection div[data-seatype="MPTime"] {display: inline-block; *display:inline;}
.MainViewRecordSection div[data-seatype="MPCombo"] {display: inline-block; *display:inline;}
.MainViewRecordSection div[data-seatype="MPCheckBox"] {display: inline-block; *display:inline;}
.MainViewRecordSection div[data-seatype="MPLookupSearch"] {display: inline-block; width: 255px; word-wrap: break-word; *display:inline;}
.MainViewRecordSection span[data-seatype="MPLabel"].DescLabelStyle { padding-left: 4px}
.MainViewRecordSection .displayasgrid div[data-seatype="MPEdit"] { width: 88px !important; text-align: right !important} /* ensure that any element displayed in grid form has same width */
.MainViewRecordSection .displayasgrid div[data-seatype="MPDate"] { width: 88px !important; text-align: right !important} /* ensure that any element displayed in grid form has same width */
.MainViewRecordSection .displayasgrid .input-container { width: 100px !important; } /* ensure that any element displayed in grid form has same width */
.MainViewRecordSection .displayasgrid .CaptionLabelStyle { text-align: right !important; } /* ensure that any element displayed in grid form has same width */
.MainViewRecordSection .GridContainer {margin-top: 4px;}
.MainViewRecordSection .input-container .DescLabelStyle { width: 255px; word-wrap: break-word; }

/* Asset form styles */
#ValuesCostPanel div.input-container { width: 88px !important; }
#ValuesRevaluationPanel div.input-container { width: 88px !important; }
#EstLifePanel div.input-container { width: 88px !important; }
#ValuationPanel div.input-container { width: 88px !important; }
#LastClaimedPanel div.input-container { width: 88px !important; }

/* Style applied to caption labels in Main_View */
.MainViewCaption {
	color: #666666;
	display: inline-block;
	margin-right: 3px;
	text-align: right;
	vertical-align: top;
	width: 90px;
	word-wrap: break-word;
	/*display: block;*/
	/*float: left;*/
}

/* Style the captions for each input element - Main_Edit */
.input-container .CaptionLabelStyle {
	display: inline-block;
	color: #666666;
	width: 90px;
	text-align: right;
	margin-right: 3px;
	/*display: inline;*/
	word-wrap: break-word;
}

/* Style the description for each lookup element - Main_Edit & Main_View */
.input-container .DescLabelStyle {
	font-weight: normal;
	font-family: Arial; /* setting this font is ok */
	font-size: 0.9em;
	color: #333333;
	margin: 2px 0 2px 0;
	padding: 0;
	padding-left: 93px;
	display: block;
}

/* Lookup search styles */
.special-edit-container { background-color: #e1e1e1; width: 734px; margin: 10px; padding: 10px }
.special-edit-container input[data-seatype="MPLookupSearch"] { width: 250px}

/* Main_Search */
.search-button-container {
    background-color: #bdd0e6; 
    clear: both;
    height: 30px;
    line-height: 30px;
    padding-left: 1em; 
    /*width: 670px; */
}

.search-filter-container {
    background-color: #efefef; 
    border-bottom: dotted 1px #b8b8b8;
    float: left;
    margin-bottom: 6px;
    display: block;
    width: 100%;
}

.search-filter-buttons {
    float: left;
    margin: 6px;
}

/* Container for the standard search available and selected filters */
.search-panel {
	display: block;
	/*float: left;*/
	/*height: 260px; */
    /*overflow-y: scroll;*/
    overflow-x: hidden; 
    /*padding-left: 0.8em;*/
    /*width: 660px; */
}

.search-results-container {clear: left; height: 20px; line-height: 20px; margin: 1em; display:inline;}
.search-results-standardbuttons {float: left;}
.search-results-custombuttons {float: left}
.search-results-description {float: left; color: #999999; font-style: italic; margin-left: 1em;}

.SearchGridPanel {
	overflow: visible;
}

.SearchPanelCollapser {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.connectedSortable {height: 250px; overflow: auto;}
.list-container ul { list-style-type: none; margin: 0; padding: 0; float: left; width: 100% }
.list-container ul li { margin: 0 5px 5px 5px; padding: 5px; cursor: move; }

.criteriaConnectedSortable { height: 200px; width: 100%; overflow: auto; }
.criteria-list-container ul { list-style-type: none; margin: 0; padding: 0; width: 100%; border: 1px solid #CCCCCC; background-color: #f9f8f8}
.criteria-list-container ul li { margin: 0px; padding: 5px; cursor: move; border: none; background: #f9f8f8 }
.criteria-list-container ul li:hover { background: #efefef }
.criteria-list-container ul li.ui-state-highlight { padding-bottom: 2px; white-space: nowrap; }

.fields-list-container { width: 100%; height: 200px; }
.fields-list-container ul { list-style-type: none; margin: 0; padding: 0; width: 100%; border: 1px solid #CCCCCC; }
.fields-list-container ul li { margin: 0px; padding: 5px; cursor: move; border: none; background: #f9f8f8  }
.fields-list-container ul li:hover { background: #efefef }
	    	    
.ui-state-default span[data-customType="criteria"] { visibility: visible; display: inline; }
.ui-state-default div[data-customType="criteria"] { visibility: hidden; display: none; }
.ui-state-highlight span[data-customType="criteria"] { visibility: hidden; display: none; }
.ui-state-highlight div[data-customType="criteria"] { visibility: visible; display: inline; /*white-space: nowrap;*/ }
	    
.info-icon {width: 29px; height: 29px; background-image: url(../images/ibx-info.png); }

/* Search Criteria Control */
.scc-container {vertical-align: middle; display: block; padding: 2px; white-space: nowrap }
.scc-capt { vertical-align: middle; margin-right: 2px; color: #000000}
.scc-drop { vertical-align: middle; margin-right: 2px; width: 120px; }
.scc-text { vertical-align: middle; margin-right: 2px; }
.scc-chk { vertical-align: middle; }
.scc-ibtn { vertical-align: middle; margin-right: 2px; cursor: pointer; display: inline}
.scc-info { vertical-align: middle; margin-right: 2px; color: #003366}

/* PAGE CONTAINERS */
.page-title-container-edit {
    background-color: #d4e3f2;
    color: #003366;
    font-size: 1.2em;
    font-weight: bold; 
    height: 2.5em;
    line-height: 2.5em;
    padding-left: 1em;
    vertical-align: middle;
    white-space: nowrap;
    float:left;
    width: 85%;
}

.page-title-container {
    background-color: #d4e3f2;
    color: #003366;
    font-size: 1.2em;
    font-weight: bold; 
    height: 2.5em;
    line-height: 2.5em;
    padding-left: 1em;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

.page-subtitle-container {
    font-size: 0.8em;
    font-weight: normal;    
    vertical-align: top;
}

.page-title-separator 
{    
    font-size: 0.6em;
    padding-right: 0.5em;
    padding-left: 0.5em;   
    vertical-align: top;
}
 
.page-button-container {
    background-color: #bdd0e6; 
    border-bottom: solid 1px #003366;
    clear: both; /* for IE */
    height: 3em;
    line-height: 3em;
    padding-left: 1em;
}

.page-navigation {top: 4.5em; right: 0; float: right; padding-top: 5px; } 

.page-toolbar-container { float: right; }

.page-toolbar-container span {
    background-image: url('../images/arrow-down.png');
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #d4e3f2;
    color: #003366;
    cursor: pointer;
    padding: 4px;
    padding-right: 14px; /* space for background mage */
    margin: 2px;
}

.page-toolbar-container span:hover {
    border: 1px solid #e5eeff;
}

.page-license-container { 
    background-color: #d4e3f2; 
    clear: both; 
    padding: 1em;
}

/* TABS */
#tab-container {
    background-color: #d4e3f2; 
    height: 2.6em;
    line-height: 2.5em;
    margin: 0;
}

#tab-container ul, #tab-container ul li {
    list-style: none; 
    margin: 0; 
    padding: 0; 
}

#tab-container ul {
    text-align: left;
}

#tab-container ul li {
    float: left; 
    padding-right: 0.5em; /* space between tab labels */
}
 
#tab-container A {
	color: #003366;
	background-color: #d4e3f2;
	border-left: 1px solid #bdd0e6;
	border-top: 1px solid #bdd0e6;
	border-right: 1px solid #bdd0e6;
	border-bottom: none;
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	padding: 0em 1em 0em 1em;
	text-decoration: none;
}

#tab-container A.selected {
    color: #003366; 
    background-color: #bdd0e6; 
}

#tab-container A:hover,
#tab-container A:active,
#tab-container A.here:link,
#tab-container A.here:visited {
    background: #e5eeff; 
    color: #003366;
    text-decoration: none;
}

#AvailabilityGrid_NumberOfWeeks {float:right}

/* jQuery Split Button - MPSplitImageButton.cs */
.split-arrow-container {display: inline-block; vertical-align: top; width: 18px; height: 18px;}

/* jQuery Split Button - MPSplitButton.cs */
.splitbtn1  
{
    min-width: 22px !important; 
    width: 22px; 
    margin-left: -0.4em !important; 
    border-radius: 0 4px 4px 0 !important; 
    padding-left: 0 !important; 
    padding-right: 0 !important
}

/* jQuery Split Button - MPSplitButton.cs */
.splitbtn2  
{
    background-image: url('../images/arrow-down.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; 
    min-width: 0;
    display: block;
    text-indent: -9999px;
}

ul[data-split-button-options="true"].ui-menu {
	list-style: none;
	padding: 2px;
	margin: 2px;
	display: block;
	float: left;
}

ul[data-split-button-options="true"] .ui-menu-item-wrapper {
	padding: 0px;
}

ul[data-split-button-options="true"] .ui-menu-item {
	padding: 0px;
}

/* we are using the menu widget for MPPOPupButton and MPSPlitButton we need to make sure that menu then sits above any other elements  */
.ui-menu {
	z-index: 1000 !important;
}

.ui-menu-item {
	margin: 0;
	/*padding: 0;*/
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}

.ui-menu-item a {
	text-decoration: none;
	display: block;
	line-height: 1.5;
	zoom: 1;
}

		

/* jQuery Split Button - MPSplitButton.cs */
/*.ui-menu .ButtonToText { padding: 0 1em;}*/

/* Class controls menu item style within various menu controls */
.ButtonToText {
	color: #000;
	cursor: pointer;
	background-color: #fff;	
	border: none;
	margin: 0;
	overflow: visible;	
/*	padding-left: 2px;
	padding-right: 1px;*/
	text-align: left;
	width: 100%;
	vertical-align: top;
	height: 20px;
	border-bottom: 1px solid #efefef;
}

	.ButtonToText:hover {
		background-color: #e5eeff;				
		cursor: pointer;		
		border: none;
		margin: 0;
		overflow: visible;		
		text-align: left;
		width: 100%;
		vertical-align: top;
		height: 20px;
		border-bottom: 1px solid #efefef;
	}

.ButtonSelectorPanelStyle {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    margin:0;
    padding:0;
    white-space: normal !important; /* the important overriddes any grids where no-wrap is set */
    /*width: 160px; /* IE7 */
}

.DropDownButtonStyle {
	background-color: #ffffff; 
	border: none;
	color: #000000;
	cursor: pointer;
	height: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

.DropDownButtonStyle:active {
	color: red;
	text-decoration: none;
}

.DropDownButtonStyle:hover {
	background-color: #e5eeff; 
	text-decoration: none;
}


.GridSelectorCaption
{	
	padding: 1px;
	height: 16px;
	width: 18px;
	margin-left: 2px;
	background-image: url(../images/grid-custom-action.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}
 
.GridSelectorPanel
{	
	border: solid 1px #cccccc;
	background-color: #fff;
	width: 130px;
}

.GridHeaderPanel
{
    border: solid 1px #bbb;
    margin: 0;
    padding: 3px;
}


.TextToLabel
{
		
	color: #000;
	border: none;
	background-color: Transparent;
}

.InplaceGrid
{
	clear: both;
	
	color: #000;
	border: none; 
	padding: 0;
	margin: 0;
	border: solid 1px #bbb;
}

.InplaceGrid td
{
	border: none;
	border-left: none 0px; 
	border-right: none 0px; 
	padding: 0;
	padding-left: 1px;
	margin: 0;
}

.InplaceGrid th a:hover
{
	border-style: none;
	color: #236299;
}

.InplaceGrid th
{
	font-weight: bold;
	border: none 0px; 	
	padding: 0;
	padding-left: 1px;
	margin: 0;
	background-color: #bbb;
	background-image: url(../images/grid-gradient.png);
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 22px;
}

.DialogTitle {
    padding: 0px 12px 0px 12px; 
    height: 50px; 
    line-height: 50px; 
    color: #003366; 
    font-weight: bold;
}

.togglelink a:link {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

.togglelink a:hover {
	color: #003366;
}

.togglelink a:active, .togglelink a:visited {
	text-decoration: none;
	font-weight: normal;
	border-bottom: transparent 0px solid;
}

.tooltip {
	font-weight: normal;
	border: #bebe00 1px dashed;
	padding: 4px;
	background-color: #ffffdc;
}

.tooltip p
{
	margin: 0px;
	color: #bbb;
}

.RadioButtonListControl
{
	
	color: black;
	border: none 0px;
	padding: 0px;
	margin: 0px;
}

.RadioButtonListControl td
{
	border: none 0px;
	padding: 0px;
	margin: 0px;
}

.RadioButtonListControl input
{
	border: none 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

.RadioButtonListControl label
{
	border: none 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

/* VALIDATION SUMMARY
*  This should look the same as the newer type info boxes. 
*/
.ValidationSummary {	
	border: 1px solid #b70013;
	background-color: #FFD1D4 !important;
	color: #b70013 !important;
	background-image: url(../images/ibx-error.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	margin: 10px;
	overflow: hidden;
	padding: 15px 10px 15px 25px; /* the 25px padding offsets the padding on the ul */
}

.ValidationSummary li {
	padding: 0;
	margin: 0;
	list-style-type: disc;
	vertical-align: middle;
	color: #b70013;
}

.consignment_enabled_panel
{
	color: #003366;
	font-weight: bold;	
}

/* NEWER VALIDATION STYLES
*  Information Box: These classes have their own colours that are not overridden by theme.
*/
.ibx_info, .ibx_success, .ibx_warning, .ibx_error, .ibx_validation {
    border: 1px solid;
    margin: 10px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.ibx_info {
    color: #00529B;
    background-color: #e0efff;
    background-image: url('../images/ibx-info.png');
    min-height:20px;
}
.ibx_success {
    color: #4F8A10; 
    background-color: #DFF2BF;
    background-image: url('../images/ibx-success.png');
}
.ibx_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/ibx-warning.png');
}
.ibx_error {
    color: #b70013;
    background-color: #FFD1D4;
    background-image: url('../images/ibx-error.png');
}
.ibx_info a {
    color: #b70013;
}
.ibx_warning_text {
    color: #9F6000;
    background-color: #FEEFB3;
    padding: 5px;
    border: 1px solid;
}

/* ABOUT PAGE */
#AboutHeader {padding: 0px 12px 0px 12px; height: 50px; line-height: 50px; color: #003366; background-color: #d4e3f2}
#tabs {background: #bdd0e6; padding-left: 12px; color: #ffffff; clear:both}
#tabs ul {list-style-type: none; margin:0px; padding:0px;}
#tabs a {text-decoration: none; color: #003366;}
#tabs a:link {text-decoration: none; border-bottom: none}
#tabs a:visited {text-decoration: none; border-bottom: none}
#tabs a:hover {color: #e5eeff; text-decoration: none; border-bottom: none}
#tabs a:active {color: #e5eeff; text-decoration: none; border-bottom: none;}
#tabs .selected {font-weight: bold;}        
#tabs li {display: inline; height: 22px; line-height: 22px; padding-right: 4px}

/* CONFIG / PROFILE menu frame */
#body-framedmenu {background-color: #efefef; margin: 0; height: 100%}
#body-framedmenu form {height: 100%; border-right: dotted 1px #B8B8B8}

/* V3 Styles used in (Mainpac.Web.Controller)  */

.GridContainer
{
	position: relative;
	padding: 0px 3px 0px 3px;
	overflow: visible;
	margin: 0;
	clear: both;
}

.GridContainer table
{
	
	color: black;
}

.Grid
{
	clear: both;
    color: black;
	border: 0px solid #f9f8f8 !important; 
	padding: 0;
	margin: 0;
	height: inherit !important;
}

.Grid th a:hover
{
	border-style: none;
	color: #236299;
}

.Grid th
{
	font-weight: bold;
	border: solid 1px #bbbbbb; 	
	padding: 0;
	padding-left: 1px;
	margin: 0;
	background-color: #e1e1e1;
	vertical-align: middle;
	height: 22px;
}

.GridHeader td
{
	
}

.GridHeader a
{
	
}

.GridHeader a:hover
{
	border-style: none;
	color: #236299;
}

.GridHeader
{
	font-weight: bold;
	border: solid 1px #bbbbbb; 
	border-bottom: none;
	padding: 0;
	padding-left: 1px;
	margin: 0;
	background-color: #e1e1e1;
	vertical-align: middle;
	height: 22px;
}

.GridSelectedHeader
{
	font-weight: bold;
	border: none;
	border-left: solid 1px #bdd0e6; 
	border-right: solid 1px #bdd0e6; 
	padding: 0;
	padding-left: 1px;
	margin: 0;
	background-color: #b5cae9;
	background-image: url(../images/grid-gradient-selected.png);
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 22px;
}

.GridFixedColumn
{
	font-weight: normal;
	border: none;
	border-left: solid 1px #bbbbbb; 
	border-right: solid 1px #bbbbbb; 
	padding: 0;
	padding-left: 1px;
	margin: 0;
	background-color: #bbb;
	vertical-align: middle;
	text-align: right;
	height: 22px;
}

.Grid td
{
	border: 1px solid #ccc;
	border-top: none; 
	border-bottom: none; 
	padding: 0;
    padding-left: 1px;
	margin: 0;
	word-wrap: break-word;
}

/*  This selector is applied to all grid columns defined with "flex" where
*   the grid "mode" attribute is set to "edit". It will overwrite any width
*   style set for that column and allow it to have as much room as it needs.
*   This will ensure rows being edited within grids flow on one line.
*/
.Grid[data-mode="edit"] td[data-flex]
{
	width: auto !important;
}

/*  This selector is applied to all grids where "mode" attribute is set to "edit". 
*   It will ensure that all columns don't go over two lines.
*/
.Grid[data-mode="edit"]
{
    white-space: nowrap;
}

.Grid[data-mode="edit"] a
{
    width: auto !important;
}

.GridFooter a
{
	
}
.GridFooter span
{
	
	border-style: none;	
}

.GridFooter
{
	background-color: #efefef;
	vertical-align: middle;
	border: solid 1px #bbbbbb; 
	height: 22px;
}

.HorizontalAlignCenter {
    text-align: center;
}

.HorizontalAlignRight {
    text-align: Right;
}

.HorizontalAlignLeft {
    text-align: left;
}

.GridTitle {
	font-size: 1.1em;	
	padding-top: 2px;
	padding-bottom: 2px;
	color: #999999;
}

.GridInfo {
	padding-bottom: 3px;
}

.GridToolbar {
	background-color: #cccccc;
	border: solid 1px #bbbbbb;
	border-bottom: none;
	height: 22px;
}

.grid-container-buttons img{
    vertical-align: top;
}

.GridItem td, .GridAlternatingItem td {
	padding: 2px;
	/*white-space: nowrap;*/
}

.GridItem {
	background-color: #fff;
	height: 20px;
}

.GridHiddenItem {
	display: none;
}

.GridAlternatingItem {
	background-color: #f9f8f8;
	height: 20px;
}

.GridSelectedItem {
	font-weight: bold;
	background-color: #d4e3f2;
	height: 20px;
}

.GridTextBox {
	color: #003366;
	border: solid 1px #999;
		
	vertical-align: middle;
}

.GridTextBoxWatermark {
	color: #ffffdc;
	background-color: #bebe00;
	border: solid 1px #bbb;
	vertical-align: middle;
}

.GridLabel {
	padding-left: 10px;
	padding-right: 5px !important;
	text-align: left;
}

.GridIcon {
	margin-left: 3px;
	cursor: pointer;
	vertical-align: middle;
}

.GridInfoLabel {
	font-weight: normal;
	margin-bottom: 4px;
	border: none 0 transparent;
	background-color: Transparent;
	/* width:200px; */
}

.GridInfoLabelMarginLeft {	
    margin-left : 5px;
}

.GridPagerButton {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	padding: 3px 5px 3px 5px;
	text-align: center;
	vertical-align: middle;
}

.GridPagerButton:Hover {
	border-color: #003366;
	background-color: #d4e3f2;
	color: #003366;
}

.GridSelectedPagerButton {
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	background-color: #e1e1e1;
	color: #bbbbbb;
	display: inline-block;
    padding: 3px 5px 3px 5px;
	text-align: center;
	vertical-align: middle;
}

.GridEmbeddedTable td {
	border-left: none 1px #cccccc; 
	border-right: none 1px #cccccc; 
	border-top: none 1px #cccccc; 
	border-bottom: none 1px #cccccc; 
	height: 22px;
}

.multiselectdropdown-textbox 
{ 
    background-image: url('../images/arrow-down.png');
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer; 
    width: 250px; 
    background-color: #fff;
}

.UpdateProgressPanel
{
	position: relative;
	left: 50px;
	top: 22px;
	float: left;
	z-index: 100;
}

.UpdateProgressPanelInline,.UpdateProgressPanelInline * {display:inline!important;}

.InlineTextImage
{
	vertical-align: text-top;
}

.InlineTitleImage
{
	vertical-align: middle;
}

/* end V3 Styles */

.report-viewer
{   
    color: #003366; 
    border: 1px solid #000;    
}

.report-viewer tr, .report-viewer td
{     
    vertical-align: middle;
}

.dashboard-webpart-zone
{
    color: #999999;
    border: 1px dashed #bbbbbb;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}
        
.dashboard-webpart-title, .dashboard-webpart-title-selected
{
    color: #003366;
    background-color: #bdd0e6;
    font-weight: bold;
    padding: 1px;
    border: 1px solid #999;
    height: 16px;
    vertical-align: middle;
}
        
.dashboard-webpart-title-selected
{
    background-color: #bbbbbb;
}
        
.dashboard-webpart-title img, .dashboard-webpart-title-selected img
{
    padding-left: 5px;
}
        
.dashboard-webpart-header
{
    display: none;
}
        
.dashboard-catalogue
{
    border: 1px solid #e1e1e1;
    padding: 1px;
    margin: 5px;
    width: 500px;
}
        
.dashboard-catalogue-title
{
    color: #003366;
    font-weight: normal;
    padding: 1px;
}
        
.dashboard-catalogue-header
{
    color: #003366;
    background-color: #bdd0e6;
    font-weight: bold;
    padding: 1px;
    border: 1px solid #999;
    height: 16px;
}
        
.dashboard-catalogue-link
{
    padding-left: 15px;
}
        
.dashboard-description
{
    color: #666;
}
        
.dashboard-error
{
    color: #b70013;
}
        
.dashboard-webpart-body
{
    border: 1px solid #e1e1e1;
}       

.ui-datepicker-trigger
{
    cursor: pointer;
}

.ui-progressbar-value
{
    background-image: url(../images/pbar-ani.gif);
    border-color: #236299;
}

table[data-cwidth="criteria-narrow"],
input[data-cwidth="criteria-narrow"]
{
    width: 100px !important;
}

table[data-cwidth="criteria-wide"],
input[data-cwidth="criteria-wide"]
{
    width: 200px !important;
}

/* DIALOG LOOKUP */
#lookupFrame, #refFrame { width: 100% !important; padding: 0 !important }

/* INLINE LOOKUP */
.lkcol { width: 120px; display: inline-block; vertical-align: top; word-wrap:break-word;}
.lkcolh { width: 120px; display: inline-block; vertical-align: top; font-weight: bold}
.lkh { padding: 0.2em 0.4em;}
.highlight { background-color: #ff2 }

/* Page loading (not ui block) but should be styled same as ui block */
.page-loading { width: 240px; height: 64px; position: absolute; top: 50%; left: 50%; margin: -32px auto auto -120px; color: #999; text-align: center; border: solid 3px #AAAAAA; background-color: #fff }

a[disabled] 
{
    text-decoration: none;
    color: #cccccc;
}

a.disabled
{
    text-decoration: none;
    color: #cccccc;
}
a.disabled:hover {cursor: default;}

/* Link button on batch update dialog */
.batch-container A:link {
	COLOR: #1b75bb; TEXT-DECORATION: none
}
.batch-container A:visited {
	COLOR: #1b75bb; TEXT-DECORATION: none
}
.batch-container A:hover {
	COLOR: #0b559b
}
.batch-container A:active {
	COLOR: #0b559b
}
.batch-container {
	CLEAR: both
}
.batch-container PRE {
	BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; PADDING-BOTTOM: 10px; PADDING-LEFT: 10px; WIDTH: 600px; PADDING-RIGHT: 10px; COLOR: #666; MARGIN-LEFT: 15px; FONT-SIZE: 1.1em; OVERFLOW: auto; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 10px
}
.batch-container A:link {
	PADDING-LEFT: 13px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: left center
}
.batch-container A:visited {
	PADDING-LEFT: 13px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: left center
}
.batch-container A:hover {
	PADDING-LEFT: 13px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: left center
}
.batch-container A:active {
	PADDING-LEFT: 13px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: left center
}
.batch-container A.link-button:link {
	BACKGROUND-IMAGE: url(../images/link-button.png)
}
.batch-container A.link-button:visited {
	BACKGROUND-IMAGE: url(../images/link-button.png)
}
.batch-container A.link-button:hover {
	BACKGROUND-IMAGE: url(../images/link-button.png)
}
.batch-container A.link-button:active {
	BACKGROUND-IMAGE: url(../images/link-button.png)
}

/* This fixes the jQuery menu on IE issue */
#btnSelectorMenu { z-index: 1;}
#btnSelectorMenu li { list-style-type: none; }

#ScheduleTaskTaskSettingsControlInnerPanel .GridLabel,
#ScheduleTaskScheduleSettingsControlInnerPanel .GridLabel
{
    text-align:right;
    width:75px !important;
}
#ForecastWorkOrderSuppressForecasts .GridLabel,
#ForecastWorkOrderSuppressWorkOrders .GridLabel,
#ForecastWorkOrderSkipOverdue .GridLabel
{
    width:200px !important;
}
#ScheduleSettings_WeeklyDaysOfWeek
{
    display:inline-block;vertical-align:middle;
}

input[name='ScheduleSettings$TaskType']
{
    margin-left:90px; 
}
#HourlyStartTimeUtc_time,
#OnceStartTimeUtc_time,
#DailyStartTimeUtc_time,
#WeeklyStartTimeUtc_time,
#MonthlyStartTimeUtc_time
{
    width:77px;
}
#ScheduleSettings_MonthlyWeeksOfMonth_MonthlyWeeksOfMonth_label
{
    vertical-align:middle;
}

/* messagelist class displays batch messages nicely - used by all batch dialogs */
.messagelist { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.messagelist li { margin: 5px 0px 5px 0px; padding: 8px; border: 1px solid #efefef; }
.messagelist li:hover { background: white; }
.messagelist li.ok { background: url(../images/ok.png) no-repeat 5px 6px; padding-left: 24px}
.messagelist li.warning { background: url(../images/exclamation.png) no-repeat 5px 6px; padding-left: 24px }
.messagelist li.error { background: url(../images/exclamation-red.png) no-repeat 5px 6px; padding-left: 24px }
.messagelist li.none { color: #bbbbbb; }

.table1{border-collapse: separate; border-spacing: 2px; border:0;}
.table2{border-collapse: collapse; border-spacing: 0; border:0;}
.table3{border-collapse: collapse; border-spacing: 0;}
.table3 th{padding: 2px;}
.table3 td{padding: 2px;}
.table4{border-collapse: collapse; border-spacing: 2px;}
.table4 th{padding: 4px;}
.table4 td{padding: 4px;}

.setting-container {width:100%;border-collapse: collapse;}
.setting-container .menu{width:287px;vertical-align:top;padding:0;background-color: #efefef;border-right: dotted 1px #B8B8B8;}
.setting-container .content {vertical-align:top;padding:0;}
.collapsible-height{overflow: auto;}
#screen-frame{width:100%;height: 100%; overflow: auto;padding:0;margin:0;border:none;}

div .panel {margin-top: 10px;}

/*ul.ui-autocomplete.ui-menu { width: 270px; top: 0px; left: 170px; max-height: 120px; overflow-y: auto; z-index: 1005 !important; }*/
.ui-autocomplete {
	width: 270px;
	max-height: 120px;
	overflow-y: auto; /* prevent horizontal scrollbar */
	overflow-x: hidden; /* add padding to account for vertical scrollbar */
	z-index: 1000 !important;
}

.ui-autocomplete .ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	float: left;	
}

.ui-autocomplete .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;	
}

.ui-autocomplete .ui-menu-item a {
		text-decoration: none;
		display: block;
		padding: .2em .4em;
		line-height: 1.5;
		zoom: 1;
	}

	.ui-autocomplete .ui-menu-item a.ui-state-hover,
	.ui-autocomplete .ui-menu-item a.ui-state-active {
		font-weight: normal;
		margin: -1px;
	}

.document-container fieldset { border:  solid; display:inline-block }


.full-spectrum .sp-palette {
    max-width: 200px;
}

#txtOperationalAssetID {
	width: 180px;
}

#pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 325px;
	margin-top: 10px;
}


.document_library_drop_zone {
	border: 2px dashed gray;
	min-height: 200px;
	padding: 10px;
	font-size: 14px;
	position: relative;
	overflow: auto;
}

.document_link_drop_zone {
	border: 2px dashed gray;	
	padding: 10px;
	font-size: 14px;
	position: relative;	
}

.center-block {
	margin: auto;
	display: block;
	vertical-align: bottom;
}

.align-start {
	display: flex; 
	justify-content: flex-start;
}

.inner-button-container {
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 15px;
	bottom: 0;
	float: initial;
	clear: both;
}
.padding-top {
	padding-top: 10px
}
.search-not-run-description {
	font-style: normal;
	font-weight: bold;
	color: darkgoldenrod;
	font-size: 11px;
}

.map-label {
	color: #0000FF;
	font-weight: bold;
}
