/** CDN **/
@import "https://cdn.kounta.com/web/css/cdn.css";

/** COMMON **/

/** GENERIC **/
html, body { height:100%; font-family:Helvetica, Arial, sans-serif; font-size:15px; font-weight:200; color:#808080; background:#FFF; margin: 0; padding: 0; text-align:center; overflow:hidden; }
div, p, form, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, blockquote { margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(0,0,0,0);  }
img { border:none; }
input, textarea { font-family:Helvetica, Arial, sans-serif; font-size:15px; font-weight:200; color:#808080; font-weight:normal;
	-webkit-appearance:none;
	border-radius:0;
}

/** IOS 7+ Header **/
html.transparentIOSStatusBar { margin-top:21px; background:#FFF; }

/** GENERIC CLASSES **/
.left { float: left; }
.right { float: right; }
.hide { display: none !important; }
.center { text-align:center; }
.clear { clear:both; }
.buttons { float: left; width: 100%; }
.overlabel { display: none; }
.overlabel-apply { display: inline; }
.capitalize { text-transform:capitalize; }
.sprite, .cluetip-title .cluetip-close, .cluetip-close, .ui-dialog .ui-dialog-titlebar-close, .cluetip-arrows, .dk_toggle, .ui-button-icon-only, div.checker span, .reportFilters .selector span  {
    background-image: var(--site-design-sprites);
    background-repeat: no-repeat;
    background-size:500px 1750px;
}
.sprite.checkinIcon, .sprite.onlineOrderIcon, .btnPaypal span, .sprite.poweredByIcon, .btnTyro span, .btnClipp span, .btnAlbert span { background:url(/themes/kounta/common/images/sitedesign-sprites-logos2.png) no-repeat; background-size:250px 370px; }

.button { cursor:pointer; border:none; }
.buttonLarge { width:142px; height:40px; float:left; padding:10px 0px 10px 0px; margin:0px 10px 0px 0px; display:block; text-align:center; color:#FFF; font-weight:200; font-size:18px; line-height:40px; border:none; }
button.lowerCase,
.button.lowerCase { text-transform:none; }

/** HEADINGS AND COPY **/
p { margin-bottom: 1em; }
h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; color:#a1a1a1; clear:both; }
h1 { font-size:25px; line-height:25px; font-weight:200; margin:0px 0px 10px 0px; }
h2 { font-size:17px; line-height:17px; font-weight:200; margin:0px 0px 10px 0px; clear:both; }
h3 { font-size: 1.4em; line-height: 1.3em; }
h4 { font-size: 1.3em; line-height: 1.3em; }
h5 { font-size: 1.2em; line-height: 1.3em; }
h6 { font-size: 1.1em; line-height: 1.3em; }

h1 .grey, h1 a { color:#464A51; }
h1 .pipe { padding:0px 5px; color:#585858; }

.large { font-size:25px; }
.portraitOnly { display:none; }
.blue { color:#007ebe; }

/** LINKS **/
a { text-decoration: none; }
a:hover { text-decoration: none; }
a.skip { display: none; }
a img { border: none; }


/** LISTS **/
ul.list { list-style: none; float: left; }
ul.list li { list-style: none; float: left; }
.copy ul,
.copy ol,
.copy dl { padding-left: 30px; }


/** FORMS **/
.form { float: left; width: 100%; }
.textfield { padding:0px 0px 0px 10px; background:#FFF; outline:none; }
textarea {  padding:5px; border: solid 1px #CCC; outline:none; resize: none; }
input { font-weight:200; outline:none; box-sizing: border-box; box-shadow:none;
	-webkit-appearance:none;
	border-radius:0;
	-webkit-font-smoothing: subpixel-antialiased;
}
select:disabled { cursor:default; }

/** TABLES **/
table { width: 100%; border-collapse: collapse; margin: 0px; }
table th { text-align: left; }
table td { padding:0px; }


/** GROUP CONTAINERS **/

/** Sections **/
.section,
.panel,
.pane { float: left; width: 100%; }

/** Main Container **/

#container { width: 100%; height:99.5%; min-height:452px; overflow:hidden; position:fixed;  margin: 0 auto; float:left; background:#f9f9f9;
	-webkit-transition: right 150ms ease-in;
    -moz-transition: right 150ms ease-in;
    -o-transition: right 150ms ease-in;
    -ms-transition: right 150ms ease-in;
    transition: right 150ms ease-in;
}
#container.open { right:75%; }
#container.receiptOpen { right:240px; }
#container.fullWidth {
	width: 100%;
}

.container { width: 100%; margin: 0 auto; }
.container .section { width: 100%; float: left; text-align:left; }

/** Header **/
#header { width: 100%; float: left; }
#header .container .section { width: 100%; height:50px; float: left; color:#b2e5ff; text-align:left;
	background: #FFF;
    border-bottom: solid 1px #D7DCE1;
}

#header .logo { width:82px; height:14px; display:block; position:absolute; top:0px; left:0px; overflow:hidden; }

#logoMenu { width:19px; height:22px; display:block; position:absolute; padding:13px 8px 15px 6px; overflow:hidden; background: rgba(0, 0, 0, 0.1); margin-left: 0px;
	-webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -ms-transition: all 200ms;
    transition: all 200ms;
}
#logoMenu.open {
	background: rgba(0, 0, 0, 0);
	margin-left:0px;
}
#logoMenu span { width:20px; height: 3px; display:block; float:left; background:#fafafa; margin-bottom:4px; box-shadow: 0 0 0 1px rgba(0,0,0,0.1); }
#logoMenu span:nth-child(2) { background:#f0f0f0; }
#logoMenu span:nth-child(3) { background:#eeeeee; }
#logoMenu span.menuText { height:auto; background:none; box-shadow:none; text-align:center; margin:0px; font-size:7px; color:#FFF; text-transform:uppercase; font-weight:normal;  }

@media screen and (max-width:768px) {
	#header .logo { width:120px; background-size:105px 38px; background-position: 19px 6px; }
}

@media screen and (max-width:480px) {
	#header .logo { width:120px; background-size:126px 45px; background-position: 15px 2px; }
}

/** MAIN MENU **/

/** GLOBAL MENU **/

#closeMenuScroll { width:140px; top:50px; bottom:0px; left:0px; overflow:auto; position:absolute; z-index:1000; text-align:right; font-size:18px; font-weight: 200; border-right: solid 1px #EEE; visibility:hidden;  background:#fbfbfb; }
#closeMenuScroll ul.list { float:right; padding:0px 0px 0px 0px; width:100%; }
#closeMenuScroll ul.list li { width:100%; display:block; float:none; margin:0px; }
#closeMenuScroll ul.list li a { padding:20px 15px 20px 0px; color:#a1a1a1; display:block; }
#closeMenuScroll ul.list li a:hover, .closeOrders ul.list li.active a { color:#1f779d; }

#mainMenuScroll { width: 140px; top:50px; bottom: 0px; left:-140px; right:auto; overflow:auto; position:absolute; z-index:1000; color:#FFF; background:#333;
	-webkit-transition: left 200ms ease-in;
    -moz-transition: left 200ms ease-in;
    -o-transition: left 200ms ease-in;
    -ms-transition: left 200ms ease-in;
    transition: left 200ms ease-in;
}
#mainMenuScroll.open { left:0px; }
#mainMenuBlocker { left:140px; top:0px; right:0px; bottom:0px; position:absolute; z-index:1001; background:#000; visibility:hidden; opacity:0;
	-webkit-transition: visibility 0ms 200ms, opacity 200ms;
    -moz-transition: visibility 0ms 200ms, opacity 200ms;
    -o-transition: visibility 0ms 200ms, opacity 200ms;
    -ms-transition: visibility 0ms 200ms, opacity 200ms;
    transition: visibility 0ms 200ms, opacity 200ms;
}
#mainMenuBlocker.open {
	opacity:0.6;
	visibility:visible;
	-webkit-transition: visibility 0ms 200ms, opacity 200ms 200ms;
    -moz-transition: visibility 0ms 200ms, opacity 200ms 200ms;
    -o-transition: visibility 0ms 200ms, opacity 200ms 200ms;
    -ms-transition: visibility 0ms 200ms, opacity 200ms 200ms;
    transition: visibility 0ms 200ms, opacity 200ms 200ms;
}
#mainMenuBlocker.open.offset { background: none; }

ul.mainMenu { width:140px; float:left; display:table-row; }
ul.mainMenu#menuPrimary { margin-right:1px; }
ul.mainMenu li { width:100%; height:59px; display:table-cell; vertical-align:middle; float:left; position:relative;  cursor:pointer; padding:0px 10px 0px 10px; margin:1px 0px 0px 0px; box-sizing:border-box; -moz-box-sizing:border-box; text-align:right; font-size:12px; background:url(/themes/kounta/pos/images/sitedesign-sprites-menuicons.png) no-repeat; background-size: 560px 600px; background-color:#595959; }
ul.mainMenu#menuSecondary { margin-right:1px; }
ul.mainMenu#menuSecondary li:hover { background-color:#007ebe; }
ul.mainMenu li.spacer { height:164px; background:none; cursor:default; }
ul.mainMenu li.spacer:hover { background:none; }

ul.mainMenu li span { width: 90px; height:59px; display:table-cell; vertical-align:middle; text-align:right; padding-left:30px; line-height:15px; }
ul.mainMenu li span strong { font-weight:normal; }
ul.mainMenu li:hover { background-color:#007ebe; }
ul.mainMenu li a { color:#FFF; }

ul.mainMenu li.disabled { display:none; }


#menuSub { width: 100%; position:absolute; bottom:0px; left:0px; background:#333; z-index:1000; }
#menuSub li { width:100%; height:35px; line-height:35px; display:table-cell; float:left; position:relative;  cursor:pointer; padding:0px 10px 0px 10px; margin:1px 0px 0px 0px; box-sizing:border-box; -moz-box-sizing:border-box; background:#262626; text-align:right; font-size:11px; color:#a6a6a6; }


#mainMenuContainer { width:422px; position:relative; left:0px; top:0px;
	-webkit-transition: left 150ms ease-in;
    -moz-transition: left 150ms ease-in;
    -o-transition: left 150ms ease-in;
    -ms-transition: left 150ms ease-in;
    transition: left 150ms ease-in;
}
#mainMenuContainer.open { left:-141px; }
#mainMenuContainer.open.openTertiary { left:-282px; }
ul.mainMenu .menuSection { display:none; }


/** Preferences **/
ul.mainMenu li.menuRepairKounta { background-position:-280px 0px; }
ul.mainMenu li.menuView { background-position:-280px -120px; }
.globalListView ul.mainMenu li.menuView { background-position:-280px -60px; }
ul.mainMenu li.menuArrange { background-position:-280px -180px; }

/** Tertiary Level Menu **/
ul.mainMenu#menuTertiary li:not(.menuBackTertiary) { background:none; background-color:#595959; }
ul.mainMenu#menuTertiary li:hover { background-color:#007ebe; }


/** END POS MENU ICONS **/



/** START BACK OFFICE MENU ICONS **/

/** Primary **/
ul.mainMenu li.menuShareKounta { background-position:-280px -240px; }
ul.mainMenu li.menuPeople { background-position:-280px -300px; }
ul.mainMenu li.menuProducts { background-position:-280px -360px; }
ul.mainMenu li.menuSites { background-position:-280px -420px; }
ul.mainMenu li.menuRegisters { background-position:-280px -480px; }
ul.mainMenu li.menuCompany { background-position:-280px -540px; }
ul.mainMenu li.menuWelcome { background-position:-420px 0px; }
ul.mainMenu li.menuMyKounta { background-position:-420px -60px; }

ul.mainMenu li.menuSynchronise { background-position:0px -60px; }
ul.mainMenu li.menuBackOffice { background-position:0 -120px; }
ul.mainMenu li.menuCashOptions { background-position: 0px 0px; }
ul.mainMenu li.menuReports { background-position:0px -180px; }
ul.mainMenu li.menuAddons { background-position:0px -240px; }
ul.mainMenu li.menuHelp { background-position:0px -360px; }
ul.mainMenu li.menuHelp span { color: #f99f1b; }
ul.mainMenu li.menuBack { background-position:-140px -540px; }

/** END BACK OFFICE MENU ICONS **/




@media screen and (max-width:768px) {
	#mainMenuScroll,
	#moreMenuScroll { width: 110px; left:-110px; }
	ul.mainMenu { width:110px; }
	#mainMenuBlocker { left:110px; }
	#mainMenuContainer.open { left:-111px; }
	#mainMenuContainer.open.openTertiary { left:-222px; }
}

@media screen and (max-width:480px) {
	#menuSub { display:none }
	ul.mainMenu li.spacer { display:none; }
}


/** Content **/
#content { width: 100%; float: left; }
#content .container .section { width: 100%; float: left; height:618px; padding:10px 0px 0px 0px; text-align:left; }

#columnLeft { width:140px; min-height:518px; float:left; display:block; padding:0px 0px 0px 0px; }
#columnMiddle { width:auto; min-height:518px; float:left; display:block; }
#columnRight { width:364px; min-height:518px; float:right; display:block; }
#columnLeftMiddle { width:650px; min-height:518px; float:left; display:block; }
#columnRightMiddle { width:873px; min-height:518px; float:left; display:block; }

.columnLeft {width:20%;float:left;}
.columnLeft .list-group {margin-top: 10px; float:right;}
.columnRight {width:80%;float:right;}

/** Scroll Areas **/
#leftScroll { width:140px; top:60px; bottom:0px; left:0px; overflow:auto; position:absolute; z-index:1; text-align:right; font-size:17px; font-weight:200; background:#FFF; }
#leftScrollFiller { width:140px; height:10px; display:block; background:#FAFAFA; position:absolute; top:50px; left:0px; }
#middleScroll { top:100px; bottom: 0px; left:140px; right:366px; overflow:auto; position:absolute; z-index:1; background:#fbfbfb; }
#middleScroll.fullWidth { right:15px; }
#middleScroll.fullWidthSearch { left: 0; }
#middleScroll.fullWidth.userScroll { bottom:100px; }
#rightScroll, #rightScrollOverlay, #receiptScroll { width:364px; padding:0px; top:110px; bottom:190px; right:0px; overflow:auto; position:absolute; z-index:100; background:#FFF; border-top: solid 1px #e6e6e6; border-bottom:none; }
#rightScrollOverlay { z-index:101; }
#leftMiddleScroll { width:auto; top:60px; bottom: 0px; left:10px; right:366px; overflow:auto; position:absolute; z-index:1; color:#a1a1a1; }
#rightMiddleScroll { width:863px; top:60px; bottom: 0px; left:140px; overflow:auto; position:absolute; z-index:1; color:#a1a1a1; }
.rightScrollFull { top:50px !important; bottom:135px !important; }
#searchProductsScroll { top:50px; bottom: 0px; left:141px; right:366px; overflow:auto; position:absolute; z-index:2 !important; visibility:hidden; background:#f9f9f9; }
#modifiersScroll, #addModifiersScroll, #popupScroll, #popupCheckoutScroll, #modifiersScrollProduct, #selectedModifiersScroll, #printingScroll, #splitOrderScroll, #splitNewOrderScroll { width:360px; top:0px; bottom:100px; left:10px; overflow:auto; position:absolute; z-index:1; }
#selectedModifiersScroll,#splitNewOrderScroll { left:auto; right:10px; }
#popupScroll { z-index: auto !important; }
#printingScroll { width:auto; margin-left:0px;  }
#tableOrdersScroll { top:50px; bottom: 0px; left:140px; right:366px; position:absolute; z-index:2 !important; visibility:hidden; background:#fbfbfb; overflow-y: scroll !important; overflow-x:hidden !important; }
#modifiersPopupScroll { top:50px; bottom: 0px; left:0px; right:0px; overflow:auto; position:absolute; z-index:2000 !important; visibility:hidden; background:#fbfbfb; }
#modifyItemScroll { top:50px; bottom: 0px; left:0px; right:366px; overflow:auto; position:absolute; z-index:2 !important; visibility:hidden; background:#f9f9f9; padding:10px 15px 0px 15px; }

/** Footer **/
#footer { width: 100%; float: left; }
#footer .container .section { width: 100%; float: left; }


/* =================================================== iSCROLL GLOBAL PROPERTIES =================================================== */

.scroller { display:none; }
.scrollerWrapper { width:100%; padding:0px 0px 20px 0px; position:absolute; z-index:1;  cursor: -webkit-grab; cursor: -moz-grab; }
#popupScroll .scrollerWrapper { z-index:auto !important; }
#popupQuickCheckout #popupScroll .scrollerWrapper { width: auto; }
#popupCheckoutPayments #popupCheckoutScroll .scrollerWrapper { width: 100%; }

.fader { display:none; }



/** Left Column Scroller **/
#leftScroll ul.list { float:right; padding:0px; width:100%; }
#leftScroll ul.list li { width:100%; display:block; float:none; padding:0px 0px 0px 0px; font-size:15px; position:relative; }
#leftScroll ul.list li a { width:100%; display:inline-block; padding:15px 15px 15px 0px; color:#676767; box-sizing:border-box; -moz-box-sizing:border-box; }
#leftScroll ul.list li a:hover, #leftScroll ul.list li.active a { color:#1f779d; }

.categoryHandle { width:40px; float:left; height:auto; display:none; box-sizing: border-box; -moz-box-sizing: border-box; position: absolute; opacity: 0.5; background: #000; top: 0px; bottom: 0px; margin-top: 1px; }
.categoryHandle:before {
  content: '';
  position: absolute;
  left:0;
  top:0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background: url(/themes/kounta/pos/images/sitedesign-sprites-posactions-1.png) no-repeat;
  background-size: 100px 480px;
  background-position: -55px -173px;
}



#leftScroll ul.list.ui-sortable .categoryHandle { display:block; }
#leftScroll ul.list.ui-sortable li a { width:auto; overflow:hidden; padding:21px 15px 21px 45px;  }

#leftScroll ul.list li.active { background: #007ebe; color:#FFF; }
#leftScroll ul.list li.active a:hover { color:#FFF; }




/* =================================================== MAIN NAVIGATION =================================================== */

#header ul { width:100%; float:left; padding:0px 0px 0px 140px; display:block; box-sizing:border-box; -moz-box-sizing: border-box; }
#header ul li { width:60px; height:50px; float:right; margin:0px 1px 0px 0px; padding:0px; cursor:pointer; color:#FFF; font-size:8px; font-weight:normal; text-transform:uppercase; text-align:center; position:relative;
	background: rgba(0, 0, 0, 0.1);
}
#header ul li:first-child { border-width:0px 1px 0px 1px; }
#header ul li:hover { background: rgba(0, 0, 0, 0.3); }
#header ul li a,
#header ul li a .animationWrapper { width:60px; height:14px; float:left; display:block; padding:36px 0px 0px 0px; line-height:8px; background:url(/themes/kounta/common/images/sitedesign-sprites-menu3.png) no-repeat; background-size:120px 600px; color:#FFF; }


#header ul li.contextualMenu { width: 50px; float:right; position:relative;  }
#header ul li.contextualMenu .userProfile { width:30px; height:30px; float:left; display:block; margin:10px; background-position:center center !important; background-size:auto 30px !important; }
#header ul li.contextualMenu .userDetails { width:auto; float:none; text-align:left; padding:10px 0px 0px 0px; display:block; overflow:hidden; }

#header ul li.contextualMenu .companyProfile { float:left; height:30px; margin:10px 10px 10px 0px; line-height:30px; text-transform:none; font-size:12px; }

#header ul li.contextualMenu .line1 { width:auto; min-width:100px; font-size:13px; font-weight:200; text-transform:capitalize; display:block; float:left; clear:both; }
#header ul li.contextualMenu .line2 { width:auto; min-width:100px; font-size:11px; color:#a7e2ff; text-transform:none; font-weight:normal; display:block; float:left; clear:both; }
#header ul li.contextualMenu .singleLine { line-height:30px; }
#header ul li.contextualMenu .triangle { width: 0px; height: 0px; border-style: solid; border-width: 0 8.5px 8px 8.5px; border-color: transparent transparent #343434 transparent; position:absolute; top:2px; right: 18px; }


#header ul li.contextualMenu ul,
#header ul li.contextualMenu.disableHover ul { width:150px; position:absolute; top:50px; left:-100px; visibility:hidden; padding:0px; background:none; z-index:100; opacity:0; padding-top:10px;
	-webkit-transition: visibility 0ms, opacity 200ms 200ms;
    -moz-transition: visibility 0ms, opacity 200ms 200ms;
    -o-transition: visibility 0ms, opacity 200ms 200ms;
    -ms-transition: visibility 0ms, opacity 200ms 200ms;
    transition: visibility 0ms, opacity 200ms 200ms;
}
#header ul li.contextualMenu ul li { width:100%; margin:0px; z-index:100; height:40px; line-height:40px; font-size:13px; text-transform:none; background: #595959; text-align:left; padding:0px 10px; box-sizing:border-box; -moz-box-sizing:border-box; border: solid 1px #343434; border-bottom:none; text-align:left; }
#header ul li.contextualMenu:hover ul { visibility:visible; opacity:1;
	-webkit-transition: visibility 0ms, opacity 200ms 200ms;
    -moz-transition: visibility 0ms, opacity 200ms 200ms;
    -o-transition: visibility 0ms, opacity 200ms 200ms;
    -ms-transition: visibility 0ms, opacity 200ms 200ms;
    transition: visibility 0ms, opacity 200ms 200ms;
}
#header ul li.contextualMenu.disableHover:hover ul { visibility:hidden; }
#header ul li.contextualMenu:hover ul li:hover { background: #343434; }
#header ul li.contextualMenu ul li.btnProfileImage { padding:5px 0px 0px 0px; height:auto; line-height:0px; background:#343434; }
#header ul li.contextualMenu ul li.btnProfileImage img { width:100%; }
#header ul li.contextualMenu ul li.btnUserDetails { line-height:none; height:50px; background:#343434; padding:10px; }
#header ul li.contextualMenu ul li.btnUserDetails .username { font-size:15px; line-height:21px; color:#FFF; }
#header ul li.contextualMenu ul li.btnUserDetails .company { font-size:10px; line-height:10px; color:#a6a6a6; }

#header ul li.contextualMenu.companyMenu { width:auto; }
#header ul li.contextualMenu.companyMenu ul,
#header ul li.contextualMenu.companyMenu.disableHover ul { left:auto; right:0px; }



#keyboardToggle div.checker span { background:url(/themes/kounta/common/images/sitedesign-sprites-menu3.png) no-repeat; background-size:120px 600px; }

@media screen and (max-width:768px) {
	#header ul { padding:0px 0px 0px 110px; }
}


/** TRANSFER TO POS CSS **/




/** NEW ICONS **/

#header ul li.menuHelp { float:right; }

#header ul li a.menuHelp { background-position: 0px -50px !important; }
#header ul li a.menuMainMenu { background-position: 0px -300px !important; }
#header ul li a.menuUsers { background-position: 0px -350px !important; }
#header ul li a.menuArrangeItems { background-position: 0px -400px !important; }
#header ul li a.menuOrders { background-position: 0px -450px !important; }
#header ul li a.activeAlert { background-position: 0px -450px !important; }
#header ul li a.menuOrders.active { background-position: -60px -450px !important; }
#header ul li a.menuTables { background-position: 0px -500px !important; }
#header ul li a.menuPrint { background-position: 0px -550px !important; }
#header ul li a.menuFeed { background-position: -60px 0 !important; }
#header ul li a.menuInstall { background-position: -60px -50px !important; font-size:8px; }
#header ul li a.menuMore { background-position: -60px -100px !important; }
#header ul li a.menuUpgrade { background-position: -60px -300px !important; }

@media screen and (max-width:800px) {

	#header ul li {
		width: 42px;
	}
	#header ul li a,
	#header ul li a .animationWrapper {
		width: 40px;
	}

	#header ul li a.menuOrders { background-position: -10px -450px !important; }
	#header ul li a.menuOrders.active { background-position: -70px -450px !important; }
	#header ul li a.menuTables { background-position: -10px -500px !important; }
	#header ul li a.menuPrint { background-position: -10px -550px !important; }
	#header ul li a.menuFeed { background-position: -70px 0 !important; }
	#header ul li a.menuInstall { background-position: -70px -50px !important; }
	#header ul li a.menuUsers { background-position: -10px -350px !important; }
	#header ul li a.menuOrders .orderCount { width:40px !important; }
	#header ul li a.menuMore { background-position: -70px -100px !important; }
	#header ul li a.menuUpgrade { background-position: -70px -300px !important; }
}


#header ul li a.menuNotifications { background-position: -50px -975px; }


#header ul li a.menuAlerts { background-position: 0px -725px; }
#header ul li a.menuAlerts.activeAlert { background-position: -50px -725px; }
#header ul li a.menuOrders .orderCount { width: 60px; position:absolute; top:13px; left:0px; font-size:14px; font-weight:normal;  }
#header ul li a.menuAlerts .alertsCount { width: 50px; height:24px; line-height:24px; position:absolute; top:6px; left:0px; font-size:12px; font-weight:normal; }

#header ul li a.menuShare { background-position: -50px -425px; }


#header ul li.menuAlerts,
#header ul li.menuGoToPos,
#header ul li.menuHelp,
#header ul li.helpMenu,
#header ul li.usersMenu { float:right; }


.offlineAlert { width:50px; height:14px; padding: 36px 0px 0px 0px; display:block; position:absolute; top:0px; right:-50px; background-position: -100px -425px !important; text-align: center; color: #f1faff; font-weight: normal; text-shadow: 0 0 5px #06212f; cursor:pointer; display:none; }


/** Online Order animation alert flash **/
#header ul li a.menuOrders { position:relative;  }
#header ul li a.menuOrders .animationWrapper { background-position: 0px -450px !important; position:absolute; top:0px; left:0px; right:0px; bottom:0px; }
#header ul li a.menuOrders.activeAlert { color:#ffba00; }
#header ul li a.menuOrders.activeAlert .orderCount { color:#FFF; text-shadow:none; }
#header ul li a.menuOrders.activeAlert .animationWrapper {
	background-position: -60px -450px !important;
	animation: flash 2s infinite;
  -webkit-animation: flash 2s infinite;
}

@media screen and (max-width:800px) {
	#header ul li a.menuOrders .animationWrapper { background-position: -10px -450px !important; }
	#header ul li a.menuOrders.activeAlert .animationWrapper {
		background-position: -70px -450px !important;
	}
}

@-webkit-keyframes flash {
	0%, 25%, 55%, 100% { opacity: 1;  }
	40%, 70% { opacity:0; }
}

@-moz-keyframes flash {
	0%, 25%, 55%, 100% { opacity: 1;  }
	40%, 70% { opacity:0; }
}

@-o-keyframes flash {
	0%, 25%, 55%, 100% { opacity: 1;  }
	40%, 70% { opacity:0; }
}

@keyframes flash {
	0%, 25%, 55%, 100% { opacity: 1;  }
	40%, 70% { opacity:0; }
}

.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
/** End Online Order animation alert flash **/



/** Main Menu Icons **/




#header ul li ul li.menuAddItem a { background-position: 10px -575px; }
#header ul li ul li.menuAddCategory a { background-position: 10px -575px; }
#header ul li ul li.menuChangeView a { background-position: 10px -525px; }
#header ul li ul li.menuArrangeItems a { background-position: 10px -475px; }
#header ul li ul li ul { width:250px !important; left:250px !important; }

/** User Menu Icons **/

#header ul li.switchUsersMenu, #header ul li.alertsMenu, #header ul li.logoutMenu, #header ul li.helpBackOfficeMenu { float:right; }
#header ul li.logoutMenu, #header ul li.helpBackOfficeMenu, #header ul li.goToPosMenu { float:left; }

#header ul li.logoutMenu, #header ul li.switchUsersMenu { margin-right:5px; }
#header ul li.alertsMenu { width:110px; }



/* =========== POPUPS ========== */

/** Styles for Extra Large Popup Overrride **/

.dialogBoxLarge .selector { background:#FFF; }

.dialogBoxLarge.ui-dialog.addSupplier .popupContent { height:200px; }


.dialogBoxLarge.ui-dialog .ui-dialog-content.largePopup .popupButtons .secondaryButton { margin-top:40px; font-size:16px; cursor:pointer;  }

.divGenericDialog { width:100% !important; box-sizing:border-box; -moz-box-sizing:border-box; font-size:19px; line-height:26px; }
#divGenericDialog table,
#divGenericDialog table td,
.divGenericDialog table td { vertical-align:middle }



.dialogBoxLarge.dialogBoxLargeUpgrade.ui-dialog .popupContent.genericPopupContent {
	height: 220px;
}
.dialogBoxLarge.dialogBoxLargeUpgrade.ui-dialog .popupButtons .secondaryButton {
	margin-top: 20px !important;
}


#divRepairKountaDialog table { width:100%; height:210px; text-align:left; vertical-align:middle; margin-top:50px; }
#divRepairKountaDialog table td { vertical-align:middle }
#divRepairKountaDialog .popupButtons { text-align:center; }
#divRepairKountaDialog .popupButtons .button,
#divRepairKountaDialog .popupButtons .secondaryButton { float:none !important; display:inline-block; margin:0px 10px; }


.ui-dialog.dialogBoxOffline { background:none; color:#adadad; }
.offlineImage { width:200px; height:200px; float:left; display:block; padding-right: 20px; background:url(/themes/kounta/common/images/sitedesign-offline.png) no-repeat; background-size:200px 200px;
}
.offlineMessage { overflow:hidden; font-size:18px; line-height:24px; text-align:center; opacity: 0.8; }
.offlineMessage h2 { font-size:30px; color:#adadad; margin:35px 0px 30px 0px; }
.offlineButton { width:80px; height:80px; display:inline-block; /*background:url(/themes/kounta/common/images/sitedesign-offline-icons.png) no-repeat;*/ background-size:80px 160px; font-size:13px; padding:0px 0px 0px 0px; cursor:pointer; opacity:0.7; }
.btnOfflineRefresh { background-position:0px 0px; }
.btnOfflineGoToPos { background-position:0px -80px; }
.offlineButton:hover { opacity:1; }

/*.ui-dialog.dialogShowWait { background:none; color:#adadad; position:absolute; top:50% !important; left:50% !important; margin-left:-300px !important; margin-top:-200px !important; }*/

/* =================================================== CUSTOM DROPDOWN =================================================== */

.dk_container { display: none; float: left; position: relative; }
.dk_container a { outline: 0; }
.dk_toggle { display: -moz-inline-stack; display: inline-block; position: relative; zoom: 1; }
.dk_open { position: relative; }
.dk_open .dk_options { display: block; }
.dk_open .dk_label { color: inherit; }
.dk_options { display: none; margin-top: -1px; position: absolute; right: 0; width: 100%; z-index:100; }
.dk_options a,
.dk_options a:link,
.dk_options a:visited { display: block;}
.dk_options_inner { overflow: auto; position: relative; max-height:350px; }
.dk_touch .dk_options { overflow: hidden; }
.dk_touch .dk_options_inner { max-height: none; overflow: visible; }
.dk_fouc > select { position: relative; top: -99999em; visibility: hidden; }

.dk_theme_selectDropDown { color:#595959; font-weight:200; text-align:left; cursor:pointer; outline:none;
	background: #FFF;
}
.dk_theme_selectDropDown.dk_open { background: #d6d6d6; }
.dk_theme_selectDropDown a { display:block; width:auto !important; }

.dk_theme_selectDropDown .dk_toggle { padding:0px 15px 0px 15px; background-position: -365px -252px; }
.dk_theme_selectDropDown .dk_toggle:hover {}

.dk_theme_selectDropDown.dk_focus,
.dk_theme_selectDropDown:focus {}
.dk_theme_selectDropDown.dk_focus .dk_toggle {}


.dk_theme_selectDropDown.dk_open {}
.dk_theme_selectDropDown.dk_open .dk_toggle {}

/* Options Menu */
.dk_theme_selectDropDown .dk_options { background:#FFF; border: solid 1px #e5e5e5; left:-1px;
	-webkit-box-shadow: 0px 1px 1px #999999;
	-moz-box-shadow:    0px 1px 1px #999999;
	box-shadow:         0px 1px 1px #999999;
}
.dk_theme_selectDropDown .dk_options a { padding:0px 0px 0px 15px; }
.dk_theme_selectDropDown .dk_options a:hover { padding:0px 0px 0px 15px; background:#f2f2f2; }
.dk_theme_selectDropDown .dk_option_current a { }

/* Inner options */
.dk_theme_selectDropDown .dk_options_inner { list-style:none;  }
.dk_theme_selectDropDown .dk_options_inner li { list-style:none;  }
/* Set a width property here */
.dk_theme_selectDropDown .dk_options_inner,
.dk_theme_selectDropDown.dk_touch .dk_options {}

.dk_mobile { position: relative !important; }
  .dk_mobile select {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    visibility: visible !important;
    opacity: 0 !important;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
	margin-top:-55px;
}



/* =================================================== DATE PICKER =================================================== */

.ui-datepicker { padding:0px; background:#FFF; border: solid 1px #F1F1F1; font-size:19px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	z-index:1001 !important;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td { text-align:center; padding:0px; border: solid 1px #F1F1F1; border-bottom:none; border-right:none; }
.ui-datepicker-calendar th { font-size:13px; height:30px; line-height:30px; border:none; color:#808080; }
.ui-datepicker-calendar td a { display:block; color:#808080; text-align:center; width:50px; height:50px; line-height:50px; font-weight:normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	-webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
}
.ui-datepicker-prev, .ui-datepicker-next { width: 0px; height: 0px; border-style: solid; border-width: 8px 12px 8px 0; border-color: transparent #FFFFFF transparent transparent; position:absolute; left:15px; top:15px; cursor:pointer;
 }
.ui-datepicker-next { width: 0px; height: 0px; border-style: solid; border-width: 8px 0 8px 12px; border-color: transparent transparent transparent #FFFFFF; left:auto; right:15px; }
.ui-datepicker .ui-datepicker-title { height:50px; line-height:50px; text-align:center; padding:0px; color:#FFF; font-weight:normal;
	background: #007ebe;
}

.ui-datepicker-prev span, .ui-datepicker-next span { display:none; }

.ui-datepicker-calendar td a.ui-state-active,
.ui-datepicker-calendar td a.ui-state-hover { background: #007ebe; color:#FFF; }


/* =================================================== AUTO COMPLETE =================================================== */

ul.ui-autocomplete { width:288px !important; border:solid 1px #e6e6e6; border-top: none; padding:0px 0px 0px 0px !important; background:#FFF; font-weight:200;  z-index:10000 !important; }
ul.ui-autocomplete .ui-menu-item { width: 100%; float:left; display:block; background:#FFF; list-style:none; outline:none; margin:0px; }
ul.ui-autocomplete .ui-menu-item a { cursor:pointer; float:left; font-size:14px; background:#FFF; display:block; width:100%; outline:none; box-sizing:border-box; -moz-box-sizing:border-box; padding:10px; }
ul.ui-autocomplete .ui-menu-item a:hover { background:#A3ABB3 !important; color:#FFF !important; }
ul.ui-autocomplete { max-height: 200px; overflow-y: auto; overflow-x: hidden; }
.kountaSignup .ui-autocomplete.ui-menu {
	margin: 0;
	padding: 0;
	background: #FFF;
	max-width: 400px !important;
	width: 400px !important;
	max-height: 200px;
	overflow: scroll;
	border: unset;
}
.kountaSignup .ui-autocomplete.ui-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 50px;
	line-height: 50px;
	border-bottom: solid 1px #464A51;
	max-width: 400px;
	text-align: left;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.kountaSignup ul.ui-autocomplete .ui-menu-item a {
	font-size: 20px;
	height: auto;
	width: auto;
	padding: 0;
}

/* =================================================== KEYBOARD =================================================== */
.openKeyboard { outline: none !important; }
.ui-keyboard { width: 890px; text-align: center; background:#f2f2f2; outline: none; padding: 20px 13px 20px 10px; position: absolute; left: 0; top: 0; z-index: 16000; border: solid 1px #D9D9D9; }
.ui-keyboard-has-focus { z-index: 16001; }
.ui-keyboard div { }
.ui-keyboard-button { font-family:Helvetica, Arial, sans-serif; font-size: 16px; height: 50px; width: 55px; margin: 3px; cursor: pointer; overflow: hidden; line-height: 50px;
	color:#595959; font-weight:200; cursor:pointer; text-align:center; padding:0px; float:left;
	border:solid 1px #e5e5e5;
	border-bottom:solid 1px #d6d6d6;
	background: #d9dadc;
}
.ui-keyboard-button:hover { background: #d6d6d6; }

.ui-keyboard-button span { padding: 0; margin: 0; white-space:nowrap; }
.ui-keyboard-button-endrow { clear: left; }
.ui-keyboard-widekey { width: 80px; }
.ui-keyboard-space { width: 215px; text-indent: -999em; }
.ui-keyboard-preview-wrapper { text-align: center; }
.ui-keyboard-preview { width:860px; height:60px; display:inline; margin:0px 10px 10px 10px; padding:0px 0px 0px 10px; border: solid 1px #CCC; font-size:28px; line-height:60px; color:#CCC; background:#FFF; outline:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
} /* width is calculated in IE, since 99% = 99% full browser width =( */
.ui-keyboard-keyset { text-align: center; }
.ui-keyboard-input { text-align: left; }
.ui-keyboard-input-current {  }
.ui-keyboard-placeholder { color: #888; }
.ui-keyboard-nokeyboard { color: #888; border-color: #888; } /* disabled or readonly inputs, or use input[disabled='disabled'] { color: #f00; } */
.ui-keyboard-button.disabled { opacity: 0.5; filter: alpha(opacity=50); } /* used by the acceptValid option to make the accept button appear faded */
.ui-keyboard-spacer { display: inline-block; width: 1px; height: 0; border:none; }
.ui-keyboard-enter { width:117px; }
.ui-keyboard-bksp { width:55px; }
.ui-keyboard-shift { width:56px; }
.ui-keyboard-accept, .ui-keyboard-cancel { width: 116px; float:left;  text-align:center; cursor:pointer; position:relative; color:#FFF; font-weight:normal;  border:none; text-shadow: none;
	background: #1844CC;
}
.ui-keyboard-cancel {
	background: #A3ABB3;
}
.ui-keyboard-cancel:hover { background:#A3ABB3; }
.ui-keyboard-accept:hover { background: #1844CC; }

.keyboard-tag span.ui-keyboard-spacer:nth-child(1) { height:50px !important; position:absolute; top:76px; left:565px;  }


/* combo key styling - toggles diacritics on/off */
.ui-keyboard-button.ui-keyboard-combo.ui-state-default { border-color: #ffaf0f; }

/*** jQuery Mobile definitions ***/
/* jQuery Mobile styles - need wider buttons because of font size and text-overflow:ellipsis */
.ui-bar .ui-keyboard-button { width: 3em; display: inline-block; }
.ui-bar .ui-keyboard-widekey { width: 5.5em; }
.ui-bar .ui-keyboard-space { width: 15em; }
.ui-bar .ui-keyboard-space span { visibility: hidden; } /* hides the ellipsis */
.ui-bar .ui-keyboard-keyset { line-height: 0.5em; }
.ui-bar input.ui-input-text, .ui-bar textarea.ui-input-text { width: 95%; }

/* over-ride padding set by mobile ui theme - needed because the mobile script wraps button text with several more spans */
.ui-bar .ui-btn-inner { height: 2em; padding: 0.2em 0; margin: 0; }
.ui-bar .ui-btn { margin: 0; font-size: 13px; } /* mobile default size is 13px */


/** ERROR PAGE **/
.errorPage h1 { font-weight:200; margin-top:100px; font-size:30px; line-height:30px; margin-bottom:10px; }
.errorPage h2 { font-weight:200 !important; margin-top:100px; font-size:24px; line-height:25px; font-weight:normal; margin:0px 0px 30px 0px; color:#007ebe; }
.errorPage button.btnBack { height:50px; line-height:50px; width:120px; float:none; display:inline-block; }

/** ZENDESK **/

#zenbox_tab {
  font-family: Arial, Helvetica, sans-serif;
  border: solid 2px #fff;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  top: 23%;
  height: 25px;
  min-width: 110px;
  z-index: 10000;
  white-space: nowrap;
  padding: 0 10px 35px 10px;
}

#zenbox_tab #feedback_tab_text {
  font-size: 1.3em;
  font-weight: bold;
  margin: 25px auto;
  text-align: center;
  color: #fff;
}

#zenbox_tab.ZenboxTabLeft {
  left: 0px;
  background-position: right 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#zenbox_tab.ZenboxTabRight {
  right: 0px;
  background-position: left 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#zenbox_tab:hover {
  background-color: #444;
}

#zenbox_overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 90000;
}

#zenbox_overlay * {
  color:#333;
  font-family: Arial, Helvetica, sans-serif;
  font-style:normal;
  font-variant:normal;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#zenbox_container {
  height: 620px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 638px;
  z-index:2;
}

#zenbox_container .zenbox_header {
  position: relative;
  text-align: right;
  width: auto;
  z-index: 100;
}

#zenbox_close {
  cursor: pointer;
  height: 46px;
  position: relative;
  top: 10px;
  width: 46px;
}

#zenbox_body {
  height: 900px;
  margin-top: -18px;
  position: relative;
  width: 615px;
}

#zenbox_scrim {
  background-color: #000;
  filter:alpha(opacity=42);
  -moz-opacity: 0.42;
  opacity: 0.42;
  left:0;
  position: absolute;
  top:0;
  width: 100%;
  z-index:1;
}


@media screen and (max-width:800px) {

#leftScroll ul.list li { font-size:16px; }
ul.dropdownMenu { padding-left:110px; }

}





/** HOPSCOTCH TOURS **/
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/** NOTIFICATIONS CENTER **/

#notificationContainer { width: 75%; height:100%; min-height:100%; overflow:hidden; position:absolute; z-index:0;  margin: 0 auto; right:0px; top:0px; background: #F2F2F2; visibility:hidden;
	-webkit-transition: right 200ms ease-in, visibility 0ms 300ms;
    -moz-transition: right 200ms ease-in, visibility 0ms 300ms;
    -o-transition: right 200ms ease-in, visibility 0ms 300ms;
    -ms-transition: right 200ms ease-in, visibility 0ms 300ms;
    transition: right 200ms ease-in, visibility 0ms 300ms;
}
#notificationContainer.open { visibility:visible;
	-webkit-transition: visibility 0ms 0ms;
    -moz-transition: visibility 0ms 0ms;
    -o-transition:  visibility 0ms 0ms;
    -ms-transition: visibility 0ms 0ms;
    transition: visibility 0ms 0ms;
}

#notificationContainer.receiptOpen { right: 140px; }
#notificationContainer .container { width: 100%; margin: 0 auto; }
#notificationContainer .container .section { width: 100%; float: left; text-align:left; }

#notificationHeader { width: 100%; float: left; }
#notificationHeader .container .section { width: 100%; height:50px; line-height:50px; padding:0px 10px; float: left; color:#FFF; text-align:left; box-sizing:border-box; -moz-box-sizing: border-box; background: #666; font-size:18px; font-weight:normal;
}

ul.notificationsMenu li { width: 50px; height: 14px; padding: 36px 0px 0px 0px; text-align: center; color: #FFF; font-weight: normal; text-shadow: 0 0 3px #FFF; text-transform:uppercase; font-size:8px; margin:0px 0px 0px 32px; cursor:pointer; position:relative; }
ul.notificationsMenu li.notificationsOrders { background-position: -100px -575px; }
ul.notificationsMenu li.notificationsOrders.active { background-position: -150px -575px; }
ul.notificationsMenu li.notificationsCheckIns { background-position: -100px -775px; }
ul.notificationsMenu li.notificationsCheckIns.active { background-position: -150px -775px; }
ul.notificationsMenu li.notificationsSystem { background-position: 0px -825px; }
ul.notificationsMenu li.notificationsSystem.active { background-position: -50px -825px; }

ul.notificationsMenu li .orderCount, ul.notificationsMenu li .checkInCount, ul.notificationsMenu li .systemCount { width: 49px; position:absolute; top:9px; left:0px; font-size:15px; font-weight:bold; color:#595959; }

#notificationsBlocker { width:100%; height:100%; z-index:1000; position:absolute; visibility:hidden; background:none; opacity:0.6;
	-webkit-transition: background 300ms ease-in, visibility 300ms linear;
    -moz-transition: background 300ms ease-in, visibility 300ms linear;
    -o-transition: background 300ms ease-in, visibility 300ms linear;
    -ms-transition: background 300ms ease-in, visibility 300ms linear;
    transition: background 300ms ease-in, visibility 300ms linear;
}
#notificationsBlocker.open { background:#000; visibility:visible; }
.newsScroll { top:60px; bottom: 0px; left:10px; right:10px; overflow:auto; position:absolute; z-index:1; color:#CCC; text-align:left; font-weight:normal; visibility:hidden; }

#btnCloseNotifications { width:60px; height:50px; display:block; float:right;  margin-right:-10px; background:url(/themes/kounta/backoffice/images/sitedesign-sprites-actions.png) no-repeat; background-size:120px 450px; background-position:0px -267px;  }

ul.notifications { width:100%; }
ul.notifications li { width:100%; height:auto; display:block; border-bottom: solid 1px #a6a6a6; padding:0px 0px 10px 0px; margin:10px 0px 0px 0px; }

.notificationProfile { width:60px; height:60px; margin:0px 10px 0px 0px; float:left; display:block; background-position:center center !important; background-size:auto 60px !important;
	-moz-box-shadow: inset 0px 0px 4px #333;
	-webkit-box-shadow: inset 0px 0px 4px #333;
	box-shadow: inset 0px 0px 4px #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.notificationDetails { width:185px; float:left; line-height:19px; }
.notificationDetails p { margin-bottom:8px; }
.notificationDetails p strong { color:#FFF; font-weight:bold; }
.notificationTime { font-size:12px; float:left; height:20px; line-height:20px; }
.notificationOrderDetails { font-size:12px; margin:10px 0px 10px 0px; float:left; }
.checkinIcon { width:20px; height:20px; margin:0px 0px 0px 0px; display:block; float:left; }
.checkinIcon.paypal { background-position:-70px -40px !important; }
.checkinIcon.clipp { background-position:-70px -197px !important; float:right; margin:0px 5px 0px 0px; }

.notificationAccept, .notificationReject { width:80px; height:35px; line-height:35px; float:left; margin:0px 10px 0px 0px; display:block; cursor:pointer; text-align:center; color:#FFF; font-weight:bold; font-size:15px; text-shadow: rgba(0,0,0,0.1) -1px 0, rgba(0,0,0,0.1) 0 -1px, rgba(255,255,255,0.1) 0 1px, rgba(0,0,0,0.1) -1px -1px; border:none; }
.notificationMarker { width:30px; height:50px; position:absolute; background-position:0px -225px  !important;
}


/** NEWS FEED **/

#newsFeedScroll .newsItem { width:100%; float:left; margin:0px 0px 10px 0px; background:#FFF; color:#666; font-weight:200; font-size:12px; line-height:17px; box-sizing:border-box; -moz-box-sizing:border-box; }
#newsFeedScroll .newsItem .newsIcon { width:70px; height:70px; float:left; display:block; background:url(/themes/kounta/common/images/sitedesign-sprites-newsicons.png) no-repeat; background-size:70px 350px; background-color:#007ebe; }
#newsFeedScroll .newsItem .newsContent { width:auto; overflow:hidden; float:none; padding:15px; }
#newsFeedScroll .newsItem .newsContent p { margin:0px 0px 5px 0px; }
#newsFeedScroll .newsItem .newsHeading { font-size:16px; font-weight:normal; margin-bottom:10px; color:#474747; }
#newsFeedScroll .newsItem a { color:#333; }

#newsFeedScroll .newsItem.category-general .newsIcon { background-position: 0px 0px; background-color:#007ebe; }
#newsFeedScroll .newsItem.category-features .newsIcon { background-position: 0px -70px; background-color:#666; }
#newsFeedScroll .newsItem.category-critical .newsIcon  { background-position: 0px -140px; background-color:#ffa526; }

.rssNews { width:40px; height:40px; float:right; display:block; background-position:-32px 0px; cursor:pointer; }


/** ERROR PAGE **/
.errorPage { font-size:16px; font-weight:200; color:#585858; margin-top:50px; }
.errorPage p { margin-bottom:20px; }
.errorPage .btnBack { margin-top:10px; }



/** NEW HEADER OVERRIDE **/
#header .logo { left:15px; margin-left: 0; top: 18px; }
#logoMenu { background:none; padding: 19px 17px 0 15px; cursor:pointer; }
#logoMenu span { width:17px; height:2px; background:#FFF; box-shadow: none; margin-bottom:3px; }
#logoMenu span:nth-child(2) { background:#FFF; }
#logoMenu span:nth-child(3) { background:#FFF; }
#logoMenu span.menuText { display:none; }

/** Contextual Menu **/
#header ul { padding:0px 0px 0px 47px; }
#header ul li,
#header ul li:hover { background:none; }
#header ul li.contextualMenu.companyMenu { float:left; }
#header ul li.contextualMenu.companyMenu .userProfile { display:none;  }
#header ul li.contextualMenu .companyProfile { font-weight:normal; font-size:14px; }
#header ul li.contextualMenu.companyMenu .triangle { left:18px; right:auto; }

#header ul li:first-child { border:none; }
#header ul li.contextualMenu .userProfile { width: 50px; height:50px; margin:0px; background-size: auto 50px !important; }
#header ul li.contextualMenu.companyMenu ul,
#header ul li.contextualMenu.companyMenu.disableHover ul { left:0; right:auto; }

/** END HEADER OVERRIDE **/


/** Start New Menu **/
#mainMenuContainer {  width:482px;}
#mainMenuContainer.open { left:-240px; }
#mainMenuScroll { width:240px; left:-240px; background:#f9f9f9; }

/** TODO: ANDREW **/
#mainMenuScroll a { color:#5C626A; }
#mainMenuScroll .scrollerWrapper { padding-top:0px; }

#mainMenuScroll a,
#moreMenuScroll a { color:#5C626A; }
#mainMenuScroll .scrollerWrapper,
#moreMenuScroll .scrollerWrapper { padding-top:20px; }

#mainMenuBlocker { left:240px; opacity:1; visibility:hidden; display:block; background:rgba(0,0,0,0.5); opacity:0; z-index:1; }
#mainMenuBlocker.open { z-index:1001; opacity:1; visibility:visible;

	-webkit-transition: opacity 200ms 200ms ease;
	-moz-transition: opacity 200ms 200ms ease;
	-o-transition: opacity 200ms 200ms ease;
	-ms-transition: opacity 200ms 200ms ease;
	transition: opacity 200ms 200ms ease;

}
ul.mainMenu { width:240px; }

ul.mainMenu li { height: auto; padding: 12px 20px 12px 20px; margin:0; background:none; font-weight:normal; font-size:14px; background: none !important; color:#5C626A; }
ul.mainMenu li:hover { background:#f0f0f0 !important; color:#1d1d1d;
	-webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}
ul.mainMenu li.spacer { display:none; }
ul.mainMenu li.terminal { padding-left: 12px; background:none !important; }
ul.mainMenu li.divider { padding: 0; }
ul.mainMenu li.divider hr { margin:0px; border:none; border-top: solid 1px #b3b3b3; opacity: 0.3; }
ul.mainMenu li.divider:hover { background:none !important; }
ul.mainMenu li span { width:auto; height:50px; padding-left:0; line-height:14px;  }
ul.mainMenu li span .buttonIcon { font-size:18px; margin-right:5px; width:20px; text-align:center; }
ul.mainMenu li:hover span .buttonIcon {  }
#mainMenuScroll ul.mainMenu li:hover a,
#moreMenuScroll ul.mainMenu li:hover a { color:#1d1d1d; }

ul.mainMenuHelp {
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 5;
	background: #f9f9f9;
	padding-bottom: 0;
}



/** Fixed Menu Items **/
#menuSub { width: 100%; position:absolute; bottom:0px; left:0px; background:none; z-index:1000; background:#f9f9f9; }
#menuSub li { width:100%; height: auto; padding: 12px 20px 12px 20px; margin:0; line-height:14px; display:table-cell; float:left; position:relative;  cursor:pointer; box-sizing:border-box; -moz-box-sizing:border-box; text-align:left; font-size:13px; color:#5C626A; background:#f9f9f9; }

#menuSub li span .buttonIcon { font-size:18px; margin-right:5px; width:20px; text-align:center; }
#menuSub li:hover { background:#f0f0f0 !important; color:#1d1d1d;
	-webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}


/** End New Menu

/** Support **/
.support-column {
    width: 30%;
    min-height: 200px;
    margin-right: 1%;
    border: 3px solid #008bc0;
    float:left;
    padding: 10px;
}

.support-column .button {
    position: relative;
    bottom: 10px;
}



/** SUPPORT **/

.supportWrapper { width:100%; float:left; padding:10px 0px 30px 0px; box-sizing:border-box; -moz-box-sizing:border-box; position:relative; overflow:hidden; }
.supportPanelWrapper { width:46%; float:left; padding:0px 0px 0px 0px; box-sizing:border-box; -moz-box-sizing:border-box; margin-bottom:10px;  }
.supportPanelWrapper.last { float:right;  }


.supportPanel { width:100%; height:auto; float:left; padding:20px; border:solid 1px #e7e7e7; background:#FFF; box-sizing:border-box; margin:0px 0px 0px 0px; position:relative; cursor:pointer; /*padding-bottom: 100000px; margin-bottom: -100000px;*/ }
.supportPanel:hover { background:#eeeeee;  }

.supportPanel h3 { font-size:20px; line-height:26px; color:#585858; font-weight:200; }
.supportPanel h3.absolute { position:absolute; top:20px; left:20px; }
.supportPanel p { font-weight:200; font-size:14px; line-height:20px; }
.supportPanel .button { width:100%; height:40px; line-height:40px; border:none; margin:30px 0px 0px 0px; text-align:center; color:#FFF; font-weight:200; font-size:18px; text-transform:none; }
.supportPanel img.setupIcon { padding:60px 0px 10px 0px; width:300px; height:auto; }


.supportThirds { width:33.333333%; box-sizing:border-box; box-sizing:-moz-border-box; padding:0px 10px; float:left; }
.supportThirds .supportPanelWrapper { width:100%;  }
.supportThirds .supportPanelWrapper {  }
.supportThirds .supportPanel img.setupIcon { width:100%; max-width:300px; }

.supportThirds .supportPanel { min-height: 385px;}
.supportThirds .supportPanel .button { position: absolute; bottom: 20px; left: 20px; right: 20px; width: auto; }

.supportBackToPos .button { float:none; }
.supportBackToPos { display:none;}
.pos .supportBackToPos { display:block;}

.loader { position:absolute; left:50%; top:50%; margin-top:-25px; margin-left:-25px; }
