﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                                *
 * 	}                                                                 *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                                *
 * 	text-align: center;                                               *
 * 	}                                                                 *
 * 	                                                                  *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/


/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBackground, .pBack { /* body */
	background-color: #808080;

	/*** Sample if using Image for background
	background-image:url(../../Images/Background02.gif);
	background-position: bottom center;
	background-repeat: repeat;
	****/
	
	margin-left: auto;
    margin-right: auto;
	width: 100%;    
	}

.pageC { /* page container center (contents of page container) */
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #888888;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #888888;
	background-color: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0px 0px 5px #888888;
	vertical-align: top;
	width: 90%;
	}


.pWrapper { /* page content container */
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	width: 85%;
	}

.dialog_body, .dBody { /* panel content container (excludes panel header) */ 
	background-color: #F8F8F6;  /* Body background color */
	color: #000080;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 10px;
	text-align: left;	
	}


.field_label_on_side, .fls { /* field lable on side */
	color: #000080; 	/* Updated by LV 5/12/2016 previous; */
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
	text-align: right;
	vertical-align: top;
	white-space: normal;	
	}

.field_value, .fv { /* field value */
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 0px;
	}

.field_input, .fi { /* input textbox */
	color: #000000;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	vertical-align: top;
	}

.dialog_field_value, .dfv { /* panel field value text */
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
	text-align: left;
	vertical-align: top;
	}
	
.tableCellLabel {/* table cell field label text */
	color: #000080; 	/* Updated by LV 5/12/2016; */
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: right;
	vertical-align: top;
	white-space: normal;	
	}

.tableCellValue { /* table cell field value text */
	color: #000000;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	}
	

.tableRowDivider {
	border-bottom: 1px solid #d7d7d7;
	height: 2px;
	}

.recordPanelButtonsAlignment, .rpbAlign { /* page buttons alignment */
	padding-bottom: 1px;
	padding-top: 1px;
	}

/**********************************************************************
 * Tab Control Styles                                                 *
 **********************************************************************/
.ajax__tab_xp { /* tab container alignment */
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	padding: 0px;
	text-align: left;
	}


.field_label, .fl { /* field label on top */
	color: #000000;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;	
	}



.MLMmC { /* horizontal menu item link text */
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-decoration: none;
	}


.MLMmoC:hover, .MLMmoC:hover a, .MLMmoC { /* horizontal menu item link text hover state */
	background: -moz-linear-gradient( center top, #f3f3f3 5%, #eeeeee 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #eeeeee) );
	background-color: #f3f3f3;
	color: #c00000;  /* #c00000 = Red */
	}	

.MLMsubmC, .MLMsubmC a { /* horizontal submenu item link text */	
	background-color: #d8d8df; /* Updated by LV 3/30/2016 previous value (Red) #f3f3f3; */ 
	color: #000000;
	cursor: pointer !important;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	text-transform: none;
	border-left: 4px solid #d8d8df; /* Updated by LV 3/30/2016 previous value (Red) #fbb917; */ 
	}


.MLMsubmoC, .MLMsubmoC a:hover { /* horizontal submenu item link text hover state */
	background: -moz-linear-gradient( center top, #f3f3f3 5%, #e6e6e6 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #eeeeee) );
	
	/* Updated 3/20/2016
	background-color: #ffff00;   
	border: 1px solid #000000;
	color: #c00000;  
	*/
	
	background-color: #f0f2ea;
	color: #c00000;    /* Updated by LV 5/12/2016 */
	border-left: 4px solid #c00000;    /* Updated by LV 5/12/2016 */
	
	
	}

	
/**********************************************************************
 * Page Center Styles                                                 *
 **********************************************************************/
.pcT { /* page container top center edge (header container - Banner area) */
	background-color: #007cb2;
	background-image:url(../../Images/pcT.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	height: 60px;     		/* Height of the Banner area */
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 1px;
	padding-top: 1px;
	}	
	
	
.pcC { /* page container center (contents of page container) */
	background-color: #f8f8f6;
	border-left: 1px solid #dddddd;
	height: auto;
	padding-bottom: 10px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	vertical-align: top;
	width: 100%;
	}	
	


/* Ajax Auto Complete */	
.completionList {
	font-family: Verdana, Arial, Geneva, ms sans serif;
	font-size: 12px;
    border: solid 1px #ffffff;
    margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
    overflow: auto;
	background-color: #d8d8df; 		/* Updated by LV 3/30/2016 previous value #fbb917; */
}


.listItem {
    color: #000000;
	padding: 1px;
}

.itemHighlighted {
    background-color: #fcfcfc;
	padding: 1px;
}



/* Disabled Field */	
.field_inputDisabled {
	background-color: #DEDEDE;
	color: #000000 !important;
}


/* Data Log Field */	
.field_dataLogLocked {
	background-color: #F8F8F6;		/* Light Grey */
	color: #FF0000;					/* Red */
}


.MLMsubmC a { display: block; } /* make Menu Subitem full width for click */

/* Custom Button */	
.customButton {
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	text-shadow: 1px 1px 0px #ffffff;
	white-space: nowrap;
	}

/**********************************************************************
 * Button/Link Styles                                                 *
 **********************************************************************/

a:link, a:visited {
	color: #000000;		/* Updated by LV 3/30/2016 previous value #1578b0 */
	}


a:hover {
	color: #a8a24f;
	text-decoration: none;
	}

a.button_link,
.bC a.button_link,
.buttonPadding a.button_link,
.dBody a.button_link,
.galleryttc a.button_link,
.popupTableCellValue a.button_link,
.tableCellValue a.button_link,
.thc a.button_link,
.tic a.button_link,
.ttc a.button_link { /* link text of buttons */ 
	color: #000000;   /* Updated by LV 3/30/2016 previous value #000080 */
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	}


/* Pagination */	
.panelPaginationC { /* panel container pagination center */
	background-color: #f8f8f6;
	height: 30px;
	text-align: center;
	width: 100%;
	}


.popupTableCellLabel {/* popup table cell field label text - Labels in Filters box */
	color: #000080;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 4px;
	text-align: left;
	vertical-align: top;
	white-space:nowrap;
	}

.dialog_header_text, .dht { /* panel header title text */
	color: #000080;	   /* Updated by LV 5/12/2016 #1578b0 */					
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
	white-space: nowrap;
	}
	
/* TAB Width */		
.ajax__tab_xp .dialog_view, .ajax__tab_xp .dv { /* panel container within tab container */
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	width: 100%;
	}	
	
	
	
/**********************************************************************
 * Sign In Bar Styles                                                 *
 **********************************************************************/
.signInSpacing { /* application logo and sign in bar spacing */
	width: 100%;
	}

.signInBar { /* sign in bar */
	color: #ffffff;    	/* Updated by LV 5/12/2016 */	
	font-weight: Bold;  /* Added by LV 3/20/2016 */	
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
	}
	
.signInBar a { /* sign in bar link text */
	color: #ffffff;    /* Updated by LV 5/12/2016 */	
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
	}

.signInBar a:hover { /* sign in bar link text hover state */
	color: #ffffff;
	text-decoration: None;
	}

.signInBarStatus { /* sign in bar status message text */
	color: #ffffff;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 20px;
	text-align: right;
	white-space: nowrap;
	}	