﻿
.headerIdMsg {display:block;  padding:5px 0; color:#B0D35A;font-size:12px;}

body table.priceGroupTable td input[type=text] {
    display:block!important;
    width:auto!important;
    max-width: 100%!important;
    min-width:100%!important;
    width:100%!important;
}


/* HTML */
	body {font-family: 'Roboto', sans-serif;/*font-family: ministry, sans-serif;*/ color:#000; background-color:#fff; font-size:14px; font-weight:400;}
    body.popup {background:#fff;border:none;}
	body.login {background-color: #f3f3f3;}
	
	hr.short { margin: 5px 0; }
	.hide {display: none; }
	fieldset { border: solid 1px #ccc }
	a:link, a:visited {color: #148bd6;text-decoration: none;}
	a:hover {text-decoration:underline;}
    table a i {color:#c3c3c3;}
    table a:hover i {color:#333;}
	
	textarea {width:100%!important; resize: vertical;}
	select {/*width:auto!important;*/ width:inherit;}
	select[multiple="multiple"] {width: 100%!important;}
	
	input.inputQty {width: 50px!important;}
	input.inputPrice {width: 80px!important;}


    input[type=checkbox],
    input[type=radio] {
        vertical-align:middle;
        margin-left:0;
    }
    input[type=checkbox] + label,
	input[type=radio] + label {display:inline; vertical-align:middle;}


    .checkBox {display:inline-block;}
    .checkBox input[type=checkbox] {margin:5px; padding:0; vertical-align:middle;}

	img[alt=Cancelled] {display: none;}
	a[title="Cancelled"] {color: red;}
	input[type=text] + input[type=image],
	select + input[type=image],
	input + a img,
    select + img.print {margin-bottom: -6px;}
	input[type=text],input[type="password"] {height: auto!important; padding: 3px!Important;margin: 3px 0;}
	input {width:auto!important; }
    input.wide {width:100%!important;}
    pre {white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word;}

    /* colorbox override */
    #colorbox {outline: none;}
    #cboxContent {background: blue;}
    #cboxContent #cboxLoadedContent {margin: 25px;}
    #cboxContent #cboxLoadedContent iframe {border: 1px solid #ccc;}

    /* Import/Export */
        #ExportMsg {float:left; line-height:40px; color: green; font-weight: bold;}
        .exportButton {float:left; margin-right: 15px;}

    h6 {font-size: 13px;}

    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 50;
        background:#f2f2f2;
        padding:8px;
        min-height:76px;
    }
    .sticky-top-buttons {
        position: sticky;
        top: 73px;
        z-index: 50;
        background:#E5E5E5;
        padding:4px;
        height:auto;
        margin-bottom:30px;
    }

    .sticky-top-buttons input {
        margin:0;
        margin:4px;
        max-height:36px;
    }

    .sticky-top-cancel-update {
        /*position: sticky;
        top: 0;
        z-index: 1020;
        padding-top:5px;*/
    }


	
/* HELPERS */
	.clear {clear:both;}
	.smallerText {text-align:left;font-size: 7pt;font-weight: normal;}
	.smalltext {font-size:11px; color:#666;}
    .mediumtext {font-size:13px;}
	.tiny {font-size:9px;color:#666;}
	.lightlabel {color:#aaa;}
	.stronglabel {font-size:12px; color:#666; font-weight:bold;}
	ul.bulletList {margin-left:15px;}
	.buttonStack a, .buttonStack input {display: block; margin-bottom: 3px; width: 97px;}
    .buttonStack a[disabled] {opacity: .65;}

    a.btn-edit {float:left; background:#fff; color:#444444; padding:0 6px; line-height:20px; border:2px solid #52A750; 
                 -moz-border-radius: 4px 4px 4px 4px;  
                  -webkit-border-radius: 4px 4px 4px 4px;   
                  border-radius: 4px 4px 4px 4px;}
    a.btn-edit:hover {text-decoration:none; color:#444444;}

    a.btn-delete {float:left; background:#fff; color:#444444; padding:0 6px; line-height:20px; border:2px solid #D25252; 
                  -moz-border-radius: 4px 4px 4px 4px;  
                  -webkit-border-radius: 4px 4px 4px 4px;   
                  border-radius: 4px 4px 4px 4px;  }
    a.btn-delete:hover {text-decoration:none; color:#444444;}

    /* fix for long strings of characters in order notes */
    table#ctl00_MainContent_PrivateNotesField,
	table#ctl00_MainContent_PublicNotesField {table-layout:fixed;word-wrap: break-word;}
	
	
	ul.tabs {list-style:none; margin:0; padding:0; height: 30px; border-bottom: 1px solid #ccc;}
	ul.tabs li {list-style:none; margin:0 4px 0 0; padding:0; float:left; }
	ul.tabs li a { display: block; line-height: 29px; padding: 0 15px; background: #ccc; border: 1px solid #ccc; border-bottom: 0; color: #444;}
	ul.tabs li a.active { display: block; line-height: 29px; padding: 0 15px; background: #F3F3F3; border: 1px solid #ccc; border-bottom: 0;}

    .popup .demobar {display: none;}
    .popup ul {margin-left: 1.8em;}

    select {
        background: #fafafa;
        font-family: inherit;
        border: 1px solid #b3b3b3;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        color: rgba(0, 0, 0, 0.75);
        margin: 3px 0;
        /* padding: 6px; */
        /* height: 26px; */
        /* width: 100%;
        max-width: 100%; */
        height:25px;
    }

    select[multiple] {height: auto;}

    h1,h2,h3,h4, h5, h6 {font-weight:400;}
    h1, h4 {margin-top:.25em;margin-bottom:.25em;font-family:inherit!important;}
    

    .button {border:0;box-shadow:none;font-weight:400;}

    .picker-wrap {padding: 15px;border: 1px solid #ccc;background:#fff;}
	.picker-wrap h6 {margin-top:0;}

    .pipe {color:#ccc; padding-left:.5em; padding-right:.5em;}

    .ui-tooltip  {font-size:12px!important; max-width:300px;padding-top:5px!important;padding-bottom:5px!important;}
    .ui-widget-shadow {box-shadow:3px 3px 3px rgba(0,0,0, .15)!important;}
    

/* STRUCTURE */
	#header {margin:0;padding:0;position:relative;z-index:1;background:#434343;}
	#wrapper {padding: 10px 0 40px;}
	#footer {margin:20px auto;clear:both; color: #6f6f6f;}

/* HEADER */
    .admin-message {background:#000;}

    .header {background:#434343;height:50px;}
    .header .logo {position:relative; padding-top:8px;}
    .header .logo img {max-width:148px;}
    .header .logo .version {position:absolute;left:142px;top:11px;color:#c0c0c0;white-space:nowrap;font-size:12px;}

    .nav {height:50px;float:left;}
	.nav > ul {height: 50px;list-style:none;margin:0;padding:0;float:left;}
	.nav > ul > li {list-style:none;margin:0;padding:0;float:left;position:relative;}
	.nav > ul > li > a {display:block;color:#fff;margin:0;padding:0 11px;line-height:50px;text-decoration:none;font-weight:500;height:50px;}
    .nav > ul > li.maintabselected > a {background:#333333;color:#d6f28e;cursor:default;border-bottom:none;}
	.nav > ul > li > a:hover,
    .nav > ul > li.maintabselected:hover > a,
	.nav > ul > li:hover > a {background:gray;border-bottom:none;color:#fff;}
	

    .util {float:right;height:50px;margin-left:15px;}
    .util a {display:block;float:left;height:50px;line-height:50px;color:#c0c0c0;}
    .util a:hover,
    .util a:hover i {text-decoration:none;color:#d6f28e; }
    .util a i {line-height:50px;color:#fff;font-size:16px;}

    .util a.help, 
    .util a.logout {color:#fff;padding-left:15px;padding-right:15px;}
    .util a.goToStore {float:right;padding-left:15px;}

    /*#header > .f-row:first-child .columns {
        padding-top:5px;
        padding-bottom:20px;
    }
    #header > .f-row.navwrapper {
        margin-bottom:0px;
    }
    .logo {max-width:100%;}
    .version {line-height: 20px;color:#fff;display:block; font-size:12px;}
	
	.util + img {float:left;}*/
	/* UTILITY LINKS */
	/*.util {float:right;}
	.util a, 
    .util > span {float:left;margin: 0 5px; line-height:20px;}
	.util a {color: #fff; font-size:12px;}
	.util a:hover {text-decoration:none;color: #c8e08c;}
	.util > span {color: #95b24c;}
    .util span.username {font-style:italic;}
	.util a.goToStore {margin-left: 30px;}
    .util .logout {margin-left:18px;}*/
	
	/* NAV - TABS */
	/*.nav {height:30px;margin-top:5px;}
	.nav > ul {height: 30px;list-style: none;margin: 0;padding: 0;}
	.nav > ul > li {list-style:none;margin:0;padding:0;display:inline-block;position:relative;}
	.nav > ul > li > a {display:block;border-radius:3px 3px 0 0;color:#434343;margin:0;padding:4px 10px 0;text-decoration:none;font-weight:500;letter-spacing:.03em;background:#fff;height:30px;border-bottom:1px solid #e3e3e3;}
	.nav > ul > li > a:hover,
	.nav > ul > li:hover > a,
	.nav > ul > li.maintabselected:hover > a {background:gray;border-bottom:none;color:#fff;}
	.nav > ul > li.maintabselected > a {background:#d8d0eb;color:#694bb2;cursor:default;border-bottom:none;}*/
	
	/* NAV - FLYOUT */
	.nav ul li ul {display:none;position:absolute;top:49px;left:0;width:200px;z-index:200;margin:0;list-style:none;text-align:left;border-bottom:5px solid #434343;border-radius: 0 0 4px 4px;}
	.nav ul li ul li {list-style:none;margin:0;padding:0;}
	/*.nav ul li:not(.maintabselected):hover ul {display: block;}*/
    .nav ul li:hover ul {display: block;}
	.nav ul li:hover ul li a {display:block;padding:4px 10px;background:gray;text-decoration:none;color:#fff;font-size:13px;}
	.nav ul li:hover ul li a:hover {list-style:none;background:#c0c0c0;color:#000;}
	
	/* MENU UNDER TABS */
	.submenuWrapper {background:#333333;}
	#submenu {zoom:1;margin:0;padding: 0;margin:0 auto;}
	#submenu:before, 
	#submenu:after {content:"";display:table;clear:both;}/* Contain floats: */ 
	#submenu a {font-size:12px;display:inline-block;padding: 2px 4px; margin: 10px 2px 10px 0; border-radius:3px; background:#434343;color:#fff;}
	#submenu a:hover {text-decoration:none;background:#fff;color:#434343;}
	#submenu a.currentpg {text-decoration:none;background:#d6f28e;color:#434343;cursor:default;}

/* FOOTER */
    img.pci {max-width:50px;}

    /* to top button */
    #to-top a {background-color:#333333; border-radius:4px 0 0 4px; position:fixed; z-index:9999; bottom:100px; right:0; width:30px; height:30px; text-align:center; display:flex; align-items:center; justify-content:center; color:#fff;}
	#to-top a:hover {text-decoration:none;}

/* MESSAGE BOX */
	.messagebox {border: 1px solid #fed22f; background: #fff; color: #ec910f;-moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;margin: 10px 0;}
	.messagebox ul {list-style: none;margin: 0;	padding: 10px 15px;}
	.messagebox ul li {list-style: none;margin: 0;padding: 5px 0;overflow: hidden;}
	.messagebox ul li .icon {float: left;width:35px;}
	.messagebox ul li .message {float: left;width: 86%; line-height: 30px;}
    .messagebox.center li {text-align: center;}   
    .block .messagebox {margin: 0;}

/* ERROR MESSAGE */
	.errormessage {border: 1px solid #b81900; background: #fff; color: #b81900; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;margin: 10px 0;}
	.errormessage ul {list-style: none;margin: 0; padding: 10px 15px;}
	.errormessage ul li {list-style: none;margin: 0;padding: 5px 0;color: #b81900;}
    span.errormessage {color:#b81900;margin:0;background:none!important; border: none!important;}
    .errormessage.center li {text-align: center;}
    .block .errormessage {margin: 0;}    


/* TABLE */
    table[align=right] {float: right;width:auto;}

    table th {text-align:left;}

    table.filter td {padding:5px;}
    table td img {max-width:200px;}
    table.smalltext td {font-size:12px;}
    table.topofcells td {vertical-align:top!important;}

/* FORM TABLES */
	.formlabel {text-align:left;vertical-align:top;width:150px!Important;padding:7px 10px 7px 0; line-height:30px;}
	.formlabel.wide {min-width:350px !important;}
    .formlabel.short {width: 100px!important;}
	.formfield {text-align:left;vertical-align:middle; padding:5px 0;}
    .formheading h2 {margin-top: 35px;}

/* DATA TABLES */
	.rowheader {text-align:left;}
	.rowheader td, th {padding: 5px!important; background-color:#434343;color:#fff; white-space:nowrap;font-weight:400;}
	.rowheader a {color:#fff;text-decoration:underline;}
    .rowheader a:hover {color:#f2f2f2;}
	.rowfooter td {padding: 5px!important; color:#444444; white-space:nowrap; font-weight:bold;}
	.row {text-align: left;background-color:#f9f9f9; padding: 20px;}
	.alternaterow {text-align: left;background-color:#f2f2f2;}
	.row td, 
	.alternaterow td,
    .rowselected td {border-bottom: solid 1px #fff;color: #333;padding: 5px!important;}
	.row:hover td, 
	.alternaterow:hover td {background: #fff;}
	.separator td {background-color: #909090; padding: 5px!important; color: #fff;}
    .rowselected {background-color: #D6F28E;}

    .rowselected:hover td, 
	.rowselected:hover td {background: #d6f28e;}

    /* NESTED DATA TABLE */
    table td.text-right {text-align:right!important;}

    tr.toggleRow > td,
    tr.toggleRow > td:hover {
        background: #B0D35A;
        padding: 20px!important;
    }
    tr.toggleRow table th {
        border-bottom: 1px solid #B0D35A;
        background: #8FAA4B;
    }
    tr.toggleRow table td {
        border-bottom: 1px solid #B0D35A;
        background: #fff;
    }



/* LINED TABLE */
	table.linedTable {width:100%; border-top: 1px solid #f9f9f9;}
	table.linedTable td {border-bottom: 1px solid #f9f9f9;padding: 10px 10px 10px 0;}
	table.linedTable td.formlabel {white-space: nowrap;vertical-align: middle;}
	table.linedTable table td {border:none; padding:0 10px 0 0;}

    table.linedTable td.formlabel label {font-weight: bold;white-space: nowrap;vertical-align: middle;}

/* AUDIT LOG */
	table.auditLogTable {margin-bottom: 20px;}
	table.auditLogTable td {padding:5px;border-bottom: 1px solid #FFFFFF;background:#f9f9f9;font-size:12px;}
	table.auditLogTable tr:hover td{background:#fff !important;}
	table.auditLogTable tr.FAIL td {background:pink;}
	table.auditLogTable tr.PASS td {background:#b8efbe; }
	table.auditLogTable th {text-align:left;}
	
/* BOX STYLES */
	.controlarea1 {background-color:#f9f9f9; padding:15px; border:1px solid #e3e3e3; margin:5px 0 10px;}

	#productcontent .controlarea1 input {width: 98%!Important;}
	#productcontent .controlarea1 input {width: 98%!Important;}
	
	.controlarea2 {padding: 10px; width:100%; background-color:#ddd; padding:10px; }
	.controlarea2 .sortbuttons {float:right; margin: 4px 10px 0; }
	
	.variantsdisplay {background-color:#F3F3F3; padding:15px; border:1px solid #ccc;}

    .controlarea1 > h2 {margin-top: 0;}

/* CONTENT BLOCKS */
    table #ctl00_MainContent_ContentColumnEditor_GridView1 {max-width: 900px!important;}
	.block {
		background-color:#F3F3F3; 
		padding: 10px; 
		margin-bottom: 10px;
	}
	.block {*zoom:1;}
	.block:before, .block:after {content:""; display:table;}
	.block:after {clear:both;}
	
	.block h6 {
		margin-top: 0;
	}
	.block ul {
		list-style: none;
		margin: 0;
	}

	/* CATEGORY MENU */
	.block.categoryMenu {
		
	}
	.block.categoryMenu ul ul {
		margin-left: 20px;
	}

    /* CATEGORY MENU PLUS */
    .block.categorymenuplus {

    }

	/* CATEGORY ROTATOR */
	.block.categoryrotator {
		
	}
	.block.categoryrotator .categoryIcon {
		display: block;
		margin-bottom: 5px;
	}
	.block.categoryrotator .categoryIcon img {
		max-width: 200px;	
	}
	.block.categoryrotator .categoryName {
		
	}

    /* FLASH IMAGE ROTATOR */
    .block.flashImageRotator {
        
    }

    /* HTML */
    .block.html {
        
    }

    /* HTML ROTATOR */
    .block.htmlRotator {
        
    }

	/* DYNAMIC HTML */
	.block.dynamicHtml {
		
	}

    /* IMAGE ROTATOR */
    .block.imageRotator {

    }

    /* IMAGE ROTATOR JQUERY */
    .block.imageRotatorJQuery {

    }

    /* LAST PRODUCTS VIEWED */
    .block.lastProductsViewed {

    }
    .block.lastProductsViewed table {
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	.block.lastProductsViewed table td {
		padding-bottom: 20px;
		vertical-align: top;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		background: #fff;
        padding: 5px;
	}

    .block.lastProductsViewed table table {
        border: none;
    }
    .block.lastProductsViewed table table td {
        padding: 0;
        border: none;
    }
    .block.lastProductsViewed table table td a img {
        margin-bottom: 5px;
    }
	.block.lastProductsViewed table table td a {
		font-size: 12px;
		display: block;
	}

	
	.block.lastProductsViewed table td img[alt="New"],
	.block.lastProductsViewed table td img[title="Add to Cart"],
	.block.lastProductsViewed table td img[title="Details"] {
		display: none;	
	}

    /* MAILING LIST SIGNUP */
    .block.mailingListSignup {

    }

    /* MAILING LIST UNSUBSCRIBE */
    .block.mailingListUnsubscribe {

    }

    /* ORDER ACTIVITY */
	.block.orderActivity {
		
	}
	.block.orderActivity span span {
		float: left;
		width: 25%;
		min-width: 208px;
	}

    /* PRODUCT GRID */
	.block.productgrid {
		
	}
    .block.productgrid table {
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	.block.productgrid table td {
		padding-bottom: 20px;	
		vertical-align: top;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;	
		background: #fff;
        padding: 5px;
	}
    .block.productgrid table td a img {
        margin-bottom: 5px;
    }
    .block.productgrid table td a {
        font-size: 12px;
		display: block;
    }

    /* PRODUCT REVIEW LIST */
    .block.productReviewList {
		
	}

    /* PRODUCT ROTATOR */
    .block.productrotator {

	}
    .block.productrotator a img {
		margin-bottom: 5px;
	}
    .block.productrotator a {
		font-size: 12px;
		display: block;
	}
    .block.productrotator br {
        display: none;
    }

    /* REVIEWS TO MODERATE */
    .block.reviewsToModerate {

    }

    /* RSS FEED VIEWER */
    .block.RssFeedViewer {

    }
    .block.RssFeedViewer table td {
        padding: 0 0 10px;
    }
    .block.RssFeedViewer table {margin-top: 15px;}

    .block.RssFeedViewer table a.itemTitle {
        line-height:1.3;
        margin-bottom:.3em;
        display:block;
        border-top: 1px solid #d2d2d2;
        margin-top: .3em;  
        padding-top:.8em;
        font-size: 105%;
    }
    .block.RssFeedViewer table span.itemDescription {
        display:block;
        font-size:13px;
    }

    /* SEARCH BOX */
    .block.searchboxform {

    }

    /* SIDE MENU */
    .block.sidemenu {

    }

    /* STICKY NOTE */
    .block .StickyNote {
        padding: 15px;
    }

    /* TOP 10 PRODUCTS */
    .block.topTenProducts {

    }

	/* TOP SELLING PRODUCTS */
	.block.topSellers table.singleProductDisplayGrid {
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	.block.topSellers table.singleProductDisplayGrid td {
		padding-bottom: 20px;	
		vertical-align: top;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;	
		background: #fff;
	}
	.block.topSellers table.singleProductDisplayGrid td div.SingleProductDisplayPanel {
		max-width:130px;
		padding: 10px;
	}
	.block.topSellers table.singleProductDisplayGrid td div.SingleProductDisplayPanel .SingleProductDisplayName a {
		font-size: 12px;
		display: block;
		margin-bottom: 5px;
	}
	.block.topSellers table.singleProductDisplayGrid td img[alt=New] {
		display: none;	
	}
	/* table */
	.block.topSellers table.singleProductDisplayTable {
		width: 100%;	
	}
	.block.topSellers table.singleProductDisplayTable td {
		padding: 5px; background: #fff;
		border-bottom: 1px solid #ccc;
	}
	.block.topSellers table.singleProductDisplayTable td img[alt="New"],
	.block.topSellers table.singleProductDisplayTable td img[title="Add to Cart"],
	.block.topSellers table.singleProductDisplayTable td img[title="Details"] {
		display: none;	
	}

    /* TOP WEEKLY SELLERS */
    .block.topWeeklySellers {

    }

    /* NEW VERSION */
    .block.newVersion {}
    .block.newVersion div.cap {background: #b81900; border-radius: 5px 5px 0 0; text-align:center; color: #fff; padding:4px 0;}
    .block.newVersion div.box {border: 1px solid #b81900; border-top: 0; padding: 5px 10px; font-size: 12px; border-radius: 0 0 5px 5px; background: #fff;}
    .block.newVersion div.box i {font-size: 55px; float:left;margin-right:10px;margin-top: 6px;}
    .block.newVersion div.box span {display: block; font-size: 18px; font-weight: bold;}

.workflowstep {width:500px;height:74px;	background-image: url(Images/WorkflowStep.png);	margin:0;padding:0;}
.stepdescription {color:#fff;padding: 10px 20px 0 20px;}
.steptype {color:#999;padding: 0 20px 5px 20px;}

.StickyNote {color: #000;font-family: 'Comic Sans MS' , Arial, Verdana;}
.RssFeedViewer {}

#filterSaveLoad {list-style-type: none;float: right;text-align:right;}

.highlightedcolumn {background-color: #ffc;}

.productheader {/*margin-bottom: 20px;*/}
.productheader h2 {margin:0;line-height:1.2;vertical-align:top;}
.productheader img {max-height:100px; max-width:100px; border:1px solid #ccc!important;}

.categoryheader {/*margin-bottom: 20px;*/}
.categoryheader h2 {margin:0;line-height:1.2;vertical-align:top;}
.categoryheader img {max-height:100px; max-width:100px; border:1px solid #ccc!important;}

.printbackground {background-color:#fff;color:#000;}

.upstoggle {border:solid 1px #999;background-color:#ccc;color:#333; width:100%;}
.upstoggle td {padding: 5px;}

.upssection { width:100%;}
.wrap {padding:10px;border:solid 1px #999;  background-color:#ffc;}
.wrap table td {padding: 5px;}

.upssection1 {}
.upssection2 {background-color:#f5f5f5;}

.smallcolumneditor .controlarea2 {margin:10px 0 0 0;}
.smallcolumneditor .decoratedblock {margin:0 0 10px 0;background-color:#F9F9F9;}
.smallcolumneditor .blockcontent {padding:0px;}
.smallcolumneditor .sidemenu ul/* , .categorymenu ul */ {padding:0;margin:5px 0 5px 0;}
.smallcolumneditor .sidemenu li/* , .categorymenu li */ {list-style:none;}
.smallcolumneditor .sidemenu {width:175px;}
.smallcolumneditor .sidemenu .decoratedblock {width:175px;margin:0;}
.smallcolumneditor {overflow: hidden;}

/* * choices and inputs editing * */
.radiobuttonimagelist ul {margin:0;}
.radiobuttonimagelist li {display: inline; list-style: none;}
.radiobuttonimagelist ul ul {padding:0; margin: 5px 0 5px 10px; font-size: 11px; }
.radiobuttonimagelist ul .imageli {display: block; list-style:none; margin-top: -18px; margin-left: 30px;}
.radiobuttonimagelist ul .radiobuttonli {display: block; list-style:none;}

.radiobuttonnormallist ul {margin:0;}
.radiobuttonnormallist li {display: inline; list-style: none;}
.radiobuttonnormallist ul ul {padding:0; margin: 5px 0px; font-size: 11px; }
.radiobuttonnormallist ul .rblist {margin-left: 7px;}

.ProdImagePreview { /* max-width: 205px; max-height: 280px; */ }

.MarkDownPrice {text-decoration:line-through;}

.orderactivityemaildisplay {display: block; width: 140px; overflow: hidden;}

/* full screen overlay waiting msg
#wait {display:none; position: fixed; left:0; top:0; right:0; bottom:0; height: 100%; width:100%; background: #fff; z-index: 201;}
#wait div {position:absolute; width:100%; text-align:center; top:44%; color:#555; font-weight:bold;  vertical-align:middle;}
#wait div span {display:block;line-height:1.5;} */

/* subtle waiting msg */
#wait {display:none;position: fixed; left:0; top:0; right:0; bottom:0; height: 117px; width:100%; background: #fff; opacity:.9; z-index: 201;box-shadow: 0 0 10px #222;}
#wait div {position:absolute; width:100%; text-align:center; top:28%; color:#222; font-weight:bold;  vertical-align:middle;}
#wait div span {display:block;line-height:1.5;}


.sqlpatch .content { padding: 0 20px 0 20px; }

.editorpanel {background-color:#ffd;border:solid 1px #ccc;
              padding:20px;font-size:13px;color:#666;
              -moz-border-radius:10px;
                -webkit-border-radius:10px;
                border-radius:10px;}
.editorpanel h2 {font-weight:bold; color:#333; font-size:13px;border:none;}
.withleftcol {margin-left:260px;}
.withrightcol {margin-right:260px;}
#advancedpanel {}

#ctl00_MainContent_CategoryTypeRadioButtonList {
	margin-bottom: 15px;	
}

/* jquery tabs */
.ui-tabs ul.ui-tabs-nav li a {
	font-size: 12px;
	padding: .5em .7em;	
}

.CartItemDescription {
	width:350px;	
}

.CartItemDescription .kit-detail-display
{
    margin-left: 25px;
}

/* PAGER */
	tr.pager { background: #ccc;}
	tr.pager table {width: auto !important;}
	tr.pager table td {padding: 0;margin: 0;}
	tr.pager > td {padding: 0 0;}
	tr.pager table td a,
	tr.pager table td span {float: left;padding: 7px 10px;border: 1px solid #a8a8a8;	line-height: 1;background: #efefef;color: #909090;}
	tr.pager table td span {border: 1px solid #a8a8a8;background: #fff;color: #000;}
	tr.pager table td a:hover {background: #fff;text-decoration: none;}

/* KITS */
	.kitComponents { margin-top: 15px; border: solid 1px #CCCCCC; padding: 10px 10px 10px 10px; background-color: #F5F5F5; }
	#KitGroupInfo { margin: 10px 0 5px 0; border: solid 1px #CCCCCC; background-color: #FFFFFF; padding: 5px; }
        #KitGroupInfo > table {border: 1px solid #d2d2d2;}
	#KitGroupInfo table td { font-weight: bold; color: gray;}
	ul.kitcomponent {list-style: none;}
	
/* LOGIN FORM PAGE */
    body.login {
        background: #fff;
        position:absolute;
        height: 100%;
        width:100%;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .login .messagebox {/*position:absolute;top:80px;left:100px; right:100px; width:300px;*/}
	#Login {
		width: 400px;
        /*margin-right: auto;*/
		padding: 20px;
		background: #fff;
        border-radius:4px;

        /*position:absolute;
        left:50%;
        margin-left:-250px;
        top: 50%;
        margin-top: -250px;*/
        /*border:1px solid #dadada;*/
	}
    #Login div.text-center {}
    #Login input[type=text],
    #Login input[type=password] {width:100% !important;text-align:center;}
    
    #Login img.loginlogo {margin-top:20px;margin-bottom:10px;}

    #Login #Copyright {color: #656565; font-size: 12px; margin-top: 50px}

    #Login input.oversize {font-size:18px!important;padding:10px!important;height:auto!important;}

    #Login input[type="submit"].button.login-btn {width:100%!important;font-size:18px; padding:12px!important;margin-top:3px;border:none;box-shadow:none;background:#434343;}

/* PRODUCT PICKER */
	#productpicker {padding: 15px;border: 1px solid #ccc;background:#fff;}
	#productpicker h6 {margin-top:0;}

    table td.trackInventory table {width:100%;}
    table td.trackInventory table td,
    table td.trackInventory table tr:hover td {background:#F3F3F3!important; border: none;}
    table td.trackInventory table td .hide input {width: 45px!important;}

/* SITE OPTIONS */
	ul.optionsList {overflow:hidden; border: 1px solid #ccc;list-style: none; margin: 0; padding: 2px 0 2px 2px;}
	ul.optionsList li { margin: 3px; border: 1px solid #ccc; float:left; text-align:center;}
	ul.optionsList li a {display: block; padding: 15px; width:163px; font-weight: bold; background:#F3F3F3;}
	ul.optionsList li a:hover {background: #fff; text-decoration: none;}

/* FOUNDATION SIDE-NAV OVERRIDE */
    ul.side-nav {
        margin: 10px 0 10px!important;
        padding:0!important;
	}
	ul.side-nav > li {
       margin:0!important;
       padding:0!important;
	}
    ul.side-nav > li > a {
		 padding: 7px 10px;
         border-radius:3px;
         margin-top:1px;
         color:#555;
         background-color: #F3F3F3;
         border: 1px solid #ccc;
	}
    ul.side-nav > li > a:hover {
         background: #e5e5e5;
         text-decoration:none;
	}
    ul.side-nav > li > a.active, ul.side-nav > li > a.currentpg {
        background:#C8E08C;
    }

    ul.side-nav > li.heading {
        background: #fff;
        font-weight:bold;
        letter-spacing: .04em;
        font-size: 15px;
    }
    ul.side-nav > li.heading > span {
		 padding: 0 0 10px;
         display:block;
	}

	ul.side-nav ul {
			
	}
	ul.side-nav ul li {
		margin: 0 0 3px!important;
	}
    ul.side-nav ul li a {
		
	}

    /* tabs */
    ul.side-nav.tab {height:31px;margin-bottom:0!important;border-bottom:1px solid #ccc;padding-left:5px!important;}
    ul.side-nav.tab > li {float:left;margin:0 2px 0 0!important;}
    ul.side-nav.tab > li a {height:30px; padding-bottom:0;margin:0;border-radius: 3px 3px 0 0;border-bottom:0;color: #777;}
	

/* PLUGIN STYLES */	
div.tooltip { 
    background-color:#f5f5f5;
    border:1px solid #979797;
    padding:10px 15px;
    width:200px;
    display:none;
    color:#6b6b6b;
    text-align:left;
    font-size:12px;
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000;
}
tr.dateTime td,
tr.dateTime td.formlabel label {
	vertical-align: middle!important;
}
tr.dateTime td.formfield label {
	padding: 0 5px 0 15px;
	font-weight: bold;
}
tr.dateTime td.formfield select,
tr.dateTime td.formfield input {
	margin: 1px;
}

#settingsmenu.controlarea1 h4 {
    margin-left: 5px;
}

table.shadedGrid {
    
}
table.shadedGrid td, table.shadedGrid th {
   
}


/* CONTENT COLUMN EDIT BUTTON */
a.customButton {
    background: url(Images/Buttons/Edit.png) no-repeat 0 0;
    width: 40px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    margin: 5px;
}

/* SHIPPING RULES */
table.rules table.formtable label {
    display: inline;
}

.printwindow {height:500px; overflow:auto; padding: 40px; border: 3px dashed gray;}


/* Image Browser */
.imageBrowser {
    background: #F5F5F5;
    padding: 15px;
}
.imageBrowser td {
    vertical-align: top;    
}
.imageBrowser h2 {
    margin: 0 0 .5em;
    padding: 0;
}

.imageInfo td {
    font-size: .9em;
    text-align:center;
}
.imageInfo td div.image {
    width: 250px;
    height: 250px;
    background: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.imageInfo img {
    max-width:100%;
    max-height: 100%;
}
.imageInfo div.details {padding:5px 5px 15px;font-size:.9em; background: #ccc;}

.uploadImage {
    background: #ddd;
}
.uploadImage table td {
    padding: 5px;
}
.uploadImage table {margin-bottom:10px;}

/* Tiny MCE RTE */
body .mceLayout {width:100%!important;}

/* ADDRESS BOOK */
    .addressbookpanel {
	    margin-bottom: 30px;	
	    position: relative;
    }
    .addressbookpanel > span {
	    /* BUTTON */
	    display: block;
	    height: 26px;
	    overflow: hidden;
    }
    .addressbookpanel span input.addressBookButton {
	    width: 182px;
	    height: 52px;
    }
    .addressbookpanel span input.addressBookButtonActive {
	    margin-top: -26px;
    }
    .addressbookpanel div {
	    /* ADDRESS PANEL */
	    position: absolute;
	    left: 31px; 
	    top: 26px;
	    -moz-box-shadow: 0 2px 6px #666;
	    -webkit-box-shadow: 0 2px 6px #666;
	    box-shadow: 0 2px 6px #666;
	    max-width: 450px;
	    background: #f5f5f5;
    }
    .addressbookpanel div span .closeBtn {
	    position: absolute;
	    top: -16px;
	    right: -16px;
        -moz-box-shadow: 0 2px 6px #666;
	    -webkit-box-shadow: 0 2px 6px #666;
	    box-shadow: 0 2px 6px #666;
    }

    ul.addressBook {
	    list-style: none;
	    margin: 25px;
	    padding: 5px;
	    background: #fff;
	    border: 1px solid #ccc;
	    max-height: 200px;
	    overflow: auto;
	    max-width: 450px;
    }
    ul.addressBook li {
	    margin: 5px;
	    padding: 0;
    }
    ul.addressBook li p {
	    margin: 0!important;
	    padding: 0!important;
    }
    ul.addressBook li a {
	    display: block;
	    padding: 15px;
	    text-decoration: none;
	    background: #dcf0f8;
	    border: 1px solid #ccc;
	    -webkit-border-radius: 6px;
	    -moz-border-radius: 6px;
	    border-radius: 6px;
	    font-size: 12px;
	    line-height: 16px!important;
    }
    ul.addressBook li a strong {
	    font-weight: bold;	
    }
    ul.addressBook li a:hover {
	    background: #aee1f6;
	    color: black;
    }

/* GIFT CERTIFICATES */
    table.giftcertificates td {
	    padding-bottom: 4px !important;	
    }
    table.giftcertificates td input[type=text] {
	    margin-bottom: 0;
    }
    table.giftcertificates td table {
	    margin-top: 15px;
    }
    table.giftcertificates td table th {
	    padding: 10px;
	    text-align: left !important;	
	    display: none!important;
    }
    table.giftcertificates td table td {
	    padding: 10px !important;
	    vertical-align: middle;	
	    background: #dbeff8;
	    background: -moz-linear-gradient(top,  #dbeff8 0%, #eef9fe 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbeff8), color-stop(100%,#eef9fe));
	    background: -webkit-linear-gradient(top,  #dbeff8 0%,#eef9fe 100%);
	    background: -o-linear-gradient(top,  #dbeff8 0%,#eef9fe 100%);
	    background: -ms-linear-gradient(top,  #dbeff8 0%,#eef9fe 100%);
	    background: linear-gradient(top,  #dbeff8 0%,#eef9fe 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbeff8', endColorstr='#eef9fe',GradientType=0 );

    }
    table.giftcertificates td table td input {
	    float: right;	
    }
    .viewInStore{
        margin-top: 20px;
    }

/* PROMOTION CODE */
    .stepPromotionCode table.promotions  {
	    width: 90% !important;
	    margin-top: 15px;
    }
    .stepPromotionCode table.promotions  td {
	    padding: 10px !important;
	    vertical-align: middle;	
	    background: #dbeff8;
	    background: -moz-linear-gradient(top,  #dbeff8 0%, #eef9fe 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbeff8), color-stop(100%,#eef9fe));
	    background: -webkit-linear-gradient(top,  #dbeff8 0%,#eef9fe 100%);
	    background: -o-linear-gradient(top,  #dbeff8 0%,#eef9fe 100%);
	    background: -ms-linear-gradient(top,  #dbeff8 0%,#eef9fe 100%);
	    background: linear-gradient(top,  #dbeff8 0%,#eef9fe 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbeff8', endColorstr='#eef9fe',GradientType=0 );
	    border-top: 10px solid #fff !important;
	    border-bottom: 10px solid #fff !important;
    }
    .stepPromotionCode table.promotions  td input {
	    float: right;	
    }

    /* PREVIEW VIEW WINDOW */
    .previewview {
        overflow:scroll; 
        width: 100%; 
        height: 650px;
        margin-bottom: 20px;
        border:5px solid #424242;
    }
    .previewview table {
        background:#fff;
    }
    .previewview table th {padding:5px;border:1px solid #ccc;}
    .previewview table td {vertical-align:top;padding:5px;border:1px solid #ccc;}



/* MODAL in ORDER STATUS control*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }



/* DATE RANGE PICKER - ORDER MANAGER */
.DateRangePicker {position:relative;}
.DateRangePicker .panel {background:#fff;margin-bottom:0;padding:5px;}
.DateRangePicker .panel select {margin-bottom:0; margin-top:0;}


/* ORDER MANAGER */
table.order-table {margin-bottom:20px;}
table.order-table i {width:20px;text-align:center;}
table.order-table tr th,
table.order-table tr.row td,
table.order-table tr.alternaterow td {white-space:nowrap;padding:8px 10px!important;height:44px;}

/*YELLOW*/
.status-partial-shipped,
.status-partial-paid,
.order-on-hold {color:#c79f00}
/*GREEN*/
.status-shipped,
.status-paid,
.order-complete {color:#6fd15c;}
/*RED*/
.status-overpaid,
.order-cancelled {color:#ff6b6b;}

/*GRAY*/
.status-unshipped,
.status-unpaid {color:#ccc;}

i.inactive {opacity:.0;}





 /* Dropdown Button */
.btn {
  background-color: #ccc;
  color: #434343;
  padding: 16px;
  font-size: 14px;
  outline: none;
  display:inline-block;
  line-height:1;
  border-radius: 4px 0 0 4px;
  cursor:default;
}
.btn i.fa {line-height:1;}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position:relative;
  display: inline-block;
}
.dropdown .btn {border-radius: 0 4px 4px 0; background: #333333; cursor:pointer; color:#fff;}
.dropdown:hover .btn  {border-radius: 0 4px 0 0;} 

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  z-index: 1;
}
.dropdown .dropdown-content .btn {border-radius:0;}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  right:0;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .btn  {
  background-color: #8a8a8a;
} 
.dropdown:hover .dropdown-content .btn:hover {background:#797979;}

.readOnly {
    background-color: #ddd !important;
    color: #444 !important;
}

    .variantsdisplay table td input[type=text], .variantsdisplay table td textarea {text-transform: uppercase;}

    /* COLORS */
    /* requires Product Modifier's anthem:RadioButtonList to be set to RepeatLayout="Flow" and RepeatColumns="99" */
    .radiobuttonimagelist .choicefield span {}
    .radiobuttonimagelist .choicefield input {display:none;}
    .radiobuttonimagelist .choicefield input + label {float:left;}
    .radiobuttonimagelist .choicefield input + label img {border:5px solid #F6F6F6;}
    .radiobuttonimagelist .choicefield input[checked=checked] + label img {border:5px solid #fff;box-shadow:0 0 4px #000;}

    /*buttons*/
button, .button, .button:link, .button:visited { border: none; cursor: pointer; font-family: inherit; font-weight: bold; line-height: normal; margin: 0; position: relative; text-decoration: none; text-align: center; display: inline-block; padding-top: 0.75em; padding-right: 1.5em; padding-bottom: 0.8125em; padding-left: 1.5em; /*font-size: 1em;*/ background-color: #8b9d36; /*border-color: #8b9d36;*/ color: white; border-radius:.3em; text-decoration: none; /*font-weight:bold;*/ -webkit-box-shadow: none; box-shadow: none; text-transform: uppercase; }
button:hover, button:focus, .button:hover, .button:focus { background-color: #ccdc83; }
button:hover, button:focus, .button:hover, .button:focus { color: #8b9d37; }
button.secondary, .button.secondary { background-color: #ccdc83; border-color: #ccdc83; color: #8b9d37; font-weight: bold; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { background-color: #dbec8f; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { color: #8b9d37; }
button.gray, .button.gray { background-color: #696969; border-color: #696969; color: white; }
button.gray:hover, button.gray:focus, .button.gray:hover, .button.gray:focus { background-color: #808080; }
button.gray:hover, button.gray:focus, .button.gray:hover, .button.gray:focus { color: white; }
button.large, .button.large { padding-top: .8em; padding-right: .8em; padding-bottom: .7em; padding-left: .8em; font-size: 1.2em; white-space: nowrap; }
button.small, .button.small { padding-top: 0.5625em; padding-right: 1.125em; padding-bottom: 0.625em; padding-left: 1.125em; font-size: 0.8125em; font-weight: normal; }
button.tiny, .button.tiny { padding-top: 0.4375em; padding-right: 0.875em; padding-bottom: 0.5em; padding-left: 0.875em; font-size: 0.6875em; }

.modifiervalue .row {padding:0;}

i.order-on-hold,
i.status-unshipped,
i.status-unpaid {
    color: #e0dc00;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.30);
}

.formlabel { padding: 2px 10px 2px 0;}
.formfield {padding:0;}