@import "./bfm_common.css";

body {
	font-family: var(--sherpa-font-family);
	font-size: 12px;
}

.ClassTest {
    position:relative; 
}

.easyMenu
{
    z-index :999
}

/* BUTTON CSS 

	These css's are copied and pasted in each selector below.

	SMALL

	font: (--sherpa-button-small-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-small-height);
	background-color: var(--sherpa-button-normal-background-color);
	color: var(--sherpa-button-normal-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);

	SMALL HOVER

	font: (--sherpa-button-small-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-small-height);
	background-color: var(--sherpa-button-hover-background-color);
	color: var(--sherpa-button-hover-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);

	NORMAL

	font: (--sherpa-button-normal-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-normal-height);
	background-color: var(--sherpa-button-normal-background-color);
	color: var(--sherpa-button-normal-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);

	NORMAL HOVER
	font: (--sherpa-button-normal-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-normal-height);
	background-color: var(--sherpa-button-hover-background-color);
	color: var(--sherpa-button-hover-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);
*/


/* SMALL */
.bfmbtn {
	font: (--sherpa-button-small-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-small-height);
	background-color: var(--sherpa-button-normal-background-color);
	color: var(--sherpa-button-normal-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);
}

/* SMALL HOVER */
.bfmbtn_hov {
	font: (--sherpa-button-small-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-small-height);
	background-color: var(--sherpa-button-hover-background-color);
	color: var(--sherpa-button-hover-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);
}

/* SMALL HOVER */
.bfmbtn:hover {
	font: (--sherpa-button-small-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-small-height);
	background-color: var(--sherpa-button-hover-background-color);
	color: var(--sherpa-button-hover-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);
}


/* NORMAL */
.bfmbtn2 {
	font: (--sherpa-button-normal-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-normal-height);
	background-color: var(--sherpa-button-normal-background-color);
	color: var(--sherpa-button-normal-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);
}

/* NORMAL HOVER */
.bfmbtn2_hov {
	font: (--sherpa-button-normal-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-normal-height);
	background-color: var(--sherpa-button-hover-background-color);
	color: var(--sherpa-button-hover-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);
}

/* NORMAL HOVER */
.bfmbtn2:hover {
	font: (--sherpa-button-normal-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-normal-height);
	background-color: var(--sherpa-button-hover-background-color);
	color: var(--sherpa-button-hover-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);
}

/* SMALL */
.bfmbtn5 { /* Considering using as a background on error messages */
	font: (--sherpa-button-small-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-small-height);
	background-color: var(--sherpa-button-normal-background-color);
	color: var(--sherpa-button-normal-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);
}

/* NOT USED AS A BUTTON */
.bfmbtn6 { /* Considering using as a background on error messages */
	color: #333399;
	font: 14px var(--sherpa-font-family);
	background-color: #ffff66;
	border: 1px solid;
	border-color: #ffff66 #ffff66 #ffff66 #ffff66;
	cursor: pointer;
}

/* SMALL */
.bfmbtnorg {
	font: (--sherpa-button-small-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-small-height);
	background-color: var(--sherpa-button-normal-background-color);
	color: var(--sherpa-button-normal-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);
}

/* NORMAL */
.bfmbtn_main {
	font: (--sherpa-button-normal-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-normal-height);
	background-color: var(--sherpa-button-normal-background-color);
	color: var(--sherpa-button-normal-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);
}

/* NORMAL HOVER */
.bfmbtn_main_hov {
	font: (--sherpa-button-normal-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-normal-height);
	background-color: var(--sherpa-button-hover-background-color);
	color: var(--sherpa-button-hover-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);
}

/* NORMAL HOVER */
.bfmbtn_main:hover {
	font: (--sherpa-button-normal-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-normal-height);
	background-color: var(--sherpa-button-hover-background-color);
	color: var(--sherpa-button-hover-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);
}

/* SMALL */
.bfmbtn_cr {
	font: (--sherpa-button-small-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-small-height);
	background-color: var(--sherpa-button-normal-background-color);
	color: var(--sherpa-button-normal-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);
}

/* SMALL HOVER */
.bfmbtn_cr_hov {
	font: (--sherpa-button-small-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-small-height);
	background-color: var(--sherpa-button-hover-background-color);
	color: var(--sherpa-button-hover-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);
}

/* SMALL HOVER */
.bfmbtn_cr:hover {
	font: (--sherpa-button-small-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-small-height);
	background-color: var(--sherpa-button-hover-background-color);
	color: var(--sherpa-button-hover-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);
}

/* SMALL */
.btnLg {
	font: (--sherpa-button-small-font-size) var(--sherpa-font-family);
	font-weight: var(--sherpa-button-normal-font-weight);
	height: var(--sherpa-button-small-height);
	background-color: var(--sherpa-button-normal-background-color);
	color: var(--sherpa-button-normal-text-color);
	border: var(--sherpa-button-normal-border);
	border-radius: var(--sherpa-button-normal-border-radius);
	cursor: var(--sherpa-button-normal-cursor);
}

.btnMd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000080;
}

.btnMd2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000080;
	background-color: Transparent;
	border-color: white;
	text-decoration: underline;
	cursor: hand;
	outline-color: White;
	border-style: none;
}

.btnMd3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000080;
	background-color: Transparent;
	border-color: white;
	text-decoration: underline;
	cursor: hand;
	outline-color: White;
	border-style: none;
	text-align: left;
}

.btnMd4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000080;
	background-color: Transparent;
	border-color: white;
	text-decoration: none;
	cursor: hand;
	outline-color: White;
	border-style: none;
}

.btnMd5 {
	font-family: var(--sherpa-font-family);
	font-size: 10px;
	font-weight: bold;
	color: #000080; /* Original = #000080, Obout label color = #384b66 */
	background-color: Transparent;
	border-color: white;
	text-decoration: none;
	cursor: hand;
	outline-color: White;
	border-style: none;
}


.mdBackground_lightBlue {
	background-color:#f9fbfc; 
}
.mdBackground_lightGrey {
	background-color:#F2F2F2; 
}

.tdTextSmall {
	font:10px var(--sherpa-font-family);
	color:#333333;
}

.tdTextSmall2 {
	font:11px var(--sherpa-font-family);
	color:#333333;
}

.rowEditTable td {
	font-family: var(--sherpa-font-family);
	font-size: 12px;
	color: #4B555E;
}

.lblTextSm {
	font-family: var(--sherpa-font-family);
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #006400;
}

.innerError {
	font-family: var(--sherpa-font-family);
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: red;
}


.lblTextMd {
	font-family: var(--sherpa-font-family);
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.lblTextMd2 {
	font-family: var(--sherpa-font-family);
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #006400;
}

.lblTextMdTED {
	font-family: var(--sherpa-font-family);
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #4B555E;
	border: none;
	background: none;
}

.lblTextMdError {
	font-family: var(--sherpa-font-family);
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: Red;
}
.lblTextMdInfo {
	font-family: var(--sherpa-font-family);
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #009933;
}   

    .lblTextMdInfo2 {   /* Considering using as a background on error messages */
      color:#1c7338;
      font: 14px Segoe UI;
      background-color:#ffff66;  
    }

    .lblTextMdError2 {   /* Considering using as a background on error messages */
      color:red;
      font: 14px var(--sherpa-font-family);
      background-color:#ffff66;
    }      

.lblTextLg {
	font-family: var(--sherpa-font-family);
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	/*color: #006400;*/
	color:Black; 
   }

.lblTextLgX {
	font-family: var(--sherpa-font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #006400;
}

.lblTextErrVal {
	font-family: var(--sherpa-font-family);
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #8B0000;
}

.lblTextErrMd {
	font-family: var(--sherpa-font-family);
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #8B0000;
}

.lblTextErrLg {
	font-family: var(--sherpa-font-family);
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #8B0000;
}
   
.lblReqField {
	background-color: #F5F5F5;
	color: #8B0000;
	margin-right: .1em;
	padding: .1em .1em .1em .1em;
	text-decoration: none;
	border: none;
	line-height: 0em;
}

.propTextMd {
	font-family: var(--sherpa-font-family);
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.fixTextMd {
	font-family: var(--sherpa-font-family);
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #AFEEEE; /* #F0F8FF; #AFEEEE; */
}

.fixTextMd2 {
	font-family: var(--sherpa-font-family);
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF; /* #F0F8FF; #AFEEEE; */
}

.fixTextMdDrkGry {
	font-family: var(--sherpa-font-family);
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #2F4F4F;
	background-color: #EFEAEA; /* #DCDCDC; */
}

.thTable {
	border-style: solid;
	border-color: #DCDCDC;
	border-width: 1px;
	padding: 1px;
	font-family: var(--sherpa-font-family);
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #E6E6FA;
	/* color: #FFFFFF;
	background-color: #000080;
	background-image:url('./images/ltgrad.jpg'); */
}

.thTable2 {
	border-style: solid;
	border-color: #DCDCDC;
	border-width: 1px;
	padding: 1px;
	font-family: var(--sherpa-font-family);
	font-size: 12px;
	color: #000000;
	background-color: #E6E6FA;
	/* color: #FFFFFF;
	background-color: #000080;
	background-image:url('./images/ltgrad.jpg'); */
}

.trTableOdd {
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #2F4F4F;
	border-width: 2px;
	padding: 2px;
	font-family: var(--sherpa-font-family);
	font-size: 12px;
}
.trTableEven {
	background-color: #E6E6FA;
	border-style: solid;
	border-color: #2F4F4F;
	border-width: 2px;
	padding: 2px;
	font-family: var(--sherpa-font-family);
	font-size: 12px;
}
.trTableEvenPad {
	background-color: #E6E6FA;
	border-style: none;
	border-color: #2F4F4F;
	border-width: 5px;
	padding: 5px;
	font-family: var(--sherpa-font-family);
	font-size: 12px;
}

.txtBoxMd {
	font-family: var(--sherpa-font-family);
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000080;
	background-color: #F0F8FF;
}

.lnkMd {
	font-family: var(--sherpa-font-family);
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000080;	
	text-decoration: none; cursor:auto;
	/* background-image: url('../images/lnknav.gif'); background-repeat: repeat-x; */
}

.lnkMd:Hover {
	font-family: var(--sherpa-font-family);
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #4169E1;	
	text-decoration: underline overline; cursor:auto;
	/* background-image: url('../images/lnknav.gif'); background-repeat: repeat-x; */
}

.lnkLg {
	font-family: var(--sherpa-font-family);
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000080;	
	text-decoration: none; cursor:auto;
	/* background-image: url('../images/lnknav.gif'); background-repeat: repeat-x; */
}

.lnkLg:Hover {
	font-family: var(--sherpa-font-family);
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4169E1;	
	text-decoration: underline overline; cursor:auto;
	/* background-image: url('../images/lnknav.gif'); background-repeat: repeat-x; */
}

.ddlist {
	font-family: var(--sherpa-font-family);
	font-size: 11px;
	font-weight: bold;
	color: #000080;
	background-color: #F0F8FF;
}

.ddlist2 {
	font-family: var(--sherpa-font-family);
	font-size: 12px;
	font-weight: normal;
	color: #4B555E;
}

.unnumlist {
	font-family: var(--sherpa-font-family);
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

.numlist {
	font-family: var(--sherpa-font-family);
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.boxTable1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.boxTable2 {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 3px;
}

.boxTable3 {
	padding: 1px 1px 1px 1px;
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.boxTable3TH {
	font-family: var(--sherpa-font-family);
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #696969;
	padding: 1px 1px 1px 1px;
	border: 1px solid #C0C0C0;
	border-collapse:collapse;
	background-color: #DCDCDC;
}

.boxTable3THOdd {
	font-family: var(--sherpa-font-family);
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 1px 1px 1px 1px;
	border: 1px solid #C0C0C0;
	border-collapse:collapse;
	background-color: #FFFFFF;
}

.boxTable3THEven {
	font-family: var(--sherpa-font-family);
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 1px 1px 1px 1px;
	border: 1px solid #C0C0C0;
	border-collapse:collapse;
	background-color: #E6E6FA;
}
.boxTable4 {
	border-width: 1px;
	border-style: none;
	border-color: #CCCCCC;
	padding: 3px;
}

#dhtmltooltip 
{
	/* AC: Moving this over to bfm_common.css. See import statement above.
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; 
	position: absolute; left: -300px; width: 150px; border: 1px solid black; 
	padding: 2px; background-color: #FFFFE0; visibility: hidden; z-index: 100000000;
	*/

	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=2);*/
}

#dhtmlpointer {
	position:absolute; left: -300px; z-index: 101000000; visibility: hidden;
}

.pageHeader {
	/*background-image:url(./images/background_parentselected.gif);
	background-repeat:repeat-x;
	border-top:1px solid #DADBDB;*/
	/*font:bold 15pt Segoe UI;
	color:#301014;*/
	font-family: var(--sherpa-font-family);
	font-size: 17pt;
	font-weight: 400;
	color: #50575C;
	text-align: left;
	position:relative;
	left:-6px;
	/*padding: 2px;
	padding-left: 2px;*/
	height: 20px;
	/*width:21px; TL - 5.31.2011 use to be 21*/
	/*width:480px;*/
}

.pageHeaderDel {
	background-image:url(../images/bkgrndgrayline.gif);
	background-repeat:repeat-x;
	border-top:1px solid #DADBDB;
	font:bold 11pt var(--sherpa-font-family);
	color:white;
	text-align:left;
	padding: 2px;
	padding-left: 2px;
	height:21px;
	/*width:480px;*/
}
 .ob_fC table td
        {
            white-space: normal !important;
        }
        
 .command-row .ob_fRwF
        {
            padding-left: 200px !important;
        }
        
 ob_gRETpl #ob_iTSuperForm1_AdditionalInformationContainer
        {
            height: 160px !important;
        }

/* From Obout knowledge base to hide sort icons */
.no-sort .ob_gHSI {
         display: none;
     }
     
  .bak_test1 {   
     background: rgba(179,220,237,1);
    background: -moz-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,220,237,1)), color-stop(50%, rgba(41,184,229,1)), color-stop(100%, rgba(188,224,238,1)));
    background: -webkit-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
    background: -o-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
    background: -ms-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
    background: linear-gradient(to bottom, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=0 );
}

/* Alfred: Trick a div into looking like a skinned text box. */
.skinnedTextBox {
	border: 1px solid var(--sherpa-textbox-normal-border-color) !important;
	background-image: linear-gradient(var(--sherpa-textbox-normal-background-color1) 0%, var(--sherpa-textbox-normal-background-color2) 50%, var(--sherpa-textbox-normal-background-color3) 100%) !important;
	vertical-align: middle;
	box-shadow: var(--sherpa-textbox-normal-box-shadow);
	border-radius: 4px;
	position: relative;
	top: -1px;
	height: calc(var(--sherpa-button-normal-height) - 2px);
	padding: 0px 6px 0px 6px;
	margin: 0px;
	font-size: calc(var(--sherpa-font-base-size) - 1px);
	font-family: var(--sherpa-font-family);
	color: rgb(43, 76, 97);
	width: calc(100% - 23px);
}

/* Alfred: This is to replace <img src=<magglass url>/>. */
.magglass-src {
    content: var(--sherpa-action-area-quick-search-icon);
}