
.mytitle {
    border-bottom: 1px solid rgba(55, 124, 168, 0.3);
    line-height: 40px;
}
.img-thumbnail-smaller {
    max-width: 80px;
    max-height: 80px;
}
.bg-color-admin {
    background-color: lavender !important;
}
.well-admin {
    background-color: lavender !important;
    border: 1px solid #ae8aff;
}
.small-caps {
    font-variant:small-caps;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    /*background-color: rgba(55, 124, 168, 0.2);*/
    background-color: #d4f0ff;
}

.table-noborder > thead > tr > th, .table-noborder > tbody > tr > th, .table-noborder > tfoot > tr > th, .table-noborder > thead > tr > td, .table-noborder > tbody > tr > td, .table-noborder > tfoot > tr > td {
    border-top: 0px solid #DDDDDD;
    /*line-height: 1.42857;*/
    /*padding: 8px;*/
    /*vertical-align: top;*/
}

h1 {
    font-size: 34px;
}


.nav-tabs>li {
    font-size: 18px;
    background-color: #eee;
}

.nav-tabs>li>a {
    box-shadow: 0 -1px 0 #ddd;
    border: 1px solid #ddd;
    color: #999;
}

.nav-tabs>li.active>a {
    box-shadow: 0 -1px 0 #ddd;
    background-color: #fff;
    color: #333;
}

/* modified tree */

.cat-tree {
    margin-left: 30px;
}

/*#header {*/
    /*background-color: #428BCA;*/
    /*background-image: linear-gradient(to bottom, #428BCA, #428BCA);*/
    /*background-repeat: repeat-x;*/
/*}*/



/* put back bootstrap default sizes */
/*h1, .h1 {*/
    /*font-size: 33px;*/
/*}*/
/*h2, .h2 {*/
    /*font-size: 27px;*/
/*}*/
/*h3, .h3 {*/
    /*font-size: 23px;*/
/*}*/
/*h4, .h4 {*/
    /*font-size: 17px;*/
/*}*/
/*h5, .h5 {*/
    /*font-size: 13px;*/
/*}*/
/*h6, .h6 {*/
    /*font-size: 12px;*/
/*}*/

/* Overview screen */
.site-status-box {
	float: left;
	background-color: #fff;
	border-style: solid;
	border-width: 3px;
	border-radius: 14px;
	padding: 8px;
	margin: 5px;
	width: 188px;
}

.warning-count {
	color: #fff;
	font-size: 15px;
	vertical-align: super;
	background-color: #f00;
	border-radius: 10px;
	padding: 2px 6px 3px 4px;
	margin-left: 4px;
}

/* Calendar widget styling */
.ui-datepicker {
	z-index: 3 !important;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    left: 50%;
    margin-left: -15px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

/* Landing-screen-specific styles - for the job queues, etc */
.jobstatus-pending {
	margin: 3px;
	padding: 2px;
}

.jobstatus-success {
	background-color: #3f3;
	margin: 3px;
	padding: 2px;
}

.jobstatus-failed {
	background-color: #F00;
	margin: 3px;
	padding: 2px;
}

.jobstatus-partfailed {
	background-color: #FA0;
	margin: 3px;
	padding: 2px;
}

.jobstatus-aborted {
	background-color: #F22;
	margin: 3px;
	padding: 2px;
}

.jobstatus-continuing {
	background-color: #FF0;
	margin: 3px;
	padding: 2px;
}
/* End dashboard */



/* Scaffold input screens */

fieldset {
    padding: 8px;
}

fieldset #contentbox {
	width: 50%;
}

.fieldcontain, .datePicker {
	float: left;
	width: 100%;
	margin: 5px 5px 10px 5px;
}

.buttoncontain {
	float: left;
}

.buttoncontain input {
	width: 80px;
	height: 53px;
	float: left;
}

.fieldcontain label, .property-label {
	height: 20px;
	margin: 4px;
	width: 100%;
	text-align: left;
}

.fieldcontain input, .fieldcontain select {
	width: 220px;
	height: 26px;
	float: left;
	margin: 0px;
}

.fieldcontain select {
	margin: 0 0 4px 0;
}

.fieldcontain label input {
	float: left;
	width: 30px;
}

.fieldcontain .form_checkbox {
	width: 10px;
	height: 10px;
	margin: 5px;
}

.datePicker {
	width: 325px;
}

.datePicker label {
	float: left;
}

#dateAvailableFrom_day, #dateAvailableTo_day, #goLiveDate_day {
	width: 45px;
	margin-left: 4px;
}

#dateAvailableFrom_month, #dateAvailableTo_month, #goLiveDate_month {
	width: 105px;
	margin-left: 4px;
}

#dateAvailableFrom_year, #dateAvailableTo_year, #goLiveDate_year {
	width: 65px;
	margin-left: 4px;
}

.form_textarea {
	width: 100%;
	height: 9em;
}

.form_fulltextfield input {
	width: 686px;
}

.form_textarea label {
	width: 100%;
}

.form {
	width: 100%;
	float: left;
}

.formline {
	height: 30px;
}

.formsubmit {
	width: 100%;
	float: left;
	padding-top: 10px;
}

.radio_choice {
	height: 140px;
}

.scaffold-create {
	float: left;
	width: 99%;
}

.skip {
	display: none;
}

/* End scaffold input screens */

/* Product formatting and mapping */
.productimage {
	width: 100px;
	float: left;
	margin: 10px;
}

.productthumbnailimage {
	width: 50px;
	float: left;
	margin: 4px;
}

.product_preview {
	padding: 5px;
	border-color: #909090;
	border-style: solid;
	border-width: 1px;
}

.product_preview p {
	text-indent: 0;
}

.feed_holder {
	float: right;
	padding: 5px;
	background-color: #c0c0c0;
	border-color: #909090;
	border-style: solid;
	border-width: 1px;
}

.feed_holder h3, .retailer_holder h3 {
	margin-top: 9px;
}

.feed_category {
	margin: 2px;
	float: left;
	padding: 5px;
	background-color: #fff;
	border-color: #fff;
	border-style: solid;
	border-width: 3px;
	border-radius: 5px;
}

.feed_category.mapping-missing {
	background: lightcoral;
}

.feed_category_title {
	font-size: 18px;
	width: 100%;
	padding: 5px;
}

.feed_item {
	font-size: 12px;
	margin: 4px;
	padding: 2px;
	background-color: #ffa;
	border-color: #fa0;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
}

.retailer_holder {
	float: left;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #fff;
	border-color: #909090;
	border-style: solid;
	border-width: 1px;
}

.retailer_item {
	float: left;
	font-size: 12px;
	margin: 4px;
	padding: 2px;
	background-color: #ffa;
	border-color: #fa0;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	z-index: 10;
}
/* Product formatting end */

/* Landing-screen-specific styles - for the job queues, etc */
.failjobbox {
    background-color: #f00;
    float: left;
    margin: 4px;
    padding: 5px;
    width: 260px;
}

.pendingjob {
	padding: 4px;
	height: 68px;
}

.successjob {
	background-color: #3f3;
	padding: 4px;
	height: 68px;
}

.failjob {
	background-color: #F00;
	padding: 4px;
	height: 68px;
}

.partfailjob {
	background-color: #FA0;
	padding: 4px;
	height: 68px;
}

.abortjob {
	background-color: #F22;
	padding: 4px;
	height: 68px;
}

.continuingjob {
	background-color: #FF0;
	padding: 4px;
	height: 68px;
}
/* Landing page end */

/* Form table */
.form-table-1-col {
}

.form-table-1-col .heading {
	width: 300px;
	text-align: right;
	font-size: 20px;
	padding: 20px 5px 10px;
}
.form-table-1-col .description {
	text-align: right;
	vertical-align: top;
	padding: 5px 5px 5px;
}

.form-table-1-col .field {
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 5px;
}

.to-do {
    width: 100%;
}

.to-do-box {
    width: 240px;
    height: 145px;
    margin: 5px;
}

.mapping-problem {
    padding-left: 8%;
    background: #fff;
}
.box {
	padding:20px;
}
/** Notifications for Dashboard **/
.notification-box {
	background:#FFF;
	margin-left:auto;margin-right:auto;
	margin-bottom:20px;
	border:solid 1px #ccc;
	line-height:24px;
	box-shadow:0px 2px 2px rgba(0,0,0,0.25);
}
.notification-box .header {
	padding:10px 15px;
	background:#fcb21e;
}
.notification-box .header h4 {
	color:#fff;
	font-size:22px;
	line-height:58px;
	margin-top:0px; margin-bottom:0px;
}
.notification-box .body {
	padding:0 20px;
}
.notification-box .body p {
	margin-bottom:0px;
}
.text-notification {
	color:#fcb21e;
}
.notification-row {
	padding-top:30px;
	padding-bottom:30px;
	border-top:solid 1px #fcb21e;
}
.notification-row:first-child {
	border-top:none;
}
.panel-default {
	border:none;
}
.panel-group .panel, .panel-default>.panel-heading {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.jqte-helper {
	font-size:13px;
	line-height:30px;
	color:#0551a7;
}
.popover-content {
	font-size:12px;
}
.fa-notification-info {
	font-size:36px;
	color:#fcb21e;
}
.fa-notification-success {
	font-size:36px;
	color:#41b649;
}
.fa-notification-danger {
	font-size:36px;
	color:#a94442;
}
.fa-notification-primary {
	font-size:36px;
	color:#0551a7;
}

.om-admin {
    background: #ECE7FF;
}

/* Bubbles screen */
#retailer_tooltip {
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #000;
	border-radius: 5px;
	color: black;
	font-size: 12px;
	left: 100px;
	opacity: 0.9;
	padding: 10px;
	position: absolute;
	top: 100px;
	width: 300px;
	z-index: 10;
}
#retailer_tooltip .title {
	font-size: 13px;
}
#retailer_tooltip .name {
	font-weight: bold;
}

.table>thead>tr>.admin,
.table>tbody>tr>.admin,
.table>tfoot>tr>.admin,
.table>thead>.admin>td,
.table>tbody>.admin>td,
.table>tfoot>.admin>td,
.table>thead>.admin>th,
.table>tbody>.admin>th,
.table>tfoot>.admin>th {
    background-color: lavender;
}

#card-number {
    border: 1px solid #cbcbcb;
    height: 36px;
}
#expiration-date {
    border: 1px solid #cbcbcb;
    height: 36px;
}
#cvv {
    border: 1px solid #cbcbcb;
    height: 36px;
}

#card-number.braintree-hosted-fields-focused {
    border-color: #777;
}

#card-number.braintree-hosted-fields-invalid {
    border-color: tomato;
}

#card-number.braintree-hosted-fields-valid {
    border-color: limegreen;
}

.btn-admin {
    display: inline-block;
    color: black;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: lavender;
    /*background-image: -webkit-linear-gradient(top, #46aad6, #2387c1);*/
    /*background-image: -moz-linear-gradient(top, #46aad6, #2387c1);*/
    /*background-image: -ms-linear-gradient(top, #46aad6, #2387c1);*/
    /*background-image: -o-linear-gradient(top, #46aad6, #2387c1);*/
    /*background-image: linear-gradient(to bottom, #46aad6, #2387c1);*/
    -webkit-box-shadow: 0 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px rgba(0,0,0,.1);
    box-shadow: 0 3px rgba(0,0,0,.1);
    white-space: nowrap;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 1.42857143;
}

.btn-admin:hover,
.btn-admin:focus,
.btn-admin:active,
.btn-admin.active,
.open .dropdown-toggle.btn-admin {
    color: purple;
    background: lavender;
    text-decoration: none;
    -webkit-box-shadow: 0 0px;
    -moz-box-shadow: 0 1px rgba(0,0,0,.1);
    box-shadow: 0 0px;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;   /* prevent horizontal scrollbar */
	overflow-x: hidden; /* add padding to account for vertical scrollbar */
	z-index:1000 !important;

	min-width: 600px;
	margin-top: 2px;
	padding: 5px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	color: #333;
}

.new-feature-label {
    font-size: 9px;
    background-color: green;
    color: #ddffdd;
    padding: 0 2px 0 2px;
    border-radius: 3px;
}

.ga-dashboard-panel .panel-title {
	margin-left: -0.25rem;
}

.panel-group.ga-dashboard-panel .panel-title a {
	margin: 0;
	margin-left: 4rem;
}

.ga-dashboard-panel .larger {
	font-size: 150%;
	vertical-align: middle;
	padding-right: 1rem;
}

.ga-dashboard-panel .large {
	font-size: 125%;
	vertical-align: middle;
	padding-right: 1rem;
}

.ga-dashboard-panel .title-number::before {
	font-size: 125%;
	vertical-align: middle;
	margin-left: -4rem;
	margin-right: 1rem;
}

.ga-dashboard-panel .title-number-1::before {
	content: '\2460';
}

.ga-dashboard-panel .title-number-2::before {
	content: '\2461';
}

.ga-dashboard-panel .title-number-3::before {
	content: '\2462';
}

.ga-dashboard-panel .title-number-success::before {
	color: #3c763d;
}

.ga-dashboard-panel .title-number-danger::before {
	color: #a94442;
}

.ga-dashboard-panel .completed {
	border: 1px solid #000000dd;
	padding: 1rem 1.5rem;
	margin-top: 2rem;
}

.ga-dashboard-panel .completed ul {
	list-style: none;
	padding-left: 3rem;
}

.ga-dashboard-panel .disabled,
.ga-dashboard-panel .disabled a {
	color: #00000055;
}

.ga-dashboard-panel .row {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.learn-more {
	background: #eee;
	text-align: center;
	padding: 2rem;
	font-size: 1.5rem;
}

.learn-more i {
	color: #0654ba;
}

.strong {
	font-weight: 600;
}

.bigger {
	font-size: 125%;
}

.weak {
	opacity: .3;
}

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

/* new template help for old template */

#hide-menu a, #show-menu a {
	color: #ffffff;
	border: 1px solid #ffffff;
	background: transparent;
	outline: 0;
	border-radius: 4px;
	height: 28px;
	width: 38px;
	vertical-align: text-top;
	line-height: 28px;
	margin: 9px;
	font-size: 18px;
	padding: 0;
	font-weight: 400;
}

#hide-menu a i, #show-menu a i {
	vertical-align: text-top;
}


.offline-warning i {
	padding: 4px 8px;
}

.offline-warning strong {
	line-height: 32px;
}

ul.left-nav-menu {

}

ul.left-nav-menu li a {
	padding: 13px 32px;
	font-size: 14px;
}

ul.left-nav-menu li a:hover {
	color: #2ea64c;
	background-color: rgba(0, 80, 0, 0.1)
}

/*TODO skin the icon color*/
ul.left-nav-menu li a i {
	color: #1ea946;
	margin-right: 4px;
	font-size: 18px;
	width: 28px;
	text-align: left;
}

ul.left-nav-menu li a span {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	vertical-align: bottom;
}

.left-nav-heading {
	color: #058029;
	text-transform: uppercase;
	margin: 0;
	padding: 16px 32px;
	margin-top: 24px;
	font-size: 11.5px;
	letter-spacing: 1px;
	font-weight: 500;
}

/*!
 * WebApp Icons
 */
@font-face {
	font-family: 'nextgen-icons';
	src: url("../theme/webfonts/nextgen-icons.eot");
	src: url("../theme/webfonts/nextgen-icons.eot?#iefix") format("embedded-opentype"), url("../theme/webfonts/nextgen-icons.woff2") format("woff2"), url("../theme/webfonts/webfonts/nextgen-icons.woff") format("woff"), url("../theme/webfonts/webfonts/nextgen-icons.ttf") format("truetype"), url("../theme/webfonts/webfonts/nextgen-icons.svg#nextgen-icons") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 300;
	font-display: block;
	src: url("../theme/webfonts/fa-light-300.eot");
	src: url("../theme/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../theme/webfonts/fa-light-300.woff2") format("woff2"), url("../theme/webfonts/fa-light-300.woff") format("woff"), url("../theme/webfonts/fa-light-300.ttf") format("truetype"), url("../theme/webfonts/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
}

.fa, .fas, .far, .fal, .fad, .fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

/* Use the following CSS code if you want to have a class per icon */
.ni,
[data-icon]:before,
[class^="base-"],
[class*=" base-"] {
	font-family: 'nextgen-icons';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1; }

.ni-menu:before {
	content: "\e000";
}

.header-dropdown-list>li>.dropdown-toggle {
	margin: 12px 24px;
}

.header-dropdown-list .fa-user-circle {
	font-size: 24px;
}

.fa-tachometer-alt:before {
	content: "\f3fd";
}

.fa-store-alt:before {
	content: "\f54f";
}

.fa-box-alt:before {
	content: "\f49a";
}

.fa-layer-group:before {
	content: "\f5fd";
}

.fa-chart-bar:before {
	content: "\f080";
}

.fa-police-box:before {
	content: "\f921";
}

em.fa-collapse-o, em.fa-expand-o {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #00ae32;
}

em.fa-collapse-o::before {
	content: "\f106";
}

em.fa-expand-o::before {
	content: "\f107";
}

nav>ul>li>ul::before {
	border: none;
}

ul.left-nav-menu li > ul {
	background: #f6f9f7;
}

ul.left-nav-menu li > ul > li {
	position: relative;
}

ul.left-nav-menu > li > ul {
	border-left: 5px solid #00942B;
}

ul.left-nav-menu li > ul > li a {
	margin-left: 37px;
	padding-left: 27px;
	padding-top: 13px;
	padding-right: 32px;
	padding-bottom: 13px;
	border-left: 1px solid #00942B;
	color: black;
}

nav ul li.open>a, nav ul li.open>a b {
	color: #000!important;
	font-weight: bold;
}

ul.left-nav-menu > li > ul > li::before {
	color: #00942B;
	content: '\00B7';
	position: absolute;
	left: 31.5px;
	font-size: 48px;
	line-height: 48px;
	z-index: 100;
	top: -2px;
	display: inline;
	width: auto;
	border: none;
}

ul.left-nav-menu > li > ul > li > ul > li > a {
	padding-left: 37px;
}

nav ul .active>a {
	color: #000 !important;
	font-weight: 600;
}

/*Some classes to support the new template*/
.d-inline-block {
	display: inline-block;
}


@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	border: 0.25em solid currentcolor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: 0.75s linear infinite spinner-border;
	animation: 0.75s linear infinite spinner-border;
}

.h-1r {
	height: 1rem;
}

.w-1r {
	width: 1rem;
}

.d-flex { display: flex; }
.d-inline-block { display: inline-block; }

.mt-2 { margin-top: 0.5rem !important; }
.ml-1 { margin-left: 0.25rem !important; }
.w-1r { width: 1rem !important; }
.w-15r { width: 15rem !important; }
.w-16r { width: 16rem !important; }
.w-20r { width: 20rem !important; }
.w-100 { width: 100% !important; }
.p-2 { padding: 0.5rem !important; }


.height-select2 { height: 37.5px; }
input.height-select2 { height: 34px; }
