
.headerIdMsg {display:block; background:#333; border-radius:5px; border:1px dashed gray; padding:5px 10px; color:#B0D35A;margin-top:5px;}

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; color:#000; background-color:#fff;}
    body.popup {background:#fff;border:none;}
	body.login {background-color: #f3f3f3;}
	th {text-align:left;}
    table.smalltext td {font-size:12px;}
	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[align=right] {float: right;width: auto;}
	textarea {width:100%!important; resize: vertical;}
	select {margin: 3px 0; max-width: 100% !important;}
    select {max-width: 100% !important;}
	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;
    }
    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;}

    table td img {max-width:200px;}
	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"], input[type="number"] {height: auto!important; padding: 3px!Important;}
	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;}
	
/* 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%; */
    }

    

/* STRUCTURE */
	#header {margin:0;padding:0;position:relative;z-index:1;border-top:2px solid #c8e08c;background:#424242;}
	#wrapper {padding: 10px 0 40px;}
	#footer{margin:20px auto;clear:both; color: #6f6f6f;}

/* HEADER */
    #header > .f-row:first-child .columns {
        padding-top:15px;
        padding-bottom:20px;
    }
    #header > .f-row {
        background:#424242;
    }
    .logo {max-width:100%;}
    .version {line-height: 20px;margin-top:10px; color: gray;display:block;}
	
	.util + img {float:left;}
	/* UTILITY LINKS */
	.util {float:right;margin-top:10px;}
	.util a, 
    .util > span {float:left;margin: 0 5px; line-height:20px;}
	.util a {color: #fff;}
	.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;}
	.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:#c8e08c;margin:0;padding:4px 10px 0;text-decoration:none;font-weight:500;letter-spacing:.03em;font-size:14px;background:#333;height:30px;}
	.nav > ul > li > a:hover,
	.nav > ul > li:hover > a,
	.nav > ul > li.maintabselected:hover > a {background:gray;color:#FFFFFF;}
	.nav > ul > li.maintabselected > a {background:#fff;color:#434343;cursor:default;}
	
	/* NAV - FLYOUT */
	.nav ul li ul {display:none;position:absolute;top:29px;left:0;width:200px;z-index:200;background:gray;margin:0;padding:2px;list-style:none;text-align:left;}
	.nav ul li ul li {list-style:none;margin:0;padding:0;}
	.nav ul li:hover ul {display: block;}
	.nav ul li:hover ul li a {display:block;padding:6px 10px;margin-bottom: 1px;background:#777;text-decoration:none;color:#fff;font-size:13px;}
	.nav ul li:hover ul li a:hover {list-style:none;background: #999;}
	
	/* MENU UNDER TABS */
	.submenuWrapper {background: #fff;}
	#submenu {zoom:1;margin:0;padding:10px 0 3px;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: 0 0 2px 2px; border:1px solid #fff; border-radius:3px;}
	#submenu a:hover {text-decoration:none;border:1px solid #DDDDDD;}
	#submenu a.currentpg {text-decoration:none;border:1px solid #bcbcbc;}

/* FOOTER */
    img.pci {max-width:50px;}

/* 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; width: 100%;}
    .nuco-okay .messagebox {border: 1px solid #58c2b4; color: #26a695}
    .nuco-error .messagebox {border: 1px solid #ff675b; color: #fd5502;}
	.messagebox ul {list-style: none;margin: 0;	padding: 10px 15px; width: 100%; line-height: 30px;}
	.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: calc(100% - 28px - 1.5em);}
    .messagebox.center li {text-align: center;}   
    .messagebox ul li .fa {float: left; width: 20px; margin-right: 8px; line-height: 30px;}
    .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;}    

/* FORM TABLES */
	.formlabel {text-align:left;vertical-align:top;width:150px!Important;padding:7px 10px 7px 0;}
	.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: #666;color:#fff; white-space:nowrap;}
	.rowheader a {color:#fff;text-decoration:underline;}
    .rowheader a:hover {color:#e3e3e3;}
	.rowfooter td {padding: 5px!important; color:#444444; white-space:nowrap; font-weight:bold;}
	.row {text-align: left;background-color:#F0F0F0; padding: 20px;}
	.alternaterow {text-align: left;background-color:#e3e3e3; padding: 20px;}
	.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 #ccc;}
	table.linedTable td {border-bottom: 1px solid #ccc;padding: 10px 10px 10px 0;}
	table.linedTable td.formlabel {white-space: nowrap;vertical-align: middle;}
	table.linedTable table td {border: none;padding: 0 10px;}

    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:#F0F0F0;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:#f2f2f2; padding:15px; border:1px solid #e6e6e6; margin:5px 0 10px;}

	#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 h1 {margin:0;line-height:1.2;vertical-align:top;}
.productheader 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 {}
	tr.pager table {width: auto !important;}
	tr.pager table td {padding: 0;margin: 0;}
	tr.pager > td {padding: 5px;}
	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: #454545;
        position:absolute;
        height: 100%;
        width:100%;
    }
    .login .messagebox {position:absolute;top:80px;left:100px; right:100px; width:300px;}
	#Login {
		width: 500px;
        height:500px;
        margin-right: auto;
		padding: 10px 0 30px;
		background: #434343;
		border-radius:1000px;
		box-shadow: inset 0 6px 8px #393939;
        position:absolute;
        left:50%;
        margin-left:-250px;
        top: 50%;
        margin-top: -250px;
        border:1px solid #4c4c4c;
	}
    #Login div.text-center {padding: 0 140px;}
    #Login input[type=text],
    #Login input[type=password] {width:100% !important;text-align:center;}
    
    #Login img.loginlogo {margin-top:160px;margin-bottom:10px;}

    #Login #Copyright {color: #656565; font-size: 12px; margin-top: 50px}

/* 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:2em!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;}


.welcomeMsg { position: absolute; top: 20px; left: 20px; display:none; }
.welcomeMsg h1  { font-size: 120%; }

.Success    { font-weight: bold; color: #390; }
.ErrorHeading { font-weight: bold; color: #900; }
div#doc-list {height: 480px; border: 1px solid #DDD; overflow-y: auto;}
ul.file-folder-list {margin: 0 0.5em; padding: 0; line-height: 24px; list-style-type: none;}
ul.file-folder-list li {margin: 0;}
ul.file-folder-list li a.folder-closed {background:URL(Images/FileIcons/folder-closed.png) center center no-repeat; width: 16px; height: 16px; margin-right: 0.5em; display: inline-block; vertical-align: middle;}
ul.file-folder-list li a.folder-open {background:URL(Images/FileIcons/folder-open.png) center center no-repeat; width: 16px; height: 16px; margin-right: 0.5em; display: inline-block; vertical-align: middle;}
ul.file-folder-list li a.delete-folder-link, ul.file-folder-list li a.delete-file-link {margin-left: 0.5em;}
ul.file-folder-list li a.open-file-link {margin-right: 0.5em;}
ul.file-folder-list li ul {margin-left: 1.5em; list-style-type: none;}
.invisible, ul.invisible {display: none;}
#ctl00_MainContent_success {color: #006622; background-color: #d9ffe5; padding: 0.5em 1em; text-align: center; border: 1px solid #006622; text-align: center; font-weight: bold; margin-bottom: 1.5em;}
li.base-file {background: URL(Images/FileIcons/_blank.png) center left no-repeat; padding-left: 24px;}
li.file-jpg {background: URL(Images/FileIcons/jpg.png) center left no-repeat; padding-left: 24px;}
li.file-pdf {background: URL(Images/FileIcons/pdf.png) center left no-repeat; padding-left: 24px;}
li.file-ai {background: URL(Images/FileIcons/ai.png) center left no-repeat; padding-left: 24px;}
li.file-gif {background: URL(Images/FileIcons/gif.png) center left no-repeat; padding-left: 24px;}
li.file-png {background: URL(Images/FileIcons/png.png) center left no-repeat; padding-left: 24px;}
li.file-doc {background: URL(Images/FileIcons/doc.png) center left no-repeat; padding-left: 24px;}
li.file-docx {background: URL(Images/FileIcons/docx.png) center left no-repeat; padding-left: 24px;}
li.file-ppt {background: URL(Images/FileIcons/ppt.png) center left no-repeat; padding-left: 24px;}
li.file-pptx {background: URL(Images/FileIcons/pptx.png) center left no-repeat; padding-left: 24px;}
li.file-zip {background: URL(Images/FileIcons/zip.png) center left no-repeat; padding-left: 24px;}
div.file-folder-creation {margin: 0 0 1em; box-sizing: border-box;}
div.file-folder-creation div.file-folder {float: left; width: 21%; padding: 1%;}
div.file-folder-creation div.file-folder-listbox {float: left; width: 63%; padding: 1%;}
div.file-folder-creation div.submit {float: right; width: 10%; text-align: center; padding: 1%;}
div.file-folder-creation::after {clear: both; display: table; content: '';}
div.warning {border: 1px solid #e57300; color: #e57300; background-color: #ffecd9; padding: 1em; font-weight: bold; text-align: center;}
div.fright, p.fright {float: right; margin: 0 0 1em 1em;}
div.cboth {clear: both;}
ul.pager {height: 2em; margin: 0; padding: 0; list-style-type: none;}
ul.pager li.previous {float: left; width: 48%; margin: 0 0 1em;}
ul.pager li.next {float: right; text-align: right; width: 48%; margin: 0 0 1em;}
table#emails-table {clear: both;border-top: 1px solid #DDD; border-left: 1px solid #DDD; background-color: #FFF; color: #666;}
table#emails-table tr th {border-bottom: 1px solid #DDD; background-color: #666666; color: white; font-weight: bold; font-size: 100%; text-align: left;}
table#emails-table tr td { border-bottom: 1px solid #DDD; vertical-align: top;}
table#emails-table tr.grey {background-color: #dedede;}
table#emails-table tr td.email-body {background-color: #FFF;}
table#emails-table tr.hover-effect, table.gv-link-2017 tr {cursor: pointer;}
table#emails-table tr.hover-effect:hover { background-color: #b2b2b2;}
table#emails-table tr td:after {clear: both; display: table; content: '';}
table#emails-table tr td.email {width:35%;}
table#emails-table tr td.date {width: 10%;}
table#emails-table tr td.subject {width: 55%;}
/* added by Adam Senour September 24, 2015 */
.group:after, ul.menu:after, #nucoSearch:after {
  content: "";
  display: table;
  clear: both;
}
div#order-summary {float: left; width: 35%; margin: 1em 0;}
div#order-graph {float: right; width: 60%; margin: 1em 0; }
.group, #nucoSearch {overflow: hidden;}
.tright, .gvheader .tright {text-align: right;}
.tleft {text-align: left !important;}
.gvsummaryrow {background-color: #CCC; color: #000; font-weight: bold; text-align: right;}
.gvsummaryrow td {text-align: right; padding: 4px !important; font-weight: bold !important;}
ul.inline-menu {margin: 0 0 1em 1em; padding: 0; display: inline-block; list-style-type: none;}
ul.inline-menu li {margin: 0; padding: 0; display: inline-block;}
ul.inline-menu li a.active {font-weight: bold; color: #e57300;}
div#order-chart {margin: 1em auto; text-align: center; height: 400px;}
div.map, div.map-info, div.max-height-400 {height: 400px; max-height: 400px;}
div.map-info {height: 570px; max-height: 570px;}
div.course-info {float: left; width: 47.5%; padding: 0.5em 1%;}
div.course-date-location {float: right; width: 47.5%; text-align: right; padding: 0.5em 1%;} 
.coords {display: none;}
ul#course-list {margin: 0; padding: 0 1em 0 0; list-style-type: none; height: 100px; overflow-y: auto;}
ul#course-list li a {color: #00aeef;}
ul#course-list li {margin: 0; padding: 0 0 0.25em;}
div.map {width: 100%; margin-bottom: 1.5em;}
div#recent-searches {float: right; width: 49.5%;}
div#course_list {float: left; width: 49.5%;}
.margin-bottom-2em, .f-row.margin-bottom-2em {margin-bottom: 2em;}
#total_profits .gvItem{
  border-top: black 2px solid;
  border-bottom: black 2px solid;
}

#clearbooks_curl {
	margin-bottom: 1.5em;
}

/* added by Chris Curtis 16 August 2016 for loading spinner on Dashboard */
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #009FE3;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
#connecting_to_cb {
	  width: 100%;
    text-align: center;
    color: #009fe3;
    font-weight: bold;
}
.current_month {
	border-left: thick double #009ee2;
	border-right:thick double #009ee2;
}
.year_end {
	border-right:thick solid #f00;
}

#this_month_container {
    position: fixed;
    bottom: -73px;
    right: 25px;
    width: 195px;
}
.label {
  width: 70px;
  padding-left: 7px;
  font-weight: bold;
  float:left;
}
.figure{
  float:right;
  padding-right: 7px;
}
.label, .figure {
  display: inline-block;
}
#sales_this_month,
#target_this_month, 
#diff_this_month {
  height: 27px;
  line-height: 27px;
  border-left: solid #666;
  border-right: solid #666;
  background-color: #fff;
}
#diff_this_month {
  background-color: #eaeaea;
}
.slide-up
{
    bottom: 0px !important;
}

.slide-down
{
    bottom: -73px !important;
}
.invoice_status_circle{
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-left: 5px;
}
.release_button{
  background-color: #656565;
  color: #fff !important;
  border-radius: 5px;
  font-size:0.8em;
  padding: 3px 12px;
}
span.header {display: inline-block; width: 80px;}

.lookup_postcode{width:150px;}
a.link-button, .gv-2017 td a.link-button {border: 1px solid #205900; padding: 0.5em 1em; display: inline-block; margin-left: 0.5em;}
a.delete-button {border: 1px solid #009297; background-color: #009297; color: #FFF; display: inline-block; padding: 0.5em 1em; margin-left: 0.5em;}
#mainform input.auto-width, #mainform select.auto-width {max-width: 100%;}
.inline-block-label, .inline-block-field {display: inline-block; margin: 0 10% 0.5em 0; width: 40%;}
#mainform label.inline-block-label {width: 200px; margin-right: 0;}
.group:after {clear: both; display: table; content: '';}
div.pager-section {margin: 1em 0;}
div.pagerLeft {float: left; width: 30%; line-height: 2em;}
ul.pagerRight {float: right; text-align: right; width: 65%; margin: 0; padding: 0; list-style-type: none;}
ul.pagerRight li {display: inline-block; margin: 0 0 0 0.5em; padding: 0; list-style-type: none;}
ul.pagerRight li a {display: inline-block; line-height: 2em; padding: 0.5em;}
ul.pagerRight li a.active {background-color: #5BAB00; color: #FFF;}
.gv-2017 th, .gv-2017 td {vertical-align: top; padding: 5px;}
.gv-2017 th a, .gv-2017 td a {display: block;}
    dl:after, dl.group:after {display: block; clear: both; content: ""; height: 0 !important;}
    dl dt {float: left; width: 150px; font-weight: bold; margin: 0; padding: 0;}
    dl dd {float: right; width: 700px; margin: 0; padding: 0;}
    #wrapper-full dl dt {width: 200px;}
    #wrapper-full dl dd {width: calc(100% - 300px);}
    dl dt:nth-of-type(n-1) {clear: both; margin-top: 1em;}
    dl dd:nth-of-type(n-1) {margin-top: 1em;}
    div.modal-dd dl dd {width: 730px;}
    tr.delete-selected-row {background-color: #FFFFAA;}
    a.delete-x {width: 20px; height: 20px; display: inline-block; background:URL(/BVAdmin/Images/Buttons/x.png) center center no-repeat; color: inherit; text-indent: -9999em;}
   dl dd div.field-value {float: left; width: 385px;}
   dl dd div.edit-links {float: right; width: 125px; text-align: right;}
   dl, dl.bordered, dl.bordered:first-of-type {padding: 1em 0; margin: 0; border-bottom: 1px dotted #888;}
   dl.noborder {border-bottom: none;}
   dl.margin-bottom {margin-bottom: 1.5em;}
   .auto-field-width input {width: 120px; max-width: 100%;}

/* added by chris to adjust for email select field on view order page 05/10/2017 */
#ctl00_MainContent_lstEmailTemplate{
  max-width: 285px;
}
#GroupQualTbl select { width:100%;}
/* old styles added by Adam Senour August 24, 2018 */
h1 {text-align:left;color:#333;	margin:0 0 15px 0;padding:0;font-size:18pt;letter-spacing:-1px;}
h2 {text-align:left;font-size:9pt;font-weight:bold;padding:5px 0;text-align:left;line-height:16px;color:#666;margin:0;border-bottom:1px solid #ccc;}
h3 {font-size:17px;font-weight:bold;color:#000;padding:0;margin:0;}
h4 {text-align:left;font-size:9pt;font-weight:bold;padding:5px 0;text-align:left;line-height:16px;color:#666;margin:0;}
/* added by Adam Senour December 20, 2017 */
.gv tr.phone-call-row td {padding: 4px;}
div#fixed-outer {display: none; position: fixed; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 1; top: 0; left: 0;}
div#fixed-inner {position: fixed; z-index: 2; background-color: #FFF; top: 2em; left: 1em; right: 1em; bottom: 2em; overflow: auto; margin: 0px auto; width: 920px; padding: 10px; display: none;}
div#fixed-outer.block, div#fixed-inner.block {display: block;}
div#call-info {clear: both;}
a#closeFixedBox {float: right; margin: 0 0 1em 1em;}
.highlighted-section {margin: 1.5em 0; border: 1px solid #E8E8E8; background-color: #F4F4F4; color: #333; padding: 1em;}
/* Added by Adam Senour January 9, 2019 to fix the "Remember Me" label on BVAdmin/login.aspx */
span.white label {color: #FFF;}
span.white label:hover, span.white label:focus {color: #EEE;}
div.cardstream-transaction, div.cardstream-response {padding: 1em; margin: 0.5em 0; border: 1px solid #dbeff8;}
div.cardstream-transaction:nth-of-type(2n+1), div.cardstream-response:nth-of-type(2n+1) {background-color: #eef9fe;}
div.request-data {padding: 0.5em 0;}
div.response-data {padding: 0.5em 0 0;}
td.url-cell a {
    width: 900px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.margin-1em-0 {
    margin: 1em 0;
}
section.qualifications {
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
}
section.qualifications section.qualificationRow {
    border-bottom: 1px solid #D9D9D9;
}
section.qualifications section.qualificationRow.header {
    background-color: #E8E8E8;
    font-weight: bold;
}

section.qualificationRow:nth-of-type(2n+1) {
    background-color: #F3F3F3;
}
section.qualifications section.qualificationRow > section {
    padding: 15px;
    float: left;
}
section.qualifications section.qualificationRow > section.secQualificationID {
   width: 12%;
   text-align: right;
}
section.qualifications section.qualificationRow > section.secQualificationName {
   width: 70%;
}
section.qualifications section.qualificationRow > section.secButtons {
   width: 18%;
}
section.qualifications section.qualificationRow > section.secButtons a {
   margin-right: 10px;
}
section.qualifications section.qualificationRow select {
    min-width: initial;
    width: auto;
    max-width: initial;
}
a.block {
    display: block;
    width: auto;
    margin-bottom: 0.5em;
}
table.auditLogTable tr.NONEXISTENT td {
    background-color: #DDDDFF;
    color: inherit;
}
table.auditLogTable tr.SERVERERROR td {
    background-color: #FFDDDD;
    color: inherit;
}