/* Minification failed. Returning unminified contents.
(339,1): run-time error CSS1019: Unexpected token, found ''
(552,1): run-time error CSS1019: Unexpected token, found ''
(552,2): run-time error CSS1019: Unexpected token, found ''
(999,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1000,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1013,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(1014,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1041,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1042,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1375,1): run-time error CSS1019: Unexpected token, found '}'
(1589,12): run-time error CSS1036: Expected expression, found '!important'
(1593,16): run-time error CSS1036: Expected expression, found '!important'
 */
/*Use this file to override the default styles coming from bootstrap as well as setup our base style */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

@media print {
    body {
        font-size: 12px;
    }

    a[href]:after {
        content: " ";
    }

    abbr[title]:after {
        content: " ";
    }
}

#body {
    padding-bottom: 10px;
}

h2.AccountOverviewStat {
    text-align: center;
    color: #D76A3C;
    font-size: 4em;
}

a.AccountOverviewStat {
    text-decoration: none;
    color: inherit;
}

a.SecondaryLink {
    color: #D76A3C;
    text-decoration: underline;
    padding-top: 10px;
}

.globalheader {
    color: white;
}

.globalheader {
    background-color: #fff;
    color: #333333;
}

.navbar-brand img {
    margin: 10px 0 5px 10px;
}

.globalheader-ln1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-top: 10px;
    font-size: 2em;
    text-shadow: -1px -1px 2px #333;
}

.globalheader-ln2 {
    font-size: 1.6em;
}

.globalheader-search {
    padding-top: 20px;
}

.grsfooter {
    padding: 10px 10px 0 10px;
    background-color: #B9B9B9;
    font-size: 0.7em;
    color: #666677;
}

.mag-profile {
    font-size: 0.8em;
}

@media (max-width: 768px) {
    .globalheader-ln1 {
        font-size: 1em;
        padding-top: 20px;
    }

    .globalheader-ln2 {
        display: none;
    }

    #body {
        padding-bottom: 3px;
    }

    .navbar {
        margin-left: 0px;
    }
}

.navbar {
    font-size: 0.9em;
    margin-bottom: 0px;
    margin-left: -15px;
}

.navbar-right {
    padding-right: 15px;
}

.navbar-brand {
    padding: 0 0 0 0;
}

.navbar-default {
    border-width: 0px;
}

button.grsbluebk {
    background-color: #4885bf;
    color: white;
}

button.grsgreenbk {
    background-color: #84bd67;
    color: white;
}

button.grsorangebk:hover {
    background-color: #DBB24A;
    color: #666677;
}

button.grsorangebk {
    background-color: #edc050;
    background-image: none;
    color: #666677;
}

button.grbrownbk {
    background-color: #d35e44;
    color: white;
}

.titlenote {
    font-size: 14px;
    font-style: italic;
    padding-right: 0px;
}

nav.navbar-default .grsblue > .open > a,
nav.navbar-default .grsblue > .open > a:hover,
nav.navbar-default .grsblue > .open > a:focus,
nav .grsblue:hover {
    background-color: #4885bf;
    color: white;
}

nav.navbar-default .grsgreen > .open > a,
nav.navbar-default .grsgreen > .open > a:hover,
nav.navbar-default .grsgreen > .open > a:focus,
nav .grsgreen:hover {
    background-color: #84bd67;
    color: white;
}

nav.navbar-default .grsorange > .open > a,
nav.navbar-default .grsorange > .open > a:hover,
nav.navbar-default .grsorange > .open > a:focus,
nav .grsorange:hover {
    background-color: #edc050;
}

nav.navbar-default .grbrown > .open > a,
nav.navbar-default .grbrown > .open > a:hover,
nav.navbar-default .grbrown > .open > a:focus,
nav .grbrown:hover {
    background-color: #d35e44;
    color: white;
}

.breadcrumb {
    font-size: 0.8em;
}

a.breadcrumb, b.breadcrumb {
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.breadcrumb > li + li:before {
    content: ">\00a0";
}

.breadcrumb > li + li:last-child::before {
    content: "";
}

#dxHelplWindow_PW-1 .dxpc-footer {
    background-color: #E4E4E4;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
}
/* Footer */
#body {
    min-height: 500px;
}

@media (max-width: 767px) {
    #body {
        min-height: inherit;
    }
}

.dashboard {
    width: 100%;
    height: 600px;
    border: none;
    overflow: hidden;
}

div.legalScroll {
    height: 300px;
    width: 98%;
    overflow: auto;
    border: 1px solid #eaeaea;
    padding: 4px;
    margin: 5px;
}

.checkboxList label {
    margin-bottom: 1px;
    font-weight: normal;
    xfont-size: 0.8em;
}

.checkboxList .form-group {
    margin-bottom: 1px;
}

.tab-pane {
    min-height: 400px;
}

.tab-pane-short {
    min-height: 100px !important;
}

.tab-content {
    border: 1px solid #eaeaea;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 0.9em;
}

@media (max-width: 767px) {
    #body {
        min-height: inherit;
    }

    .tab-pane {
        min-height: inherit;
    }
}

.gridbottomspacing {
    margin-bottom: 10px;
}

.tight-text p {
    margin-bottom: 2px;
}

.panel .tight-text .row {
    margin-bottom: 2px;
}

.validation-summary-valid {
    display: none;
}

.field-validation-valid {
    display: none;
}

.spacingdiv {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .spacingdiv {
        margin-top: 0px;
    }
}

.dxeRadioButtonList_Metropolis, .dxeCheckBoxList_Metropolis {
    border-width: 0px;
}

.dxgvCommandColumnItem_Metropolis {
    padding-right: 5px;
}

.dxucControl_Metropolis {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    margin-top: -5px;
}

    .dxucControl_Metropolis:focus {
        border-color: #66afe9;
        outline: 0;
    }

.retailer-companies {
    height: 705px;
    overflow-x: scroll;
    border: 1px solid #E4E4E4;
}

.admin {
    margin-right: 10px;
    margin-left: 30px;
    font-size: 0.8em;
    width: auto;
}


.bs-wizard {
    margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #fbe8aa;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #fbbd19;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #fbe8aa;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }
/*END Form Wizard*/
.navbar-xs {
    min-height: 22px;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent
}

    .navbar-xs .navbar-brand {
        padding: 2px 8px;
        font-size: 14px;
        line-height: 14px;
    }

    .navbar-xs .navbar-nav > li > a {
        border-right: 1px solid #ddd;
        padding-top: 2px;
        padding-bottom: 2px;
        line-height: 16px;
        color: #777777;
    }

    .navbar-xs .navbar-nav > li:last-child > a {
        border-right: 0px solid #ddd;
        padding-top: 2px;
        padding-bottom: 2px;
        line-height: 16px;
        color: #224889;
    }

/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #428bca;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #428bca;
                background-image: linear-gradient(rgb(66, 139, 202) 0%, rgb(45, 108, 162) 100%);
                color: #ffffff;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #428bca;
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 33px;
    padding-right: 20px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.glyphicon-lg {
    font-size: 3em
}

.blockquote-box {
    border: 2px solid #E6E6E6;
    margin-bottom: 5px;
}

    .blockquote-box .square {
        padding: 20px 0
    }

    .blockquote-box.blockquote-primary {
        border-color: #357EBD
    }

    .blockquote-box.blockquote-success {
        border-color: #4CAE4C
    }

    .blockquote-box.blockquote-info {
        border-color: #46B8DA
    }

    .blockquote-box.blockquote-warning {
        border-color: #EEA236
    }

    .blockquote-box.blockquote-danger {
        border-color: #D43F3A
    }

    .blockquote-box.blockquote-warning H4 {
        color: #F0AD4E
    }

    .blockquote-box.blockquote-primary H4 {
        color: #428BCA
    }

    .blockquote-box.blockquote-success H4 {
        color: #5CB85C
    }

    .blockquote-box.blockquote-info H4 {
        color: #5BC0DE
    }

    .blockquote-box.blockquote-danger H4 {
        color: #D9534F
    }

    .blockquote-box p {
        font-size: 0.8em;
    }

.subtleLink {
    text-decoration: none;
    color: black;
    margin: 5px;
}

    .subtleLink:hover {
        text-decoration: none;
        color: black;
    }

.dbtactive {
    background-color: #F5F5F5;
}

.dbtab {
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.text-warning-custom {
    color: #f0ad4e;
}

.text-info-custom {
    color: #5bc0de;
}

/* Required field START */

.required-field-block {
    position: relative;
}

    .required-field-block .required-icon {
        display: inline-block;
        vertical-align: middle;
        margin: -0.25em 0.25em 0em;
        background-color: #E8E8E8;
        border-color: #E8E8E8;
        padding: 0.5em 0.8em;
        color: rgba(0, 0, 0, 0.65);
        text-transform: uppercase;
        font-weight: normal;
        border-radius: 0.325em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background 0.1s linear;
        -moz-transition: background 0.1s linear;
        transition: background 0.1s linear;
        font-size: 75%;
    }

    .required-field-block .required-icon {
        background-color: transparent;
        position: absolute;
        top: 0em;
        right: 0em;
        z-index: 10;
        margin: 0em;
        width: 30px;
        height: 30px;
        padding: 0em;
        text-align: center;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }

        .required-field-block .required-icon:after {
            position: absolute;
            content: "";
            right: 1px;
            top: 1px;
            z-index: -1;
            width: 0em;
            height: 0em;
            border-top: 0em solid transparent;
            border-right: 30px solid transparent;
            border-bottom: 30px solid transparent;
            border-left: 0em solid transparent;
            border-right-color: inherit;
            -webkit-transition: border-color 0.2s ease;
            -moz-transition: border-color 0.2s ease;
            transition: border-color 0.2s ease;
        }

        .required-field-block .required-icon .text {
            color: #B80000;
            font-size: 26px;
            margin: -3px 0 0 12px;
        }
/* Required field END */
.ExecutiveDashboardTitle {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-size: 28px;
    font-weight: 200;
    cursor: default;
    fill: #232323;
}

.ExecutiveDashboardFeature {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-size: 48px;
    font-weight: 800;
    cursor: default;
    fill: #232323;
}

.pm_container {
    margin-left: 30px;
    margin-right: 30px;
}
/* Use a wide full screen for small screens like tablets. */
@media (min-width: 768px) and (max-width:992px) {
    .pm_container {
        width: initial;
        padding-left: 2em;
        padding-right: 2em;
    }
}

/* --- Plans ---------------------------- */

.pm_planHeader {
    text-align: center;
    color: white;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.pm_planTitle {
    font-size: 2em;
    font-weight: bold;
}

.pm_planPrice {
    font-size: 1.4em;
    font-weight: bold;
}

.pm_planDuration {
    margin-top: -0.6em;
}

@media (max-width: 768px) {
    .pm_planTitle {
        font-size: small;
    }
}

/* --- Features ------------------------- */

@media (max-width: 768px) {
    .pm_feature {
        text-align: center
    }
}

.pm_featureRow {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border: 0.1em solid rgb(163, 163, 163);
}

/* --- Plan 1 --------------------------- */
/*.pm_plan1 {
    background: rgb(224,234,242);
}*/

.pm_planHeader.pm_plan1 a {
    background: #e7622c;
}

.pm_planHeader.pm_plan1 {
    background: #e7622c !important;
}

/* --- Plan 2 --------------------------- */
/*.pm_plan2 {
    background: rgb(230,235,218);
}*/

.pm_planHeader.pm_plan2 a {
    background: #00adff;
}

.pm_planHeader.pm_plan2 {
    background: #00adff !important;
}

/* --- Plan 3 --------------------------- */
/*.pm_plan3 {
    background: rgb(254,235,212);
}*/

.pm_planHeader.pm_plan3 a {
    background: #6be4d5;
}

.pm_planHeader.pm_plan3 {
    background: #6be4d5 !important;
}

.pm_planFeature {
    text-align: center;
    font-size: 2em;
}

    .pm_planFeature i.pm_check {
        color: green;
    }

#URNHeader h2 {
    font-weight: bold;
    line-height: 1;
    font-size: 16pt;
    border-bottom: 2px solid green;
    margin-top: 0px;
    margin-bottom: 0px;
}

#URNHeader h3 {
    font-weight: bold;
    line-height: 1;
    font-size: 12pt;
    margin-top: 3px;
    margin-bottom: 0px;
}

#URNHeader h4 {
    font-weight: bold;
    line-height: 1;
    font-size: 12pt;
    border-bottom: 2px solid grey;
    margin-top: 10px;
    margin-bottom: 0px;
}

#URNHeader .hadjust {
    padding-bottom: 6px;
}

.row .space {
    margin-top: 10px;
    margin-bottom: 0px;
}

.certified {
    font-weight: bold;
    color: #84bd67;
}

.btn-green {
    color: #ffffff;
    background-color: #84bd67;
    border-color: #77a660;
}

    .btn-green:hover,
    .btn-green:focus,
    .btn-green:active,
    .btn-green.active,
    .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #84bd67;
        border-color: #77a660;
    }

    .btn-green:active,
    .btn-green.active,
    .open .dropdown-toggle.btn-green {
        background-image: none;
    }

.showmore_content {
    position: relative;
    overflow: hidden;
}

.showmore_trigger {
    width: 100%;
    text-align: right;
    color: dodgerblue;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}

    .showmore_trigger span {
        display: block;
    }

.showmore .listitems span:after {
    content: ", ";
}

.showmore .listitems span:last-child:after {
    content: " ";
}

.rd_planPrice {
    font-size: 2.8em;
    font-weight: bold;
}

.rd_planDuration {
    margin-top: -0.0em;
    font-size: 1.8em;
}

.rd_counter {
    font-size: 1.5em;
    margin-top: -5px;
}

.rd_counterurn {
    font-size: 1.5em;
    margin-top: -5px;
}

.rd_titleurn {
    margin-top: 3px;
    font-size: 1.5em;
}

.rdtitle {
    font-family: "nimbus-sans",Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 28px;
}

.rdbox, .rdbox-nl {
    font-family: "acumin-pro-wide",Arial, Helvetica, sans-serif;
    border: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 300;
}

    .rdbox:hover {
        background-color: #fafafa;
    }

.rdbox-green, .rdbox-red, .rdbox-yellow, .rdbox-GT, .rdbox-LM, .rdbox-GC {
    color: black;
}

    .rdbox-green:hover {
        color: #7dbc30;
    }

    .rdbox-red:hover {
        color: #d95d45;
    }

    .rdbox-yellow:hover {
        color: #f6a24c;
    }

.rdbox-black {
    color: black;
}

    .rdbox-black:hover {
        color: #428bca;
    }

.rdsmall {
    font-size: 14px;
    padding-top: 2px;
}

.rdbox-GT:hover {
    color: #ffa320;
}

.rdbox-LM:hover {
    color: #0087bf;
}

.rdbox-GC:hover {
    color: #78a443;
}

@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

    .m-progress:hover,
    .m-progress:active,
    .m-progress:focus {
        cursor: default;
        color: transparent;
        outline: none !important;
        box-shadow: none;
    }

    .m-progress:before {
        content: '';
        display: inline-block;
        position: absolute;
        background: transparent;
        border: 1px solid #fff;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-radius: 50%;
        box-sizing: border-box;
        top: 50%;
        left: 50%;
        margin-top: -12px;
        margin-left: -12px;
        width: 24px;
        height: 24px;
        -webkit-animation: ld 1s ease-in-out infinite;
        -moz-animation: ld 1s ease-in-out infinite;
        -o-animation: ld 1s ease-in-out infinite;
        animation: ld 1s ease-in-out infinite;
    }

.btn-default.m-progress:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.btn-lg.m-progress:before {
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
}

.btn-sm.m-progress:before {
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
}

.btn-xs.m-progress:before {
    margin-top: -7px;
    margin-left: -7px;
    width: 14px;
    height: 14px;
}

#feedback {
    background-color: #3272CA;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    bottom: 0px;
    right: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -mox-border-radius-topright: 5px;
    cursor: pointer;
    width: 200px;
    z-index: 2000;
}

    #feedback:hover {
        text-decoration: none;
        background-color: #5E9AEB;
        cursor: pointer;
    }

#feedbackFrm {
    background-color: white;
    border: 1px solid #3272CA;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    bottom: 0px;
    right: 10px;
    width: 200px;
    z-index: 2001;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
}

    #feedbackFrm input, #feedbackFrm textarea {
        width: 100%;
        margin-bottom: 3px;
    }

    #feedbackFrm button {
        width: 45%;
        background-color: #3272CA;
        color: #ffffff;
        border: 0px solid black;
    }

.RetailerURNStatus {
    font-size: 22px;
}

.instasyncspan {
    margin-right: 20px;
    margin-left: 20px;
}

.columnsplit {
    /*column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-gap: 40px;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    font-weight: bold;
    text-align: left;
}

.aside-1 {
    background: gold;
}

.aside-2 {
    background: hotpink;
}

.aside {
    flex: 1 auto;
}

.fullwidth {
    width: 100%;
}

.subtotal th {
    font-weight: bolder;
}

.subtotalSpacer {
    height: 5px;
}

.instaSyncHeader {
    width: 90%;
}

.statusEnabled {
    background-color: green;
    color: white;
}

.statusDisabled {
    background-color: red;
    color: white;
}

.nowrap {
    white-space: nowrap;
}

#autorenewreadmore {
    font-style: italic;
}

#reviewAutoRenewMsg {
    color: red;
    /*font-size: 8pt;*/
    font-weight: 700;
}

#autorenew-checkbox {
    margin-top: 12px;
}

#autorenew-div {
    font-size: smaller;
    font-size: 0.9em;
    border: 2px solid #428bca;
    margin-top: 4px;
    margin-bottom: 2px;
}

#autorenewLink {
    color: aqua;
    font-size: 8pt;
}

#autorenew-UrnSpan {
    /*font-size: 10pt;*/
}

#autorenew-UrnSpanVC {
    /*font-size: 10pt;*/
}

#AutoRenewMethod {
    display: none;
    border: 1px solid black;
    padding: 3px;
}

#AutoRenewMethod-Buttons {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 20px;
    padding-top: 20px;
}

#SubscriptionList {
    clear: both;
}

#AutoRenewCardStatus {
    font-size: 8pt;
}

#ToggleCreditCardDetails {
    font-size: 9pt;
    color: blue;
}

    #ToggleCreditCardDetails:hover {
        font-weight: bold;
        cursor: pointer;
    }

.cardData {
    margin-left: 20px;
}

.borderit {
    border: 1px solid black;
    margin: 2px;
}

#ErrorMessage {
    color: red;
    text-align: center;
}

#ErrorMessage2 {
    color: red;
    text-align: center;
}

.cardDivTitle {
    text-align: center;
    font-weight: bold;
    background-color: lightgrey;
    margin: 10px;
}

.renewalscodes {
    text-align: right;
    font-size: 10px;
}

.StateFeeDiscountLabel {
    color: #428bca;
    font-weight: bold;
    white-space: nowrap;
}

.StateFeeMarketingLabel {
    color: #428bca;
    font-weight: bold;
    white-space: nowrap;
    font-size: smaller;
    /*width:100%;*/
    text-align: center;
    /*border:1px solid red;*/
}

.MonitoredServiceLabel {
    height: 20px;
    font-weight: bold;
}
/*.MonitoredServiceMarketingBlock {
    border: 4px solid darkgrey;
    padding: 15px;
}*/
.MonitoredServiceMarketingOutsideBlock {
    /*border:4px solid darkgrey;*/
    /*padding:15px;*/
}

.MonitoredServiceMarketingInsideBlock {
    border: 4px solid darkgrey;
    padding: 15px;
    margin: 15px;
    text-align: center;
    color: #428bca;
}
}

.yellowWarning {
    color: yellow;
    font-size: 12pt;
    /*background-color:black*/
}

.greenCheckmark {
    color: green;
    font-size: 12pt;
    /*background-color:black*/
}

#AutoRenewCardStatus {
    text-align: right;
}

#AutoRenewTermsRequire {
    display: none;
}

.redColor {
    color: red;
}

.greenColor {
    color: #84bd67;
}

.autorenewStatus {
    /*color: #84bd67;*/
    font-weight: bold;
}

h5:only-of-type {
    margin-left: 40px;
}

h4:only-of-type {
    margin-left: 20px;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 250px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #1d44b8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-pad {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 30px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #1d44b8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #sidebar-pad.toggled {
        margin-left: 0px;
    }

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Notifications */

div.Notification {
    height: 54px;
    padding-top: 1em;
}

p.Notification {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div.Notification:nth-child(even) {
    background-color: inherit;
}

div.Notification:nth-child(odd) {
    background-color: #fafafa;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                background: rgba(255,255,255,0.2);
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        width: 250px;
    }

    #sidebar-pad {
        margin-left: 0px;
    }

        #sidebar-pad.toggled {
            margin-left: -250px;
        }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

a.SidebarNode {
    width: 250px;
    color: #ffffff;
}

a.SidebarChildNode {
    width: 250px;
    color: !important black;
}

    a.SidebarChildNode:hover {
        color: !important #8be1d5;
        font-weight: bold;
    }

.panel.lonePanel {
    margin-top: 200px;
}

img.lawLabel {
    max-width: 100%;
}

div.ServiceSelection {
    border: solid;
    border-width: 1px;
    text-align: center;
    padding: 15px;
}

ul.CheckmarkBullet {
    list-style: none;
    list-style-type: "\2714\0020";
    margin-left: 1.2em;
}

    ul.CheckmarkBullet li {
        padding: 10px;
        font-size: 18px;
    }

.modalPopup {
    position: fixed;
    inset: 0;
    background: rgba( 0, 0, 0, 0.5 );
    display: none;
    align-items: center;
    justify-content: center;
}

.modalPopupContent {
    position: relative;
    background: #1d44b8;
    color: white;
    padding: 1em 2em;
    border-radius: 4px;
}

.modalPopup:target {
    display: flex;
}

ul.spacedList li {
    margin-bottom: 15px;
}

.modernText {
    font-family: Montserrat, sans-serif;
}

label.grsblue {
    font-family: Montserrat, sans-serif;
    color: #1d44b8;
    font-size: 18px;
}

input.grsorange {
    accent-color: #d76a3c;
}

b.grsorange {
    color: #d76a3c;
}

div.ServiceDescription {
    height: 250px;
    padding-top: 20px;
}

div.ServicePricing {
    height: 225px;
}

div.ServiceBoons {
    height: 235px;
    padding-top: 20px;
}

    div.ServiceBoons.Extended {
        height: 350px;
    }

div.ServiceButton {
    height: 50px;
}

.AllQuestionsMarked {
    background-color: #1d44b8;
    color: white;
    /*font-family: Montserrat, sans-serif;*/
    padding: 15px;
}

.lawLabelPortalHeader {
    background-color: #0a1d69;
    color: white;
}

.lawLabelPortalHeaderSection {
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .lawLabelPortalHeaderSection {
        text-align: center;
        margin-top: 0px;
    }
}

img.lawLabelPortalLogo {
    max-height: 400px;
    max-width: 100%;
    padding: 25px;
}

@media (max-width: 1280px) {
    img.lawLabelPortalLogo {
        max-height: 250px;
        max-width: 100%;
        padding: 25px;
    }
}
