@charset "utf-8";
/* CSS Document - HQ-POS CSS DOC */

/* aws css */

/* ////////////////////////////////////////////////////////////////  global defs ////////////////////////// */


body {
	/* background-color:#ffffff; */
	background-color:#fefefe;
	color:#5e5e5e;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

hr{
	border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	opacity:0.5;
}

div, p, a, li, td {
	-webkit-text-size-adjust:none; /* ~~ Web Kit size adjust fix ~~ */
}


A:link, A:active, A:visited{
	text-decoration:none;
	color:#3FAFFF;
}
A:hover{
	text-decoration:none;
	color:#0087E5;
}

A:link.dropdown-item, A:active.dropdown-item, A:visited.dropdown-item {
	color: #333333;
}
A:hover.dropdown-item{
	color: #000000;
}

.btn-primary {
	color: #fff;
	background-color: #14577d;
	border-color: #14577d;
}
/*   //////////////////////////////////////////////////////////////    containers ////////////////////////////// */


.form-inline{
	width: 100%;
	display: flex;
	justify-content: center;
}

.form-inline #search{
	width: 50%;
}

.interalHomeBoxContainer{
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
}

#invoicePaymentContainer{
	height:350px;
	width:100%;
}

.resultsMsg{
	margin:0 auto;
	padding:2px 10px;
	background:#F5FF58;
	color:#000;
	font-size:14px;
	border:1px dashed #ffffff;
}

#paginationContainer{
	text-align:right;
	font-size:20px;
	margin-bottom:10px;
}

#paginationContainerLeftArrow{
	color:#000000;
	font-size:22px;
	font-family:'hqfontregular';
}

#paginationContainerRightArrow{
	color:#000000;
	font-size:22px;
	font-family:'hqfontregular';
}

#paginationContainerRightArrow:hover, #paginationContainerLeftArrow:hover{
	color:#cccccc;
	cursor: pointer;
	font-size:22px;
}

.payModContainer{
	display:none;
	margin:10px 0;
}

.vsplitbar {
	width: 5px;
	background: #aaa;
}

#nav_search{
	background-color: #f2f2f2;
	height: 50px;
	text-align: center;
	display: none;
	z-index: 2000;
}

.searchContainer{
	display:none;
	background:#f6f6f6;
	color:#000;
	border:1px solid #d6d6d6;
	box-sizing:border-box;
	position:absolute;
	overflow:auto;
	height:inherit;
	max-height:300px;
	font-size:12px;
	padding:11px 10px 12px 10px;
	-webkit-transition: border-color  0.3s ease-out;
	-moz-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}




.searchContainer:hover{
	display:block;
	background:#f6f6f6;
	color:#000;
	border:1px solid #000;
	position:absolute;
	overflow:auto;
	height:inherit;
	max-height:300px;
	font-size:12px;
	cursor:pointer;
	padding:11px 10px 12px 10px;
	-webkit-transition: border-color  0.3s ease-out;
	-moz-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}

.searchContainerResultLine{
	color:#666;
	padding:5px 0;
	background:transparent;
	position:relative;
}

.searchContainerResultLine:hover{
	color:#000;
	padding:5px 0;
	background:#dedede;
	position:relative;
}


.leftBarButtsContainer{
	font-family:'hqfontregular';
	text-align:center;
	margin-top:10px;
	position:relative;
}


.homePageModuleContainerHeaderIconSmall{
	font-family:'hqfontregular';
	color:#ccc;
	font-size:28px;
}
.homePageModuleContainerHeaderIconSmall:hover, .homePageModuleContainerHeaderIconSmallActive{
	font-family:'hqfontregular';
	color:#000;
	font-size:28px;
	cursor:pointer;
}


.homePageModuleContainerHeaderIcon{
	font-family:'hqfontregular';
	color:#000;
	font-size:40px;
	width:46px;
	height:46px;
	text-align:center;
}
.homePageModuleContainerHeaderIcon:hover, .homePageModuleContainerHeaderIconActive{
	font-family:'hqfontregular';
	color:#666;
	font-size:40px;
	cursor:pointer;
	width:46px;
	height:46px;
	text-align:center;
}



.leftBarButtsContainerIconRW{
	color:#ccc;
	font-size:40px;
	margin:10px auto;
	width:42px;
	height:42px;
	text-align:center;
	line-height:40px;
	-webkit-transition: background  0.4s ease-out;
	-moz-transition: background 0.4s ease-out;
	-o-transition: background 0.4s ease-out;
	transition: background 0.4s ease-out;
}
.leftBarButtsContainerIconRW:hover, .leftBarButtsContainerIconActiveRW{
	color:#000000;
	font-size:40px;
	line-height:40px;
	margin:10px auto;
	cursor:pointer;
	width:42px;
	height:42px;
	text-align:center;
	background: #ffffff;

	-webkit-transition: background  0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
}



.leftBarButtsContainerIcon{
	color:#ccc;
	font-size:40px;
	margin:10px auto;
	width:46px;
	height:46px;
	text-align:center;
	line-height:46px;
	-webkit-transition: color  0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-o-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}
.leftBarButtsContainerIcon:hover, .leftBarButtsContainerIconActive{
	color:#000000;
	font-size:40px;
	line-height:46px;
	margin:10px auto;
	cursor:pointer;
	width:46px;
	height:46px;
	text-align:center;
	-webkit-transition: color  0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
}


.dropDownContainerNoArrow{
	position:relative;
	width:90px;
	height: 30px;
	font-size:11px;
	line-height:30px;
	color:#666;
	background: #fff;
	padding:5px;
	cursor:pointer;
	margin:0px auto;
	border:1px solid #fff;
	text-align:left;
}
.dropDownContainerNoArrow:hover{
	position:relative;
	width:90px;
	height: 30px;
	font-size:11px;
	line-height:30px;
	color:#09F;
	background: #FFF;
	padding:5px;
	cursor:pointer;
	margin:0px auto;
	border:1px dashed #fff;
	text-align:left;
}


.dropDownContainer{
	position:relative;
	width:90px;
	height: 30px;
	font-size:11px;
	line-height:30px;
	color:#666;
	background: #fff url(/images/down-arrow-gray.png) no-repeat right;
	padding:5px;
	cursor:pointer;
	margin:0px auto;
	border:1px solid #fff;
}
.dropDownContainer:hover{
	position:relative;
	width:90px;
	height: 30px;
	font-size:11px;
	line-height:30px;
	color:#09F;
	background: #FFF url(/images/down-arrow-blue.png) no-repeat right;
	padding:5px;
	cursor:pointer;
	margin:0px auto;
	border:1px dashed #fff;
}

.dropDownContainerMenu{
	display:none;
	padding:5px;
	position:absolute;
	border:1px solid #ccc;
	min-height:100px;
	margin-top:-102px;
	width:100%;
	background:#fbfbfb;
	z-index:9999;
	box-shadow:1px 1px 4px rgba(0,0,0,0.2);
}


.dropDownContainerMenuSelected{
	text-align:right;
	padding-right:20px;
	background:transparent;
	width:50px;
	overflow:hidden;
	display: block;
	white-space: nowrap;
}

.dropDownContainer_lineItem{
	color:#333;
	background:transparent;
	text-transform:none;
	font-size:11px;
	-webkit-transition: background  0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}
.dropDownContainer_lineItem:hover{
	color:#333;
	background:#efefef;
	text-transform:none;
	font-size:11px;
	-webkit-transition: background  0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}

.addMiniItem{
	margin:5px 0px; height:19px; line-height:19px; overflow:hidden; font-size:11px;
}

.supplierContactSingle{
	border-bottom:1px dashed #ccc;
	margin:10px 0px;
	width:90%;
	padding:10px;
}

.smallViewImage{
	width:50px;
	height:50px;
	background:#fbfbfb;
	border:1px solid #efefef;
}

.setThumbnailContainer{
	position:absolute;
	font-size:11px;
	z-index:9999;
	background:#ccc;
	width:120px;
	margin-top:130px;
	color:#000;
	text-align:center;
	display:none;
}
.setThumbnailContainer:hover{
	cursor:pointer;
	background:#000;
	color:#fff;

}

#productImageContainer{
	width:100%;
}

.productImagesEach{
	width:150px;
	height:150px;
	background:#efefef;
	border:1px solid #000;
	float:left;
	margin-right:15px;
	position:relative;
	overflow:hidden;
	display:block;
}

.productImagesEachBlank{
	width:150px;
	height:150px;
	background:#fbfbfb;
	border:1px dashed #ccc;
	float:left;
	margin-right:15px;
	position:relative;
	overflow:hidden;
	display:block;
}

#middleAreaActiveContainer{
	width:100%;
	max-width: 100%;
	overflow:auto;
}


#portalContainer_calendar{
	width:373px;
	min-height:500px;
	padding:20px;
	background:#fbfbfb;
	float:right;
}

.portalContainer_small{
	width:362px;
	padding:20px;
	margin-left:10px;
	margin-bottom:10px;
	background:#ffffff;
	float:left;
}


#homePageButtonsContainer{
	margin:0 auto;
	width:100%;
	min-height:160px;
	color:#000;
	position: relative;
	overflow: hidden;
}
.homePageButton{
	float:left;
	width:160px;
	height:180px;
	opacity:0.3;
	text-align:center;
	-webkit-transition: opacity  0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	padding:20px;
}
.homePageButton:hover{
	float:left;
	width:160px;
	height:180px;
	opacity:1.0;
	text-align:center;
	-webkit-transition: opacity  0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	padding:20px;
}
.homePageButtonText{
	opacity:0.6;
	cursor:pointer;
	font-size:14px;
	height:40px;
	line-height:40px;
	overflow:hidden;
}
.homePageButtonText:hover{
	opacity:1.0;
	cursor:pointer;
	font-size:14px;
	height:40px;
	line-height:40px;
	overflow:hidden;
}

#mainBodyContainerOutside{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
	display:block;
	background:#1C1C1C;
	z-index:2;
}

#mainBodyContainerOutsideImage{
	background:#000;
	text-align:center;
	height: 670px;
	overflow: hidden;
}

.mainBodyContainerOutsideImageText{
	font-size:50px;
	position:absolute;
	color:#fff;
	text-align:left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top:210px;
	margin-left:20px;
}

#mainBodyContainerOutsideDetails{
	width:100%;
	min-height:200px;
	text-align:center;
	font-size:24px;
	color:#000;
}

#mainBodyContainer{
	width:100%;
	margin:0;
	position:relative;
	min-width:1205px;
	overflow:hidden;
	position:relative;
	display:block;
}

#fullPage{
	display:block;
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	overflow: hidden;
}

#leftNav_main{
	float:left;
	width:50px;
	padding:0;
	margin:0;
	position:relative;
	border:none;
	overflow: hidden;
	background:#333333;
}

#rightNav_main{
	float:left;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
}

#mainBodyLeft{
	width:100%;
	position:relative;
	padding:0;
	min-height:500px;
	color:#cccccc;
	height: auto;
}

#mainBodyRight{
	/*
        padding:0px;
        position:relative;
        display:block;
        float:left;
        border: none;
        overflow:auto;
        background:#fff;
    */
}

#mainBodyMiddleContainer{
	box-sizing: border-box;
	padding:0;
	float:none;
	min-height:400px;
	position:relative;
	display:block;
	width: 100%;
	margin-top: 10px;
}

#mainBodyMiddleContainerClear{
	overflow:auto;
	padding:0;
	margin:0;
	float:right;
	min-height:500px;
	position:relative;
	background:transparent;
	display:block;
	width: 100%;
	max-width: 700px;
	box-sizing: border-box;
}


#mainBodyMiddleContainerHiLiteArea{
	background:transparent;
	border-bottom:none;
	max-width:100%;
	width:100%;
	min-height: 100px;
}


#persistentBottomButtonArea{
	background:none;
	border-top:none;
	position:relative;
	bottom:0;
	display: block;
	width: 100%;
}


.internalPaddingContainer20{
	padding:5px 20px;
}

.internalPaddingContainer20x20{
	padding:20px 20px;
}

.internalPaddingContainer10{
	padding:10px;
}

.internalMarginContainer10{
	margin:10px;
}

#headerContainerOutside {
	width:100%;
	min-width:100%;
	max-width: 100%;
	display:block;
	position:relative;
	height:90px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	background-color:#0095ff;
}

#headerContainerOutsideNavLinksContainer{

	height:60px;
	line-height:60px;
	overflow:hidden;
}

.headerContainerOutsideNavLinks{
	font-size:18px;
	margin-right:20px;
	color:#fff;
	-webkit-transition: color  0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.headerContainerOutsideNavLinks:hover{
	font-size:18px;
	margin-right:20px;
	color:#000;
	cursor:pointer;
	-webkit-transition: color  0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}


#headerContainer {
	width:100%;
	min-width:100%;
	max-width: 100%;
	display:block;
	position:relative;
	height:50px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	border-bottom:1px solid #dedede;
}

#headerContainerTop {
	display:block;
	position:relative;
	height:59px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	background-color:#f5f5f5;
	border-bottom:1px solid #dedede;
}

#headerContainerBottom {
	display:block;
	position:relative;
	height:39px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	border-bottom:1px solid #dedede;
}

#descriptionTextContainer{
	margin:20px 0px;
}

#addDropDownContainer{
	position:absolute;
	width:250px;
	min-height:140px;
	background:#ffffff;
	z-index:9999;
	left:95px;
	top:50px;
	border:1px solid;
	box-shadow:1px 1px 8px #666;
}


#clockDropDownContainer, #companyDropDownContainer, #userDropDownContainer{
	position:absolute;
	width:250px;
	min-height:140px;
	background:#ffffff;
	z-index:99999;
	right:15px;
	top:50px;
	border:1px solid #000;
	box-shadow:1px 1px 8px #666;
}

#hqDropDownContainer{
	position:absolute;
	width:250px;
	min-height:140px;
	background:#ffffff;
	z-index:99999;
	left:15px;
	top:50px;
	border:1px solid #000;
	box-shadow:1px 1px 8px #666;
}

#portalCategoriesContainer{
	position: relative;
}



.topMenuDropDownHeader{
	color: #000;
	height:45px;
	line-height:45px;
	overflow:hidden;
	background:#ffffff;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-left: 49px;
}

.topMenuDropDown{
	color: #000;
	height:45px;
	line-height:45px;
	overflow:hidden;
	background:transparent;
	text-align: center;
	-webkit-transition: all  0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}


.topMenuDropDown:hover{
	color: #000;
	height:45px;
	line-height:45px;
	overflow:hidden;
	cursor:pointer;
	background:#ccc;
	text-align: center;
	-webkit-transition: all  0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}



.portalCategoriesButtContainerRetailActive{
	height:45px;
	overflow:hidden;
	background:#09F;
}
.portalCategoriesButtContainerRetail{
	height:45px;
	overflow:hidden;
	background:#036;
	opacity:0.7;
}
.portalCategoriesButtContainerRetail:hover{
	height:45px;
	overflow:hidden;
	cursor:pointer;
	background:#09F;
	-webkit-transition: all  0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.portalCategoriesButtContainerWholesaleActive{
	height:45px;
	overflow:hidden;
	background:#C00;
}
.portalCategoriesButtContainerWholesale{
	height:45px;
	overflow:hidden;
	background:#600;
	opacity:0.7;
}
.portalCategoriesButtContainerWholesale:hover{
	height:45px;
	overflow:hidden;
	cursor:pointer;
	background:#C00;
	-webkit-transition: all  0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


.portalCategoriesButtContainer{
	height:45px;
	overflow:hidden;
	cursor:pointer;
}
.portalCategoriesButtContainer:hover{
	height:45px;
	overflow:hidden;
	cursor:pointer;
	background:#ccc;
	-webkit-transition: all  0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.portalCategoriesButtContainerLabelArea, .portalCategoriesButtContainerWholesaleLabelArea, .portalCategoriesButtContainerRetailLabelArea, .portalCategoriesButtContainerWholesaleActiveLabelArea,
.portalCategoriesButtContainerRetailActiveLabelArea{
	height:45px;
	line-height:45px;
	font-size:14px;
	overflow:hidden;
	color:#000;
}
.portalCategoriesButtContainerIconArea, .portalCategoriesButtContainerActiveIconArea, .portalCategoriesButtContainerWholesaleIconArea, .portalCategoriesButtContainerRetailIconArea,
.portalCategoriesButtContainerWholesaleActiveIconArea, .portalCategoriesButtContainerRetailActiveIconArea{
	width:40px;
	height:40px;
	float:left;
	margin-right:10px;
	margin-top:2px;
	opacity:0.8;
}

.hqButtContainer, .addButtContainer{
	height:45px;
	overflow:hidden;
	cursor:pointer;
}
.hqButtContainer:hover, .addButtContainer:hover{
	height:45px;
	overflow:hidden;
	cursor:pointer;
	background:#ccc;
	-webkit-transition: all  0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.hqButtContainerLabelArea, .addButtContainerLabelArea{
	height:45px;
	line-height:45px;
	font-size:14px;
	overflow:hidden;
	color:#000;
}
.hqButtContainerIconArea, .addButtContainerIconArea{
	width:40px;
	height:40px;
	float:left;
	margin-right:10px;
	margin-top:2px;
	opacity:0.8;
}

.topNavButonContainer{
	margin-top:9px;
	color:#000000;
	font-size:12px;
	line-height:12px;
	padding:10px 10px;
	display:inline;
	float:left;
	margin-left:10px;
	text-align:center;
	border:1px solid transparent;
	border-radius:3px;
	background-color: transparent;
	-webkit-transition: background  0.4s ease-out;
	-moz-transition: background 0.4s ease-out;
	-o-transition: background 0.4s ease-out;
	transition: background 0.4s ease-out;
	height:90px;
}
.topNavButonContainer:hover, .topNavButonContainerHighlight{
	margin-top:9px;
	color:#000000;
	font-size:12px;
	line-height:12px;
	padding:10px 10px;
	display:inline;
	float:left;
	margin-left:10px;
	text-align:center;
	border-radius:3px;
	background-color: #dedede;
	-webkit-transition: background  0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
	cursor:pointer;
	height:90px;
}

.width50{
	/*
	width:50%;
	-webkit-transition: width 0.2s ease-out;  
	-moz-transition: width 0.2s ease-out; 
	-o-transition: width 0.2s ease-out;  
	transition: width 0.2s ease-out;	
	*/
}
.width100{
	width:100%;
	-webkit-transition: width 0.3s ease-out;
	-moz-transition: width 0.3s ease-out;
	-o-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}

.leftNavButonContainer{
	height:45px;
	overflow:hidden;
	cursor:pointer;
	border-left:5px solid #5e5e5e;
}
.leftNavButonContainer:hover{
	height:45px;
	overflow:hidden;
	cursor:pointer;
	background:#4b4b4b;
	border-left:5px solid #4b4b4b;
	-webkit-transition: all  0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.leftNavButonContainerActive{
	height:45px;
	overflow:hidden;
	background:#4b4b4b;
	border-left:5px solid #eef5fa;
	color:#ffffff;
}
.leftNavButonContainerActiveSub{
	background:#4b4b4b;
	border-left:5px solid #eef5fa;
}
.subMenuButton{
	height:22px;
	overflow:hidden;
	color:#ffffff;
	padding-left:75px;
}
.subMenuButton:hover, .subMenuButtonActive{
	color:#ccc;
	height:22px;
	overflow:hidden;
	cursor:pointer;
	padding-left:75px;
}

.leftNavButonContainerIconArea, .leftNavButonContainerActiveIconArea{
	width:40px;
	height:40px;
	float:left;
	margin-right:10px;
	margin-top:2px;
	opacity:0.8;
}

.leftNavButonContainerLabelArea, .leftNavButonContainerActiveLabelArea{
	float:left;
	height:45px;
	overflow:hidden;
	vertical-align:middle;
	line-height:46px;
	font-size:14px;
}

#loginContainerFloat{
	position:relative;
	margin:20px auto;
	width: 100%;
	max-width:350px;
	z-index:999;
	box-shadow:0 0 10px rgba(0,0,0,0.7);
	border-radius:5px;
	border:1px solid #a7a7a7;
	text-align:left;
	font-size:12px;
	background: url(https://hqpos.com/images/bgChrome.jpg) #f5f5f5 repeat top center fixed;
}

#loginContainer{
	background:#f5f5f5;
	float:left;
	width:450px;
	z-index:999;
	margin:20px;
	box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	border-radius:5px;
	border:1px solid #a7a7a7;
	text-align:left;
	font-size:12px;
}

.offersBoxContainerClosed{
	height:0px;
	overflow:hidden;
}
.offersBoxContainer{
	display:block;
	position:relative;
	-webkit-transition: height  0.3s ease-out;
	-moz-transition: height 0.3s ease-out;
	-o-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}


.homePageModuleContainer{
	background:#ffffff;
	float:left;
	width: 100%;
	max-width:380px;
	min-height:320px;
	margin:20px;
	border-radius:5px;
	border:1px solid #cccccc;
	text-align:left;
	font-size:12px;
	box-sizing: border-box;
}


.homePageModuleContainerHeader{
	height: 70px;
	border-bottom:1px solid #cccccc;
	padding: 0px;
	margin: 0px;
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	background: #f5f5f5;
}

#addOnContainer{
	background:#f9f9f9;
	margin:20px;
	width:370px;
	height:300px;
	position:relative;
	float:left;
	z-index:999;
	box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	border-radius:5px;
	border:1px solid #a7a7a7;
	overflow:hidden;
}

#offersContainer{
	background:#f9f9f9;
	margin:20px;
	width:370px;
	height:530px;
	position:relative;
	float:left;
	z-index:999;
	box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	border-radius:5px;
	border:1px solid #a7a7a7;
	overflow:hidden;
}

.offersSetupContainer{
	background:#f9f9f9;
	margin:20px;
	min-width:300px;
	min-height:500px;
	position:relative;
	box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	border-radius:5px;
	border:1px solid #a7a7a7;
	text-align:left;
}

.confirmResults{
	display:block;
	position:absolute;
	margin:150px auto;
	left:50%;
	margin-left:-275px;
	width:550px;
	background:#efefef;
	border:1px solid #000;
	padding:10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	z-index:9999;
	box-shadow:0px 0px 6px #666;
	cursor:pointer;
	color:#000;
}

#grandFault, .grandFault{
	color:#000;
	display:block;
	position:absolute;
	margin:150px auto;
	left:50%;
	margin-left:-275px;
	width:550px;
	background:#f2f2f2;
	border:1px solid #ff0000;
	padding:10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	z-index:9999;
	box-shadow:0px 0px 6px #ccc;
	cursor:pointer;
}
#grandFault:hover, .grandFault:hover{
	display:block;
	position:absolute;
	margin:150px auto;
	left:50%;
	margin-left:-275px;
	width:550px;
	background:#f2f2f2;
	border:1px solid #000;
	padding:10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	z-index:9999;
	box-shadow:0px 0px 6px #ccc;
	cursor:pointer;
}



#switchButon{
	cursor:pointer;
	width:80%;
	height:20px;
	text-align:center;
	border:1px solid #ccc;
	margin:0px auto;
	color:#fff;
	opacity:0.7;
}

#switchButon:hover{
	cursor:pointer;
	width:80%;
	height:20px;
	text-align:center;
	border:1px solid #000;
	margin:0px auto;
	color:#fff;
	opacity:1.0;
}


.setupChooseTable{
	font-size:15px;
}


#attachFileFrame{
	width:90%;
	height:150px;
	border:none;
	padding:10px;
	background: #fff;
	overflow:hidden;
}


.inlineAddDataIframeClosed{
	width:100%;
	height:0px;
	border:none;
	overflow:hidden;
	-webkit-transition: height  0.3s ease-out;
	-moz-transition: height 0.3s ease-out;
	-o-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}

.inlineAddDataIframeOpen{
	width:100%;
	height:700px;
	border:1px solid #6F0;
	overflow:hidden;
	-webkit-transition: height  0.3s ease-out;
	-moz-transition: height 0.3s ease-out;
	-o-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}

.inlineAddDataIframeOpenNoHeight{
	width:100%;
	-webkit-transition: height  0.3s ease-out;
	-moz-transition: height 0.3s ease-out;
	-o-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}

.homePageSectionQuickView{
	height:200px;
	overflow:hidden;
}

.tableHeader{
	background:none;
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

.lineItemRow{
	display:block;
	clear:both;
}


.calendar_singleDayViewContainer{
	disply: block;
	position: relative;
	width: 100%;
	overflow:hidden;
}


.calendar_singleDayViewContainerInsideHeader{
	display: block;
	height: 250px;
	overflow: hidden;
	position:relative;
}

.calendar_singleDayViewContainerInsideTasks{
	width:100%;
	display:block;
	position: relative;
	overflow: auto;
}


.calendar_singleDayViewContainerInsideHeaderDayBig{
	font-size:100px;
	color: #000;
	text-align: left;
	font-weight:normal;
	margin: 10px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow: hidden;
}

.calendar_singleDayViewContainerInsideHeaderText{
	font-size:14px;

}

.calendar_singleDayViewContainerInsideTasksLineItem{
	height: 50px;
	border-top: 1px solid #efefef;
	width: 100%;
	position: relative;
	overflow: hidden;
}



.tableContainer, .tableContainerRightContain{
	display: table;
	width: 100%;
	position: relative;
	border-collapse:collapse;
}


.lineItem{
	background:transparent;
}

.lineItemSelect{
	background:#ff0000;
}

.tableContainerRow, .tableContainerRowLine{
	width: 100%;
	display: table-row;
	background: transparent;
	position: relative;
}

.tableContainerRowNoHover{
	width: 100%;
	display: table-row;
	background: transparent;
	position: relative;
}

.tableContainerRow:hover, .tableContainerRowActive{
	width: 100%;
	display: table-row;
	background: #eef5fa;
	-webkit-transition: background  0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}

.tableContainerCell{
	display: table-cell;
	padding: 6px;
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;
	cursor: pointer;
}



.tableContainerCellNoBorder{
	display: table-cell;
	padding: 6px;
	font-size:11px;
}

.tableContainerCellNBR{
	display: table-cell;
	padding: 6px;
	border-bottom:1px solid #efefef;
	cursor: pointer;
}

.tableContainerCellHeader{
	display: table-cell;
	padding: 6px;
	background:none;
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}



/*   //////////////////////////////////////////////////////////////    block Elements ////////////////////////////// */




.blockLineItem{
	color:#5e5e5e;
	border:none;
	font-size:12px;
	float:left;
	padding:16px 0;
}

.lineItemRowlineEntry{
	float:left;
	overflow: hidden;
	outline:none;
	padding:6px 0;
	font-size: 11px;
}

.deleteButtonBlock{
	float:right;
	margin-right:5px;
	background: #CC0000;
	height:30px;
	width:30px;
	line-height:20px;
}

.deleteButtonBlock:hover{
	float:right;
	margin-right:5px;
	background: #000;
	height:30px;
	width:30px;
	line-height:20px;
}


.colorBlock{
	background:#d82c28;
	display:block;
	border-radius:20px 0px 20px 0px;
}
.colorBlockLight{
	background:#e6e6e6;
	display:block;
	border-radius:20px 0px 20px 0px;
	padding:20px;
}


.tableBlockLabelLightNoPad{
	background:#f2f2f2;
}

.tableBlockLabelLight{
	background:#fafafa;
	padding-right:12px;
	margin-bottom:4px;
}

.tableBlockLabelSpanNoHov{
	/* background:#f2f2f2; */
	padding:12px 0px;
	margin:4px 0px;
	border-bottom:1px solid #efefef;
}
.tableBlockLabelSpan{
	font-size:18px;
	padding:20px 5px;
	margin:4px 0px;
	text-transform:uppercase;
	font-weight:normal;
	border-top:1px dashed #efefef;
}


.tableBlockLabel{
	float:left;
	width:140px;
	line-height:32px;
	margin:5px 0px;
}

.tableBlockLabelFreeform{
	float:left;
	line-height:32px;
}

.tableBlockForm{
	float:left;
	/* width:300px; */
	margin:10px 0px;
}

.fieldLabel{
	color:#000;
	line-height:32px;
	margin:5px 0px;
	font-weight:bold;
	font-size:13px;
}


.leftButtHomeBlock{
	position:absolute;
	background:#666;
	width:20px;
	height:100px;
	margin-top:50px;
	color:#fff;
	line-height:100px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	opacity:1.0;
}

.rightButtHomeBlock{
	position:absolute;
	background:#666;
	width:20px;
	height:100px;
	margin-top:50px;
	margin-left: 340px;
	color:#fff;
	line-height:100px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

.leftButtHomeBlock:hover, .rightButtHomeBlock:hover {
	opacity:0.4;
	cursor:pointer;
}


.boundingBoxButtons{
	height:40px;
	line-height:40px;
}


.contactLineHeader{
	margin:5px 0px; font-weight:bold; padding:10px 0px;
}

/*
.contactLineHeader:hover{
	margin:5px 0px; font-weight:bold; border-top:1px dashed #ccc; color:#F00; padding:10px 0px; background:#f4f4f4;
}
*/


/*   //////////////////////////////////////////////////////////////    form Elements ////////////////////////////// */


.formStyleDate{
	color:#5e5e5e;
	background-color:#ffffff;
	border:1px solid #dedede;
	font-size:12px;
	padding:11px 10px 12px 10px;
	-webkit-transition: border-color  0.3s ease-out;
	-moz-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
	display: none;
}


.formStyle{
	color:#5e5e5e;
	background-color:#ffffff;
	border:1px solid #dedede;
	font-size:12px;
	padding:11px 10px 12px 10px;
	-webkit-transition: border-color  0.3s ease-out;
	-moz-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}

select.formStyle {
	color:#5e5e5e;
	border:1px solid #dedede;
	font-size:12px;
	padding:11px 10px 12px 10px;
	-webkit-transition: border-color  0.3s ease-out;
	-moz-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
	background: #fff url(/images/down-arrow-gray.png) 96% center no-repeat;
}

.formStyleArrow{
	color:#5e5e5e;
	border:1px solid #dedede;
	background: #fff url(/images/down-arrow-gray.png) no-repeat right;
	font-size:12px;
	padding:11px 20px 12px 10px;
	-webkit-transition: border-color  0.3s ease-out;
	-moz-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}
.formStyleArrow:hover{
	color:#5e5e5e;
	background: #fff url(/images/down-arrow-gray.png) no-repeat right;
	border:1px solid #000000;
	font-size:12px;
	padding:11px 20px 12px 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}
.formStyleArrow:focus{
	color:#5e5e5e;
	background: #fff url(/images/down-arrow-gray.png) no-repeat right;
	border:1px solid #fe2f2f;
	font-size:12px;
	padding:11px 20px 12px 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}


.formStyleLocked{
	color:#5e5e5e;
	background-color:#ffffff;
	border:1px solid #f4f4f4;
	font-size:12px;
	padding:11px 10px 12px 10px;
	-webkit-transition: border-color  0.3s ease-out;
	-moz-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}

.formStyleReadonly{
	color:#5e5e5e;
	background-color:#ffffff;
	border:1px solid #ffffff;
	font-size:12px;
	padding:11px 10px 12px 10px;
	-webkit-transition: border-color  0.3s ease-out;
	-moz-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}

.formStyle:hover{
	color:#5e5e5e;
	background-color:#ffffff;
	border:1px solid #000000;
	font-size:12px;
	padding:11px 10px 12px 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}

.formStyle:focus, .formStyle:active{
	color:#5e5e5e;
	background-color:#ffffff;
	border:1px solid #fe2f2f;
	font-size:12px;
	padding:11px 10px 12px 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}


.blockStyleApproved{
	border:1px solid #33CC00;
	width:150px; height:150px;
	background:#ccc;
	float:left;
	margin-right:15px;
}

.formStyleApproved{
	color:#5e5e5e;
	background-color:#ffffff;
	border:1px solid #33CC00;
	font-size:12px;
	padding:11px 10px 12px 10px;
	-webkit-transition: border-color  0.3s ease-out;
	-moz-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}

.formStyleWarning{
	color:#5e5e5e;
	background-color:#ffffff;
	border:1px solid #ff0000;
	font-size:12px;
	padding:11px 10px 12px 10px;
}

.formStyleProcessing{
	color:#5e5e5e;
	background-color:#efefef;
	border:1px solid #FF9900;
	font-size:12px;
	padding:11px 10px 12px 10px;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}

.formStyleSubmitButtonSpan{
	color:#fff;
	font-size:14px;
	padding:10px;
	width:100%;
	text-align:center;
	border:1px solid #000;
	border-radius:3px;
	background-color: #000;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}
.formStyleSubmitButtonSpan:hover{
	color:#fff;
	font-size:14px;
	padding:10px;
	width:100%;
	cursor:pointer;
	text-align:center;
	border:1px solid #252525;
	border-radius:3px;
	background-color: #252525;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.signupStyleSubmitButton{
	color:#fff;
	width:200px;
	text-transform:uppercase;
	font-size:14px;
	padding:10px;
	border:none;
	border-radius:3px;
	background-color: #0095ff;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}

.signupStyleSubmitButtonSelected{
	color:#000;
	width:200px;
	text-transform:uppercase;
	font-size:14px;
	padding:10px;
	border:none;
	border-radius:3px;
	background-color: #89e14d;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}

.signupStyleSubmitButton:hover, .signupStyleSubmitButtonSelected:hover{
	color:#fff;
	width:200px;
	text-transform:uppercase;
	font-size:14px;
	padding:10px;
	border:none;
	border-radius:3px;
	background-color: #000;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
	cursor:pointer;
}

.formStyleSubmitButtonGreen{
	color:#fff;
	font-size:14px;
	padding:10px;
	border:1px solid #009900;;
	border-radius:3px;
	background-color: #33CC66;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}


.formStyleSubmitButtonBlueBack{
	color:#000;
	font-size:14px;
	padding:0px;
	border:1px solid #efefef;;
	border-radius:3px;
	background-color: #fff;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
	width:30px; height:30px;
	background-size: 30px 30px;
	float:right;
	margin-left:5px;
}

.formStyleSubmitButtonBlueBackGreen{
	color:#006bb5;
	font-size:14px;
	padding:0px;
	border:1px solid #009900;;
	border-radius:3px;
	background-color: #33CC66;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
	width:30px; height:30px;
	background-size: 30px 30px;
	float:right;
	margin-left:5px;
}

.formStyleSubmitButtonBlueBack:hover, .formStyleSubmitButtonBlueBackGreen:hover, .formStyleSubmitButtonBlueBackActive{
	color:#006bb5;
	font-size:14px;
	padding:0px;
	border:1px solid #efefef;
	border-radius:3px;
	background-color: #efefef;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display:inline;
	cursor:pointer;
	width:30px; height:30px;
	background-size: 30px 30px;
	float:right;
	margin-left:5px;
}


.formStyleSubmitButtonBlueBackNAV{
	color:#000;
	font-size:14px;
	padding:0px;
	border:1px solid #efefef;;
	border-radius:3px;
	background-color: #fff;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
	width:30px; height:30px;
	background-size: 30px 30px;
	margin-left:5px;
}

.formStyleSubmitButtonBlueBackNAV:hover{
	color:#006bb5;
	font-size:14px;
	padding:0px;
	border:1px solid #efefef;
	border-radius:3px;
	background-color: #efefef;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display:inline;
	cursor:pointer;
	width:30px; height:30px;
	background-size: 30px 30px;
	margin-left:5px;
}


.formStyleSubmitButtonBlueBackActiveNAV{
	color:#006bb5;
	font-size:14px;
	padding:0px;
	border:1px solid #efefef;
	border-radius:3px;
	background-color: #efefef;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display:inline;
	cursor:pointer;
	width:30px; height:30px;
	background-size: 30px 30px;
	margin-left:5px;
}


.formStyleSubmitButton{
	color:#000;
	font-size:14px;
	padding:10px;
	border:1px solid #efefef;
	border-radius:3px;
	background-color: #fff;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}

.formStyleSubmitButton:hover, .formStyleSubmitButtonGreen:hover, .formStyleSubmitButtonActive{
	color:#000;
	font-size:14px;
	padding:10px;
	border:1px solid #efefef;;
	border-radius:3px;
	background-color: #efefef;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor:pointer;
}


.signupErrorHidden{
	color:#5e5e5e;
	font-size:10px;
	opacity:0;
	height:0px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin:0px;
}

.signupErrorApproved{
	color:#33CC00;
	font-size:10px;
	opacity:1;
	height:11px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin:0px;
}


.signupErrorProcessing{
	color:#FF9900;
	font-size:10px;
	opacity:1;
	height:11px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin:0px;
}

.signupErrorVisible{
	color:#FF3300;
	font-size:10px;
	opacity:1;
	height:11px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin:0px;
}


.invoiceHeading{
	font-size:13px;
	font-weight:bold;
}

/*   //////////////////////////////////////////////////////////////    font-face definitions ////////////////////////////// */



@font-face {
	font-family: 'Dobra-Book';
	src: url('/fonts/dobrabook.eot');
	src: url('/fonts/dobrabook.eot?#iefix') format('embedded-opentype'),
	url('/fonts/dobrabook.woff') format('woff'),
	url('/fonts/dobrabook.ttf') format('truetype'),
	url('/fonts/dobrabook.svg#dobrabook') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'hqfontregular';
	src: url('/fonts/hqfont-webfont.eot');
	src: url('/fonts/hqfont-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/hqfont-webfont.woff') format('woff'),
	url('/fonts/hqfont-webfont.ttf') format('truetype'),
	url('/fonts/hqfont-webfont.svg#hqfontregular') format('svg');
	font-weight: normal;
	font-style: normal;

}


/*   //////////////////////////////////////////////////////////////    text and link Elements ////////////////////////////// */

.sectionBarExtraButtonLeft{
	background: #fff;
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	color:#999;
	border:1px solid #ccc;
	text-transform:none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-right:10px;
}

.sectionBarExtraButtonLeft:hover, .sectionBarExtraButtonLeftActive{
	background: #efefef;
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	color:#000;
	border:1px solid #999;
	text-transform:none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-right:10px;
	cursor:pointer;
}


.sectionBarExtraButton{
	background: #999;
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	color:#fff;
	border:1px solid #999;
	text-transform:none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	float:right;
	margin-right:10px;
}

.sectionBarExtraButton:hover{
	background: #0095ff;
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	color:#fff;
	border:1px solid #0095ff;
	text-transform:none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	float:right;
	margin-right:10px;
	cursor:pointer;
}

.deleteButton{
	position:relative;
	background:#F00;
	color:#fff;
	width:20px;
	height:20px;
	z-index:999;
	font-size:20px;
	line-height:20px;
	text-align:center;
	margin-top:5px;
	margin-left:5px;
	border:1px solid #000;
}

.deleteButtonHidden{
	display:none;
	position:relative;
	background:#F00;
	color:#fff;
	width:20px;
	height:20px;
	z-index:999;
	font-size:20px;
	line-height:20px;
	text-align:center;
	margin-top:5px;
	margin-left:5px;
	border:1px solid #000;
}

.deleteButton:hover{
	position:relative;
	background:#000;
	color:#fff;
	width:20px;
	height:20px;
	z-index:999;
	font-size:20px;
	line-height:20px;
	text-align:center;
	margin-top:5px;
	margin-left:5px;
	border:1px solid #000;
	cursor:pointer;
}


.deleteXbutt{
	position:absolute;
	background:#F00;
	color:#fff;
	width:20px;
	height:20px;
	z-index:999;
	font-size:20px;
	line-height:20px;
	text-align:center;
	margin-top:5px;
	margin-left:5px;
	border:1px solid #000;
}
.deleteXbutt:hover{
	position:absolute;
	background:#FC3;
	color:#000;
	width:20px;
	height:20px;
	z-index:999;
	font-size:20px;
	line-height:20px;
	text-align:center;
	margin-top:5px;
	margin-left:5px;
	border:1px solid #000;
	cursor:pointer;
}


.masterProdLook{
	background:#999;
	color:#fff;
	padding:1px 2px;
	font-size:13px;
}

#supplier_address_billing_company_edit{
	font-weight:bold;
}

.textHeading{
	color:#000000;
	font-size: 18px;
	line-height: 24px;
}

.sectionHeading{
	color:#666;
	font-size: 21px;
	font-weight:normal;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sectionHeadingHomePage{
	color:#666;
	font-size: 24px;
	font-weight:normal;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}

A:link.textLink{
	color: #2475ac;
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
A:visited.textLink {
	color: #2475ac;
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
A:hover.textLink {
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
A:active.textLink {
	color: #2475ac;
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


.portalDropDownTitle{
	font-size:16px;
	margin:10px;
	text-align:center;
}


/*   //////////////////////////////////////////////////////////////   image Elements ////////////////////////////// */



.moreImgButts{
	padding:10px;
	margin:10px;
	background:#d82c28;
	color:#FFF;
	text-align:center;
	border:1px solid #000;
	font-weight:bold;
}

.moreImgButts:hover{
	padding:10px;
	margin:10px;
	background:#000;
	color:#FFF;
	text-align:center;
	border:1px solid #000;
	font-weight:bold;
}

.moreImagesStyleImg{
	position:absolute;
	opacity:1.0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.moreImagesStyleImgHide{
	position:absolute;
	opacity:0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


/*   //////////////////////////////////////////////////////////////   special effects ////////////////////////////// */


@keyframes shake{
	0% { transform: translate(10px, 0); }
	50% { transform: translate(-10px, 0); }
	100% { transform: translate(0, 0); }
}

@-moz-keyframes shake{
	0% { -moz-transform: translate(10px, 0); }
	50% { -moz-transform: translate(-10px, 0); }
	100% { -moz-transform: translate(0, 0); }
}

@-webkit-keyframes shake {
	0% { -webkit-transform: translate(10px, 0); }
	50% { -webkit-transform: translate(-10px, 0); }
	100% { -webkit-transform: translate(0, 0); }
}

.shake {
	animation-name: shake;
	animation-duration: 150ms;
	animation-iteration-count: 2;
	animation-timing-function: linear;

	-moz-animation-name: shake;
	-moz-animation-duration: 150ms;
	-moz-animation-iteration-count: 2;
	-moz-animation-timing-function: linear;

	-webkit-animation-name: shake;
	-webkit-animation-duration: 150ms;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-timing-function: linear;
}


.setOpacityHidden{
	opacity:0.2;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.setOpacityView{
	opacity:1;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.redRemoveButt{
	line-height:15px;
	color:#ff0000;
	font-size:11px;
}

.miniButton{
	width: 15px;
	height: 15px;
	opacity:1;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.miniButton:hover{
	width: 15px;
	height: 15px;
	opacity:0.3;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	cursor: pointer;
}

.collapsed{
	height:0px;
	opacity:0;
	clear:both;
	overflow:hidden;
	position:relative;
	-webkit-transition: opacity 0.3s ease-out, height 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out, height 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out, height 0.3s ease-out;
	transition: opacity 0.3s ease-out, height 0.3s ease-out;
}

.expanded{
	height:10px;
	opacity:1;
	clear:both;
	overflow:hidden;
	position:relative;
	-webkit-transition: opacity 0.3s ease-out, height 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out, height 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out, height 0.3s ease-out;
	transition: opacity 0.3s ease-out, height 0.3s ease-out;
}


.hide_onMobile{
	display:block;
}

.hide_onDesktopBlock, .hide_onDesktopInline{
	display:none;
}


#container {
	padding-right: 0;  /* RC width */
}

#containerSingle {
	padding-left: 50px;
	padding-right: 0;  /* RC width */
}

#container .column, #containerSingle .column {
	position: relative;
	float: left;
}

#leftColumn {
	width: 0;
	right: 0;
	margin-left: -100%;
	border-right:1px dashed #ccc;
	display: none;
}


#centerColumn {
	width: 100%;
	box-sizing: border-box;
}

#rightColumn {
	width: 700px;
	margin-right: -700px;
	box-sizing: border-box;
}

#headerColumn{
	width: 100%;
	position: relative;
}



@media screen and (max-width: 770px) {

	#searchFor{
		max-width: 100px;
	}

	#nav_search{
		background-color: #f2f2f2;
		height: 50px;
		text-align: center;
		display: none;
		z-index: 1999;
	}

	.homePageModuleContainer{
		background:#ffffff;
		float:left;
		width: 100%;
		max-width:380px;
		border-radius:5px;
		border:1px solid #cccccc;
		text-align:left;
		font-size:12px;
		box-sizing: border-box;
		min-height:50px;
		margin:20px 0;
	}


	.hide_onMobile{
		display:none;
	}

	.hide_onDesktopBlock{
		display:block;
	}

	.hide_onDesktopInline{
		display:inline-block;
	}

	.middleMobileResize{
		width:100%;
	}



	.internalPaddingContainer20{
		padding:5px;
	}

	.internalPaddingContainer20x20{
		padding:5px;
	}

	.internalPaddingContainer10{
		padding:1px;
	}

	.internalMarginContainer10{
		margin:1px;
	}


	#container .column, #containerSingle .column  {
		position: relative;
		float: none;
		width:100%;
	}

	#container, #containerSingle {
		padding-right: 0;
		padding-left: 0;
	}

	#leftColumn {
		display: none;
	}



}