/* Bootstrap Specific CSS */

/* .dropdown:hover .dropdown-menu {
  display: block;
}
*/
@media (max-width: 991px){
.navbar-nav .open .dropdown-menu {
    position 				: static;
    float 					: none;
    width 					: auto;
    margin-top 				: 0;
    background-color 		: transparent;
    border 					: 0;
    -webkit-box-shadow 		: none;
    box-shadow 				: none;
	}
}

@media (max-width: 991px) {
  .navbar-header {
      float 				:none;
  }
  .navbar-left,.navbar-right {
      float 				:none !important;
  }
  .navbar-toggle {
      display 				:block;
  }
  .navbar-collapse {
      /*border-top 			:1px solid transparent;
      box-shadow 			:inset 0 1px 0 rgba(255,255,255,0.1); */
  }
  .navbar-fixed-top {
      top 					:0;
      border-width 			:0 0 1px;
  }
  .navbar-collapse.collapse {
      display 				:none!important;
  }
  .navbar-nav {
      float 				:none!important;
      margin-top 			:7.5px;
  }
  .navbar-nav>li {
      float 				:none;
  }
  .navbar-nav>li>a {
      padding-top 			:10px;
      padding-bottom 		:10px;
  }
  .collapse.in{
      display 				:block !important;
      overflow-y 			:auto !important;
  }
  .btn {
  	margin 					:0px;
  }
}

.AccountButtons{
	margin 					: 0px !important;
}

@media print {
	a 						:link:after,
	a 						:visited:after {
   		content 				: "";
	}
}

/* End Bootstrap Specific CSS */

/* Geneeric classes */

body {
	width 					:100%;
}
.fl {
	float 					:left;
}

.fr {
	float 					:right;
}

.w50 {
	min-width 				:45%;
	max-width 				:45%;
	min-height 				:1px;
}
.w50p {
	min-width 				:50px;
	min-height 				:1px;
}
.w100 {
	width 					:100% !important;
	min-height 				:1px;
}

.w100p{
	min-width 				:100px;
	min-height 				:1px;
}
.w150 {
	min-width 				:150px;
	min-height 				:1px;
}
.w250 {
	min-width 				:250px;
	min-height 				:1px;
}
.w200 {
	min-width 				:200px;
	min-height 				:1px;
}
.w300 {
	min-width 				:300px;
	min-height 				:1px;
	max-width 				:300px;
}
.h200 {
	min-height 				:200px;
}

.tl	{
	text-align 				:left;
}

.tr {
	text-align 				:right;
}

.tc {
	text-align 				:center;
}

.bgi {
	background 				:inherit;
}
.p5 {
	padding 				:5px;
}
.p0 {
	padding 				:0px;
}
.front {
	z-index 				:1000;
}
.middle {
	z-index 				:500;
}
.b0{
	border 					:0px;
}

.outline {
	outline 				:solid;
	outline-offset 			:-5px;
}
.btn-sympac-primary {
	height 					:48px;
	margin 					:0px;
	width 					:150px;
	color 					:#FFFFFF;
}

.btn-sympac-primary-invert {
	height 					:48px;
	margin 					:0px;
	width 					:150px;
}

.btn-sympac-secondary {
	height 					:48px;
	margin 					:0px;
	width 					:150px;
	color 					:#FFFFFF;
}
.btn-sympac-default {
	height 					:48px;
	margin 					:0px;
	background-color 		:#FFFFFF;
	width 					:150px;
	color 					:#000000;
}
.btn-sympac-danger {
	height 					:48px;
	margin 					:0px;
	background-color 		:#d9534f;
	width 					:150px;
	color 					:#FFFFFF;
}

.btn-sympac-warning {
	height 					:48px;
	margin 					:0px;
	background-color 		:#f0ad4e;
	width 					:150px;
	color 					:#FFFFFF;	
}

.BoxMe {
	border 					:3px solid #888888;	
	margin 					:5px 5px;
	word-break 				:break-all;
	line-height 			:24px;
}
.ProductRow {
	line-height 			:24px;
	margin-bottom 			:20px;
}

.searchfilters{
	line-height 			:24px;
}
.underline {
		border-bottom 		: 1px solid #808080;
}

.AccountButton{
	margin 					: 0px !important;
}

.TextInput {
	line-height 			:48px;
	vertical-align 			:middle;
	text-align 				:right;
	margin-right 			:5px;
}
.InputDefault {
	line-height 			:44px;
	margin 		 			:0px;
	padding-left			:5px;
	font-size 				:18px;
	margin-bottom 			:5px;
}
.SelectDefault {
	line-height 			:44px;
	height 					:48px;
	margin 		 			:0px;
	padding 				:0px;
	font-size 				:18px;
	margin-bottom 			:5px;
}
.CellViewClass {
	line-height 			:24px;
}
.PromotionFeaturedGalleryCell {
	margin 					:10px;
	box-shadow 				:0 10px 50px rgba(0,0,0,0.10);
}

.PromotionFeaturedGalleryCell:hover {
	box-shadow 				: 0 10px 50px rgba(0,0,0,0.35);
    transform 				: translateY(-5px);
    transition 				: all 0.3s;
}
#ProductDescriptionLine {
	margin-bottom 			:5px;
}

#ProductAdditionalInformation {
	line-height 			:24px;
}
/* Header CSS */
#HeaderLogin {
	text-align 				:right;
}
.TopMenuItem span {
	line-height 			:36px;
	font-size 				:18px;
}

.TopMenuItem_Small span {
	line-height 			:36px;
	font-size 				:18px;
	overflow-y 				:auto !important;
} 
.TopMenuItem_Small>a>span {
	color 					:#FFFFFF;
}


/* Line height CSS */

#TrolleyProductContainer {
	line-height 			:24px;
}
/* ******************
* Small Social Icon Styling *
****************** */
	
.smallSocialIcon {
	float 					:left;
	margin-left 			:2px;
	padding-top 			:5%;
}

.smallSocialIcon img {
	height 					:24px;
	width 					:24px;
}
.navbar-nav {
	min-width 				: 210px;
}

/*Main page CSS */

/*.customerAccountHeader {
		text-align:  center;
		font-size:   16px;
		font-weight: bold;
		margin-bottom: 10px;
		padding-left: 20px;
		padding-top:      5px;
		padding-bottom:   5px;
	}
*/
#MainPage {
	min-height 				:600px;
}
/* Product based CSS */

.ImageThumbs {
	max-width 				:30px;
	min-width 				:30px;
	width 					:30px;
	margin-right 			:5px;
	}	

.CellMain {
	max-width				:170px;
}

#MainImage {
	min-width				:165px;
	min-height  			:145px;
	max-width 				:165px;
	max-height 				:145px;
}

#ProdDesc {
	width 					:165px;
	height 					:75px;
	font-weight 			:bold;
	word-wrap 			 	:break-word;
	overflow 				:hidden;
	overflow-y 				:hidden;
	text-align 				:center;
}

#ProdPrice {
	height 					:50px;
	width 					:165px;
	text-align 				:center;
}

#QtyBox {
	width 					:150px;
	height 					:120px;
	text-align 				:center;
	margin 					:auto;
}

.price {
	color 					:blue;
	font-size 				:16px;
	font-weight 			:bold;
}
.TrolleyAmount {
	width 					:80px; 
	min-height 				:1px; 
	text-align 				:left;
}


.ProductCell {
	max-width 				:225px;
	min-width 				:225px;
	min-height 				:540px;
	padding-bottom 			:8px;
	padding-top 			:8px;
	display 				:inline-block;
	margin-bottom 			:20px;
	margin-left 			:20px;
	box-shadow				: 0 10px 50px rgba(0,0,0,0.10);

}

.ProductCell:hover {
	box-shadow 				: 0 10px 50px rgba(0,0,0,0.35);
    transform 				: translateY(-5px);
    transition 				: all 0.3s;
}

/* Product Menu */ 
.ProdMenuBox {
	width 					:165px; 
	min-height 				:260px;
	padding 				:15px;
}

.ProdMenuImg {
	width 					:145px; 
	height 					:145px;
	min-width 				:145px;
	min-height 				:145px;
	vertical-align 			:middle; 
	display 				:table-cell; 
	text-align 				:center;
	box-shadow: 0 10px 50px rgba(0,0,0,0.10);
}

.ProdMenuImg:hover {
    box-shadow 				: 0 10px 50px rgba(0,0,0,0.35);
    transform 				: translateY(-5px);
    transition 				: all 0.3s;
}

.ProdMenuLink {
	line-height 			:24px;
	margin-bottom 			:5px;
	margin-top 				:5px;
	height 					:50px; 
	text-align 				:center;
	
	
}


/* Menu overrides */
.navbar {
	margin-bottom 			:5px;
}
	
/* Footer CSS */
.pageFooterLogo {
	background-image 		:url("/global/images-core/poweredBy.png");
	background-repeat 		:no-repeat;
	background-position 	:0px;
	background-size 		:70px 67px;
	width 					:90px;
	padding-top 			:5px;
	height 					:100px;
	text-align 				:center;
	z-index 				:0;
}

.FooterItem{
	color 					:#FFF;
    font-size 				:14px;
    font-weight 			:normal;
    text-decoration 		:none
}

.FootSmallSocialIcon {
	float 					:left;
	padding-top 			:3%;
	width 					:260px;
}

.FootSmallSocialIconImage {
	height 					:30px;
	width 					:30px;  
	vertical-align 			:top
}

.FootSmallSocialIconText {
	height 					:24px;
	width 					:24px;
	vertical-align 			:top;
	margin-left 			:5px;
}


/* Document colours */

.AdjNote {
	color 					:red;
}

.Invoice {
	color 					:black;
}

.Receipt {
	color 					:blue;
}

#MenuTrolleySmall {
	background 				:url('/global/images-core/new-icons/SCWhite.png') no-repeat center;
}

#MenuAccountSmall {
	background 				:url('/global/images-core/new-icons/Account.png') no-repeat center;
}
#MenuTrolleySmallTop {
	background 				:url('/global/images-core/new-icons/SCWhite.png') no-repeat center;
}

#MenuAccountSmallTop {
	background 				:url('/global/images-core/new-icons/Account.png') no-repeat center;
}


#MenuSmall {
	background 				:url('/global/images-core/new-icons/Menu.png') no-repeat center;
}
#TrolleyNotification {
	z-index 				:1000;
	border-radius 			:10px; 
	background 				:#2680EB;
	padding 				:2px;
	font-size 				:10px;
	border 					:1px solid #FFFFFF;
	margin-right 			:10px;
	min-width 				:20px;
}
#TrolleyNotificationTop {
	z-index 				:1000;
	border-radius 			:25%; 
	background 				:#2680EB;
	padding 				:2px;
	font-size 				:10px;
	border 					:1px solid #FFFFFF;
	width 					:25px;
}
/* Images */
#customerSummaryBalancesImage {
	background-position 	:center;
	vertical-align 			:center;
/*	background-image 		:url("/global/images-core/man_64.png"); */
	background-repeat 		:no-repeat;
	min-width 				:80px;
	max-width 				:80px;
}
	
#customerSummaryAccountDetailsImage {
	background-position  	:center;
	vertical-align  		:center;
/*	background-image 		:url("/global/images-core/man_64.png"); */
	background-repeat 		:no-repeat;
	min-width 				:80px;
	max-width 				:80px;
}
	
#customerSummaryAccountEnquiriesImage {
	background-position 	:center;
	vertical-align 			:center;
/*	background-image 		:url("/global/images-core/folder_64.png"); */
	background-repeat 		:no-repeat;
	min-width 				:80px;
	min-height 				:80px;
}

#customerPaymentAccountBalanceImage {
/*	background-image 		:url("/global/images-core/graph_64.png"); */
	background-repeat 		:no-repeat;
	min-width 			 	:80px;
	min-height 				:80px;
}


/* Table headings */
.tableheading { 
	border 					:0;
	color 					:Black;
	min-height 				:24px;
	text-align 				:center;
	line-height 			:24px;
}

/* sizing */

.h1 {
	font-weight 			:bold;
	text-align 				:center;
	font-size 				:30px;
	margin-top			: 0px !important;
}


.h2 {
    display 				:block;
    font-size 				:1.5em;
    -webkit-margin-before 	:0.83em;
    -webkit-margin-after 	:0.83em;
    -webkit-margin-start 	:0px;
    -webkit-margin-end 		:0px;
    font-weight 			:bold;
	color 					:white;
}
.h2-trolley {
    display 				:block;
    font-size 				:1.5em;
    -webkit-margin-before 	:0.83em;
    -webkit-margin-after 	:0.83em;
    -webkit-margin-start 	:0px;
    -webkit-margin-end 		:0px;
    font-weight 			:bold;
	color 					:blue;
}


.SectionHeader {
    display 				:block;
    font-size 				:1.5em;
    -webkit-margin-after 	:0.83em;
    -webkit-margin-start 	:0px;
    -webkit-margin-end 		:0px;
    font-weight 			:bold;
    text-align 				:center;
}

/*  Odd / Even CSS */

.odd { 
	background: #FBFBFB; 
	border: 0;

}

.even { 
	background: #D8F3FF; 
	border: 0;

}


.even:hover, .odd:hover {
    background: #D3CAB3;
    color: #000;
}

/* OLD MENU CODE FOR SAP */

.nav-old {
	padding:          0;
	margin:           0;
	float:            left;
	width:            200px;
	border-top:       1px solid #999;
	list-style-type:  none;
	list-style-image: none;
	cursor:           pointer;
	font-size:14px;
}
.nav-old li a {
	display: block;
	padding: 10px 15px;
	text-align: left;
	background: ##FBFBFB;
	border-bottom: 1px solid #999;
	text-decoration: none;
	color: #000;
	list-style-image:none;
	list-style-type: none;
	font-weight: bold;
}
.nav-old li a:hover, .nav-old li a.active {
	background: #FFC124;
	color: #000;
	list-style-image:none;
	list-style-type: none;
	font-weight: bold;
}
.nav-old li ul {
	padding: 0;
	margin: 0;
	display: none; /* // used to hide sub-menus; */
	list-style-type: none;
	list-style-image:none;
}

.nav-old li ul li a {
	color: #555;
	padding: 10px 15px;
/*     background: #FBFBFB; */
	background: #F5F6CE;
	border-bottom: 1px dotted #ccc;
}


/* Top level menu, old code didn't work rewritten */

.nav-top {
    list-style: none;
	list-style-type: none;
    font-weight: bold;
    margin-bottom: 10px;
    float: left; 
    width: 100%;
    position: relative;
    z-index: 5;

}
.nav-top li {
    float: left;
    margin-right: 10px;
    position: relative;
}
.nav-top a {
    display: block;
    padding: 5px;
    color: #fff;
    background-color: #D2BFBF;
    text-decoration: none;
}
.nav-top a:hover {
    color: #fff;
    background-color: #D2BFBF;
    text-decoration: underline;
}


.nav-top ul {
    background-color: #D2BFBF;
    /*background: rgba(255,255,255,0);*/
    list-style: none;
    position: absolute;
    left: -9999px;
}
.nav-top ul li {
    padding-top: 1px;
    float: none;
}
.nav-top ul a {
    white-space: nowrap; 
}
.nav-top li:hover ul { 
    left: 0;
}
.nav-top li:hover a { 
    background-color: #D2BFBF;
    text-decoration: underline;
}
.nav-top li:hover ul a { 
    text-decoration: none;
}
.nav-top li:hover ul li a:hover {
    background-color: #D2BFBF;
}


#menu-old {
	list-style:none;
	margin:0px auto;
	height:50px;
	background: none;
	padding: 0;
	position: relative;
	z-index: 9998; /* 9999999; */
}

/* tab starts here */

#menu-old li {
	float:left;
	display:block;
	position:relative;
	text-align:center;
	border:none;
	font-size:14px;
	color: #FFF000;
}

/* Top level menu items, color is text color */
#menu-old li a {
	font-size:14px;
	font-weight: bold;
	color: #FBFBFB;
	display:block;
	outline:0;
	text-decoration:none;
	padding:0px 10px;
}

/* Top level menu, highlighted item background */
#menu-old li:hover {
	/*background: #FAFCFE;
	background: -moz-linear-gradient(center top, #FAFCFE, #B3B3B3) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#FAFCFE), to(#B3B3B3) );
	/* For Internet Explorer 10 do not use for other versions of IE, stops menu dropping down */
/*	background: -ms-linear-gradient(left, #FAFCFE 0%, #B3B3B3 100%);*/
}

/* Top level menu, hover over link text color */
#menu-old li:hover a {
	color:#161616;
}

/* Top level menu, ensure correct height  */
#menu-old .level0, #menu-old .level-top {
	height: 50px;
	
}

#menu-old .menuHeadings {
	height: 50px;
	line-height: 50px;
}

/* Menu containers are the background holders of the drop down menus */
#menu-old .menu-container-1 {
	margin:0px auto;
	float:left;
	position:absolute;
	left:-999em;
	text-align:left;
	padding:10px 5px;
	border:1px solid #b7b7b7;
	border-top:none;
	display: inline block;
	background: #FAFCFE;
	width:190px;
	 
}

#menu-old li:hover .menu-container-1 {
	top:auto;
	left:-1px;
}
/* columns ici */

#menu-old .column-1 {
	display:inline;
	float:left;
	position:relative;
	margin:0 5px;
	width:180px;
}

/* Right aligned menu */
#menu-old .menu-right {
	float:right;
	margin-right:0px;
}

/* Menu styling of elements */
#menu-old p, #menu-old h2, #menu-old h3, #menu-old ul li {
	line-height:21px;
	font-size:12px;
	text-align:left;
}

/* Menu styling for <P> */
#menu-old p {
	line-height:18px;
	margin-bottom:10px;
	color: #FFF;

}
#menu-old h3, #menu-old h2 {
	font-size:14px;
	margin:0px 0 14px 0;
	padding-bottom:2px;
	color: #000;
}
#menu-old li:hover div a {
	box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	color: #000;
	font-size: 11px;
	padding-left: 6px;
}

/* Drop down menu, hovered over item */
#menu-old li:hover  {  /*div a:hover*/
	color:      #000;
	/* RD 20130703 This is the horrible background appearing in the menu before the image is loaded
	background: #FFC124; */
}

/* Drop down menu, unordered list item */
#menu-old li ul {
	box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	list-style:none;
	padding:0;
	margin-bottom:12px;
}

/* Drop down menu, line items inside unordered list item */
#menu-old li ul li {
	float: none;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 180px;
}

/* Drop down menu, hovered over line items inside unordered list item */
#menu-old li ul li:hover {
	background: none;
	border: medium none;
	margin: 0;
	padding: 0;
}

#menu-old .form {
	margin:0px 0 0 45px;
}

.menuFixed {
	position:fixed;
	top:0;
	left: 50%;
	margin-left: -540px;
}

.pageMenu{
	height: 50px;
	padding: 0;
	float:right;
	width: 865px;
}

.LH24{
	line-height: 24px;
}

input[type=file] { 
    line-height: 1ex;
}

.HeaderLogoDiv {
	height:100%;
	display: inline-block;
}

#HeaderLogo {
	vertical-align : centre;
}

#eac-dropdown {
	color													:black;
	text-align												:left;
}

.Totals {
	color													:black;
}

#ProductSpecifications {
	line-height 											:24px;
}

#NewNotesLines,  #NewFeature, #OldNotes {
	line-height 											:24px;
}
#NewNotesHeader, #NewFetauresHeader, #ProductAdditionalInformation {
	line-height 											:24px;
	margin-top 												:20px;

}

.FilteredSideMenu {
	width:100%;
	list-style-type: none;
	margin:0;
	padding-left:0px;
}
.FilteredSideMenu>li>ul>li {
	list-style-type: none;
	padding-left:20px;
	}

.SideMenuItem, .SideMenuItem a {
	line-height	: 34px !important;
}


#SearchBoxLarge {
	padding: 0px 0px 0px 0px!important;
	padding-left : 5px !important;
}

=======
.invChkBox {
	width : 45px;
	text-align: center;
}
.invInvoiceNumber {
	width : 150px;
	text-align: center;
}
.invDate {
	width : 150px;
	text-align: center;	
}
.invAmount {
	width : 150px;
	text-align: right;	
}
.invOwing {
	width : 150px;
	text-align: right;	
}				

.securepay-ui-iframe {
	border :0;
	border-width: 0px !important;
}


.OSI {
	border-right : 2px solid;
	border-color: black;
	line-height :24px;
	min-height: 35px;

}

.OSPC{
	width : 125px;
}
.OSNP{
	width : 200px;
}
	

.OSPD{
	width : 305px;
}

.OSPQ{
	width : 50px;
}

.OSPP{
	width : 115px;
}

.TI5 {
	text-indent: 5px;

}

.TI5 p {
		margin: 0 0 0 0!important;
}

.OrderSheetTableHeader {
		margin: 0 0 0 0!important;
		font-size : 18px;
}

.btn-sympac-order {

}