body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-color: #f5f5f5;
    margin:0;
    padding:0;
}
header {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px;
    border-style:none none solid none;
    border-color: #d5d5d5;
    position: fixed;
    z-index: 2;
    padding: 0px;
    margin: 0px;
}
section {
    clear: both;
    padding: 10px 0 0 0;
}
pre{
    font-family: 'Roboto Condensed', sans-serif;
}

.input-file {
    background-color: #fffbb9;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    min-height: 28px;
    padding: 0 0 0 8px;
    background-image: -moz-linear-gradient(center top , #ECECD6 1%, #fffbb9 15%);
}
textarea {
    background-color: #fffbb9;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    min-height: 28px;
    margin: 0;
    padding: 5px 0 0 8px;
    background-image: -moz-linear-gradient(center top , #ECECD6 1%, #fffbb9 15%);
}
textarea:disabled {
    background-color: #fffbb9;
    border: 1px solid #AAAAAA;
    background-color: #fffbb9;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 33multi-edit-titlemulti-edit-title;
    font-size: 13px;
    min-height: 28px;
    padding: 5px 0 0 8px;
    background-image: -moz-linear-gradient(top, #eeeeee 1%, #ebebeb 15%);
	background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ebebeb 15%);
	background-image: -ms-linear-gradient(top, #eeeeee 1%, #ebebeb 15%);
	background-image: linear-gradient(top, #eeeeee 1%, #ebebeb 15%);
    color: #aaa;
}
input {
    background-color: #fffbb9;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    min-height: 28px;
    padding: 0 0 0 8px;
    margin: 0;
    background-image: -moz-linear-gradient(center top , #ECECD6 1%, #fffbb9 15%);
}
input:disabled{
    background-color: #ebebeb;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    min-height: 28px;
    padding: 0 0 0 8px;
    background-image: -moz-linear-gradient(top, #eeeeee 1%, #ebebeb 15%);
	background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ebebeb 15%);
	background-image: -ms-linear-gradient(top, #eeeeee 1%, #ebebeb 15%);
	background-image: linear-gradient(top, #eeeeee 1%, #ebebeb 15%);
}
textcounter {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    padding: 1px 8px;
    display: inline;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}
textcounter.badge {
    position: absolute;
    right: 5px;
    top: 22px;
}
.input-long {
    background-color: #fffbb9;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    min-height: 28px;
    padding: 4px 0 0 8px;
    background-image: -moz-linear-gradient(center top , #ECECD6 1%, #fffbb9 15%);
    margin: 0;
    width: 100%;

    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.input-api-output {
    background-color: #fffbb9;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    min-height: 70px;
    padding: 5px 0 0 8px;
    background-image: -moz-linear-gradient(center top , #ECECD6 1%, #fffbb9 1%);
    margin: 0;
    width: 728px;

    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.input-wide-container {
    position: relative;
    width: 300px;
}
.input-wide-container .badge {
    top: 4px;
}
.multi-edit-list-item .badge {
    top: 26px;
}
.input-wide {
    background-color: #fffbb9;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    min-height: 28px;
    padding: 0 0 0 8px;
    background-image: -moz-linear-gradient(center top , #ECECD6 1%, #fffbb9 15%);
    margin: 0;
    width: 300px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.input-search {
    background-color: #fffbb9;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    min-height: 28px;
    padding: 0 0 0 8px;
    background-image: -moz-linear-gradient(center top , #ECECD6 1%, #fffbb9 15%);
    margin: 0 0 7px 0;
    width: 100%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.help-text-container {
    display: inline;
    position: absolute;
    margin-left: 5px;
}
.button-help-text {
    background-color: #d6d6d6;
    border: 0 none;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    height: 12px;
    padding: 3px;
    width: 12px;
    font-weight: bold;
}
.button-help-text:hover {
    background: #666;
    font-size: 12px;
    width: 15px;
    height: 15px;
}

.open > .dropdown-menu {
    display: block;
}
.dropup, .dropdown {
    position: relative;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 120px;
    padding: 6px 0px;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu > li > a {
    padding: 3px 30px;
}
select {
    background-color: #fffbb9;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    color: #000;
    min-height: 28px;
    padding: 0 0 0 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 12px;
    min-width: 100px;
    padding: 0 0 0 8px;
    background-image: -moz-linear-gradient(center top , #ECECD6 1%, #fffbb9 15%);
}
select[type="text"]:disabled
{
    background-color: #ebebeb;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    color: #999;
    height: 27px;
    padding: 0 0 0 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 12px;
    min-width: 100px;
    padding: 0 0 0 8px;
    background-image: -moz-linear-gradient(top, #eeeeee 1%, #ebebeb 15%);
	background-image: -webkit-linear-gradient(top, #ffa422 1%, #ebebeb 15%);
	background-image: -ms-linear-gradient(top, #eeeeee 1%, #ebebeb 15%);
	background-image: linear-gradient(top, #eeeeee 1%, #ebebeb 15%);
}
input[type="checkbox"] {
    vertical-align: middle;
 }

.select2-result-label.unchecked, .select2-result-label.checked{
    padding-left: 5px;
    white-space: nowrap;
}
.select2-result-label.unchecked:before{
    content: '\2610\A0';
}
.select2-result-label.checked:before{
    content: '\2713\A0';
    font-weight:bold;
}

.select-sort {
    position: relative;
    top:-8px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    color: #CC598C;
    cursor: default;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
}
h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
h1 span {
    color: #999;
    font-size: 11px;
    font-weight: 400;
}
h2 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: normal;
}
h4 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 23px 0 17px 6px;
    margin: 0;
    line-height: normal;
}
a {
    color: #50c4de;
    font-size: 13px;
    text-decoration: underline;
    font-weight: 400;
    cursor: pointer;
    outline: 0;
}
a:hover {
    color: #417aaa;
    outline: 0;
}
a:active, a:focus {
  outline: 0;
}
a[type="text"]:disabled {
    color: #ccc;
    text-decoration: none;
    outline: 0;
}
a.large:visited {
    color: #00789F;
    /*color: #CC598C;*/
}
a.large:visited:hover {
    color: #417aaa;
}
a.retailer-tile:visited:hover {
    color: #417aaa;
}
p {
    margin: 0;
    padding: 0;
}
.error-text {
    color: #cc0000;
    font-weight: 700;
}
.error-box {
    border: 1px #e8e8e8 solid;
    background-color: #fafafa;
    padding: 10px;
    margin: 15px 0 0 0;
}
.spinner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 10px 0;
}
label.chosen {
    margin: 1px 0px 0px 3px;
    opacity: 0.7
}
label.disabled0 {
    opacity: 1;
}
.chosen {
    font-weight: 400;
    color: #CC598C;
    font-size: 14px;
}
.not-chosen {
    font-weight: 300;
    color: #aaa;
    font-size: 14px;
    font-style: italic;
}
#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;

    /* Specify the width of your pageslide here */
    width: 217px;

    /* These styles are optional, and describe how the pageslide will look */
    background-color: #233f64;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
.secondary-nav-header {
    font-size: 12px;
    padding: 22px 0 9px 20px;
    color: #ddd;
    background-color: #233f64;
}
.secondary-nav-list{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.secondary-nav-list a{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
}
.no-retailer-selected {
    margin: 0 0 0 20px;
}
.selected {
   /* border-left: solid 5px #417aaa;*/
    border-bottom: solid 1px #172c43;
    border-top: solid 1px #172c43;
    background-color: #1c344f;
    font-weight: 500;
    padding: 10px 0 10px 20px;
}
.selected a {
   font-weight: 500;
}
.notselected {
    padding: 10px 0 10px 20px;
    font-weight: 300;
    border-bottom: solid 1px #1d3754;
    border-top: solid 1px #2f4a6b;
    cursor: pointer;
    text-decoration: none;
}
.notselected:hover {
    padding: 10px 0 10px 20px;
    color: #fff;
    background-color: #417aaa;
    border: solid 1px #417aaa;
    font-weight: 500;
    text-decoration: none;
}
.back-to-apps-btn {
    border-radius: 3px;
    background-color: #1b334e;
    padding: 7px 11px 10px 11px;
    display: inline-block;
    color: #fff;

    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 0 20px;
    position: absolute;
    bottom: 25px;
}
.back-to-apps-btn:hover {
    background-color: #0F2742;
    text-decoration: underline;
}
.icon-notification {
    background-image: url("../images/bell.png");
    background-repeat:
    no-repeat; width: 29px;
    height: 29px;
    display: inline-block;
    background-position: 0px 0px;
    vertical-align: middle;
}
.icon-notification.active {
    background-position: 0px -30px;
}
.icon-apps {
    background-image: url("../images/apps.png");
    background-repeat:
    no-repeat; width: 29px;
    height: 29px;
    display: inline-block;
    background-position: 0px 0px;
    vertical-align: middle;
}
.icon-apps.active {
    background-position: 0px -31px;
}
alertcount {
    color: #c00;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}
.apps {
    position: relative;
    top: 8px;
    right: 8px;
    cursor: pointer;
    display: inline-block;
}
.large {
    font-size: 14px;
}
.large-nav {
    font-size: 14px;
}
.small {
    font-size: 12px;
}
.line {
    color: #eee;
    background-color: #eee;
    height: 1px;
    width: auto;
    margin: 5px 0 10px 0;
}
.line-2 {
    color: #eee;
    background-color: #eee;
    height: 1px;
    width: auto;
    margin: 5px 0 0 0;
}
.vert-line {
    color: #eee;
    background-color: #eee;
    height: 48px;
    width: 1px;
}
footer {
    margin: 20px 0 20px 0;
    padding: 0px 0 0 0;
    height: 200px;
    position: relative;
    top: 70px;
}
.lhn-panel {
    width: 250px;
    background-color: #112e4f;
}
.main {
    width: 960px !important;
    margin: 0 auto 0 auto;
}
.main-leftmargin {
    width: 960px;
    margin: 0 auto 0 40px;
}
.main-navbar {
    padding: 0px 15px;
}
.menu-btn {
    padding: 15px 18px 15px 18px;
}
.menu-btn:hover {
    background-color: #f5f5f5;
    padding: 15px 18px 15px 18px;
}
.logo {
    padding: 0 0 0 17px;
    position: relative;
    top: 8px;
}
.breadcrumb {
    font-size: 12px;
    margin: 0 0 0 0;
    padding: 0px;
}
.title {
    font-size: 16px;
    font-weight: normal;
    padding: 0 40px 0 20px;
    color: #999;
    margin-top: 12px;
}
.create-btn {
    position: relative;
    top: 9px;
    background-color: #417aaa;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
.create-btn:hover {
    background-color: #28669a;
    cursor: pointer;
}

.login {
    display: inline-block;
    position: relative;
    top: 10px;
}

.notification {
    display: inline-block;
    position: relative;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.notification-summary {
    padding: 5px 10px 10px 10px;
}

.notification-report {
    display: block;
    text-decoration: none;
}

.notification-popup {
    position: fixed;
    width: 450px;
    top: 48px;
    right: 85px;
}

.apps-popup {
    position: absolute;
    right: -40px;
    top: 40px;
    width: 330px;
}

.apps-popup .tile {
    height: 100px;
    width: 88px;
    margin: 15px 0 0 10px;
}

.apps-popup .app-icon {
    width: 60px;
}

.apps-popup .app-icon img {
    width: 100%;
}

.apps-popup .notification-window {
    padding: 0px 10px 10px 5px;
}

.apps-popup .tile-name {
    font-size: 13px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #0098BF;
    display: inline-block;
}

.notification-window {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: -1px 2px 2px 0px rgba(75, 75, 75, 0.65);
    -moz-box-shadow: -1px 2px 2px 0px rgba(75, 75, 75, 0.65);
    box-shadow: -1px 2px 2px 0px rgba(75, 75, 75, 0.65);
}

.notification-window:after{
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    right:45px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-right:1px solid #CAD5E0;
    border-bottom:1px solid #CAD5E0;
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
}

.notification-label {
    padding: 10px 10px 0px 10px;
}

.notification-scroll-area {
    overflow: hidden;
}
.notification-scroll-area li:nth-child(n+4){
    display:none;
}

.notification-scroll-area.expanded {
    max-height:350px;
    overflow-y: scroll;
}
.notification-scroll-area.expanded li{
    display:block;
}

.notification-window li {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px;
}

.notification-window li:hover {
    background-color: #fffbb9;
}

.message {
    font-size: 13px;
    font-weight: 400;
}

progbar {
    display: inline-block;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    width: 388px;
    height: 10px;
}

li.import-fail .message {
    color: #d13035;
}
li.import-fail progbar {
    background-color: #d13035;
}

li.import-success .message {
    color: #00882b;
}
li.import-success progbar {
    background-color: #00882b;
}

li.import-progress .message{
    color: #666;
}

li.import-progress progbar {
    background-color: #ccc;
    background-image: url("../images/progressbar.gif");
    background-repeat: repeat-x;
    border: 1px solid #d5d5d5;
}

.notification-remove {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 3px;
    border: 0px;
    margin-left: 5px;
}
.notification-remove:after {
    position:relative;
    content:"\d7";
    font-size:19px;
    color:white;
    font-weight:bold;
    color: #777;
    top: -1px;
    left: 0px
}

.notification-showmore {
    padding: 10px;
    text-align: center;
}

input[type="submit"] {
    background-image: none;
}

.btn-large {
    border-radius: 3px;
    padding: 7px 15px;
    font-size: 14px;

    text-decoration: none;
}

.primary-btn {
    background-color: #417aaa;
    border: #28669a solid 1px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    margin: 0 auto 0 auto;
    text-decoration: none;
    padding: 7px 15px;
    font-size: 14px;
}
.primary-btn:hover {
    background-color: #28669a;
    cursor: pointer;
    text-decoration: none;
}
.primary-btn.disabled, .primary-btn.disabled:hover {
    background-color: #DDDEE0;
    border:0;
    cursor: default;
}

.secondary-btn, .sl-directive-filebrowse-button {
    border-radius: 3px;
    border: #ccc solid 1px;
    color: #0098bf;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    padding: 7px 15px;
    font-size: 14px;
}
.secondary-btn:hover, .sl-directive-filebrowse-button {
    background-color: #f9f9f9;
    cursor: pointer;
    text-decoration: none;
}
.tools-btn {
    border: 1px #ccc solid;
    border-radius: 3px;
    padding: 5px 9px 5px 9px;
    font-size: 12px;
    color: #0098bf;
    display: inline-block;
}
.tools-btn:hover {
    border: 1px #bbb solid;
    color: #417aaa;
    background-color: #f9f9f9;
    cursor: pointer;
}
.btn-small {
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 12px;
    text-decoration: none;
}
.content {
    position: relative;
    top: 65px;
}
.login-area {
   width: 339px;
   margin: 15% auto;
}
.login-logo {
    width: 193px;
    margin: 13px auto 5px auto;
}
.login-inputs {
    width: 500px;
    margin: 0 auto;
}
.login-field {
    margin: 0 auto 6px auto;
}
.forget-password {
    margin: 0 0 0 10px;
}
.collection {
    border-radius: 3px;
    border: solid 1px #d5d5d5;
    padding: 18px;
    margin: 0 0 10px 0;
    width: auto;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.collection-action {
    border-radius: 3px;
    border: solid 1px #d5d5d5;
    padding: 18px;
    margin: 10px 0 0 0;
    width: auto;
    height: auto;
    background-color: #fff;
}
.filter-collection {
    border-radius: 3px;
    border: solid 1px #d5d5d5;
    padding: 11px 18px 5px 18px;
    margin: 0 0 10px 0;
    width: auto;
    height: auto;
    background-color: #fff;
}
.collection-grid {
    padding: 0 30px 0 0;
    display: inline-block;
    max-width: 330px;
    vertical-align: top;
}
.message-detail .collection-grid {
    max-width: 300px;
}
.collection-narrow-grid {
    padding: 0 0 0 0;
    display: inline-block;
    max-width: 330px;
    vertical-align: top;
}
.collection-top {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-style: solid solid none solid;
    border-color: #d5d5d5;
    border-width: 1px;
    padding: 18px;
    margin: 0;
    width: auto;
    height: auto;
    background-color: #fff;
}
.collection-top-2 {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-style: solid solid none solid;
    border-color: #d5d5d5;
    border-width: 1px;
    padding: 18px 18px 0px 18px;
    margin: 0;
    width: auto;
    height: auto;
    background-color: #fff;
}
.collection-top-3 {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-style: solid solid none solid;
    border-color: #d5d5d5;
    border-width: 1px;
    padding: 18px 18px 0px 18px;
    margin: 0;
    width: auto;
    height: auto;
    background-color: #fff;
}
.collection-int {
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #d5d5d5;
    padding: 18px;
    margin: 0;
    width: auto;
    height: auto;
    background-color: #fff;
}
.collection-int-2 {
    border: 1px #d5d5d5;
    border-style: solid solid none solid;
    padding: 18px;
    margin: 0;
    width: auto;
    height: auto;
    background-color: #fff;
}
.collection-int-3 {
    border: 1px #d5d5d5;
    border-style: none solid none solid;
    padding: 18px;
    margin: 0;
    width: auto;
    height: auto;
    background-color: #fff;
}
.collection-int-4 {
    border: 1px #d5d5d5;
    border-style: none solid none solid;
    padding: 1px 18px 18px 18px;
    margin: 0;
    width: auto;
    height: auto;
    background-color: #fff;
}
.collection-bottom {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-style: none solid solid solid;
    border-color: #d5d5d5;
    border-width: 1px;
    padding: 18px;
    margin: 0 0 10px 0;
    width: auto;
    height: auto;
    background-color: #fff;
}
.collection-bottom-2 {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-style: solid;
    border-color: #d5d5d5;
    border-width: 1px;
    padding: 18px;
    margin: 0 0 10px 0;
    width: auto;
    height: auto;
    background-color: #fff;
}
.collection-bottom-3 {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-style: solid;
    border-color: #d5d5d5;
    border-width: 1px;
    padding: 1px;
    border-top: none;
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
    background-color: #fff;
}
.required-field:before {
    content: "*";
    color: #c00;
    margin-right: 5px;
}
.collection-subheader {
    font-size: 13px;
    color: #606060;
    position: relative;
}
.collection-subheader-order {
    font-size: 13px;
    color: #606060;
    margin: 10px 0 0 0;
}
.collection-label {
    display: inline;
}
.collection-related-attribute {
    margin: 10px 0 0 0;
}
.collection-list-item-a {
    padding: 0 0 8px 0;
}
.collection-list-item-b {
    padding: 10px;
}
.multi-edit-list-item {
    margin: 0 0 10px 0;
    position: relative;
}
.order-box {
    list-style-type: none;
    border: solid 1px #D5D5D5;
    border-radius: 3px;
    min-height: 100px;
    margin: 5px 0 0 0;
    padding: 0;
}
.order-item {
    padding: 5px 10px;
}
.order-title {
    margin: 0 10px 0 0;
}
.order-grabbers {
    background-image: url("../images/grabbers.png");
    height: 7px;
    width: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.order-number {
    background-color: #fff;
    padding: 0 5px;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    font-weight: 700;
    color: #000;
    margin: 0 10px;
}
.repeat {
    margin: 0 7px 0 0;
    font-size: 12px;
    padding: 0 3px;
    color: #4a4a4a;
    border-radius: 2px;
    border: 1px none #D5D5D5;
}
.repeat .icon {
    display: inline-block;
    background-image: url("../images/repeat-icon.png");
    background-repeat: no-repeat;
    height: 11px;
    width: 11px;
    position: relative;
    top: 1px;
}
.custom-css {
    padding: 0 3px;
    font-size: 12px;
    color: #4a4a4a;
    border-radius: 2px;
    border: 1px solid #D5D5D5;
    background-color: #fff;
}
.odd {
    border-top: #eaeaea solid 1px;
    border-bottom: #eaeaea solid 1px;
    background-color: #f9f9f9;
    vertical-align: middle;
}
.even {
    background-color: #fff;
    vertical-align: middle;
}
.timestamp {
    color: #999;
    padding: 0 0 0 3px;
    font-size: 11px;
    font-weight: 400;
}
.filters {
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
}
.filter-list {
    margin: 0 0 3px 3px;
    font-size: 12px;
}
.date-list {
    font-size: 12px;
    margin: 0 0 0 3px;
}
.spacing {
    padding: 10px 18px 10px 18px;
}
.float-l {
    float: left;
}
.float-r {
    float: right;
}
.clear {
    clear: both;
}
.filtered-results-header {
    padding: 0 0 10px 0;
    height: 25px;
}
.inline-status-published {
    position: relative;
    top: 6px;
    margin: 0 5px 0 0;
    background: #4CBB17;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.inline-status-draft {
    position: relative;
    top: 6px;
    background: #aaa;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0 5px 0 0;
}
.inline-status-expired {
    position: relative;
    top: 6px;
    background: #cc0000;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0 5px 0 0;
}
.status {
    height: 20px;
    width: 90px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.published {
    background-color: #4CBB17;
}
.draft {
    background-color: #aaa;
}
.expired {
    background-color: #cc0000;
}
.copyright {
    font-size: 12px;
    color: #999;
}
.imagepreview{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
    cursor: pointer;
    max-width: 250px;
}
.imagepreview img {
    max-width: 250px;
    min-width: 200px;
    min-height: 100px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.footer-icon {

}
.tooltip {
    max-width: 350px;
    min-width: auto;
    position: relative;
    top: -1px !important;
    left: -7px !important;
    z-index:100;
}
.tooltip-inner {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    padding: 3px 6px;
}
.tooltip-arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(0, 0, 0, 0.8);
    margin-left: 10px;
}

/* modal styles taken from  //netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css */
.modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
    z-index: 20;
}
.modal {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -280px;
    outline: medium none;
    position: fixed;
    top: 10%;
    width: 560px;
    z-index: 30;
}
.modal.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.modal.fade.in {
    top: 10%;
}
.modal-header {
    border-bottom: 1px solid #CCCCCC;
    padding: 0 0 0 20px;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-header h3 {
    line-height: 30px;
    margin: 0;
}
.modal-body {
    max-height: 415px;
    overflow-y: auto;
    padding: 5px 0 20px 0;
    margin: 14px 25px 12px;
    position: relative;
    font-size: 13px;
}
.modal-form {
    margin-bottom: 0;
}
.modal-footer {
    background-color: #F5F5F5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;
}
.modal-footer:before, .modal-footer:after {
    content: "";
    display: table;
    line-height: 0;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.create-modal {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: 0 0 0 -430px;
    outline: medium none;
    position: fixed;
    top: 10%;
    width: 860px;
    z-index: 30;
}
.create-modal-body {
    max-height: 360px;
}
.create-lhn {
    width: 300px;
    background-color: #f4f4f4;
    height: 360px;
    overflow-y: scroll;
}
.create-lhn-section {
    border-bottom: 1px solid #ddd;
    padding: 15px 25px 15px 25px;
}
.create-not-selected {
    background-color: #f8f8f8;
    cursor: pointer;
}
.create-not-selected:hover {
    background-color: #f2f2f2;
}
.create-selected {
    background-color: #fff;
}
.create-rhn {
    border-left: 1px solid #ccc;
    margin-left: 300px;
    width: 510px;
    height: 320px;
    padding: 20px 20px 20px 25px;
    overflow-y: scroll;
}
.create-project-title {
    font-weight: 400;
    font-size: 18px;
    max-width: 300px;
}
.create-project-desc {
    font-weight: 300;
    color: #5c5c5c;
    font-size: 13px;
    position: relative;
    top: -2px;
    line-height: 1.3;
    max-width: 420px;
}
.create-project-title-selected {
    font-weight: 400;
    font-size: 18px;
    color: #417aaa;
}
.create-project-component {
    padding: 10px 0 12px 0;
    border-bottom: 1px #ddd solid;
}
.create-component-title {
    font-weight: 400;
    font-size: 16px;
    width: 300px;
}
.create-project-component .primary-btn{
    position: relative;
    top: -35px;
}
.create-project-component .secondary-btn{
    position: relative;
    top: -35px;
}
.preview {
    margin: 50px auto;
    width: 960px;
}
.preview-large-image{
    margin: 10px 0 0 0;
    width: 100%;
}
.preview-large-image img{
    border: 1px #ccc solid;
}
.thumbnails{
    margin: 10px 0 0 0;
}
.thumbnail {
    padding: 5px;
}
.thumbnail img {
    width: 226px;
    border: 1px #ccc solid;
}
.app-icon {
    width: 100px;
    margin: 10px auto 0px auto;
}
.pageTitle {
    color: #003564;
    font-size: 1.5em;
    margin-top: 20px;
    padding-bottom:10px;
}

.tile {
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 175px;
    float:left;
    font-size: 16px;
    padding: 10px auto 20px auto;
    margin: 0 10px 10px 0;
}
.tile-name {
    position: relative;
    bottom: 0px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 15px;
}
.tile:hover {
    border-color: #aaa;
}
.row-1 {
    padding-top: 20px;
}
.error {
    border: 1px solid #cc0000;
    padding: 10px;
    margin: 10px 0 0 0;
    color: #cc0000;
    font-weight: 400;
}
.warning {
    border: 1px solid #ff6600;
    padding: 10px;
    margin: 10px 0 0 0;
    color: #ff6600;
    font-weight: 400;
}
.create-title-not-available {
    color: #ccc;
    font-weight: 400;
    text-decoration: underline;
}
.create-desc-not-available {
    color: #ccc;
}
.no-filter {
    width: 365px;
    margin: 0 auto;
}
.feedback {
    -ms-transform:rotate(270deg); /* IE 9 */
    -moz-transform:rotate(270deg); /* Firefox */
    -webkit-transform:rotate(270deg); /* Safari and Chrome */
    -o-transform:rotate(270deg); /* Opera */
    position: fixed;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    right:-25px;
    top: 30%;
    font-weight: 500;
    background-color: #666;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
}
.feedback:hover {
    -ms-transform:rotate(270deg); /* IE 9 */
    -moz-transform:rotate(270deg); /* Firefox */
    -webkit-transform:rotate(270deg); /* Safari and Chrome */
    -o-transform:rotate(270deg); /* Opera */
    position: fixed;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    right:-25px;
    top: 30%;
    font-weight: 500;
    background-color: #333;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
}
.login-error {
    background-color: #ffcccc;
    border-radius: 3px;
    border-width:2px;
    border-style: solid;
    height: 30px;
    padding-left: 5px;
    font-size: 14px;
    border-color : #dd2e00;
}
.pb-container {
    padding: 10px ;
}
.pb-top-exp {
    padding: 0 0 20px 0;
}
.pb-logo {
    height: 55px;
}
.pb-logo img{
    margin: 7px 0 5px 0;
    height: 50px;
}
.arrow-left {
    background-image: url("../images/previous-arrow.png");
    width: 20px;
    height: 31px;
    cursor: pointer;
    margin: 50px 20px 50px 12px;
}
.arrow-right {
    background-image: url("../images/next-arrow.png");
    width: 20px;
    height: 31px;
    margin: 50px 12px 50px 0;
    cursor: pointer;
}
.leaderboard-unexp {
    border: 1px solid #ccc;
    height: 90px;
    width: 728px;
    background-color: #fff;
    overflow: hidden;
}
.pb-listingdata-unexp {
    padding: 10px;
}
.leaderboard-exp {
    border: 1px solid #ccc;
    height: 320px;
    width: 728px;
    background-color: #fff;
}
.pb-top-exp {
    margin: 15px 0;
    position: relative;
    left: 10px;
}
.location-deal-info {
    text-align: right;
    margin: 3px 0;
}
.pb-item {
    width: 140px;
    margin: 0 15px 0 0;
    float: left;
}
.pb-image {
    height: 120px;
    width: 140px;
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
    overflow: hidden;
}
.pb-image-unexp {
    position: relative;
    top: -10px;
    margin: 0 0 0 10px;
    overflow: hidden;
}
.pb-headline {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}
.pb-exp-headline {
    color: #000;
    font-size: 19px;
    font-weight: 700;
}
.pb-title {
    color: #333;
    font-size: 13px;
    font-weight: 300;
}
.pb-exp-title {
    color: #000;
    font-size: 13px;
    font-weight: 700;
}
.pb-price {
    color: #cc0000;
    font-size: 14px;
    font-weight: 700;
}
.pb-exp-price {
    color: #cc0000;
    font-size: 16px;
    font-weight: 700;
}
.pb-reg-price {
    color: #666;
    font-size: 12px;
    font-weight: 300;
}
.pb-cta-btn {
    padding: 6px 12px;
    background-color: #cc0000;
    color: #fff;
    margin: 14px 10px 0 12px;
    border-radius:3px;
    font-weight: 500;
}
.pb-link {
    color: #cc0000;
    font-size: 12px;
    font-weight: 400;
}
.pb-cta-btn:hover {
    padding: 6px 12px;
    background-color: #A62020;
    color: #fff;
    margin: 14px 10px 0 12px;
    border-radius:3px;
    font-weight: 500;
    cursor: pointer;
}
.pb-grad {
    position: relative;
    top: -20px;
    left: 1px;
    width:728px;
    background-image: url("../images/bgd-grad.png");
    background-repeat: repeat-x;
}
.pb-grad-multi {
    position: relative;
    top: -257px;
    left: 1px;
    width:728px;
    z-index: 99999;
    background-image: url("../images/bgd-grad.png");
    background-repeat: repeat-x;
}
[ng\:cloak], ng-cloak, [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
.ng-show {
    display: block;
}
.active-tab {
    position: relative;
    background-color: #fff;
    top: 2.5px;
    border-style: solid solid none solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 1px;
    border-color: #D5D5D5;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    cursor: pointer;
}
.inactive-tab {
    position: relative;
    top: 2.5px;
    border-style: solid solid none solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 1px;
    border-color: #D5D5D5;
    background-color: #e9e9e9;
    font-size: 12px;
    font-weight: 300;
    color: #666;
    padding: 5px 14px;
    cursor: pointer;
}
.sorry-message {
    font-size: 12px;
    color: #666;
}
.retailer-tiles {
    margin: 10px 0 0 0;
}
.retailer-tile {
    display: inline-block;
    border: 1px #ccc solid;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    padding: 5px;
    float: left;
    text-align: center;
    height: 158px;
    width: 120px;
    background-color: #fff;
    overflow: hidden;
}
.retailer-tile:hover {
    border-color: #0098BF;
}
.retailer-tile-logo {
    display:table-cell;
    vertical-align:middle;
    width: 120px;
    height: 120px;
}

.retailer-line {
    display: inline-block;
    color: #eee;
    background-color: #eee;
    height: 1px;
    width: auto;
}

.dataplaceholder {
    color: #999999;
}
.breadcrumb-header {
    margin: 0 0 15px 0;
}
.breadcrumb-logo {
    display: inline-block;
    background:url() no-repeat center center;
    height: 45px;
    width: 45px;
    -webkit-border-radius: 30px; /* Saf3+, Chrome */
    border-radius: 30px; /* Opera 10.5, IE 9 */
    margin: 0 10px 0 0;
    position: relative;
    top: -4px;
}

.no-results {
    background-color: #e6e6e6;
    border-radius: 3px;
    border: none;
    height: 70px;
    margin: 10px 0;
    padding: 40px 0 0 0;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}
.advanced-filters {
    display: inline-block;
    height: auto;
    overflow: hidden;
}
.advanced-filter-collection {
    margin: 13px 0px 10px 15px;
    white-space: nowrap;
    line-height: 1.4;
    font-size: 13px;
}
.advanced-filter-collection select, .advanced-filter-collection .select2-container{
    width:145px;
}
.advanced-filter-collection .select2-choice label{
    cursor:pointer;
}

.advanced-filters-expanded {
    width: 160px;
}
.advanced-filters-collapsed {
    width: 0px;
}
.selected-filter {
    color: #02870D;
    font-weight: 500;
}
.advanced-filter-btn {
    border: 1px #ccc solid;
    border-radius: 3px;
    padding: 5px 9px 5px 9px;
    font-size: 12px;
    color: #666;
    margin: 0 0 5px 0;
}
.advanced-filter-btn:hover {
    border: 1px #bbb solid;
    color: #333;
    background-color: #f9f9f9;
    cursor: pointer;
}
.filter-arrows {
    height: 100%;
    width: 100%;
    display: inline-block;
}
.filter-arrows-collapsed {
    background:url(../images/filter-arrows-collapse.png) no-repeat center center;
    height: 16px;
    width: 16px;
    cursor: pointer;
    margin: 12px 7px 0 7px;
}
.filter-arrows-expanded {
    background:url(../images/filter-arrows-expand.png) no-repeat center center;
    height: 16px;
    width: 16px;
    cursor: pointer;
    margin: 12px 7px 0 7px;
}
.list-results {
    border-left: solid 1px #ddd;
    padding: 15px;
    min-height: 500px;

}
.list-results-expanded {
    margin-left: 30px;

}
.list-results-collapsed {
    margin-left: 190px;
}
.collection-list {
    border-radius: 3px;
    border: solid 1px #d5d5d5;
    width: auto;
    min-height: 500px;
    background-color: #fff;
    margin: 0 0 10px 0;
}
.listings-returned {
    margin: 15px 0 5px 0;
}
.multi-edit-title{
    font-weight: 500;
    color: #000;
    font-size: 14px;
}
.multi-edit-listings-returned {
    margin: 0px 0 15px 0;
}
.listing-descriptors {
    font-weight: 500;
    color: #676767;
}
.listing-count {
    font-weight: 700;
}
.advanced-filters .select2-choice {
    background: #ffffff;
    border: 1px solid #aaaaaa;
    margin: 0 0 0 0;
    font-weight: 300;
    color: #666;
}
.advanced-filters .select2-choice div {
    background: #ffffff;
    border-left: 0px;
    margin: 0 0 7px 0;
}
.advanced-filter-collection-space {
    margin: 0 0 7px 0;
}
.simple-filters .select2-choice {
    background: #ffffff;
    border: 1px solid #aaaaaa;
    color: #666;
    font-weight: 300;
}
.simple-filters .select2-choice div {
    background: #ffffff;
    border-left: 0px;
}
.tertiary-btn {
    border: 1px #ccc solid;
    border-radius: 3px;
    padding: 5px 9px 5px 9px;
    font-size: 12px;
    color: #666;
}
.tertiary-btn:hover {
    border: 1px #bbb solid;
    color: #333;
    background-color: #f9f9f9;
    cursor: pointer;
    display: inline-block;
}
.action-feedback {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 60px;
    text-align: center;
    padding: 15px 0 0 0;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}
.info {
    background: rgba(155, 216, 255, 0.8);
    cursor: pointer;
    border-top: 1px solid #0000ff;
}
.success {
    background: rgba(119, 187, 65, 0.8);
    cursor: pointer;
    border-top: 1px solid green;
}
.action-feedback img {
    height: 45px;
    width: 45px;
}
.action-feedback a {
    color: #000;
    padding: 0 0 0 6px;
}
.action-feedback a:hover {
    color: #fff;
}
.fail {
    background: rgba(210, 0, 0, 0.87);
    cursor: pointer;
    border-top: 1px solid red;
    color: #000;
}
.collapsed {
    opacity: 0;
    height: 0;
}
.indent {
    text-indent: 8px;
}
.chapters {
    background-color: #ededed;
    border-radius: 3px;
    width: 20%;
    display:table-cell;
    padding: 20px 0 20px 20px;
}
.chapter-list {
    margin: 0;
    line-height: 1.7;
}
.chapter-sub-list {
    margin: 0 0 10px 0;
    line-height: 1.7;
    font-size: 14px;
    font-size: 13px;
    color: #444;
    font-weight: 200;
}

/* would put dashes in the chaptering classes, but they are used dynamically by angular and they cause problems. */
.chapterchosen {
    color: #02870D;
    font-weight: 500;
    border-right: 3px solid #02870D;
    cursor: pointer;
}
.sub-chapterchosen {
    color: #02870D;
    font-weight: 500;
    border-right: 3px solid #02870D;
    cursor: pointer;
}
.chapternotchosen{
    font-weight: 500;
    cursor: pointer;
}
.sub-chapternotchosen {
    font-weight: 200;
    cursor: pointer;
}
.chapternotchosen:hover {
    color: #0098bf;
    font-weight: 500;
    cursor: pointer;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.chapter-margin {
    margin: 0 0 0 10px;
}
.line-dark {
    color: #dadada;
    background-color: #dadada;
    height: 1px;
    width: auto;
    margin: 5px 20px 10px 0;
}
.two-column {
    clear:left;
    float:left;
    overflow:hidden;
    width:100%;
    display:table;
}
.hide {
    display: none;
}
.nowrap {
    white-space: nowrap;
}
.bold {
    font-weight: 700;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Listing export/import modal */
.second-required {
    margin: 15px 0px 0px 0px;
    font-size: 13px;
}

.moreFieldsLink {
    font-size: 12px;
    cursor: pointer;
}

.moreFieldsLink.expanded {
    color #666;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;

    border-bottom: 7px solid #666;
    display: inline-block;
    margin-bottom: 2px;
}

.modal hr {
    border-top: 1px solid #DDDDDD;
}

.sl-directive-filebrowse {
    overflow:hidden;
}

.sl-directive-filebrowse-list {
    display: block;
    float: left;
    width: 300px;
    height:30px;
}

.import-file-path {
    display: block;
}

.browse-btn, .sl-directive-filebrowse-button {
    cursor: pointer !important;
}

.sl-directive-filebrowse-button {
    cursor: pointer;
    padding: 5px 13px;
    margin: 0px 0px 0px 5px;
    float: left;
}

.export-fields-scrollarea {
    border: 1px solid #ccc;
    height: 206px;
    margin: 5px 0 0;
    overflow: auto;
    padding: 2px 10px;
}

/*************Errors Summary Report*****************/

.errorsummary td {
    padding: 6px 10px;
}

table.errorsummary {
    width: 100%;
}

.errorreport {
    color: #c00;
    font-size: 13px;
}


