      
      		.baseButton
      		{
      			border-radius:  5px 0px 5px 0px;;
border: 1px solid silver;
font-size: 12px;
float: left;
background: #636363;
color: white;
margin: 5px;
padding: 5px;
cursor: pointer;
position:relative;
      		}
      
      
      		.baseButton.right
      		{
      			float: right;
      		}
      
      
      		.baseButton:hover
      		{
      			background: silver;
color: black;
      		}
      
      
      		.toplisttext
      		{
      			padding-left: 20px;
      		}
      
      
      		.i
      		{
      			border-style: groove;
font-size: 11px;
      		}
      
      
      		.quoteTitleContainer
      		{
      			margin: 10px;
      		}
      
      
      		.quoteTitleBar
      		{
      			font-weight: bold;
background: #636363;
color: white;
padding: 5px;
font-size: 11px;
      		}
      
      
      		.quoteTitle
      		{
      			float: left;
width: 40%;
font-size: 11px;
font-weight: bold;
      		}
      
      
      		.quoteTitleContent
      		{
      			float: left;
width: 60%;
font-size: 11px;
      		}
      
      
      		.toplistcounter.show
      		{
      			display: ;
      		}
      
      
      		.toplistcounter.hide
      		{
      			display: none;
      		}
      
      
      		.toplistcounter
      		{
      			border-radius:  10px 10px 10px 10px;;
border: 1px solid #eeeeee;
position:absolute;
top:5px;
text-align:center;
right:10px;
height: 20px;
line-height:20px;
width: 30px;
color: white;
   
   background: #c43639; /* Old browsers */
   background: -moz-linear-gradient(top,  #ff8080 0%, #c43639 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8080), color-stop(100%,#c43639)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #ff8080 0%,#c43639 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #ff8080 0%,#c43639 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #ff8080 0%,#c43639 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #ff8080 0%,#c43639 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8080', endColorstr='#c43639',GradientType=0 ); /* IE6-9 */
;
z-index: 9999;
      		}
      
      
      		.toplistc
      		{
      			width: 218px;
min-height: 144px;
float: left;
background: #3666c5;
      		}
      
      
      		.toplist
      		{
      			border-bottom: 1px dotted gray;
   
   background: #f6f8fa; /* Old browsers */
   background: -moz-linear-gradient(left,  #f6f8fa 0%, #cccccc 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f6f8fa), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(left,  #f6f8fa 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(left,  #f6f8fa 0%,#cccccc 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(left,  #f6f8fa 0%,#cccccc 100%); /* IE10+ */
   background: linear-gradient(to right,  #f6f8fa 0%,#cccccc 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8fa', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
;
width: 100%;
height: 35px;
font-size: 12px;
color: #4d4d4d;
text-align:left;
cursor: pointer;
line-height:35px;
position:relative;
      		}
      
      
      		.boldText
      		{
      			font-weight: bold;
      		}
      
      
      		.mainTable
      		{
      			background: white;
      		}
      
      
      		.searchInput
      		{
      			font-size: 12px;
border-style: none;
color: gray;
font-family: verdana;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
width: 150px;
      		}
      
      
      		.imageBlockLink
      		{
      			display: block;
cursor: pointer;
      		}
      
      
      		.lightGrayGradient
      		{
      			   
   background: #e5e6ec; /* Old browsers */
   background: -moz-linear-gradient(top,  #ffffff 0%, #e5e6ec 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e6ec)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e6ec 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #ffffff 0%,#e5e6ec 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #ffffff 0%,#e5e6ec 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #ffffff 0%,#e5e6ec 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e6ec',GradientType=0 ); /* IE6-9 */
;
border-bottom: 1px solid #aaaebb;
      		}
      
      
      		.darkGrayGradient
      		{
      			   
   background: #2f2f2f; /* Old browsers */
   background: -moz-linear-gradient(top,  #343434 0%, #2f2f2f 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343434), color-stop(100%,#2f2f2f)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #343434 0%,#2f2f2f 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #343434 0%,#2f2f2f 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #343434 0%,#2f2f2f 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #343434 0%,#2f2f2f 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#2f2f2f',GradientType=0 ); /* IE6-9 */
;
      		}
      
      
      		.css_borderBottom
      		{
      			border-bottom: 1px solid #d7d7d7;
      		}
      
      
      		.css_borderTop
      		{
      			border-top: 1px solid black;
      		}
      
      
      		.css_adminHeader
      		{
      			   
   background: #e5e6ec; /* Old browsers */
   background: -moz-linear-gradient(top,  #ffffff 0%, #e5e6ec 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e6ec)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e6ec 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #ffffff 0%,#e5e6ec 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #ffffff 0%,#e5e6ec 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #ffffff 0%,#e5e6ec 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e6ec',GradientType=0 ); /* IE6-9 */
;
font-size: 1.2em;
padding: 5px;
border: 2px solid #aaaebb;
      		}
      
      
      		.css_adminLink
      		{
      			cursor: pointer;
color: navy;
      		}
      
      
      		.css_adminSelect
      		{
      			cursor: pointer;
font-size: 1.0em;
width: 15em;
      		}
      
      
      		.css_adminTab
      		{
      			cursor: pointer;
font-size: 10px;
font-weight: bold;
border-radius:  5px 5px 0px 0px;;
border-top: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
padding-top: 0.4em;
padding-bottom: 0.4em;
padding-left: 1em;
padding-right: 1em;
background: yellow;
font-family: verdana;
      		}
      
      
      		.adminButton
      		{
      			cursor: pointer;
border-radius:  5px 5px 5px 5px;;
border: 1px solid gray;
background: #171717;
padding: 5px;
color: white;
font-family: verdana;
font-size: 11px;
      		}
      
      
      		.css_adminInputA
      		{
      			font-family: verdana;
border-style: ridge;
width: 160px;
font-size: 11px;
      		}
      
      
      		.adminHLBox
      		{
      			cursor: pointer;
border: 1px solid silver;
height: 20px;
width: 20px;
padding-top: 1;
font-size: 10px;
      		}
      
      
      		.adminBoxA
      		{
      			background: white;
color: black;
padding: 2px;
border: 1px solid silver;
      		}
      
      
      		.adminBoxB
      		{
      			background: orange;
color: white;
padding: 2px;
border: 1px solid red;
      		}
      
      
      		.adminBoxC
      		{
      			background: #ddeeff;
color: black;
padding: 2px;
border: 1px solid black;
      		}
      
      
      		.adminTopBtn
      		{
      			text-align:center;
position:absolute;
right:25px;
top:15px;
border: 1px solid white;
padding: 5px;
   
   background: gray; /* Old browsers */
   background: -moz-linear-gradient(top,  white 0%, gray 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,gray)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  white 0%,gray 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  white 0%,gray 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  white 0%,gray 100%); /* IE10+ */
   background: linear-gradient(to bottom,  white 0%,gray 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='gray',GradientType=0 ); /* IE6-9 */
;
cursor: pointer;
font-size: 12px;
font-weight: bold;
      		}
      
      
      		.gridBox
      		{
      			width: 150px;
border: 1px solid #959595;
text-align:center;
padding: 5px;
      		}
      
      
      		.gridOption
      		{
      			cursor: pointer;
background: white;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
border: 1px solid #959595;
height: 30px;
text-align:center;
display: inline-block;
      		}
      
      
      		.gridOptionInd
      		{
      			border-right: 1px solid silver;
display: inline-block;
height: 24px;
width: 8px;
      		}
      
      
      		.nr
      		{
      			   
   background: silver; /* Old browsers */
   background: -moz-linear-gradient(left,  silver 0%, white 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, right top, color-stop(0%,silver), color-stop(100%,white)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(left,  silver 0%,white 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(left,  silver 0%,white 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(left,  silver 0%,white 100%); /* IE10+ */
   background: linear-gradient(to right,  silver 0%,white 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='silver', endColorstr='white',GradientType=1 ); /* IE6-9 */
;
      		}
      
      
      		.ex
      		{
      			   
   background: red; /* Old browsers */
   background: -moz-linear-gradient(left,  red 0%, white 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, right top, color-stop(0%,red), color-stop(100%,white)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(left,  red 0%,white 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(left,  red 0%,white 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(left,  red 0%,white 100%); /* IE10+ */
   background: linear-gradient(to right,  red 0%,white 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='white',GradientType=1 ); /* IE6-9 */
;
      		}
      
      
      		.ne
      		{
      			   
   background: #f8ec07; /* Old browsers */
   background: -moz-linear-gradient(left,  #f8ec07 0%, white 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f8ec07), color-stop(100%,white)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(left,  #f8ec07 0%,white 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(left,  #f8ec07 0%,white 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(left,  #f8ec07 0%,white 100%); /* IE10+ */
   background: linear-gradient(to right,  #f8ec07 0%,white 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ec07', endColorstr='white',GradientType=1 ); /* IE6-9 */
;
      		}
      
      
      		.ig
      		{
      			   
   background: orange; /* Old browsers */
   background: -moz-linear-gradient(left,  orange 0%, white 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, right top, color-stop(0%,orange), color-stop(100%,white)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(left,  orange 0%,white 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(left,  orange 0%,white 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(left,  orange 0%,white 100%); /* IE10+ */
   background: linear-gradient(to right,  orange 0%,white 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='orange', endColorstr='white',GradientType=1 ); /* IE6-9 */
;
      		}
      
      
      		.pr
      		{
      			   
   background: green; /* Old browsers */
   background: -moz-linear-gradient(left,  green 0%, white 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, right top, color-stop(0%,green), color-stop(100%,white)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(left,  green 0%,white 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(left,  green 0%,white 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(left,  green 0%,white 100%); /* IE10+ */
   background: linear-gradient(to right,  green 0%,white 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='green', endColorstr='white',GradientType=1 ); /* IE6-9 */
;
      		}
      
      
      		.gridPrice
      		{
      			cursor: default;
padding: 2px;
width: 20px;
height: 20px;
text-align:center;
border-radius:  5px 5px 5px 5px;;
      		}
      
      
      		.subTab
      		{
      			cursor: pointer;
color: white;
font-size: 11px;
width: 160px;
display: inline-block;
margin: 0px;
text-align:center;
float: left;
      		}
      
      
      		.cntItems
      		{
      			width: 25px;
height: 25px;
border: 1px solid black;
text-align:center;
line-height:25px;
border-radius:  8px 8px 8px 8px;;
background: lightgreen;
      		}
      
      
      		.bbg
      		{
      			border-bottom: 1px solid green;
      		}
      
      
      		.blg
      		{
      			border-left: 1px solid green;
      		}
      
      
      		.brg
      		{
      			border-left: 1px solid green;
      		}
      
      
      		.oi
      		{
      			display: inline-block;
background: white;
text-align:center;
border: 1px solid green;
padding: 3px;
      		}
      
      
      		.sectionWithArrow
      		{
      			border-top: 4px solid #555;
border-bottom: 1px solid #333;
margin-top: 30px;
height: 3em;
line-height:3em;
      		}
      
      
      		.sectionDescription
      		{
      			float: left;
font-weight: bold;
font-size: 1.4em;
margin-left: 10px;
      		}
      
      
      		.grayBox
      		{
      			height: 2em;
border-bottom: 1px solid #d7d7d7;
line-height:2em;
margin-left: 10px;
      		}
      
      
      		.tooltipHover
      		{
      			display: none;
border: 1px solid #b7b7b7;
background: #f5f5f5;
padding: 20px;
position:absolute;
z-index: 3000;
color: #333;
 box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.4);
      		}
      
      
      		.buttonFooterOrange
      		{
      			background: #13a538;
height: 40px;
width: 160px;
line-height:40px;
font-size: 16px;
padding-top: 0.25em;
padding-bottom: 0.25em;
padding-left: 2em;
padding-right: 2em;
color: #fff;
font-weight: bold;
text-align:center;
text-transform:uppercase;
      		}
      
      
      		.buttonFooterGray
      		{
      			background: #ebebeb;
height: 40px;
width: 160px;
line-height:40px;
font-size: 16px;
padding-top: 0.25em;
padding-bottom: 0.25em;
padding-left: 2em;
padding-right: 2em;
color: balck;
font-weight: bold;
text-align:center;
text-transform:uppercase;
margin-right: 10px;
      		}
      
      
      		.buttonFooterOrange:hover
      		{
      			;
      		}
      
      
      		.quoteData
      		{
      			height: 2em;
margin-top: 0.5em;
      		}
      
      
      		.leftTitle
      		{
      			font-weight: bold;
width: 20%;
margin-left: 1em;
float: left;
      		}
      
      
      		.leftValue
      		{
      			width: 40%;
float: left;
      		}
      
      
      		.rightTitle
      		{
      			font-weight: bold;
width: 200px;
float: left;
      		}
      
      
      		.gridOpenButton
      		{
      			background: #10a639;
color: #fff;
width: 170px;
text-transform:uppercase;
float: left;
font-size: 14px;
text-align:center;
height: 30px;
line-height:30px;
cursor: pointer;
font-weight: bold;
      		}
      
      
      		.gridGrayButton
      		{
      			border: 1px solid #959595;
color: #959595;
width: 170px;
text-transform:uppercase;
float: left;
font-size: 14px;
text-align:center;
height: 30px;
line-height:30px;
cursor: pointer;
font-weight: bold;
      		}
      
      
      		.topTab
      		{
      			height: 45px;
width: 20%;
min-width: 240px;
float: left;
text-align:center;
line-height:45px;
text-transform:uppercase;
color: #fff;
cursor: pointer;
      		}
      
      
      		.topTabImage
      		{
      			display: inline-block;
height: 22px;
width: 30px;
border-radius:  50% 50% 50% 50%;;
background: #fff;
padding-top: 8px;
color: #333;
      		}
      
      
      		.topTabText
      		{
      			padding-left: 8px;
      		}
      
      
      		.topTabSelected 
      		{
      			border-bottom: 6px solid #13a538;
height: 44px;
      		}
      
      
      		.greenButtonSmall
      		{
      			background: #13a538;
width: 20px;
color: #fff;
padding: 5px;
text-transform:uppercase;
      		}
      
html
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	min-height: 100%;
	background-color: white;
}

body
{
  font-family: arial; 
  font-size: 13px;
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin:0;
  border: 0;
  color:#333333;
}
.bodyContentArea{
	position: relative;
	//min-height: 100%;
	
}

::-webkit-scrollbar { width: 0.5em; height: 0.5em; }
::-webkit-scrollbar-button {  background-color: transparent; }
::-webkit-scrollbar-track {  background-color: transparent; }
::-webkit-scrollbar-track-piece { background-color: transparent;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #13a538; border-radius: 0.3em;}
::-webkit-scrollbar-corner { background-color: #13a538;}}
::-webkit-resizer { background-color: #13a538;}
::-moz-scrollbar { width: 0.5em; height: 0.2em;  }
::-moz-scrollbar-button {  background-color: transparent; }
::-moz-scrollbar-track {  background-color: transparent; }
::-moz-scrollbar-track-piece { background-color: transparent;}
::-moz-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-moz-scrollbar-corner { background-color: #999;}}
::-moz-resizer { background-color: #666;}

.minWidth
{
	min-width: 960px;	
}

.clearfix
{
	clear: both;
}

.clearFix
{
	clear: both;

}
#headerWrapper
{
	float: left;
    width: 100%;
    background: #fff;
    z-index: 1000;
    height: 98px;
    position: fixed;
    top: 0;
}
#headerContainer
{
	 position: fixed;
	height: 7.5em;
	width: 80%;
	min-width: 960px;
	background: white;
	z-index: 1000;
	margin: 0 auto;
	left: 1%;
   right: 1%;
}
#headerContainer.sticky {
  position: fixed;
  height: 7.5em;
	width: 80%;
	min-width: 960px;
	background: white;
	z-index: 1000;
	margin: 0 auto;
	left: 1%;
  right: 1%;
}


#header {
   height: 100%;
   min-width: 960px;
   color: #ffffff;   
   z-index: 1000;
	 position: relative;	 
}
.partscheckLogo {
	float: left;
	margin-top: 25px;
	width: 20%;
}
.partscheckLogo img{
	width:100%;
}
#headerPadding{
	height: 7em;
}

#navigation {
   float:right;
   height:7em;
   font-size: 14px;
   font-weight: bold;
	 color:#333;
	 font: bold 14px arial,sans-serif;
}

#subMenu
{
   margin:0 auto;
	width: 100%;
	font-size:14px;
	min-width:960px;
}
.mainContent {
	margin: 0 auto;
	height: 100%;
	width: 80%;
   min-width: 960px;
	color: #555;
	z-index: 1;
	//position: relative;
	font-size:14px;
	color: #333333;
  padding:20px 0;
	padding-top: 10em;
}

.subTabsMenu{
	background:#555;height:30px;
	z-index:0;
}
.subTabsMenu>div
{
	margin: 0 auto;
	height: 100%;
	width: 80%;
	min-width: 960px;
	color: #555;
	z-index: 2000;
	position: relative;	
	z-index:0;
}

.footer{
	margin: 0 auto;
	min-width: 960px;
	width:100%;
//	margin-top:1em;
	//position:fixed;
	//left: 0;
	//bottom:0;
	//width: 100%;
	//z-index:99;
}
.footer_save{
	margin: 0 auto;
	min-width: 960px;
	width:100%;
	margin-top: 30px;
	float: left;
	//position:relative;
	//margin-top:1em;
	//position:fixed;
	//left: 0;
	//bottom:0;
	//width: 100%;
	//z-index:99;
}

.footerConent_save{
	width:100%;
	color:#949494;
	font-size:11px;
	padding-top:15px;
	padding-bottom:15px;
	background: #333333;
}

.footerConent_save .company_name{
	float:left;
}

.footerConent_save .copyright{
	float:right;
}

.footerConent{
	width:100%;color:#949494;
	font-size:11px;
	padding-top:15px;
	padding-bottom:15px;
	background: #eeeeee;
}
.footerConent .company_name{
	float:left;
}
.footerConent .copyright{
	float:right;
}
.footerConent .copyright a{
	color:gray
}
@media only screen and (max-width: 500px) {
    body {
        background-color: #ffffff;
    }
}
#menuSeparator{
	background: url('images/commonViewV1/backgrounds/menu-separator.png');height:14px;margin-top: -5px;
	position: fixed;
    height: 14px;
    width: 100%;
	margin-top: 93px;
	z-index:-1;

}
#menuSeparator.sticky{
	position: fixed;
    height: 14px;
    width: 100%;
		margin-top: 93px;
	z-index:1;
}
.subTabsMenu.sticky{
	  position: fixed;
    width: 100%;
    margin-top: 98px;
    z-index: 11;
}
.breadcrumb {
	padding-left:0;
	margin-top: 0;
	margin-bottom: 10px;
}
.breadcrumb li {
	display: inline;
	margin-right: 5px;		
}
.breadcrumb li+li:before {
		content:"> ";
		color:#333;
		font-weight:normal;
}
.breadcrumb li a{
	color:#333;
	text-decoration:none
}
.breadcrumb  .current, .current{
	color: #13a538;
	font-weight: bold;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.topFilters{
	width:100%;
	margin-bottom:1.5em;
	float:left;
}

.adminSubTitle
{
	margin-bottom: 15px;
	color: gray;
	margin-bottom: 25px;
	font-size: 11px;
}

.adminTitle
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.selectAll
{
	cursor: pointer;
	text-decoration: underline;
	color: green;
}

.selectNone
{
	cursor: pointer;
	text-decoration: underline;
	color: red;
}

.qtbtn
{
	position: relative;
	cursor: pointer;
}

.scrollerContainer
{
	float:right;
	overflow:hidden;
	height: 217px;
    position: relative;
    width: 37%;
	margin-right: 5%;
	
}

.scrollerUl
{
	width:4820px;
	margin:0;
	padding:0;
}

.scrollerUl li
{
	width: 7.7em;
    float: left;
	list-style: none;
	margin: 0 2px;
	background: #fff;
	height: 3.15em;
	line-height: 2px;
	cursor: pointer;
	color:#000;
}

.timeNext
{
	background: #13a538;
	position: absolute;
	right: 17%;
	height:3.15em;
	color:#fff;
	line-height: 3;
	width: 15px;
	text-align: center;
	cursor: pointer;
}

.timePrev
{
	background: #13a538;
	position:absolute;
	left:42.5%;
	height:3.15em;
	color:#fff;
	line-height: 3;
	width: 15px;
	text-align: center;
	cursor:pointer;
}

.timeQuote
{
    float: left;
    margin-left: 17%;
    text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

.timeLiTxt
{
    float: left;
    margin: 2em;
}

.timeLiTime
{
    color: #000;
	text-transform: uppercase;
	text-align: center;
}

.liBg
{
    color: #fff !important;
	background-color: #13a538 !important;
}

.imgContainter
{
    width: 190px;
    height: 190px;
	float:left;
	background-color: #fff;
	position: relative;
	margin: 10px;
	border: 1px solid #ccc;
}

.imgAdd
{
    width: 32px;
    position: absolute;
    left: 38%;
    top: 39%;
	cursor: pointer;
}

.tabsBG
{
    background: #13a538 !important;
	border: none !important;
	color: #fff !important;
	outline: none !important;
}

.loader
{
	position: absolute;
	z-index: 2;
    background-image : url('../appv2/images/commonViewV1/icons/loader.gif');
    background-color:#eee !important;
	opacity: 0.8;
    background-repeat : no-repeat;
    background-position : center;
	background-size: 5% !important;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
	display: none;
}

.saveRow, .editRow, .undoDeleteRow
{
	cursor:pointer;
	text-decoration:underline;
}
      
.buttonGrayRound
{
	border-radius: 3px;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
	font-family:verdana;
	color:white;
	background:#636363;
	border:none;
	cursor:pointer;
}
      
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix 
{
    display: block;
}

.subrowhdr
{
	font-weight: bold;
	float: left;
	width: 225px;
	line-height: 40px;
}

.subrowtxt
{
	font-weight: normal;
	float: left;
	line-height: 40px;
}

.itemtypebox
{
	float: left;
	width: 20px; 
	height: 15px; 
	//border-right: 1px solid gray;
	margin-right:2px;
	margin-left:2px;
	font-size: 9px;
	text-align:left;
	line-height: 13px;
	text-align: center;
	border-top:1px solid silver;
	border-left:1px solid silver;
	border-right:1px solid silver;
	border-bottom: 4px solid #84bf3f;
}

.itemtypebox.title
{
	border: none;
	font-weight: normal;
	padding-top: 3px;
	margin:3px;
}

.itemtypebox.requested
{
	cursor: pointer;
	background: white;
}

.itemtypebox.notrequested
{
	//border-bottom: 1px solid silver;
	border-bottom: 4px solid red;
	background: white;
}

.itemtypebox.chosen
{
	background-image: url('images/commonViewV1/icon-tick.png');
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: 50% 50%; 
}
      		.sampleDiv
      		{
      			color: #333333;
      			margin-top:1.1em;
      			font-size:1.3em;
      			min-width:960px;
       			background-color:#ffffff;
      			margin-left:10%;
      		   margin-right:10%;
      		}
      		.leftDiv
      		{
      			xfloat:left;	
      			xwidth:5%;
       		}
      		.rightDiv
      		{
      			xfloat:right;	
      			xwidth:92%;	
      		}

      		





      		
      		
/********** Menu Section *************/


.horz-separator:after{
	background-image:url('images/commonViewV1/backgrounds/menu-horz-separator.png');
	margin-top: -14px;
}



/*.dashboard{
	float:left;	
	line-height: 7em;
	text-transform: uppercase;
	height: 7em;
	text-align: center;
	vertical-align: middle;
	width: 120px;	
	color:#333;
	cursor:pointer;
}
.dashboard:hover{
	color:#0078a9;
	cursor:pointer;
	text-decoration:none;	
}
.step1.active{
	line-height: 7em;
	text-transform: uppercase;
	height: 7em;
	text-align: center;
	vertical-align: middle;
	width: 120px;		
	margin-left: 0px;
	margin: 0px;
	color:#fff;
	cursor:pointer;	
}*/
/******** STEP 1 Menu******/
.step1{
	float:left;	
	line-height: 7em;
	text-transform: uppercase;
	height: 7em;
	text-align: center;
	vertical-align: middle;
	width: 120px;	
	background-image: url('images/commonViewV1/icons/step1_normal.png');
	background-repeat:no-repeat;
	background-position: 6% center;	
	margin-left: 0px;
}
.step1 span {
	padding-left: 1em;
}
.step1:hover{
	line-height: 7em;
	text-transform: uppercase;
	height: 7em;
	text-align: center;
	vertical-align: middle;
	width: 120px;	
	background-image: url('images/commonViewV1/icons/step1_hover.png');
	background-repeat:no-repeat;
	background-position: 6% center;
	margin-left: 0px;
	color:#0078a9;
	cursor:pointer;
}
.step1.active{
	line-height: 7em;
	text-transform: uppercase;
	height: 7em;
	text-align: center;
	vertical-align: middle;
	width: 120px;	
	background-image: url('images/commonViewV1/icons/step1_focus.png');
	background-repeat:no-repeat;
	background-position: 6% center;
	margin-left: 0px;
	margin: 0px;
	color:#fff;
	cursor:pointer;	
}

/******** STEP 2 Menu******/
.step2{
	float:left;	
	line-height: 7em;
	text-transform: uppercase;
	height: 7em;
	text-align: center;
	vertical-align: middle;
	width: 140px;	
	background-image: url('images/commonViewV1/icons/step2_normal.png');
	background-repeat:no-repeat;
	background-position: 6% center;	
}
.step2 span {
	padding-left: 1em;
}

.step2:hover{
	line-height: 7em;
	text-transform: uppercase;
	height: 7em;
	text-align: center;
	vertical-align: middle;
	width: 140px;	
	background-image: url('images/commonViewV1/icons/step2_hover.png');
	background-repeat:no-repeat;
	background-position: 6% center;
	color:#0078a9;
	cursor:pointer;
}
.step2.active{
	line-height: 7em;
	text-transform: uppercase;
	height: 7em;
	text-align: center;
	vertical-align: middle;
	width: 140px;	
	background-image: url('images/commonViewV1/icons/step2_focus.png');
	background-repeat:no-repeat;
	background-position: 6% center;
	margin: 0px;
	color:#fff;
	cursor:pointer;	
}
/******** STEP 3 Menu******/
.step3{
	float:left;	
	line-height: 7em;
	text-transform: uppercase;
	height: 7em;
	text-align: center;
	vertical-align: middle;
	width: 7em;	
	background-image: url('images/commonViewV1/icons/step3_normal.png');
	background-repeat:no-repeat;
	background-position: 5% center;	
	
}
.step3 span {
	padding-left: 1em;
}
.step3:hover{
	line-height: 7em;
	text-transform: uppercase;
	height: 7em;
	text-align: center;
	vertical-align: middle;
	width: 7em;	
	background-image: url('images/commonViewV1/icons/step3_hover.png');
	background-repeat:no-repeat;
	background-position: 5% center;	
	color:#0078a9;
	cursor:pointer;
}
.step3.active{
	line-height: 7em;
	text-transform: uppercase;
	height: 7em;
	text-align: center;
	vertical-align: middle;
	width: 7em;	
	background-image: url('images/commonViewV1/icons/step3_focus.png');
	background-repeat:no-repeat;
	background-position: 5% center;	
	margin: 0px;
	color:#fff;
	cursor:pointer;	
}

/******** search Menu******/

@media screen and (min-width: 1024px) {
	.searchform{
		display:none
	}
	.searchform_large {
		width: 50%;
	}
	.frmSearch{width: 50%;}
	.search{
		float:left;	
		line-height: 7em;
		text-transform: uppercase;
		height: 7em;
		text-align: center;
		vertical-align: middle;
		width: 15em;	
		/*background-image: url('images/commonViewV1/icons/search_normal.png');
		background-repeat:no-repeat;
		background-position: 95% center;*/
	}
	
	.searchInput {
		width: 120px;
		float:left;
		padding: 0.8em 1.5em;
		border: 0;
		color: #555;
		border: 1px solid #b7b7b7;
		outline-color:#b7b7b7;
		margin-top: 2.8em;
		margin-left: 0.8em;
	}
	.searchInput:focus { 	
		outline-color:#96c785;
	}
	
	.searchButton {
		    width: 30px;
    height: 30px;
    color: transparent;
    background: transparent;
		border: none;
    position: absolute;
    right: 145px;
    top: 34px;
    display: block;
		background-image: url('images/commonViewV1/icons/search_normal.png');
    background-repeat: no-repeat;
    background-position: 2px center;
		cursor: pointer;
		outline:none;
		
	}
	.searchButton:hover{
		background-image: url('images/commonViewV1/icons/search_hover.png');
    background-repeat: no-repeat;
    background-position: 2px center;
	}
	
}
@media screen and (max-width: 1400px) {
	.search {
		width: 9em;
	}
	.searchInput{
	  width: 41px;	
	}
}
@media screen and (max-width: 1300px) {
	.search {
		width: 9em;
	}
	.searchInput{
	  width: 41px;	
	}
}
@media screen and (max-width: 1200px) {
	.search {
		width: 9em;
	}
	.searchInput{
	  width: 41px;	
	}
}

@media screen and (max-width: 1100px) {
	.search {
		width: 9em;
	}
	.searchInput{
	  width: 41px;	
	}
}

@media screen and (max-width: 1024px) {
	.search{
		float:left;	
		line-height: 7em;
		text-transform: uppercase;
		height: 3em;
		text-align: center;
		vertical-align: middle;
		width: 40px;	
		background-image: url('images/commonViewV1/icons/search_normal.png');
		background-repeat:no-repeat;
		background-position: 50% center;
	}
	.search:hover{
		line-height: 7em;
		text-transform: uppercase;
		height: 3em;
		text-align: center;
		vertical-align: middle;
		width: 40px;	
		background-image: url('images/commonViewV1/icons/search_hover.png');
		background-repeat:no-repeat;
		background-position: 50% center;	
		color:#0078a9;
		cursor:pointer;
	}
	.search.active{
		line-height: 7em;
		text-transform: uppercase;
		height: 3em;
		text-align: center;
		vertical-align: middle;
		width: 40px;	
		background-image: url('images/commonViewV1/icons/search_focus.png');
		background-repeat:no-repeat;
		background-position: 50% center;	
		margin: 0px;
		color:#fff;
		cursor:pointer;	
	}
	.searchlink {
		display: block;
		position: relative;
		right: 0;
		font-size: 2.4em;
		cursor: pointer;
		z-index:11;
	}
	.searchlink:hover, .searchlink.open {
		color: #bababa; 
	}
	 
	.searchlink.open > .searchform {
		display: block;
		z-index:11;
	}
	/** search field **/
	.searchform {
		display: none;
		position: absolute;
		width: 34em;
		height: 4em;
		line-height: 40px;
		top: 70px;
		right: 0;
		padding: 0.8em 1.5em;
		cursor: default;
		background: #f9f9f9;
		font: normal 14px arial,sans-serif;
		display: none;
		min-width: 160px;
		overflow: auto;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
		border: 1px solid #b7b7b7;
	}
	 
	.searchlink.open .searchform {
		display: block;
	}
	 
	#frmSearch {
		display: block;
		position: relative;
		margin-top: 9px;
	}
	 
	.searchInput {
		width: 26.5em;
		float:left;
		padding: 0.8em 1.5em;
		border: 0;
		color: #555;
		border: 1px solid #b7b7b7;
		outline-color:#b7b7b7;
		margin-top:0;
		margin-left:0;
	}
	.searchInput:focus { 	
		outline-color:#96c785;
	}
	.searchButton {
		font: normal 14px arial,sans-serif;
		display: block;
		right: 5px;
		background: none;
		border: none;
		color: #333;
		cursor: pointer;
		width: 7.5em;
		float: right;
		border: 1px solid #959595;
		height: 2.5em;
	}
	.searchButton:hover{
		border: 1px solid #0078a9;
		color:#0078a9;
	} 
	.searchform_large{
		display:none
	}
}
/******** myaccount Menu******/
.myaccount{
	float:left;	
	line-height: 7em;
	text-transform: uppercase;
	height: 7em;
	text-align: center;
	vertical-align: middle;
	width: 12em;	
	background-image: url('images/commonViewV1/icons/my-account_normal.png');
	background-repeat:no-repeat;
	background-position: right center;	
	
}
.myaccount span {
	padding-left: 0px;
}
.myaccount:hover{
	line-height: 7em;
	text-transform: uppercase;
	height: 7em;
	text-align: center;
	vertical-align: middle;
	background-image: url('images/commonViewV1/icons/my-account_hover.png');
	background-repeat:no-repeat;
	background-position: right center;	
	width: 12em;
	color:#0078a9;
	cursor:pointer;
}
.myaccount.active{
	line-height: 7em;
	text-transform: uppercase;
	height: 7em;
	text-align: center;
	vertical-align: middle;
	background-image: url('images/commonViewV1/icons/my-account_focus.png');
	background-repeat:no-repeat;
	background-position: right center;	
	width: 12em;		
	margin: 0px;
	color:#fff;
	cursor:pointer;	
}

.separator:after{
	content:"";
	background:url("images/commonViewV1/backgrounds/menu-horz-separator.png");
	float:right;
	height: 20px;
	margin-top: 40px;
	width:1px;	
}

/*.active{
	background:#13a538;
	color:#fff;	
}
.active:before{
	background:none;
}
.active:after{
	background:none;
}*/

.dropdown {
	position: relative;
	display: inline-block;
	line-height: 30px;
	
}

.dropdown-content {
		font: normal 14px arial,sans-serif;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
		text-align:left;
		text-transform: initial;
    min-width: 180px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
		border:1px solid #b7b7b7;
	z-index: 1000;
right:60px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
		text-align: left;
}

.dropdown a:hover {background-color: #96c785;color:#fff}

.show {display:block;}
.hide{display:none;}


/**************** subTab ************/
.subTab{	
	font: normal 14px arial,sans-serif;	
	line-height:30px;
	text-transform:uppercase;
}
.subTab a{
	color:#fff;
	text-decoration:none;
}
.subTab a:hover{
	color:#0078a9;
	text-decoration:none;
}
.tabActive{
	background:#96C785;
	color:#fff;	
}
.tabActive:hover{
	background:#96C785;
	color:#fff;	
}
.tabActive a{
	color:#fff;
	text-decoration:none;
}
.tabActive a:hover{
	color:#fff;
	text-decoration:none;
}

.tab-separator:after{
	content:"";
	background:url("images/commonViewV1/backgrounds/menu-horz-separator.png");
	float:right;
	height: 15px;
  margin-top: 8px;
	width:1px;	
}
.selectOpt{
	border: 1px solid #959595;
	margin-left: 1em;
	padding: 0 1em;
	line-height: 2em;
	height: 2em;
}
.selectOpt:hover{
	border: 1px solid #0078a9;
}
.selectOpt:focus { 	
	outline-color:#96c785;
}

.submitButton{
	border: 1px solid #9a9a9a;	
	padding: 0 1em;
	padding: 4px 20px;
	background: transparent;
	cursor:pointer;
	color: #9a9a9a;
}
.submitButton:hover{
	border: 1px solid #9a9a9a;
}
.submitButton:focus { 	
	outline-color:#9a9a9a;
}
.btnActive { 	
	background:#13a538;
	color:#fff;
}
.inputBox{
	height: 2em;
	border: 1px solid #d7d7d7;
	padding-left: .2em;
}
.inputBox:hover{
	outline-color: #0078a9;
}
.inputBox:focus { 	
	outline-color:#96c785;
}
.btn-separator:before{
	content:"";
	background:url("images/commonViewV1/backgrounds/sep-button.png");
	float:right;
	height: 30px;
	width:1px;	
	position: absolute;
	margin-right: 1em;
}
.impQuotes{
	margin-right: 1.6em;
}
.impQuotesImg {
	margin-right: 1em;

}

.impQuotesImg img{
     width: 20px;
    height: 20px;
    position: absolute;
    top:9.5em;
    margin-left: -1.3em;
}
.filterHR{	
	height:4px;
	background:#555;
	float: left;
	width:100%;
	margin-top:20px;
	margin-bottom:0px;
}

.filterHR_green{	
	height:4px;
	background:#13a538;
	float: left;
	width: 100%;
}

img
{
	border:0px;
}
.filterHR_black{	
	height:4px;
	background:black;
	float: left;
	width: 100%;
	margin-bottom:0px;
	margin-top:40px;
}
		
.selectBox {
    overflow: hidden; 
    height: 30px;    
    position: relative;
    display: block;
	border:1px solid #b7b7b7;
}
.selectBoxDropDown{       
    height: 30px;
	padding:7px 30px 5px 5px;
	border:none;
   outline: none;
   font-size: 14px;  
   font-family:arial;     
   width:100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.selectBox:after {
    content: url('images/commonViewV1/icons/expand-icon.png');    
    padding: 5px 8px;
    position: absolute;
	 right: 10px; top: 0;    
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box;   
}
.selectBox:hover
{
   border:2px solid #0079a8;
}
.selectBoxDropDown::-ms-expand {
    display: none;
}


.supplierResponses:hover {
      color:#13a538;
}  
     
.supplierResponses:hover .suppResponInfo
 {
   // visibility:visible;
   display:block;
    line-height:8px;
    margin-top:-110px;
    margin-left:-86px;;
 }
        		
.supplierResponses:hover .suppResponInfo:after
{
    content:'';
    position:absolute;
    bottom:-11px;
    width:15px;
    height:15px;
    border-bottom:3px solid #b7b7b7;
    border-right:3px solid #b7b7b7;
    background:#f5f5f5;
    left:50%;
    margin-left:-5px;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
   transform:rotate(45deg);
}

.autosync_allowed, .autosync_blocked
{
	display: block;
	width: 170px;
    height: 30px;
	line-height: 30px;
    font-size: 14px;
    border: 1px solid #d7d7d7;
    padding-left: 10px;
}

.l_dialogBox
{
	border-radius: 0 !important;
	padding: 0 !important;
	z-index: 1000 !important;
	border:none !important;
}

.l_dialogBox .ui-dialog-titlebar
{
	border-radius: 0 !important;
	background:#0FA83E;
	color:#fff;
	height:35px;
	line-height:35px;
	font-family:arial;
	border:none !important;

}

.l_dialogBox .ui-dialog-buttonpane
{
 // margin:0px 20px 0px 20px;
 // border-top:1px solid #333 !important;
 
}


.l_dialogBox 
{

}

.l_dialogBox .ui-dialog-titlebar-close, .ui-icon-closethick {
   background-color:#0FA83E !important;
	border:0px !important;
	background:url('images/commonViewV1/icons/close.png') !important;
	background-repeat: no-repeat  !important;
	height:25px  !important;
	width:25px  !important;
	top:13px !important;
	margin-right:20px !important;
}

.l_dialogBox .ui-dialog-buttonset .cancel-button span
{
	background-color: white !important;
	color: #333 !important;
	font-weight:normal;
	font-family:arial;
}


.l_greyButton,
.l_dialogBox .ui-dialog-buttonset .cancel-button
{
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 0 !important;
	display: inline-block;
	background-color: transparent;
	border: 1px solid #0FA83E;
	color: #0FA83E;
	width: 110px;
	height: 32px;
	min-height: 32px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
}

.l_inlineGreyButton
{
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 0 !important;
	display: inline-block;
	background-color: transparent;
	border: 1px solid #0FA83E;
	color: #0FA83E;
	height: 32px;
	min-height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
}

.l_inlineGreyButton:hover
{
	background-color: #9a9a9a !important;
	color: white;
	font-weight: bold;
}


.l_greyButton:hover,
.l_dialogBox .ui-dialog-buttonset button.cancel-button:hover,
.l_dialogBox .ui-dialog-buttonset button.cancel-button span:hover
{
	background-color: #9a9a9a !important;
	color: white;
	font-weight: bold;
}

.l_greyButtonWide
{
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 0;
	display: inline-block;
	background-color: transparent;
	border: 1px solid #0FA83E;
	color: #0FA83E;
	width: 150px;
	height: 32px;
	min-height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
}
		
.l_greyButtonWide:hover
{
	background-color: #9a9a9a !important;
	color: white;
	font-weight: bold;
}

.l_greenButton,
.l_dialogBox .ui-dialog-buttonset button.ok-button
{
	cursor: pointer;	
	box-sizing: border-box;
	border: 1px solid #0FA83E !important;
	border-radius: 0 !important;
	display: inline-block;
	background: none;
	background-color: #0FA83E !important;
	color: white;
	width: 110px;
	height: 32px;
	min-height: 32px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

.l_inlineGreenButton
{
	cursor: pointer;	
	box-sizing: border-box;
	border: 1px solid #0FA83E !important;
	border-radius: 0 !important;
	display: inline-block;
	background: none;
	background-color: #0FA83E !important;
	color: white;
	height: 32px;
	min-height: 32px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

.l_inlineGreenButton:hover
{
	background-color: #0b9a41 !important;
}


.l_dialogBox .ui-dialog-buttonset .ok-button span
{
	background-color: #0FA83E !important;
	color: #fff !important;
	font-family:arial;
}


.l_dialogBox .ui-dialog-buttonset button.ok-button
{
  background-color:#0FA83E  !important;
}

.l_greenButton:hover,
{
	background-color: #0b9a41 !important;
}

.l_greenButtonWide
{
	cursor: pointer;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	display: inline-block;
	background-color: #0FA83E !important;
	color: white;
	width: 150px;
	height: 32px;
	min-height: 32px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

.l_blueButtonWide
{
	cursor: pointer;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	display: inline-block;
	background-color: #008ab0 !important;
	color: white;
	width: 150px;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

.l_redButtonWide
{
	cursor: pointer;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	display: inline-block;
	background-color: red !important;
	color: white;
	width: 150px;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
		
.l_greenButtonWide:hover
{
	background-color: #0b9a41 !important;
}

.l_blueButton
{
	cursor: pointer;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	xdisplay: block;
	background-color: #008ab0 !important;
	color: white;
	width: 110px;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}


.l_leftButton
{
	margin-left: 20px;
}

.l_rightButton
{
	margin-right: 20px;
}

.l_downButton
{
	margin-top: 10px;
}
		
.l_selectAllText
{
	box-sizing: border-box;
	width: 25.55%;
	text-align: right;
}
		
.l_selectAllCheckboxes
{
	box-sizing: border-box;
	position: absolute;
	left: 36.1%;
	width: 26.5%;
}
		
.l_colourBox
{

}
 .css_grayButtonArea
{
   width:100%;
   height:50px;
   border-bottom:1px solid #d7d7d7;
   border-top:4px solid #555;
   margin-top:10px;
   background:#f2f2f2;
   line-height:50px;
}
		
 .collapseSection{
	width:100%;
	float:left;
}
 		
.collapseSectionHeader
{
	padding:0em;
	margin-top:10px;
	float:left;
	border-top:4px solid #555555;;
	border-bottom:1px solid #d7d7d7;
	width:100%;
}
.collpaseTitle
{
	font: bold 1.15em arial;
	color:#333333;
	margin-left:1em;
   text-transform: uppercase;
}
 .collapseContent
 {
	float:left;
	width:100%;
	margin-top:1em;
}

.expandIcon,.collapseIcon
{
	cursor:pointer;
}
				
.expandIcon:before
 {
	background:url('images/commonViewV1/icons/expand-icon.png');
	background-repeat: no-repeat;
	content:"";
	height: 6px;
	width:11px;	
	position: absolute;
	margin-left: -1.5em;
	margin-top: 0.5em;
}
.collapseIcon:before
{
	background:url('images/commonViewV1/icons/collapse-icon.png');
	background-repeat: no-repeat;
	content:"";
	height: 11px;
	width:6px;	
	position: absolute;
	margin-left: -1.5em;
	margin-top:0.5em;
}
		
.iframeButtons
{
  float:right;
   text-align:center;
  padding:0px 10px; 
  margin-right:10px;
  margin-top:10px;

}
		
.redStar
{
   text-align:center;
	border-radius:50%;
	height:20px;
	width:25px;
	padding-top:5px;
   margin-right:10px;
	background:#de201d;
	color:white;
	font-size:13px;
}
	
.primaryGrayBgButton
{
	cursor: pointer;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	xdisplay: block;
	background-color: #9a9a9a !important;
	color: white;
	width: 110px;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 13px;		
}

.supplierReponseCircle
{
	float:left;
	border:1px solid gray;
	border-radius:50%;
	margin-right:10px;
	height:22px;
	width:22px;
	line-height:22px;
	//margin-bottom:5px;
	text-align:center;
}

.supplierResponseCircleInner
{
	color:#fff;
	text-align:center;
	border-radius:50%;
	height:14px;
	width:15px;
	//margin-top:19%;
}
	

.primaryIframeContainer
{
	font-size: 14px;
	padding-top: 40px;
}

.primaryIframeTitle
{
	position: fixed;
	width: 100%;
	color:#fff;
	background:#0FA83E;
	height:40px;
	margin-bottom:20px;
	line-height:40px;
	padding-left:20px;
	font-weight:bold;
    text-align:center;
	font-size: 15px;
}
		
.primaryIframeDescription
{
	padding-left:20px;
	margin-top:10px;
}

.flipHorizontal
{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	filter: FlipH;
    -ms-filter: "FlipH";
}

.ui-tooltip, .arrow:after
{
	background: white !important;
	border: 1px solid #22B24C !important;
}

.ui-tooltip
{
	padding: 10px 20px;
    color: white;
}

div.largeTooltip {
	font-size: 12px;
    max-width: 400px;
}

.arrow 
{
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top
{
    top: -16px;
    bottom: auto;
}

.arrow.left {
	left: 50%;
}

.arrow:after
{
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after 
{
	bottom: -20px;
    top: auto;
}

.topSubNav
{
	background:#333;
	width: 100%;
	margin-top: 98px;
	height:50px;
	//float: left;
	position: fixed;
	z-index: 750;
}
		
.topSubNav > div
{
	width:80%;
	min-width: 960px;
	margin: 0 auto;	
}
		
.daysDeltaColours.future
{
	color: red;
}

.daysDeltaColours.present
{
	color: orange;
}
		
.daysDeltaColours.past
{
	color: green;
}

.requiredAsterisk
{
	color: red;
	font-size: 8px !important;
	vertical-align: text-top;
}
		
.requiredField
{
  background:pink !important;
}

.clipContainer 
{
    white-space: nowrap; 
    overflow:hidden;
    text-overflow:ellipsis; 
}

.primaryRedButton
{
	cursor: pointer;	
	box-sizing: border-box;
	border: 1px solid red !important;
	border-radius: 0 !important;
	display: inline-block;
	background: none;
	background-color: red !important;
	color: white;
	width: 110px;
	height: 32px;
	min-height: 32px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
		
.primaryRedButton:hover
{
	background-color: red !important;
}
		
