#angular-view {
    min-height: 365px;
}

.loginBox {
    text-align: left;
    font-family: arial;
    width: 350px;
    background: #ffffff;
    color: #54585a;
    padding: 20px;
    margin-top: 50px;
    box-sizing: content-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loginBoxBorder {
    margin-top: 75px !important;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.42);
}

.loginBox img {
    margin: 0px 0px 20px 24px;
}

.loginBox .emailIcon {
    height: 75px;
    width: auto;
    margin: 0px 0px 20px 0px;
    text-align: center;
}

.loginBox .hook {
    margin-left: -11px;
}

.loginBox h1 {
    margin: 0px 0px 25px 0;
    font-size: 30px;
    padding: 0px;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
}

.loginBox h2 {
    margin: 40px 0px 15px 0px;
    font-size: 24px;
    padding: 0px;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    color: #534741;
}

.loginBox h3 {
    font-size: 14px;
    padding: 0px;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    color: #534741;
    margin: 0 auto;
    line-height: 22px;
}

.loginBox span {
    color: #979798;
    font-size: 13px;
}

.loginBox table {
    width: 100%;
}

.loginBox .email-reports {
    border-collapse: collapse;
    border-bottom: 1px solid #979798;
}

.loginBox .email-reports-header {
    border-bottom: 1px solid #979798;
}

.loginBox .email-reports-center {
    text-align: center;
}

.loginBox .table-navigation {
    width: 350px;
    margin-top: 20px;
}

.loginBox .pointer {
    cursor: pointer;
}

.loginBox .required {
    position: absolute;
    top: 20px;
    right: -10px;
    display: block;
    color: #ff8f1c;
    margin-left: 5px;
}

.loginBox .messageText {
    font-size: 14px;
    color: #ce0037;
    text-align: center;
}

.loginBox .forgotText {
    font-size: 14px;
    text-align: justify;
    margin-top: 2px;
    margin-bottom: 14px;
}

.loginBox input[type='submit'],
.loginBox input[type='button'] {
    width: 100%;
    height: 38px;
    margin: 15px auto;
    cursor: pointer;
    font-size: 20px;
    padding: 4px;
    display: inline;
    border: solid 1px #ff8f1c;
    border-radius: 19px;
    background: #ff8f1c;
    color: #ffffff;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    outline-width: 0px;
    outline: none;
}

.loginBox input[type='submit']:disabled,
.loginBox input[type='button']:disabled {
    border: solid 1px rgba(255, 143, 28, 0) !important;
    background: rgba(255, 143, 28, 0.5);
    cursor: not-allowed;
}

.loginBox .white-button {
    background: #ffffff !important;
    border: solid 1px #d4d5d6 !important;
    color: #54585a !important;
}

.loginBox .grey-button {
    border: solid 1px rgba(212, 213, 214, 0.5) !important;
    background: rgba(212, 213, 214, 0.5) !important;
    color: #54585a !important;
}

.loginBox .grey-button:hover {
    border: solid 1px rgba(212, 213, 214, 0.75) !important;
    background: rgba(212, 213, 214, 0.75) !important;
}

.loginBox .sign-up-buttons {
    position: relative;
}

.loginBox .sign-up-buttons input {
    margin: 8px 0px !important;
    font-size: 18px !important;
}

.loginBox .sign-up-buttons .check-mark {
    position: absolute;
    right: 8px;
    color: #ffffff;
    font-size: 24px;
}

.loginBox .sign-up-buttons .agency {
    top: 14px;
}

.loginBox .sign-up-buttons .brand {
    top: 68px;
}

.loginBox .sign-up-buttons .seller {
    top: 122px;
}

.loginBox a {
    color: #515254;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.loginBox input[type='text'],
.loginBox input[type='email'],
.loginBox input[type='password'] {
    width: 100%;
    margin: 8px 0;
    height: 41px;
    padding-left: 10px;
    font-size: 18px;
    border: solid 1px #d4d5d6;
    outline-width: 0px;
    outline: none;
}

.loginBox input[type='text']::-ms-clear,
.loginBox input[type='email']::-ms-clear,
.loginBox input[type='password']::-ms-reveal {
    display: none;
}

.loginBox input[type='text']:-webkit-autofill,
.loginBox input[type='email']:-webkit-autofill,
.loginBox input[type='password']:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.loginBox textarea {
    width: 100%;
    margin: 8px 0px;
    height: 100px;
    line-height: 24px;
    padding: 2px 8px;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
    border: solid 1px #d4d5d6;
    resize: none;
    outline-width: 0px;
    outline: none;
}

.loginBox select {
    width: 100%;
    margin: 8px 0;
    height: 41px;
    padding-left: 10px;
    font-size: 18px;
    border: solid 1px #d4d5d6;
}

.loginBox option {
    color: #000;
}

.loginBox label {
    margin-bottom: 0px;
}

.loginBox .signUpSelected {
    background-color: #54585a !important;
}

.loginBox td {
    position: relative;
}

.loginBox select::-ms-clear {
    display: none;
}

.loginBox .login-row {
    padding: 8px 0px;
}

.loginBox .remember-me {
    font-weight: normal;
    font-size: 12px;
    color: #a9abac;
}

.loginBox .email-address {
    font-size: 18px;
    color: #999;
    word-break: break-word;
}

.loginBox .ucase {
    text-transform: uppercase;
}

.loginBox .dot-grey {
    display: inline-block;
    background-color: #d4d5d6;
    border-radius: 6px;
    margin: 25px 5px 0px 5px;
    height: 12px;
    width: 12px;
}

.loginBox .dot-orange {
    display: inline-block;
    background-color: #ff8f1c;
    border-radius: 6px;
    margin: 25px 5px 0px 5px;
    height: 12px;
    width: 12px;
}

.loginBox .companyDiv {
    width: 100%;
    height: 176px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #515254;
    border: solid 1px #d4d5d6;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    padding-top: 3px;
    padding-left: 5px;
}

.loginBox .companyDiv label {
    margin-left: 5px;
    font-size: 14px;
    display: inline;
}

.loginBox .companyDiv .network {
    padding: 3px;
}

.loginBox .companyDivNoScroll {
    width: 100%;
    color: #515254;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    padding-top: 3px;
    padding-left: 5px;
}

.loginBox .companyDivNoScroll label {
    margin-left: 5px;
    font-size: 14px;
    display: inline;
}

.loginBox .companyDivNoScroll .network {
    padding: 3px;
}

.loginBox .loading {
    margin: 20px;
}

.loginBox .loading .fa {
    background: url(img/spinner_small.png) no-repeat;
    height: 22px;
    width: 22px;
    display: block;
    margin: 0 10px;
    -webkit-animation: rotateAnim 0.5s infinite linear;
    -moz-animation: rotateAnim 0.5s infinite linear;
    -o-animation: rotateAnim 0.5s infinite linear;
    animation: rotateAnim 0.5s infinite linear;
}

.loginBox .orange-link {
    color: #ff8f1c;
    cursor: pointer;
    font-size: 13px;
    display: block;
    margin-top: 10px;
}

.loginBox .orange-link:hover {
    color: #ff8f1c;
}

.loginBox .terms-text {
    height: 400px;
    width:700px;
    overflow-y: scroll;
    border: solid 1px #d4d5d6;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.loginBox .terms-headline {
    font-weight: bold;
}

.loginBox .terms-content {
    text-align: justify;
}
.loginBox .title {
    font-weight: bold;
}

.loginBox .section-header {
    text-align: center;
}

.loginBox .country-box {
    border: 1px solid black;
    text-align: center;
}

.loginBox .font-12 {
    font-size: 12px;
}

.loginBox .font-13 {
    font-size: 13px;
}

.loginBox .margin-bottom-0 {
    margin-bottom: 0px !important;
}

.loginBox .margin-bottom-75 {
    margin-bottom: 75px;
}

.loginBox .margin-left-10 {
    margin-left: 10px !important;
}

.loginBox .margin-left-200 {
    margin-left: 200px !important;
}

.loginBox .margin-right-10 {
    margin-right: 10px !important;
}

.loginBox .margin-left-200 {
    margin-left: 200px;
}

.loginBox .width-125 {
    width: 125px;
}

.loginBox .width-144 {
    width: 144px !important;
}

.loginBox .width-210 {
    width: 210px !important;
}

.loginBox .width-380 {
    width: 380px !important;
}

.loginBox .padding-left-10 {
    padding-left: 10px;
}

.loginBox .padding-left-18 {
    padding-left: 18px;
}

.loginBox .padding-right-10 {
    padding-right: 10px;
}

.loginBox .padding-top-10 {
    padding-top: 10px;
}

.loginBox .padding-top-20 {
    padding-top: 20px;
}

.loginBox .padding-bottom-10 {
    padding-bottom: 10px;
}

.loginBox .padding-bottom-20 {
    padding-bottom: 20px;
}

.loginBox .padding-bottom-25 {
    padding-bottom: 25px;
}

.loginBox .margin-top-30 {
    margin-top: 30px;
}

.loginBox .disabled-retailer {
    border: solid 1px #9cc6e3 !important;
}

@-moz-keyframes rotateAnim {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateAnim {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotateAnim {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.loadingPage {
    text-align: center;
    height: 100px;
    width: 100%;
    padding: 400px 0 0 0;
}

.loadingPage .fa {
    background: url(img/spinner_large.png) no-repeat;
    height: 51px;
    width: 51px;
    display: block;
    margin: 0 auto;

    -webkit-animation: rotateAnim 0.5s infinite linear;
    -moz-animation: rotateAnim 0.5s infinite linear;
    -o-animation: rotateAnim 0.5s infinite linear;
    animation: rotateAnim 0.5s infinite linear;
}

.dropdown-backdrop {
    display: none;
    z-index: 0;
}

label.hl-radio-button .radio-outter {
    margin-left: 15px !important;
}
.hl-footer {
    margin-top: 75px;
    color: #54585a;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0, 0, 0, 0);
}

.hl-footer-abs {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.hl-footer .add-space {
    margin-top: 40px;
}

.hl-footer .networkLogos {
    margin: 0px 0px 40px 0px;
}

.hl-footer .networkLogos img {
    margin: 0px 25px;
}

.hl-footer .benefitsTable td {
    max-width: 350px;
    vertical-align: top;
    padding: 5px 20px;
}

.hl-footer .benefitsTitle {
    font-size: 32px;
}

.hl-footer .benefitsHeadline {
    text-align: center;
    font-size: 18px;
}

.hl-footer .benefitsText {
    text-align: justify;
    font-size: 14px;
}

.hl-footer .copyRight {
    padding: 4px 10px;
    background-color: #f1f1f1;
    font-size: 12px;
    min-height: 65px;
    width: 100%;
}

.hl-footer .copyRight img {
    margin-left: 30px;
}

.hl-footer .copyMaringTop {
    margin-top: 75px;
}

.hl-footer span {
    white-space: nowrap;
    padding: 22px 0px 0px 20px;
    display: inline-block;
}

.hl-footer .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.hl-footer select {
    height: 32px;
    margin-left: 30px;
    font-size: 12px;
    font-weight: bold;
    padding: 0.4em;
    border: solid 1px #d4d5d6;
    outline-width: 0px;
    outline: none;
    cursor: pointer;
}

.hl-footer select option {
    font-size: 12px;
    font-weight: bold;
}

.hl-header {
    background-color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 800px;
}

.hl-header img {
    margin: 20px 30px;
    max-height: 36px;
}

.hl-header .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.hl-header select {
    height: 32px;
    margin-top: 20px;
    margin-right: 20px;
    padding-right: 50px;
    font-size: 12px;
    font-weight: bold;
    border: solid 1px #d4d5d6;
    outline-width: 0px;
    outline: none;
    cursor: pointer;
}

.hl-header select option {
    font-size: 12px;
    font-weight: bold;
}

.hl-header .col-no-padding {
    padding: 0px;
}

.hl-header .header-notice {
    display: none;
}

.hl-header .header-notice .row {
    color: #fff;
    background-color: #4f868e;
    font-size: 12px;
    padding: 8px;
    padding-top: 5px;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
}

.hl-header .header-notice .fa {
    font-size: 20px;
    margin: 2px 10px 0px 5px;
}

.hl-header .header-notice .message {
    display: inline-block;
    position: relative;
}

.hl-header .header-notice a {
    color: #fff;
    text-decoration: underline;
}

.hl-header .header-notice a:active,
.hl-header .header-notice a:focus,
.hl-header .header-notice a:hover {
    color: #fff;
}

.hl-checkbox {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.hl-checkbox strong {
    margin-left: 5px !important;
}

.hl-checkbox .fa {
    font-size: 12px !important;
    background-color: #fff !important;
    border: 1px solid #D4D5D6;
    border-radius: 3px;
    width: 14px;
    height: 14px;
    margin-left: -20px !important;
    margin-top: 0px !important;
    margin-right: 5px !important;
}

.hl-checkbox .checked {
    color: #54585A;
}

.hl-checkbox .unchecked {
    color: #fff;
}

.hl-checkbox.disabled {
    cursor: not-allowed;
    font-style: italic;
    color: rgba(84, 88, 90, 0.5);
}

.hl-checkbox.disabled .fa {
    border: 1px solid rgba(212, 213, 214, 0.5);
}

.hl-checkbox .disabledChecked {
    color: rgba(84, 88, 90, 0.5);
}

.hl-radiobutton {
    margin-top: 0px !important;
    padding-top: 0px !important;
    color: #54585A;
}

.hl-radiobutton strong {
    margin-left: 5px !important;
}

.hl-radiobutton .radio-outter {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0px;
    background-color: #fff !important;
    border: 1px solid #D4D5D6;
    border-radius: 7px;
    width: 14px;
    height: 14px;
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-right: 5px !important;
}

.hl-radiobutton .radio-inner {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #54585A !important;
    border: 1px solid #D4D5D6;
    border-radius: 4px;
    width: 8px;
    height: 8px;
}

.hl-radiobutton .uncheck {
    display: none;
}

.hl-radiobutton.disabled {
    cursor: not-allowed;
    font-style: italic;
    color: rgba(84, 88, 90, 0.5);
}

.hl-radiobutton.disabled .radio-outter {
    border: 1px solid rgba(212, 213, 214, 0.5);
}

.hl-radiobutton.disabled .radio-inner {
    background-color: rgba(84, 88, 90, 0.5) !important;
    border: 1px solid #FFF;
}

.tooltipNew {
    position: relative;
    cursor:help;
    display:inline;
}

.tooltipNewIcon {
    color: #54585A;
    font-size: 12px !important;
    right: -5px;
}

.tooltipNewHeader {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    background: #EEEEEE;
    color: #54585A;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #D4D5D6;
}

.tooltipSKUHeader {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    background: #EEEEEE;
    color: #54585A;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #D4D5D6;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    height: 25px;
}

.tooltipSKUFooter {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    background: #EEEEEE;
    color: #54585A;
    padding: 6px 10px 6px 10px;
    border-top: 1px solid #D4D5D6;
    border-radius: 0px 0px 5px 5px;
    width: 100%;
    height: 20px;
    text-align: center;
}

.tooltipNewMessage {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #54585A;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    white-space: normal;
}

.tooltipNewContent {
    background: #FFF;
    border: 1px solid #D4D5D6;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
    line-height: 16px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #999;
    z-index: 1050;
}

.tooltipNewArrow {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.tooltipSkuArrow {
    content: '';
    width: 15px;
    height: 15px;
    left: 33px !important;
    top: -30px !important;
    min-width: 0px !important;
    border-top: 1px solid #999 !important;
    border-left: 1px solid #999 !important;
    border-bottom: 1px solid #FFF !important;
    border-right: 1px solid #FFF !important;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 11 !important;
}

.tooltipNewArrowTop {
    background: #FFF;
    border-top: 1px solid #D4D5D6;
    border-right: 1px solid #D4D5D6;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
}

.tooltipNewArrowTopHeadline {
    background: #EEEEEE;
    border-top: 1px solid #D4D5D6;
    border-right: 1px solid #D4D5D6;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
}

.tooltipNewArrowBottom {
    background: #FFF;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #D4D5D6;
    border-left: 1px solid #D4D5D6;
}

.tooltipNewArrowRight {
    background: #FFF;
    border-top: 1px solid #FFF;
    border-right: 1px solid #D4D5D6;
    border-bottom: 1px solid #D4D5D6;
    border-left: 1px solid #FFF;
}

.tooltipNewArrowLeft {
    background: #FFF;
    border-top: 1px solid #D4D5D6;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #D4D5D6;
}
.ad-blocker-top {
    padding-top: 200px;
}
.ad-blocker-header {
    padding-top: 20px;
    font-weight: bold;
    color: #FF8F1C;
    font-size: 28px;
}
.ad-blocker-instructions {
    font-size: 18px;
    width: 370px;
    padding-top: 10px;
}
.ad-blocker-reload {
    padding-top:20px;
}
.ad-blocker-link {
    color: #4f868e;
    cursor: pointer;
}

.ad-blocker-link:active,
.ad-blocker-link:focus,
.ad-blocker-link:hover {
    color: #54585a;
    text-decoration: none;
}

.ad-blocker-pm {
    background: #ffffff;
    width: 430px;
    padding: 20px;
    margin-top: 75px;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.42);
}

/*# sourceMappingURL=app.bundle.css.map?_=1599029238859*/