@charset "utf-8";
/* CSS Document */


div.foxy_item_pagination {
	padding: 3px;
	margin: 3px;
}
div.foxy_item_pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	/*color: #000099;*/
}
div.foxy_item_pagination a:hover, div.foxy_item_pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.foxy_item_pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #666666;
	font-weight: bold;
	color: #666666;
}
div.foxy_item_pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #ccc;
}

/** PRODUCT ADMIN PAGE **/

.CreatePhoto {
	float:left;
	width:170px;
	cursor:move;
}

.PhotoWrapper {
	background-color: #ffffff;
	padding: 6px;
	position:relative;
	border:solid 1px #DBDEDE;
	margin:3px;
	text-align: center;
	width:150px;
	height:150px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}
.PhotoWrapper:hover{
	border:solid #999999 1px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.PhotoWrapper img {
	display: block;
	margin: 0 auto;
}

.remove-image {
	background-color: #F6F6F6;
	border: 1px solid #e5e5e5;
	border-radius: 5px 5px 5px 5px;
	display: none;
	height: 17px;
	padding: 4px;
	position: absolute;
	right: -4px;
	text-align: center;
	top: -4px;
	width: 17px;
}
.PhotoWrapper:hover .remove-image {
	display: block;
}
.remove-image:hover {
	border: 1px solid #666;
	cursor: pointer;
}

.Hide { display:none; }
.noDecoration { text-decoration: none; }
.RemoveItem {
	cursor:pointer;
}

.settings_inside table {
	table-layout: fixed;
	width: 100%;
}

.settings_inside table input[type=text], .settings_inside table textarea {
	width: 100%;
}

@media only screen and (min-width: 769px) {
	.settings_inside table tr > td:first-child {
		width: 27%;
	}
}

table.product_options{margin-bottom:10px;}
	table.product_options td.field_name{width:85px;min-width:85px;}

#inventory-help a,#inventory-help a:visited { position: relative; display:block; width:10px; margin:0; text-decoration: none; }
#inventory-help a span { display: none; }
#inventory-help a span img { border: 1px solid black; float:right; margin-left:10px; margin-bottom:5px; }
#inventory-help a:hover span { z-index: 25; display: block; position:absolute; min-height:15px; width:240px; color: black; font:14px ; margin-top: 5px; padding: 10px; background-color: #ffff88; border: 1px solid black; }
#inventory-help a:hover span { width:240px;margin-left: 25px;}
#inventory-help a:hover {text-indent: 0;}
.inventory-title { width: 160px; }
.quantityLow { color: #CC0000; }

.required{color:red;}
.separator { width: 100%; border-bottom: 1px solid #DFDFDF; padding-top: 5px; padding-bottom: 5px; }


.foxypress_field_control {
	clear: both;
}
.foxypress_field_control .description {
	display:none;
}
.foxypress_field_control label {
	float:left;
	width: 72px;
	margin:7px 6px 0 6px;
}
.foxypress_field_control label span {
	display:inline;
	font-weight:normal;
}
.foxypress_field_control span {
	color:#999;
	float: left;
	margin: 9px 0 0 5px;
}
.foxypress_field_control textarea, .foxypress_field_control input[type='text'] {
	margin-bottom:3px;
	width: 160px;
}
#_weight1, #_weight2 {
	width: 46px;
	float: left;
}
.discount_fields {
	position: relative;
	float: left;
	width: 100%;
	height: 28px;
}
#foxypress_subscription_attributes .foxypress_field_control label {
	width: 65px;
}
#_sub_startdate, #_sub_enddate {
	width: 75px;
	float: left;
}
#_sub_frequency {
	float: left;
	width: 35px;
}
#foxypress_subscription_attributes span {
	float: left;
	margin: 7px 0 0 5px;
}

.foxypress_download_field{
	padding-top: 10px;	
	margin-bottom:10px;
	font-weight:bold;
}

.download-message {
	padding-left: 10px;
}

.download-list ul {
	margin-bottom: 20px;
}

.indent {
	margin-left: 20px;
}

.wizard_clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

#wizard_container{
	margin: 7em auto;
	width: 500px;
}
#wizard_container ul{
	list-style: none;
	list-style-position: outside;
}
#wizard_container ul.wizard_menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#wizard_container ul.wizard_menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#wizard_container ul.wizard_menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #DF0011;
}
/******* /wizard_menu *******/
/******* wizard_tab_content *******/
.wizard_tab_content{
	position:relative;
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	min-height:280px;
}
	img.wizard_nav{
		position:absolute;bottom:0px;right:0px;
	}
	img.wizard_nav.prev{
		position:absolute;bottom:0px;right:40px;
	}

.wizard_tab_content.step-one{
	display: block;
}

.wizard_tab_content.step-two{
	display: none;
}
.wizard_tab_content.step-three{
	display: none;
}

.settings_widefat
{
	border-radius: 3px 3px 3px 3px;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px;
	clear: both;
	margin: 20px 0;
	width: 99%;
	background-color: #F9F9F9;
	border-color: #DFDFDF;
}
.settings_head
{
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size: 15px;
	background:#F0F0F0;
	padding:5px 10px 5px 35px;
	height:20px;
	font-weight:normal;
}
.settings_head.main{background:url(../img/icons/icon_foxypress.png) #F0F0F0 no-repeat 5px;}
.settings_head.settings{background:url(../img/icons/icon_settings.png) #F0F0F0 no-repeat 5px;}
.settings_head.advanced{background:url(../img/icons/icon_advoptions.png) #F0F0F0 no-repeat 5px;}
.settings_head.store{background:url(../img/icons/icon_options.png) #F0F0F0 no-repeat 5px;}
.settings_head.custom{background:url(../img/icons/icon_instructions.png) #F0F0F0 no-repeat 5px;}

.settings_inside
{
	background:#F9F9F9;
	padding:10px;
}

.settings_widefat td { padding: 5px; }
.settings_widefat td.title {width: 200px; text-align:right; }
.collapse { padding-left: 15px;padding-bottom:15px; }
#sortable { list-style-type: none; margin: 0; padding: 0; width: 90%; }
#sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; min-height: 18px; background:#F7F7F7; }
#sortable li a{color:#000;}
#sortable li div { position: absolute; margin-left: -1.3em; color:#000;}
#sortable li div.ui-icon { background-image: url("smoothness/images/ui-icons_888888_256x240.png");}
#sortable li div.collapse { position: relative; }
.expand a {
  display:block;
}
.expand a:link, .expand a:visited {
  background-image:url(../img/arrow-down.gif);
  background-repeat:no-repeat;
  background-position:98% 50%;

}
.expand a:hover, .expand a:active, .expand a:focus {
  text-decoration:underline
}
.expand a.open:link, .expand a.open:visited {
  background: url(../img/arrow-up.gif) no-repeat 98% 50%
}

span.expand a{color:red;}

div.subhead{
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 10px 0px 10px 0px;
	
}

/** ORDER MANAGEMENT **/
th.small-column{
	width:50px;	
}
th.medium-column{
	width:100px;	
}

/** PACKING WIZARD **/
#packing_wizard_container{
	margin: 0;
	width: 700px;
}
#packing_wizard_container ul{
	list-style: none;
	list-style-position: outside;
}
#packing_wizard_container ul.packing_wizard_menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#packing_wizard_container ul.packing_wizard_menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#packing_wizard_container ul.packing_wizard_menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #DF0011;
}
p.label{margin-bottom:0px;font-weight:bold;}
textarea.message_notes{
	width:500px;
	height:100px;
}

.price_strike
{
	text-decoration:line-through;
}
.price_sale
{
	color:red;
}

div.clearall{clear:both;}

/** AFFILIATE STUFF **/
div.quickstats{
	margin:5px 3px 5px 0px;
	float:left;
	height:128px;
	width:154px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 700;
	text-align:center;
}
	div.number{padding-top:40px;font-size:36px;color:#fff;margin-bottom:20px;}
	div.attribute{font-size:14px;color:#dddddc;}

div.quickstats.first{
	background:url(../img/affiliate-stats.jpg);
}
div.quickstats.second{
	background:#e01822;
}
div.quickstats.third{
	background:#9e181f;
}
div.quickstats.last{
	background:#5d0005;
}

/** template caching **/
a.template_selection{
	background:url(../img/box_inactive.png);
	width:118px;
	height:53px;
	float:left;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 700;
	font-size:14px;
	text-align:center;
	padding:18px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	text-decoration:none;
	margin:5px 5px 5px 0px;
}
a.template_selection:hover,a.template_selection.selected{
	color:#fff;background:url(../img/box_active.png);
}

div.template_holder{
	min-width:600px;
}

img.template_separator{margin-top:20px;margin-bottom:10px;}

/** REPORT STUFF **/
div.reports{
	margin:5px 3px 5px 0px;
	float:left;
	height:98px;
	width:154px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 700;
	text-align:center;
	padding-top:30px;
}
	div.reports a{color:#fff;}
	
div.reports.first{
	background:url(../img/viewreports.jpg);
}
div.reports.second{
	background:#e01822;
}

div.clearall{clear:both;}

/* Affiliate */
div#avatar {
	background: #EEEEEE;
	border: 1px dashed #CCCCCC;
	height: 96px;
	margin-bottom: 10px;
	padding: 4px;
	width: 96px;
}
span.avatar-loader {
	display: block;
	height: 32px;
	padding: 32px;
	width: 32px;
}

/* Timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.import-preview .product-table-wrapper {
	overflow-x: scroll;
}
.import-preview thead {
	font-weight: bold;
}
.import-preview table, .import-preview td {
	border: 1px solid #000000;
  border-collapse: collapse;
  vertical-align: top;
}
.import-preview td.description {
	min-width: 300px;
}
.fp-import-export-container {
	padding: 5px 10px 10px;
}
.fp-import-notes ul {
	list-style: disc inside none;
	margin: 0 0 0 20px;
}
.fp-import-notes li {
	margin-bottom: 0;
}
.fp-import-notes pre {
	background: #F0F0F0;
	border: 1px solid #dedede;
	border-radius: 3px;
	padding: 11px;
	overflow: auto;
}

#icon-foxypress {
	background-image: url(../img/icon_foxypress_32.png);
}


/*CUSTOM ORDER PAGE*/
.billing, .shipping {
	display: table;
}

checkbox#different {
	height: 20px;
	margin-right: 15px;
	width: 20px;
}
#custom-order h6 {
	font-size: 18px;
}

#custom-order label {
	font-weight: bold;
	display: table-cell; 
 	width: 10%;
}
#custom-order .shipping-form {
	display: none;
}

#custom-order input[type=text], #custom-order input[type=number],  #custom-order select {
	display: table-cell;
	margin: -20px 0px 35px 120px;
	vertical-align: top;
	width: 83%;
}

#custom-order .error {
	color: #ff0000;
	display: block;
}

#custom-order .postbox {
	width: 100%;
}

#order-note {
	width: 100%;
}

.product-row {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}
.product-row:nth-child(even) {
	background-color: #fff;
}

.remove a { color: #ff0000; }

.money {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 25px;
}

#submit-order {
	display: block;
}

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

	#affiliate-filter table {
		margin-top: 30px;
	}

	#custom-order input[type=text], #custom-order input[type=number], #custom-order select {
		width: 70%;
	}

	#filter_list input {
		display: block;
		margin-top: 15px;
	}
	#foxy_add_new_option_group #option_group_name {
		max-width: 70%;
	}
	#foxy_add_new_option_group tr > td {
		vertical-align: top;
	}

	#foxy_add_new_option_group tr > td +td {
		display: block;
		width: 250px;
	}

	table.fixed {
		width: auto;
	}

	#foxy_om_search td {
		display: block;
	}

	#email_template input[type=text], #email_template textarea {
		max-width: 55%;
	}

	#email_template td {
		display: block;
		padding: 2px 0px 10px;
	}

	#packing_wizard_container {
		width: 100%;
	}

	.settings_inside input {
		max-width: 60%;
	}

	.settings_widefat tr > td:first-child {
		font-weight: bold;
		text-align: left;
	}

	.settings_widefat td + td {
		margin-bottom: 25px;
		white-space: normal;
	}

	table {
		table-layout: fixed;
		width: 100% !important;
	}

	table p {
		white-space: normal;
	}

	form table td {
		display: block;
		text-align: left;
		width: 100%;
		word-break: break-word;
	}

	#the-list td {
		display: table-cell;
		word-break: normal;
	}

	form textarea {
		max-width: 60%;
	}

	.settings_inside table textarea {
		max-width: 100%;
	}

	#subscriptions td {
		display: block;
	}

	#subscriptions td input {
		margin-bottom: 15px;
	}

	table.fixed {
		position: relative;
		width: auto;
	}
}