body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	padding: 0;
	margin: 0;
	line-height: 150%;
	color: #555;
	background: -webkit-linear-gradient(#ddd 0%, #fff 30.00%) no-repeat;
	background: linear-gradient(#ddd 0%, #fff 30.00%) no-repeat;
}

a, a:visited {
	color: #3075c9;
}

#sidebar {
	width: 150px;
	padding: 0;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#sidebar ul .bubble {
	background: #555;
	border-radius: 15px;
	padding: 2px 10px;
	margin-left: 10px;
	font-weight: normal;
}

#sidebar ul a:hover .bubble, #sidebar ul a.current .bubble {
	background: #fff;
	color: #555;

}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li a {
	display: block;
	padding: 16px 25px;
	color: #000;
	text-decoration: none;
	font-weight: 300;
	font-size: 11pt;
}

#sidebar ul li a.current, #sidebar ul li a.current:hover {
	background: #eee;
	color: #222;
	font-weight: bold;
}

#sidebar ul li a:hover {
	background: #eee;
	color: #222;
}

#sidebar a.logo {
	text-align: center;
	display: none;
	background: url(everydayship_logo.png) no-repeat center center;
	text-indent: -5000em;
	width: 100px;
	background-size: 80px auto;
}

#main {
	padding: 20px 30px 15px 180px;
	background: #fff;
	min-height: 400px;
}

#main .max1000 {
	background: #fff;
	/* box-shadow: 0 0 15px rgba(0,0,0,0.2); */
}

table.grid {
	width: 100%;
	border-collapse: collapse;
}

table.grid th {
	padding: 5px;
	background: -webkit-linear-gradient(#f4f4f4 0%, #dedede 100%);
	background: linear-gradient(#f4f4f4 0%, #dedede 100%);
	text-align: left;
	cursor: pointer;
	font-size: 10pt;
}

table.grid td {
	border-bottom: 1px solid #eee;
	padding: 9px 5px;
	font-size: 10pt;
}

input.text, textarea.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	padding: 5px;
	margin: 0;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ddd;
	outline: none;
}

input.text:focus, textarea.text:focus {
	box-shadow: 0 0 3px #b0dbff;
	border: 1px solid #b0dbff;
}

input.text:disabled, textarea.text:disabled{
	background: #fafafa !important;
}

.std-width {
	width: 250px !important;
}

input.btn, a.btn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	padding: 5px;
	margin: 0;
	border: 1px solid #ddd;
	background: linear-gradient(#ffffff 0%, #f4f4f4 100%);
	color: #888;
	box-sizing: border-box;
	border-radius: 5px;
	font-weight: 300;
	text-decoration: none;
	cursor: pointer;
}

input.btn:hover, a.btn:hover {
	border: 1px solid #aaa;
}

input.btn:active, a.btn:active {
	background: -webkit-linear-gradient(#f4f4f4 0%, #ffffff 100%);
	background: linear-gradient(#f4f4f4 0%, #ffffff 100%);
}

input.btn-primary, a.btn-primary {
	background: linear-gradient(#2388c7 0%, #0e4d99 100%);
	color: #fff;
	border: 1px solid #0e4d99;
}

input.btn-primary:hover, a.btn-primary:hover {
	border: 1px solid #0c3f7c;
}

input.btn-primary:active, a.btn-primary:active {
	background: linear-gradient(#0e4d99 0%, #2388c7 100%);
}


a.btn-small, input.btn-small {
	font-size: 9pt;
	padding: 2px 10px;
}

#login {
	margin: 0 auto;
	padding-top: 130px;
	width: 250px;
}

.error {
	background: #ffdede;
	padding: 5px;
	border-radius: 5px;
	margin: 5px 0;
}

.notice {
	background: #ffffe6;
	padding: 10px;
	margin: 5px 0;
}

.success {
	background: #a5dcb3;
	color: #044329;
	margin: 5px 0;
	padding: 5px;
	border-radius: 5px;

}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.red {
	color: red;
}

td.label {
	width: 150px;
	vertical-align: text-top;
}

table.form {
	width: 100%;
	border-collapse: collapse;
}

table.form td {
	padding: 10px;
}


table.form input.text {
	width: 90%;

}

table.form textarea.text {
	width: 90%;
	height: 100px;
}

p.action {
	border-top: 1px solid #ddd;
	background: #f5f5f5;
	padding: 15px;
	text-align: right;
}

.thin {
	font-weight: 300;
}


hr {
	border: none;
	border-top: 1px solid #eee;
}

.priority-low {
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 0px;
	padding: 5px;
	border-radius: 5px;
	background: #eee;	

}

.priority-medium {
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 0px;
	padding: 5px;
	border-radius: 5px;
	background: #dfa400;	
	color: #fff;
}

.priority-high {
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 0px;
	padding: 5px;
	border-radius: 5px;
	background: #d10000;	
	color: #fff;

}


.box-status {
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 0px;
	padding: 5px;
	border-radius: 5px;
}

.box-status-open {
	background: #a5dcb3;
	color: #044329;
}

.box-status-close {
	background: #d5d5d5;	
}

.box-status-pending {
	background: #f0f0aa;	
}

.box-status-declined, .box-status-problematic{
	background: #ffb6b6;
}


.box-status {
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 0px;
	padding: 5px;
	border-radius: 5px;
}

.box-status-confirmed {
	background: #a5dcb3;
	color: #044329;
}

.box-status-pending {
	background: #f0f0aa;	
}

.box-status-closed {
	background: #7f7f7f;
	color: #fff;
}

.mt50 {
	margin-top: 50px;
}

.mt30 {
	margin-top: 30px;
}

table.quotation {
	background: #f5f5f5;
}

input.date {
	width: 150px !important;
}

select {
	width: 200px;
}

table.detail {
	width: 100%;
	border-collapse: collapse;
}

table.detail td {
	width: 35%;
	border-bottom: 1px solid #eee;
	padding: 8px;

}

table.detail td.label {
	width: 15%;
	font-size: 9pt;
	color: #888;
}

.report-box {
	background: #fafafa;
	border-radius: 5px;
	padding: 1px 10px 10px 10px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.orange {
	color: #ffc005;
}

.notification-list {
	background: #fafafa;
	border: 1px solid #eee;
	margin: 5px 0;
	padding: 5px 10px;
	border-radius: 10px;
}

.w150 {
	width: 150px;
}

.w100 {
	width: 100px;
}

.block {
	width: 100%;
}

.align-right {
	text-align: right;
}

.mr10 {
	margin-right: 10px;
}

td.label {
	color: #999;
}


table.filter td {
	padding: 5px;
	vertical-align: top;
}

select {
	border: 1px solid #eee;
	font-size: 11pt;
	font-family: Helvetica, Arial, sans-serif;
}

form.filter {
	background: #fafafa;
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 10px 10px 0 0;

}

form.filter select {
	width: 100px;
}

.alerts .bubble {
	float: right;
	padding: 0 10px;
	background: #fff;
	color: #555;
	margin-right: -10px;
	border-radius: 15px;
}

p.alert .time {
	width: 120px;
	display: block;
	float: left;
	font-size: 9pt;
	color: #999;
}

p.alert {
	margin: 5px 0;
	padding: 5px 5px;
	border-radius: 5px;
}

p.alert a {
	text-decoration: none;
}

p.unseen {
	background: #ecf7ff;
}

.align-center {
	text-align: center;
}

table.tight {
	border-collapse: collapse;
}

table.tight td {
	padding: 1px;
	margin: 0;
}

.sidebar {
	float: left;
	width: 250px;
}


.product-catalog {
	border: 1px solid #eee;
	float: left;
	margin: 10px;
	width: 150px;
}

.main {
	margin-left: 300px;
}

.product-info {
	padding: 0 15px;
}

.product-info h3 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 10pt;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product-info p {
	margin: 0;
	padding: 5px 0 10px 0;
}

ul.category {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.category a {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 10px;
	cursor: pointer;
	background: #fafafa;
}

ul.category a.type {
	background: #fff;	
}

ul.category a.category {
	padding: 10px 10px 10px 20px !important;
}



ul.sku {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

ul.sku a {
	background: #f1f1f1;
	padding: 5px 5px 5px 40px;
	text-decoration: none;
}


ul.show {
	display: block;
}

.current-sku {
	font-weight: bold;
	color: #000 !important;
}

.product-catalog a {
	text-decoration: none;
	color: #333;
}



.product-catalog:hover {
	box-shadow: 0 0 40px rgba(0,0,0,0.1);
}

#top {
	background: #eee;
	position: absolute;
	left: 0;
	z-index: 100;
}

.remarks {
	width: 100%;
	height: 100px;
}

.thin {
	font-weight: 300;
}

.clear {
	clear: both;
}


.image-upload-edit {
	font-weight: bold;
	padding-top: 5px;
	border: 1px solid #ddd;
	float: left;
	height: 170px;
	width: 234px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	position: relative;
}

.image-upload-edit input.file {
	border: 1px solid #eee;
	position: absolute;
	left: 10px;
	padding: 5px;
	width: 200px;
	bottom: 10px;
}

.image-upload-edit span.noimg {
	margin-top: 35px;
	display: block;
	font-weight: 300;
	color: #999;
}



.terms-manager ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.terms-manager ul li {
	margin: 0;
	padding: 5px;	
	border: 1px solid #eee;
	border-radius: 5px;
	background: #eee;
	margin-bottom: 1px;
}

.terms-manager ul li.add {
	border: none;
}

.terms-manager ul li.add a {
	color: #1571b7;	
}

.terms-manager ul li:hover {
	background: #f5f5f5;
}

.terms-manager ul li:hover input {
	background: #f5f5f5;
	cursor: pointer;	
}

.terms-manager input {
	margin: 0;
	border: none;
	outline: none;
	width: 80%;
	font-size: 10pt;
	background: #eee;
}

.terms-manager li.add input:focus {
	border: 1px solid #eee;
	border-radius: 5px;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

.terms-manager li input:disabled {

	color: #aaa;
}

.terms-manager li a {
	font-size: 9pt;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
	background: #e5e5e5;
}

.terms-manager li a:hover {
	background: #fafafa;
}

div.filter {
	border: 1px solid #f3f3f3;
	padding: 10px 10px 15px 10px;
	background: -webkit-linear-gradient(#f9f9f9 0%, #f3f3f3 100%);
	background: linear-gradient(#f9f9f9 0%, #f3f3f3 100%);
	border-radius: 5px 5px 0 0;
}

div.filter h3 {
	margin: 0;
	padding: 2px 20px 0 0;
	font-size: 10pt;
	float: left;
	
}

div.filter select {
	font-size: 9pt;
	width: 145px;
}

.image-preview {
	z-index: 20000;
}

.image-preview img {
	max-height: 60%;
	max-width: 85%;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	margin-top: 100px;

}

div.img img {
	cursor: pointer;
}

div.pagination {
	border-top: 1px solid #eee;
	padding: 30px 0;
	text-align: center;
	
}

div.pagination a {
	text-decoration: none;
	color: #6298e8;
}

div.pagination a.number {
	text-decoration: none;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 5px 10px;
	color: #6298e8;
}

div.pagination strong {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 5px 10px;
	background: #eee;
	
}

.none {
	display: none;
}

div.one-fifth {
	width: 20%;
	float: left;
}



.tab-content {
	display: none;
	padding: 15px;
	border: 1px solid #eee;
}

.tab-content-current {
	display: block;
}

ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 33px;
}

ul.tabs li {
	display: inline;
}

ul.tabs li a {
	background: -webkit-linear-gradient(#f4f4f4 0%, #dedede 100%);
	background: linear-gradient(#f4f4f4 0%, #dedede 100%);
	padding: 5px 15px;
	display: block;
	float: left;
	border: 1px solid #eee;
	margin-right: 5px;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
}

ul.tabs li a:hover {
	background: -webkit-linear-gradient(#ecf7ff 0%, #d7e0eb 100%);
	background: linear-gradient(#ecf7ff 0%, #d7e0eb 100%);
}

ul.tabs li a.tab-current {
	border-bottom: 1px solid #fff;
	background: #fff;
	font-weight: bold;
}



.centered-btns_nav {
	margin: 0;
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }
  
ul.centered-btns_tabs {
	margin: 0;
	padding: 10px 0;
}

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }


.max1000 {
	max-width: 1000px;
	margin: 0 auto;
}

.close-preview:hover, .next-preview:hover, .prev-preview:hover {
	opacity: 1;
}

.close-preview {
	position: fixed;
	top: 53px;
	right: 0;
	border-radius: 0 !important;
	background: #000 !important;
	padding: 15px 15px !important;
	font-size: 20pt !important;
	color: #fff !important;
	border: none !important;
	z-index: 1000;
	opacity: 0.5;
}

.next-preview {
	position: fixed;
	top: 280px;
	right: 0;
	border-radius: 0 !important;
	background: #000 !important;
	padding: 35px 17px !important;
	font-size: 30pt !important;
	color: #fff !important;
	border: none !important;
	z-index: 1000;
	opacity: 0.5;
}

.prev-preview {
	position: fixed;
	top: 280px;
	left: 0;
	border-radius: 0 !important;
	background: #000 !important;
	padding: 35px 17px !important;
	font-size: 30pt !important;
	color: #fff !important;
	border: none !important;
	z-index: 1000;
	opacity: 0.5;
}

.well {
	background: #f5f5f5;
	margin: 10px 0;
	border-radius: 5px;
	box-shadow: 0 0 5px #ddd inset;
}

.well h3 {
	margin: 0;
	padding: 0 0 15px 0;
}

div.padding {
	padding: 15px;
}

.large {
	font-size: 14pt;
}


.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000;
}

a.type .arrow-down {
	display: none;
	margin-top: 8px;
	margin-right: 10px;
}

a.type .arrow-right {
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 10px;
}

a.type.open .arrow-down {
	display: block;
}

.type.open .arrow-right {
	display: none;	
}

table.table {
	border-collapse: collapse;
	font-size: 9pt;
	width: 100%;
	margin-top: 10px;
	border: 1px solid #ddd;
}

table.table th {
	border: 1px solid #ddd;
	padding: 5px;
	background: #f3f3f3;
	
}

table.table td {
	border: 1px solid #ddd;
	padding: 5px;
}

.col-1-2 {
	float: left;
	box-sizing: border-box;
	width: 50%;
}

.col-1-3 {
	float: left;
	box-sizing: border-box;
	width: 33%;	
}

.col-2-3 {
	float: left;
	box-sizing: border-box;
	width: 66%;	
}

.col-1-4 {
	float: left;
	box-sizing: border-box;
	width: 25%;	
}

.row:after {
    content: '';
    display: block;
    clear: both;
}

a.logo {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-right: 30px;
	font-size: 14pt !important;
	font-weight: normal !important;
	font-style: italic;
	color: #fff !important;
}

a.logo:hover {
	text-align: center;
	display: none;
	background: url(everydayship_logo.png) no-repeat center center !important;
	text-indent: -5000em;
	width: 100px !important;
	background-size: 80px auto !important;

}

table.matrix {
	border-collapse: collapse;
}

table.matrix-block {
	width: 100%;
}

table.matrix td.label {
	width: 20%;
}

table.matrix td {
	padding: 10px;
	background: #f3f3f3;
	border: 2px solid #fff;
}

table.matrix td.dark {
	background: #eee;
	
}

table.matrix-large {
	
}

.mt10 {
	margin-top: 10px;
}


div.tab {
	padding: 2px 0;
}

div.tab a.tab {
	color: #888;
	padding: 10px 10px;
	float: left;
	background: #f5f5f5;
	cursor: pointer;
	border-right: 1px solid #ddd;
}

div.tab a.tab-current {
	background: #888;
	color: #fff;
	font-weight: bold;
}

h1 {
	border-bottom: 1px solid #ddd;
}

div.login {
	background: -webkit-linear-gradient(#b32a2a 0%, #821111 100%);
	background: linear-gradient(#b32a2a 0%, #821111 100%);
	color: #fff;
	padding: 0 20px;
}

div.login a {
	color: #fff;
}

ul.sitemap {
	margin: 0;
	padding: 0;	
}

ul.sitemap li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.sitemap li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	padding: 5px;	
}

.footer-links {
	padding: 15px;
}

.green-row td {
	background: #e4ffd7;
}