/**
 * Empyrean Pay or Play Dashboard CSS
 * @ver: 1.0
 * @author: Chris McClean
 * Last Updated: 5/21/2013
 * Copyright 2013 Empyrean Benefit Solutions, Inc. 
 * All Rights Reserved
 *
 * -- LEGEND --
 * #Structure CSS
 * #jQuery UI CSS
 * #Component/Object CSS
 * #Modal CSS
 * #Telerik Overrides
 * #Global Admin Overrides
 * #Style Overrides
 * #Keyframe Animations
 * #Media Queries
 **/

:root {
    --white: #fff;
    --system-gray-100: #212529;
    --system-gray-80: #4d5154;
    --system-gray-60: #7a7c7f;
    --system-gray-40: #a6a8a9;
    --system-gray-20: #ddd;
    --system-gray-10: #e9e9ea;
    --system-gray-05: #fafafa;
    --system-white: var(--system-gray-05);
    --system-green: #4CAF50;
    --system-green-dark: #367c39;
    --system-green-light: #e4f3e5;
    --system-blue: #0071bc;
    --system-blue-dark: #004d80;
    --system-blue-light: #e5f0f8;
    --system-yellow: #f1c21b;
    --system-yellow-dark: #bb950c;
    --system-yellow-light: #fef9e7;
    --system-red: #b00020;
    --system-red-dark: #7a0016;
    --system-red-light: #fbf2f3;

    --safe-harbor-teal: #307285;
    --safe-harbor-blue: #00b2e1;
    --safe-harbor-orange: #cc4b0a;
    --safe-harbor-green-highlight: #caf279;

    --font-weight-thin: 100;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-bold: 600;

    --font-family-fallback: AvenirNext-Medium, 'Roboto', 'Droid Sans', Arial, sans-serif;
    --font-family-fira: 'Fira Sans', var(--font-family-fallback);
}

/**
  * #Structure CSS
  **/

body {
    padding-top: 0px;
    background: var(--white);
    font-family: var(--font-family-fira);
}

.navbar-inner {
    filter: none;
}

/* -- #header CSS -- */
#header {
    position: relative;
    z-index: 5;
    background: url("../img/bg-dark_wave.png") repeat left top var(--system-blue);
}

#header-admin {
    position: relative;
    z-index: 5;
    background: url("../img/bg-dark_wave.png") repeat left top #333;
}

#login {
    padding-bottom: 0;
}

/* -- #login #header CSS -- */
#login #header {
    position: relative;
    z-index: 5;
    background: var(--system-gray-05);
}

/* -- .navbar CSS -- */
.navbar {
    margin: 0;
    background: none;
}

    .navbar .navbar-inner {
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .navbar.short {
        height: 20px;
        margin-bottom: 0;
    }

        .navbar.short .navbar-inner {
            min-height: 20px;
            border: none;
            box-shadow: none;
        }

        .navbar.short .nav-collapse-short {
            height: auto;
            overflow: visible;
        }

/* -- #body CSS -- */
#login #body {
    padding-top: 20px;
    background: var(--system-gray-05);
}

#body {
    padding-top: 20px;
    background: var(--system-gray-05);
}

#divOrgStructure div, .submit-button {
    display: flex;
    align-items: center;
}

#topicId {
    padding: 0px !important;
    margin: 5px 0 !important;
}

/* -- #wizard-nav CSS -- */
#wizard-nav {
    position: relative;
    z-index: 2;
    min-width: 54px;
}

.stat-list {
    border: 1px solid;
    border-radius: 10px 0px;
    height: 15vh;
    h5 {
        margin-left: 3% !important;
        max-height: 10%;
    }
    span {
        display: flex !important;
        justify-content: center;
    }
}

.mt-5 {
    margin-top: 5%;
}

.padding-left {
    padding-left: 0px !important;
}

.form-search {
    margin: 0 0 33px 0;
    position: relative;
}

    .form-search:after {
        content: '';
        display: block;
        clear: both;
        overflow: hidden;
    }

#wizard-nav .navbar-inner {
    background-color: none;
    box-shadow: none;
}

#siteNav.accordion {
    border: none;
}

#siteNav .accordion-group {
    position: relative;
    padding-bottom: 5px;
    border: none;
}

#siteNav .accordion-body {
    border: none;
}

#siteNav .accordion-inner {
    padding: 0 0 0.25rem 0;
    border: none;
}

/* -- #wizard-container CSS -- */
#wizard-container {
    min-height: 540px;

    form {
        margin: 0;
    }
}

/* -- #alert-bar CSS -- */
#alert-bar {
    height: auto;
    min-height: 30px;
    margin: 0 0 20px 0;
    background: var(--system-gray-40);
    border-radius: 6px;
}

/* -- #wizard-header CSS -- */
#wizard-header {
    position: relative;
    z-index: 3;
    min-height: 6px;
    background: var(--system-gray-20);
    border-radius: 6px 6px 0 0;
}

.wizard-header-link {
    position: absolute;
    right: 0;
    padding: 10px 15px 6px 24px;
    background: url("../img/sprite-icons.png") no-repeat -150px 0;
}

.breadcrumb {
    display: block;
    float: left;
    width: 80.625%;
    margin: 0;
    padding: 8px 18% 8px 1.4910537%;
    background: #e6e6e6;
    border-bottom: 1px solid var(--system-white);
    border-radius: 6px 6px 0 0;
}

    .breadcrumb > li > .divider {
        color: var(--system-gray-60);
    }

    .breadcrumb > .active {
        color: var(--system-gray-80);
        text-shadow: 0 1px 0 rgba(255,255,255,0.95);
    }

/* -- #wizard-content CSS -- */
#wizard-content {
    position: relative;
    z-index: 2;
    min-height: 226px;
    padding-top: 20px;
    padding-bottom: 33px;
    margin-bottom: -1.25rem;
    /*background: url("../img/bg-gray_gradient.png") repeat-x left bottom #dfdfdf;*/
    background-color: #f3f3f3;
    border-radius: 0 0 6px 6px;
}

    #wizard-content:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -54px;
        left: 50%;
        width: 85%;
        height: 5px;
        margin-left: -43.5%;
        background: transparent;
        border-radius: 50%;
        box-shadow: 0px 8px 5px rgba(0,0,0,0.2);
    }

    #wizard-content > .row-fluid,
    #wizard-content > form > .row-fluid {
        width: 96.58%;
        padding: 0 1.71%;
    }

/* -- #login-block CSS -- */
#login-block {
    position: relative;
    z-index: 5;
    margin-top: -212px;
    padding: 20px 0 0;
    background: url("../img/bg-login_block.png") repeat-x left top #b3b3b3;
    border-top: 1px solid #efefef;
    border-radius: 6px;
}

    #login-block:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -33px;
        left: 50%;
        width: 85%;
        height: 5px;
        margin-left: -43.5%;
        background: transparent;
        border-radius: 50%;
        box-shadow: 0px 8px 5px rgba(0,0,0,0.2);
    }


#login-header {
    padding: 20px 0px;
    background: url("../img/icon-padlock.png") no-repeat right top;
}

    #login-header.privacy_notice { background-position: right center; }

#login-body {
    padding: 0 0 20px;
}

    #login-body .control-group a + a { margin-left: 12px; }

#login-inner {
    max-height: 400px;
    padding: 0 20px 0px;
    border: 1px solid var(--system-gray-60);
    overflow: hidden;
    border-radius: 6px;
}

/* -- #footer CSS -- */
#login #footer {    
    height: 135px;
    margin: -80px 0 0;
    padding: 33px 0;    
    background: var(--white);
}

#footer {
    position: relative;
    height: 50px;
    margin: 0;
    padding: 0;
    background: var(--white);
}

.footer-main {
    padding: 60px 20px 15px;
    background: var(--white);
}

.terms-link {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    color: #000 !important;
    font: normal normal 1rem / 1.5 var(--font-family-fira) !important;
    text-decoration: underline;
}

/* -- #copyright-text CSS -- */
#copyright-text {
    background: url("../img/bg-dark_wave.png") repeat left top var(--system-blue);
    border-bottom: 1px solid var(--system-gray-80);
    box-shadow: 0px 5px 12px rgba(0,0,0,0.25);
}

#copyright-text-admin {
    background: url("../img/bg-dark_wave.png") repeat left top #333;
    border-bottom: 1px solid var(--system-gray-80);
    box-shadow: 0px 5px 12px rgba(0,0,0,0.25);
}

    #copyright-text .container-fluid, #copyright-text-admin .container-fluid {
        padding: 15px 20px;
        background: url("../img/logo-empyrean.png") no-repeat 95% center;
        background-size: 15%;
    }

/* -- .container CSS -- */
.container {
    margin: 0 auto;
}

.login-screen {
    overflow: hidden;
}

.welcome-greeting {
    position: absolute;
    color: var(--white);
    max-width: 16ch;
    padding-top: 3%;
    font-size: 2.4rem;
    padding-left: 3%;
}

.boat-logo {
    width: 110px;
    left: 24%;
    top: 7%;
    position: absolute;
}

.emp-logo {
    height: 2.5rem;
    position: absolute;
    left: 3.8%;
    top: 86%;
}

.banner-img {
    /* object-fit: cover; */
    height: 100vh;
}

.right-side {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.user-field {
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.inputbox {
    width: 100%;
}

.safeharbor-logo {
    width: 60%;
}

.log-greeting {
    color: var(--system-blue);
    padding-top: 2rem;
}

#login {
    .input-append {
        display: flex;
        align-items: stretch;
        width: 100%;
    }

    .form-control {
        height: auto;
    }
    
    .submit-btn {
        width: 94%;
        padding: 15px 0px !important;
        line-height: 1 !important;
    }
}

.username-field input,
.password-field input {
    background: unset !important;
    margin-top: 2%;
}

.field-validation-error {
    margin-bottom: 8px;
}

.input-append input, .add-on {
    min-height: 31px;
    margin-top: 2%;
}

.input-append .add-on i {
    margin-top: 0.4rem; 
}

.primary-img {
    object-fit: contain;
    width: 70%;
    margin-right: 8%;
}

@media (min-width: 1350px) and (max-width: 1903px) {
    .welcome-greeting {
        font-size: 2rem;
        padding-left: 4%;
    }
    
    .boat-logo {
        width: 100px;
        top: 8%;
    }    
}

.episode-btn {
    margin-bottom: 5px !important;
}

@media (min-width: 1350px) {
    .btn-submit {
        padding-top: 2rem;
    }
}

@media (min-width: 1903px) {
    .btn-submit {
        padding-top: 0.5rem;
    }
}

/* -- Next Structure CSS -- */

/**
 * #jQuery UI CSS
 **/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix {
    min-height: 0;
}
    .ui-helper-clearfix:before, 
    .ui-helper-clearfix:after {
        content: "";
        display: table;
        border-collapse: collapse;
    }
    .ui-helper-clearfix:after {
        clear: both;
    }

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default!important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, 
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, 
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

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

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, 
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: 700;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, 
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi, .w-auto {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, 
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, 
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, 
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-datepicker-trigger {
    margin: -8px 0 0 8px;
    cursor: pointer;
}

#ui-datepicker-div {
    margin: 3px 0 0 0;
    padding: 3px;
    background: #efefef;
    border-radius: 6px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
}

.ui-datepicker .ui-datepicker-header {
    background: var(--white);
    border-radius: 4px 4px 0 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 12px;
    height: 12px;
    margin: 5px;
    padding: 0;
    background: url("../img/sprite-icons.png") no-repeat;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    background-position: -255px -60px;
}

.ui-datepicker .ui-datepicker-next {
    background-position: -270px -60px;
}

    .ui-datepicker .ui-datepicker-prev:hover,
    .ui-datepicker .ui-datepicker-next:hover {
        top: 1px;
        margin: 5px;
        padding: 0;
    }

.ui-datepicker .ui-datepicker-prev:hover {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
    right: 2px;
}

.ui-datepicker .ui-datepicker-calendar {
}

    .ui-datepicker .ui-datepicker-calendar th {
        font-family: var(--font-family-fira);
        font-weight: var(--font-weight-bold);
    }

    .ui-datepicker .ui-datepicker-calendar td {
        border: 1px solid #dfdfdf;
    }

.ui-datepicker .ui-datepicker-other-month a {
    color: #bbb;
}


/**
 * #Component/Object CSS
 **/
h2 {
    color: var(--system-blue);
    font-weight: var(--font-weight-light);
    font-size: 1.75rem;
    font-family: var(--font-family-fira);
}

h3 {
    color: var(--system-gray-80);
    font: var(--font-weight-light) 20px var(--font-family-fira);
}

h4,
legend {
    color: var(--system-blue);
    font: var(--font-weight-light) 15px var(--font-family-fira);
    border-bottom: none;
}

h5 {
    color: var(--system-gray-100);
    font: 0.8125rem var(--font-family-fira);
}

h6 {
    color: var(--system-gray-100);
    font: var(--font-weight-light) 0.8125rem var(--font-family-fira);
    text-transform: uppercase;
}

.orange {
    color: var(--safe-harbor-orange);
}

.blue {
    color: var(--system-blue);
}

.black {
    color: var(--system-gray-100);
}

.email-margin {
    margin-left: 12px;
}

/* -- .lead Component CSS -- */
.lead {
    margin-bottom: 0;
    font: normal var(--font-weight-regular) 1rem/1.5em var(--font-family-fira);
}

    .lead > strong {
        color: var(--system-blue);
        font-weight: var(--font-weight-bold);
        font-family: var(--font-family-fira);
    }

/* -- .btn Component CSS -- */
.btn {
    /* padding: 0 1.125rem; */
    background: var(--system-blue);
    /* background: -moz-linear-gradient(top, var(--system-blue) 0%, #cbcbcb 100%);
    background: -o-linear-gradient(top, var(--system-blue) 0%,#cbcbcb 100%);
    background: -ms-linear-gradient(top, var(--system-blue) 0%,#cbcbcb 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071bc', endColorstr='#cbcbcb',GradientType=0 );
    border: unset;
    border-radius: 10px 0px;
    color: var(--system-white);
    font: normal var(--font-weight-bold) 1rem/1.5 var(--font-family-fira);
    text-decoration: none !important;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .btn:hover {
        background: var(--safe-harbor-blue);
        /* background: -moz-linear-gradient(top, var(--safe-harbor-blue) 0%, #bfbfbf 100%);
        background: -o-linear-gradient(top, var(--safe-harbor-blue) 0%,#bfbfbf 100%);
        background: -ms-linear-gradient(top, var(--safe-harbor-blue) 0%,#bfbfbf 100%); */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2e1', endColorstr='#bfbfbf',GradientType=0 );
        /* border-top: 2px solid var(--safe-harbor-blue); */
        border-color: var(--safe-harbor-blue);
        border-radius: 0px 10px;
        color: var(--system-gray-100);
    }

    .btn:active {
        background: var(--safe-harbor-blue);
        border: 2px solid var(--safe-harbor-blue);
        /* border-top: 2px solid var(--safe-harbor-blue); */
        border-right-width: 1px;
        border-left-width: 1px;
        border-radius: 0px 10px;
        color: var(--system-gray-100);
    }

.btn:focus {
    outline: unset;
}

.btn-link, 
.btn-link:active, 
.btn-link[disabled] {
    color: var(--system-gray-60);
    background-color: transparent;
    background-image: none;
    border: none;
    filter: none;
    box-shadow: none;
    text-transform: capitalize;
}

    .btn-link:hover, 
    .btn-link:focus {
        color: var(--system-gray-100);
        text-decoration: underline;
        background-color: transparent;
        background-image: none;
        border: none;
        filter: none;
    }

.btn.primary,
.btn-link {
    margin-bottom: 33px;
}

.action-link {
    margin-top: 0 !important;
    margin-bottom: 5px;
    padding-top: 0px;
}

/* -- .navbar .brand Component CSS -- */
.navbar .brand {
    display: block;
    float: right;
    position: relative;
    width: 200px;
    height: 38px;
    margin: 6px auto 0 !important;
    padding: 0px;
    background: url("../img/logo-safe_harbor.png") no-repeat center top;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: none;
}
    .navbar .brand:hover {
        background-position: center bottom;
    }

    .navbar .brand.large {
        width: 100%;
        height: 90px;
        margin: 54px auto 226px !important;
        padding: 0;
        background: url("../img/safe_large.png") no-repeat center top;
    }
        .navbar .brand.large:hover {
            background-position: center top;
        }

/* -- #merchant-logo Component CSS -- */
#merchant-logo-block {
    overflow: hidden;
}

#merchant-logo {
    position: relative;
    bottom: -8px;
    margin: 0;
    font: var(--font-weight-thin) 60px/1em var(--font-family-fira);
    text-align: right;
    text-transform: uppercase;
}

    #merchant-logo a {
        color: var(--system-gray-100);
    }

        #merchant-logo a:hover {
            color: var(--system-gray-60);
            text-decoration: none;
        }

/* -- .navbar Component CSS -- */
.navbar .nav > li > a {
    padding: 0 15px;
    color: var(--system-white);
    font: 1.125rem/86px var(--font-family-fira);
    text-transform: uppercase;
    text-shadow: none;
}

    .navbar .nav > li > a:focus,
    .navbar .nav > li > a:hover {
        color: var(--system-white);
    }

.navbar.short .nav > li {
    padding: 2px 10px 0;
}

    .navbar.short .nav > li span.divider {
        color: var(--system-gray-60);
    }

    .navbar.short .nav > li > a {
        padding: 0;
        font: 0.75rem/1.25 var(--font-family-fira);
        text-transform: uppercase;
    }
        .navbar.short .nav > li > a:hover, .navbar.short .nav > li > a:focus {
            text-decoration: underline;
        }

        .navbar.short .nav > li > a.current {
            color: var(--safe-harbor-green-highligh);
            border-bottom: 2px solid var(--safe-harbor-green-highlight);
            text-decoration: underline;
        }

.navbar p {
    margin-top: 12px;
    font: 0.75rem/1.5 var(--font-family-fira);
    color: var(--system-white);
    text-transform: uppercase;
}

.navbar a:hover,
.navbar a:focus {
    color: var(--system-white);
}

.brandMerchantName {
    color: var(--system-white);
}

/* -- #footer Component CSS -- */
#footer h2 {
    text-transform: uppercase;
}

#footer p,
#footer a,
#footer li {
    color: #efefef;
}

/* -- #copyright-text Component CSS -- */
#copyright-text p,
#copyright-text-admin p {
    margin: 0;
    color: var(--system-white);
    font-size: 0.6875rem;
    line-height: 40px;
}

    #copyright-text p a,
    #copyright-text-admin p a {
        color: var(--system-white);
    }

        #copyright-text p a:hover,
        #copyright-text-admin p a:hover {
            color: var(--system-white);
        }

/* -- #navToggle Component CSS -- */
#navToggle {
    display: block;
    position: relative;
    left: 0;
    height: 24px;
    margin-left: 8px;
    padding-left: 33px;
    background: url("../img/icon-collapse.png") no-repeat left top;
    color: var(--system-gray-80);
    font: var(--font-weight-bold) 0.8125rem/1.5 var(--font-family-fira);
    text-transform: uppercase;
    text-align: right;
}

    #navToggle:hover {
        color: var(--system-gray-100);
    }

/* -- #login-block Component CSS -- */
#login-block a {
    font: var(--font-weight-bold) 0.8125rem/2 var(--font-family-fira);
    color: var(--system-blue);
}

#login-block hr {
    height: 2px;
    background: var(--system-gray-20);
    border: 1px solid var(--system-gray-40);
    border-radius: 2px;
}

#login-block .form-horizontal .control-label { width: 14.893617021276595%; }

#login-block .form-horizontal .controls { margin-left: 2%; }

    #login-block .form-horizontal .controls input,
    #login-block input {
        line-height: 1em;
        background: var(--system-gray-05);
    }

#login-block .btn[type="submit"] {
    position: relative;
    left: -33px;
    padding: 5px 12px;
    background: #c8c9ca;
    border-top: 2px solid #dfdfdf;
    border-bottom: 1px solid #9f9f9f;
    color: var(--system-blue);
    font-weight: var(--font-weight-bold);
    font-family: var(--font-family-fira);
    text-transform: uppercase;
    border-radius: 5px 0 0 5px;
}

    #login-block .btn[type="submit"]:after {
        content: '';
        display: block;
        position: absolute;
        top: -2px;
        right: -33px;
        width: 33px;
        height: 100%;
        background: url("../img/icon-bullet.png") no-repeat center center var(--system-blue);
        border-top: 2px solid #6db9d9;
        border-bottom: 1px solid #9f9f9f;
        border-radius: 0 5px 5px 0;
    }

    #login-block .btn[type="submit"]:hover { border-top: 2px solid #efefef; }
        #login-block .btn[type="submit"]:hover:after { border-top: 2px solid #a3c8d9; }

    #login-block .btn[type="submit"]:active {
        border: 1px solid #dfdfdf;
        border-top: 2px solid #9f9f9f;
    }

        #login-block .btn[type="submit"]:active:after {
            border: 1px solid #6db9d9;
            border-left-width: 0;
            border-top: 2px solid #9f9f9f;
            box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
        }

#login-block .captcha {
    padding: 12px 0;
}

    #login-block .captcha a {
        display: block;
        width: 100%;
        text-align: center;
    }

    #login-block .captcha img {
        display: block;
        width: 182px;
        margin: 10px auto 0;
    }

/* -- #for-best-performance Component CSS -- */
#for-best-performance {
    padding: 0px;
    border-top: 1px solid var(--system-white);
    border-radius: 0 0 6px 6px;
}

    #for-best-performance p {
        padding: 20px 20px;
        margin: 0;
        font: 0.75rem/1.25 var(--font-family-fira);
        text-align: center;
    }

    #for-best-performance .btn {
        left: 0 !important;
        margin: 12px 76px 12px 0;
    }

/* -- .scroll-pane Component CSS -- */
.scroll-pane,
.scroll-pane:focus {
    outline: none;
}

.jspContainer { top: -20px; }

    .jspPane { padding-top: 20px !important; }

    .jspVerticalBar {
        top: 0px;
        right: 0px;
        width: 8px;
        background: transparent;
    }

        .jspTrack {
            background: var(--system-white);
            background: rgba(255,255,255,0.35);
            border-radius: 0 6px 6px 0;
        }

        .jspDrag {
            background: var(--system-gray-100);
            background: rgba(0,0,0,0.55);
            border-radius: 0 4px 4px 0;
        }
        .jspDrag.jspActive { background: rgba(0,0,0,0.75); }

/* -- .form-search Component CSS -- */
.form-search .search-query {
    float: left;
    width: 88.889%;
    font-size: 1rem;
    padding: 2px 3.704% 2px 12%;
    background: #f0f3f5;
    border: 1px solid #999;
    border-radius: 15px;
    box-shadow: 0px 1px 0 #d6d6d6;
}

.form-search input[type="image"] {
    position: absolute;
    left: 0;
    top: 13px;
    width: 13px;
    height: 13px;
    margin: -6px 0 0 6px;
    border: none;
    outline: none;
}

#lnk_Dashboard .accordion-heading .accordion-toggle.active {
    background: #a3542c;
}

/* -- #siteNav.accordion Component CSS -- */
#siteNav .accordion-heading {
    padding: 5px 0;
}

    #siteNav .accordion-heading .accordion-toggle {
        display: grid;
        grid-template-columns: 40px 1fr 20px;
        align-items: center;
        width: 100%;
        padding: 0;
        color: var(--system-gray-100);
        font: normal 1rem var(--font-family-fira);
        text-decoration: none;

        & > .menu-icon {
            place-self: center;
            padding-right: 0.32rem;
            font-size: 1.5rem;
        }

        & > span {
            transition: text-decoration 0.12s ease-in-out;
        }

        & > .accordion-incdicator {
            justify-self: end;
            transition: transform 0.2s ease-in-out;
            transform-origin: center;
        }

        &:hover {
            color: var(--system-blue);
            text-decoration: none;

            & > span {
                color: var(--system-blue);
                text-decoration: underline;
            }
        }
    }

        #siteNav .accordion-heading .accordion-toggle.active {
            position: relative;
            border: none;
            border-radius: 10px 0px;
            color: var(--system-blue);
            text-decoration: none;

            & > span {
                display: inline-block;
                color: var(--system-blue);
            }

            & > .accordion-incdicator {
                transform: rotate(180deg);
            }

            &:hover { 
                color: var(--system-blue-dark);
                text-decoration: none;

                & > span {
                    color: var(--system-blue-dark);
                    text-decoration: underline;
                }
            }
        }

        #siteNav .accordion-heading .accordion-toggle.collapsed {
            background: none;

            &:after {
                display: none;
            }
        }

#siteNav .accordion-body ul { 
    margin: 0 0 0 0.5rem;
}

    #siteNav .accordion-body li {
        list-style-type: none;
        padding: 0.5rem 1rem 0.125rem;
        padding-left: 1.9rem;
        border-bottom: 1px solid #dddcdc;
        text-wrap: balance;
    }


        #siteNav .accordion-body li a {
            padding-right: 0;
            color: var(--system-gray-100);
            font-size: 1rem !important;
            display: list-item;
            list-style-type: disc;
        }

                #siteNav .accordion-body li a:hover,
                #siteNav .accordion-highlight { 
                    color: var(--system-blue) !important;
                }

.user-info-right {
    display: flex;
}

.user-info-right a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--system-white);
    margin-left: 20px;
    font: .75rem/1.25 var(--font-family-fira);
    text-transform: uppercase;
}

.user-info-right a:hover {
    text-decoration: underline;
}

.user-info-right p {
    margin-left: 20px;
}

.user-info-left {
    font-size: 0.75rem;
}

.user-info-container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

/* -- .alert-bar Component CSS -- */
#alert-bar {  }

    #alert-bar .alert {
        display: inline-block;
        float: left;
        width: auto;
        min-width: 1px;
        max-height: 24px;
        height: auto;
        padding: 3px 12px 3px 16px;
        margin-bottom: 0;
        border: none;
        border-left: 1px solid #a9a9a9;
        line-height: 24px;
        overflow: hidden;
        text-shadow: none;
        border-radius: 0;
        cursor: pointer;
    }

        #alert-bar .alert:last-child { border-radius: 0 6px 6px 0; }

        #alert-bar .alert:first-child { 
            border-left: none;
            border-radius: 6px 0 0 6px;
        }

        #alert-bar .alert button {
            top: 0;
            right: -5px;
            color: #333;
            text-shadow: none;
        }

        #alert-bar .alert > [class*="icon"] { margin: 0px 2px 0 -8px; }

/* -- #page-topic Component CSS -- */
#page-topic {  }

/* -- #breakout-box Component CSS -- */
#breakout-box {
    position: relative;
    z-index: 2;
    /*padding-left: 2.564102564102564%;*/
    overflow: hidden;
}

    #breakout-box > a.box-link,
    #breakout-box > div.box,
    #breakout-box > .icon-link {
        display: block;
        position: relative;
        padding: 0 20px 0 64px;
        /* margin-bottom: 33px; */
        background: #ebebeb;
        border: 1px solid #fff;
        color: #444;
        border-radius: 10px 0px;
    }

    /* .box-link | 1st Type of Breakout-box content */
    #breakout-box > a.box-link {
        float: right;
        max-width: 50%;
        min-height: 88px;
    }

        #breakout-box > a.box-link:before {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: -25px;
            z-index: 5;
            width: 72px;
            height: 70px;
            margin-top: -35px;
            background: url("../img/sprite-icons.png") no-repeat -150px -90px;
        }

        #breakout-box > a.box-link:hover {
            color: #000;
            text-decoration: none;
        }

    #breakout-box a.box-link h3 {
        color: var(--system-blue);
        font: 1rem/1 var(--font-family-fira);
    }

    #breakout-box a.box-link p {
        font-size: 0.923em;
        line-height: 1.325em;
    }

    /* .box | 2nd Type of Breakout-box content */
    #breakout-box > div.box {
        position: relative;
        padding: 0 20px;
    }

        #breakout-box > div.box h3 {
            margin-top: 12px;
            color: #666;
            font: 1.125rem/1 var(--font-family-fira);
            margin-right: 25px;
        }

        #breakout-box > div.box h4 {
            float: left;
            margin: 0 12px 20px 0;
            color: var(--system-blue);
            font: var(--font-weight-bold) 0.8125rem/2.75 var(--font-family-fira);
            text-transform: uppercase;
        }

            #breakout-box > div.box h4 input[type="image"] {
                display: block;
            }

    #breakout-box .icon {
        display: block;
        float: left;
        width: 64px;
        height: 64px;
        margin-right: 20px;
        border: 0;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
    }

        #breakout-box .icon.xls { background: url("../img/sprite-icons.png") no-repeat 0px -90px; }
        #breakout-box .icon.csv { background: url("../img/sprite-icons.png") no-repeat -70px -90px; }

        #breakout-box .icon.box-close {
            float: none;
            position: absolute;
            top: 8px;
            right: -10px;
            z-index: 5;
            width: 28px;
            height: 28px;
            background: url("../img/sprite-icons.png") no-repeat 0px 0px;
            -webkit-transition: top 0.25s ease-in;
            -moz-transition: top 0.25s ease-in;
            -ms-transition: top 0.25s ease-in;
            -o-transition: top 0.25s ease-in;
            transition: top 0.25s ease-in;
        }
            #breakout-box .icon.box-close:hover { top: 5px; }

.box-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    padding-right: 33px;
    background: url("../img/sprite-icons.png") no-repeat right 3px;
    color: #333;
    line-height: 33px;
    -webkit-transition: background-position 0.25s ease-in;
    -moz-transition: background-position 0.25s ease-in;
    -ms-transition: background-position 0.25s ease-in;
    -o-transition: background-position 0.25s ease-in;
    transition: background-position 0.25s ease-in;
}
    .box-toggle:hover {
        background-position: right 0px;
        text-decoration: none;
    }

/* .icon-link | 3rd Type of Breakout-box content */
#breakout-box .icon-link {
    float: right;
    width: auto;
    height: 48px;
    padding: 20px 15px 20px 70px;
    margin-right: 20px;
    color: var(--system-blue);
    font: 0.9375rem/1.5 var(--font-family-fira);
    white-space: pre-line;
    text-decoration: none;
}

    #breakout-box .icon-link:first-child { margin: 0; }

    #breakout-box .icon-link + .box-link { margin: 0 20px 0 0; }

    #breakout-box .icon-link.archive {
        background: url("../img/sprite-icons.png") no-repeat -295px -160px #eee;
        background: url("../img/sprite-icons.png") no-repeat -295px -160px rgba(255,255,255,0.35);
    }

    #breakout-box .icon-link.sample {
        background: url("../img/sprite-icons.png") no-repeat -360px -230px #eee;
        background: url("../img/sprite-icons.png") no-repeat -360px -230px rgba(255,255,255,0.35);
    }

        #breakout-box .icon-link:hover {
            background-color: #fff;
            background-color: rgba(255,255,255,0.5);
            border-radius: 0px 10px;
        }

    #breakout-box .icon-link.new-file,
    #breakout-box .icon-link.new-report,
    #breakout-box .icon-link.new-episode {
        color: #fff;
        background: url("../img/sprite-icons.png") no-repeat -420px -90px var(--system-blue);
        /*background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.15) 100%), url("../img/sprite-icons.png") no-repeat -420px -90px, url("../img/bg-dark_blue_wave.png") repeat left top #2E7B9B;
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,transparent), color-stop(100%,rgba(0, 0, 0, 0.15))), url("../img/sprite-icons.png") no-repeat -420px -90px, url("../img/bg-dark_blue_wave.png") repeat left top #2E7B9B;
        background: -webkit-radial-gradient(center, ellipse cover, transparent 0%,rgba(0, 0, 0, 0.1) 100%), url("../img/sprite-icons.png") no-repeat -420px -90px, url("../img/bg-dark_blue_wave.png") repeat left top #2E7B9B;
        background: -o-radial-gradient(center, ellipse cover, transparent 0%,rgba(0, 0, 0, 0.1) 100%), url("../img/sprite-icons.png") no-repeat -420px -90px, url("../img/bg-dark_blue_wave.png") repeat left top #2E7B9B;
        background: -ms-radial-gradient(center, ellipse cover, transparent 0%,rgba(0, 0, 0, 0.15) 100%), url("../img/sprite-icons.png") no-repeat -420px -90px, url("../img/bg-dark_blue_wave.png") repeat left top #2E7B9B;
        background: radial-gradient(ellipse at center, transparent 0%,rgba(0, 0, 0, 0.15) 100%), url("../img/sprite-icons.png") no-repeat -420px -90px, url("../img/bg-dark_blue_wave.png") repeat left top #2E7B9B;*/
    }

    #breakout-box .icon-link.new-user,
    #breakout-box .icon-link.new-group {
        color: #fff;
        background: url("../img/sprite-icons.png") no-repeat -67px -160px var(--system-blue);
        /*background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.15) 100%), url("../img/sprite-icons.png") no-repeat -70px -160px, url("../img/bg-dark_blue_wave.png") repeat left top #2E7B9B;
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,transparent), color-stop(100%,rgba(0, 0, 0, 0.15))), url("../img/sprite-icons.png") no-repeat -70px -160px, url("../img/bg-dark_blue_wave.png") repeat left top #2E7B9B;
        background: -webkit-radial-gradient(center, ellipse cover, transparent 0%,rgba(0, 0, 0, 0.1) 100%), url("../img/sprite-icons.png") no-repeat -70px -160px, url("../img/bg-dark_blue_wave.png") repeat left top #2E7B9B;
        background: -o-radial-gradient(center, ellipse cover, transparent 0%,rgba(0, 0, 0, 0.1) 100%), url("../img/sprite-icons.png") no-repeat -70px -160px, url("../img/bg-dark_blue_wave.png") repeat left top #2E7B9B;
        background: -ms-radial-gradient(center, ellipse cover, transparent 0%,rgba(0, 0, 0, 0.15) 100%), url("../img/sprite-icons.png") no-repeat -70px -160px, url("../img/bg-dark_blue_wave.png") repeat left top #2E7B9B;
        background: radial-gradient(ellipse at center, transparent 0%,rgba(0, 0, 0, 0.15) 100%), url("../img/sprite-icons.png") no-repeat -70px -160px, url("../img/bg-dark_blue_wave.png") repeat left top #2E7B9B;*/
    }

        #breakout-box .icon-link[class*="new"]:hover {
            background-color: #5a6c75;
            background-color: rgba(0,0,0,0.5);
        }

/* -- <hr /> Component CSS -- */
#wizard-content hr,
.modal hr {
    clear: both;
    height: 2px;
    padding: 0;
    background: #bcbcbc;
    border: 0;
    /*border: 1px solid #b1b1b1;
    border-radius: 6px;*/
}

    #wizard-content hr.full-width {
        float: left;
        clear: both;
        position: relative;
        width: 100%;
    }

    #wizard-content hr.low-margin { margin: 12px 0; }

/* -- #pagination Component CSS -- */
#pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 33px;
    margin-top: 20px;
    background: #e6e6e6;
    border-top: 1px solid #fff;
    border-radius: 0 0 6px 6px;
}

a.to-top {
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 1100;
    padding-top: 33px;
    background: url("../img/icon-to_top.png") no-repeat center top;
    color: #333;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    font-family: var(--font-family-fira);
}

/* -- .well Component CSS -- */
#wizard-content .well {
    display: table;
    padding: 0px 10px !important;
    margin-bottom: 0;
    background: url("../img/bg-well_default.png") repeat-x left center #f0f0f0;
    border: 1px solid #fff;
}

    #wizard-content .well.green { background: url("../img/bg-well_green.png") repeat-x left center #dff2b8; }

    #wizard-content .well [class*="span"] { display: table-row; }

    #wizard-content .well .topic {
        display: table-cell;
        padding: 33px 0;
        color: var(--system-blue);
        font: var(--font-weight-bold) 13px var(--font-family-fira);
        text-transform: uppercase;
        vertical-align: middle;
    }

    #wizard-content .well .primary-metric {
        position: relative;
        margin: 10px 0 30px;
        font: var(--font-weight-light) 0.9375rem/1.1 var(--font-family-fira);
    }

    #wizard-content .well h3.primary-metric:after {
        content: '';
        display: block;
        position: absolute;
        top: -14px;
        right: 20px;
        width: 2px;
        height: 110px;
        background: #cecece;
        border: 1px solid #b1b1b1;
        border-radius: 6px;
    }

    #wizard-content .well h5 {
        margin: 14px 0 31px;
        font-family: var(--font-family-fira);
    }

    #wizard-content .well select { margin-bottom: 12px; }

    #wizard-content .well ul[class*="span"] { margin-bottom: 0; }

    #wizard-content .well .stat {
        display: block;
        margin-top: 12px;
        color: var(--system-blue);
        font: 1.25rem/1.1 var(--font-family-fira);
        text-shadow: 0px 1px 0 var(--system-white);
    }

        #wizard-content .well .stat > small {
            color: inherit;
            font: 1.25rem/1.1 var(--font-family-fira);
        }

    #wizard-content .well .icon {
        display: block;
        height: auto;
        padding: 76px 0 0 0;
    }

        #wizard-content .well .icon.report { background: url("../img/sprite-icons.png") no-repeat 0px -230px; }

/* -- .alert in #wizard-content Component CSS -- */
#wizard-content .alert
{
    position: relative;
    margin-bottom: 21px;
    background: #c7ac61;
    border: 1px solid var(--system-white);
}

    #wizard-content .alert:before
    {
        content: '';
        display: block;
        position: absolute;
        left: 10px;
        top: -12px;
        width: 24px;
        height: 24px;
        background: url("../img/sprite-icons.png") no-repeat -120px -60px;
    }

    #wizard-content .alert + .alert
    {
        margin-bottom: 20px;
    }

    #wizard-content .alert.alert-error
    {
        background: #af665f;
    }

        #wizard-content .alert.alert-error:before
        {
            background: url("../img/sprite-icons.png") no-repeat -90px -60px;
        }

#wizard-content .alert-success
{
    background: #cee1a8;
}

#wizard-content .alert.alert-success:before
{
    background: none;
}

#wizard-content .alert h3
{
    margin: 20px 0 33px 20px;
    color: var(--system-white);
    font: var(--font-weight-bold) 24px var(--font-family-fira);
    text-shadow: 0px 2px 0px var(--system-gray-80);
}

#wizard-content .alert-success h3
{
    color: var(--system-gray-100);
    text-shadow: 0px 2px 0px var(--system-white);
}

#wizard-content .alert ul
{
    list-style: square;
    margin: 0 0 20px 40px;
}

#wizard-content .alert li
{
    color: var(--system-white);
    font: var(--font-weight-light) 1.25rem var(--font-family-fira);
    text-shadow: none;
}

/* -- .data-details Component CSS -- */
.data-details
{
    list-style: none;
    margin-bottom: 0;
}

    .data-details li
    {
        font: var(--font-weight-bold) 0.9375rem/1.5 var(--font-family-fira);
    }

/* -- .btnVerticalAlign Component CSS -- */
.btnVerticalAlign { }

    .btnVerticalAlign .btn {
        margin-top: 24px;
    }

/* -- .tooltip Component CSS -- */
.tooltip { }

.tooltip-inner {
    color: var(--safe-harbor-green-highlight);
    font: var(--font-weight-bold) 0.8125rem/1 var(--font-family-fira);
    border: 1px solid var(--system-white);
    background: var(--system-gray-40);
    background: rgb(133,133,133);
    background: -moz-linear-gradient(top, var(--system-gray-40) 0%, var(--system-gray-60) var(--system-gray-60) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--system-gray-60)), color-stop(100%,var(--system-gray-60)));
    background: -webkit-linear-gradient(top, var(--system-gray-40) 0%,var(--system-gray-60) 100%);
    background: -o-linear-gradient(top, var(--system-gray-40) 0%,var(--system-gray-60) 100%);
    background: -ms-linear-gradient(top, var(--system-gray-40) 0%,var(--system-gray-60) 100%);
    background: linear-gradient(to bottom, var(--system-gray-40) 0%,var(--system-gray-60) 100%);
    text-shadow: 0px 1px 0 var(--system-gray-100);
    opacity: 1.0;
}

.tooltip.top .tooltip-arrow {
    bottom: 1px;
    border-top-color: var(--system-gray-60);
}

/* -- #password-edit-tracker Component CSS -- */
#password-edit-tracker {
    margin-bottom: 33px;
}

    #password-edit-tracker [class*="span"] {
        position: relative;
    }
        #password-edit-tracker [class*="span"]:before {
            content: '';
            display: block;
            position: absolute;
            top: 0px;
            left: -54px;
            width: 2px;
            height: 100%;
            background: #cecece;
            border: 0;
            border-radius: 6px;
        }
        #password-edit-tracker [class*="span"]:first-child:before {
            display: none;
        }

    #password-edit-tracker h6 {
        color: var(--system-gray-100);
        font: var(--font-weight-bold) 0.8125rem var(--font-family-fira);
    }

    #password-edit-tracker span {
        display: inline-block;
        color: var(--system-blue);
        font: 0.9375rem var(--font-family-fira);
        letter-spacing: 2px;
    }

/* -- #hero-size-link Component CSS -- */
#hero-size-link {
    display: block;
    /* border-radius: 10px 0px; */
    padding: 20px 0;
    margin: 12px 0 0;
    border: 1px solid var(--system-gray-05);
    border-left: none;
    border-right: none;
    color: var(--system-white);
    font: 1.5rem/1 var(--font-family-fira);
    text-align: center;
    background: url("../img/bg-dark_blue_wave.png") repeat left top var(--system-blue);
    /*background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15))), url("../img/bg-dark_blue_wave.png") repeat left top #2e7b9b;
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%), url("../img/bg-dark_blue_wave.png") repeat left top #2e7b9b;
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%), url("../img/bg-dark_blue_wave.png") repeat left top #2e7b9b;
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%), url("../img/bg-dark_blue_wave.png") repeat left top #2e7b9b;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%), url("../img/bg-dark_blue_wave.png") repeat left top #2e7b9b;*/
}
    #hero-size-link:hover {
        text-decoration: none;
        background: rgba(0,0,0,0.5);
        /* border-radius: 0px 10px; */
        /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(255,255,255,0.15) 1%, rgba(0,0,0,0) 100%), url("../img/bg-dark_blue_wave.png") repeat left top #2e7b9b;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(255,255,255,0.15)), color-stop(100%,rgba(0,0,0,0))), url("../img/bg-dark_blue_wave.png") repeat left top #2e7b9b;
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(255,255,255,0.15) 1%,rgba(0,0,0,0) 100%), url("../img/bg-dark_blue_wave.png") repeat left top #2e7b9b;
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(255,255,255,0.15) 1%,rgba(0,0,0,0) 100%), url("../img/bg-dark_blue_wave.png") repeat left top #2e7b9b;
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(255,255,255,0.15) 1%,rgba(0,0,0,0) 100%), url("../img/bg-dark_blue_wave.png") repeat left top #2e7b9b;
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(255,255,255,0.15) 1%,rgba(0,0,0,0) 100%), url("../img/bg-dark_blue_wave.png") repeat left top #2e7b9b;*/
    }

/* -- #boat Component CSS -- */
#boat {
    display: block;
    position: relative;
    z-index: 10;
    top: 2.5rem;
    left: 35%;
    width: 103px;
    height: 73px;
    margin-left: -51.5px;
}

#boat.large {
    top: -70px;
    z-index: 100 !important;
    width: 254px;
    height: 170px;
}

/* -- Form Override Component CSS -- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input,
textarea {
    background: #edf0f2;
    font-family: var(--font-family-fira);
}

.row-fluid label[class*="span"] { min-height: 20px; }

.controls-row + .controls-row > input[class*="span"] { margin-bottom: 12px; }

[class*="span"] > textarea {
    width: auto;
    max-width: 100%;
    resize: vertical;
}

input[type="radio"], 
input[type="checkbox"] {
    margin: -4px 4px 0 0 !important;
}

label > input[type="radio"],
label > input[type="checkbox"] {
    margin: 3px 4px 0 0 !important;
}

.radio, .checkbox { padding-left: 0; }

.blue-text {
    color: var(--system-blue);
    font: var(--font-weight-bold) 0.9375rem/1.875 var(--font-family-fira);
}

input[disabled] {
    background: var(--system-gray-10);
    color: var(--system-gray-60);
}

/* -- Episode Flow Form Component CSS -- */
input[type="submit"][class*="span"] {
    margin-left: 20px;
}

fieldset + fieldset {
    margin-top: 33px;
}

fieldset.accordion-group {
    border-color: #ececec;
}

#wizard-content fieldset hr {
    margin: 0 0 33px;
}

input + .icon-calendar {
    width: 16px;
    height: 16px;
    margin: -5px 0 0 5px;
    background: url("../img/icon-calendar.png") no-repeat left center;
}

.chart_legend { }

    .chart_legend ul {
        list-style: none;
        margin: 10px 0 0;
    }

    .chart_legend li {
        float: left;
        margin-right: 10px;
    }

#wizard-content legend {
    margin-bottom: 0;
}

#wizard-content .accordion-toggle {
    position: relative;
    padding: 8px 15px;
}
#wizard-content .accordion-toggle.alt {
    padding: 8px 15px;
}
    #wizard-content .accordion-toggle:after {
        content: '';
        display: block;
        position: absolute;
        right: 12px;
        top: 8px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: #666 transparent transparent transparent;
    }

    #wizard-content .accordion-toggle.collapsed { }

        #wizard-content .accordion-toggle.collapsed:after {
            content: '';
            display: block;
            position: absolute;
            right: 12px;
            top: 8px;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 8px 8px 8px 0;
            border-color: transparent #666 transparent transparent;
        }

#wizard-content .accordion-inner {
    border: none;
    outline: none;
}

/*Report Library Revision UI CSS*/
#report-lib-container .accordion-heading {
    font: var(--font-weight-bold) 1.125rem var(--font-family-fira);
    background-color: var(--system-gray-10);
    border-bottom: solid 1px var(--system-gray-40);
    border-radius: 5px 5px 0 0;
}

    #report-lib-container .accordion-heading a:hover,
    #report-lib-container .accordion-heading a:focus {
        color: var(--system-blue);
    }

    #report-lib-container fieldset.accordion-group {
        border-color: var(--system-gray-40);
    }

    #report-lib-container h4 {
       font: var(--font-weight-bold) 1rem var(--font-family-fira);
    }

    #report-lib-container #wizard-content .accordion-toggle:after {
        top: 12px;
    }

/* -- #reports Component CSS -- */
.report-template-list {
    list-style: none;
    margin: 0;
}

.new_report_option {
    float: left;
    position: relative;
    width: 98%;
    height: auto;
    margin-left: 0;
    padding: 10px 2% 20px 0;
    border-bottom: solid 1px var(--system-gray-40);
    overflow: hidden;
}

    .new_report_option:hover,
    .new_report_option a:hover {
        background: #a7bcc4;
    }

.new_report_elements {
    display: block;
    float: left;
    position: relative;
    z-index: 150;
    width: 98%;
    padding-left: 2%;
    color: #333;
}

    .new_report_elements:hover {
        text-decoration: none;
    }

    .new_report_elements p {
        width: 75%;
    }

.new_report_param {
    width: 64%;
}

    .new_report_param h5 {
        padding-bottom: 3px;
        margin-bottom: 3px;
        border-bottom: 1px dotted var(--system-gray-40);
        font: var(--font-weight-bold) 1rem var(--font-family-fira);
    }

    .new_report_param ul {
        margin-left: 0;
        padding-left: 0;
        overflow: hidden;
    }

    .new_report_param li {
        list-style: none;
        margin-top: 2px;
        margin-left: 0;
        padding-left: 20px;
        padding-left: 0;
        font-family: var(--font-family-fira);
        text-decoration: none;
    }
        .new_report_param li:first-child {
            padding-left: 0;
        }

.report-thumbnail {
    display: block;
    float: right;
    position: relative;
    right: 15px;
    z-index: 200;
    width: 72px;
    height: 70px;
    margin-top: 25px;
    margin-right: 10px;
    margin-left: 20px;
    background: url("../img/sprite-icons.png") no-repeat -150px -90px;
}

/* -- .toggleGroup Component CSS -- */
.toggleGroup { }

    .toggleGroup > label {
        float: left;
        min-height: 27px !important;
        margin-bottom: 0;
        padding-left: 12px;
        color: var(--system-gray-100);
        font: var(--font-weight-bold) 0.9375rem/1.6875 var(--font-family-fira);
    }

    .toggleGroup .iPhoneCheckContainer {
        float: right;
    }

    .toggleGroup.on > label {
        color: var(--system-blue);
    }

/* -- .errorMsgBlock Component CSS -- */
.errorMsgBlock { min-height: 0 !important; }


/**
 * #Modal CSS
 **/
.modal {
    width: 750px;
}

div#myModal.modal.hide.fade.in {
    background: #f9f9f9; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f9f9f9 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
}

div.modal-header {
    padding-top: 55px;
    text-align: center;
    font: 3rem var(--font-family-fira);
    color: var(--system-blue);
    border-bottom-style: none;
    height: 90px;
    border-radius: 5px 5px 0 0;
}

div.modal-body {
    text-align: center;
    height: 70px;
    bottom: 0;
    margin-bottom: 20px;
    margin-top: -5px;
    border-radius: 0 0 5px 5px;
}

div.modal-boat {
    position: absolute;
    margin-left: 200px;
    margin-top: -65px;
}

div.modal-divider {
    width: 650px;
    left: 35px;
    position: relative;
    bottom: 10px;
}

div.modal-closer {
    top: -45px;
    position: relative;
}


/**
 * #Telerik Overrides
 **/
.t-grid {
    position: relative;
    z-index: 1;
    margin-bottom: -33px;
    background: transparent;
    border: none;
}

.t-grouping-header {
    clear: both;
    padding: 3px 12px;
    background: #e8e8e8;
    border: 1px dashed #999;
    color: #484848;
    border-radius: 6px 6px 0 0;
}

.t-header,
.t-grid-header {
    position: relative;
    z-index: 1;
    background: transparent;
}

.t-grid-header {
    position: relative;
    z-index: 1;
    background: transparent;
}

    .t-grid-header .t-header {
        width: 0%;
        position: relative;
        z-index: 1;
        border-color: #a6bac6;
        border-style: solid;
        border-width: 0 0 0 1px;
        color: var(--system-gray-80);
        overflow: visible;
    }

        .t-grid-header .t-header .t-link {
            float: left;
            padding: 8px;
            margin-bottom: 3px;
            font: 0.75rem/1.25 var(--font-family-fira);
            text-transform: uppercase;
        }

.t-grid-filter {
    margin: 1px 0 0px 0px;
}

.t-arrow-up {
    margin-top: -3px;
}

.t-grid-content {
    position: static;
    z-index: 5;
    min-height: 50px;
    border: none;
}

    .t-grid-content table {
        width: 100%;
    }

.t-grid tr {
    overflow: visible;
}

    .t-grid tr.t-alt {
        background: transparent;
    }

.t-grid td {
    padding: 8px 0.6em 8px;
    background: var(--system-gray-05);
    border: none;
    border-top: 1px solid var(--system-gray-10);
    border-bottom: 4px solid var(--system-gray-40);
    color: var(--system-gray-100);
    font: 0.8125rem/1.5 var(--font-family-fira);
    overflow: visible;
    word-break: break-word;
}

.t-grid tr:first-child td {
    border-top: none;
}
.t-grid tr:last-child td {
    border-bottom: none;
}

.t-grid tr th:first-child:not(.t-hierarchy-cell),
.t-grid tr td:first-child:not(.t-hierarchy-cell) {
    padding-left: 20px;
}

.t-grid input[type="checkbox"] {
    margin: 0px 20px;
}

.t-grid tr.row-error td {
    background: #FCEEEE;
   /* color: #fff;*/
    font-family: var(--font-family-fira);
}

.t-grid tr.row-information td {
    background: #4ec2d7;
    color: #fff;
    font-family: var(--font-family-fira);
}

.t-grid tr.row-alert td {
    background: #FFFCE5;
}
.t-grid tr.row-recent td {
    background:#78AB46;
}
.t-master-row {
    width: 100% !important;
}

.t-plus,
.t-minus {
    background: url("../img/sprite-icons.png") no-repeat;
}
    .t-plus {
        background-position: -180px -60px;
    }
    .t-minus {
        background-position: -150px -60px;
    }

.t-detail-row {
    width: 100% !important;
    background: transparent;
}

    .t-detail-row > td {
        /*background: transparent;*/
        border: none;
    }

.t-detail-cell {
    padding: 0px !important;
}

/* Nested .t-grid Component CSS */
.t-grid .t-grid {
    top: -4px;
    width: 96.5%;
    padding: 0;
    margin: 0;
    background: #eceff1;
    border-radius: 0 0 6px 6px;
}

    .t-grid .t-grid.in {
        padding: 2% 0;
        margin-bottom: 12px;
        border-top: 4px solid #ADB0B1;
    }

    .t-grid .t-grid > .row-fluid > [class*="span"] {
        position: relative;
    }

        .t-grid .t-grid > .row-fluid > [class*="span"]:before {
            content: '';
            display: block;
            position: absolute;
            left: -4.85%;
            top: 15%;
            width: 2px;
            height: 85%;
            background: #ccc;
            border: 1px solid #aaa;
            border-radius: 6px;
        }

        .t-grid .t-grid > .row-fluid > [class*="span"]:first-child:before {
            display: none;
        }

    .t-grid .t-grid [class*="span"] [class*="span"] {
        margin-left: 0;
    }

    .t-grid .t-grid h3,
    .t-grid .t-grid h4,
    .t-grid .t-grid p,
    .t-grid .t-grid img,
    .t-grid .t-grid ul {
        padding-left: 20px;
    }

    .t-grid .t-grid h3 {
        margin: 0 0 12px;
    }

    .t-grid .t-grid h4 {
        color: var(--system-blue);
        font: var(--font-weight-bold) 0.9375rem var(--font-family-fira);
    }

    .t-grid .t-grid p {
        line-height: 1.3125em;
    }

        .t-grid .t-grid p small {
            line-height: 1em;
        }

    .t-grid .t-grid .last-field {
        margin-top: 33px;
    }

.chart {
    display: block;
    padding: 20px 0;
    width: 90% !important;
}

    .chart > img {
        max-width: 100%;
    }

.legend {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: -3px 0 0 5px;
    vertical-align: middle;
    background: url("../img/sprite-icons.png") no-repeat;
}

    .legend.blue {
        background-position: -210px -60px;
    }

    .legend.orange {
        background-position: -220px -60px;
    }

    .legend.green {
        background-position: -230px -60px;
    }

.t-widget, 
.t-link:link, 
.t-link:active, 
.t-link:visited, 
.t-popup {
    color: #333;
}

.t-widget, 
.row-error .t-link:link {
    color: #fff;
}
.t-widget,
.row-information .t-link:link {
    color: #383838;
}

    .t-state-hover, 
    .t-state-hover:hover {
        background: transparent;
    }

.t-grid #pagination {
    bottom: -34px;
}

.t-grid-pager {
    margin-top: 20px;
    padding: 8px 20px;
    background: #e6e6e6;
    border: none;
    border-radius: 0 0 5px 5px;
}

    .t-grid-pager .k-status-text,
    .t-grid-pager .t-state-active,
    .t-grid-pager .t-input,
    .t-grid-pager .t-status-text {
        color: #484848;
    }

    .t-grid-pager .t-status {
        background: transparent;
    }   

    .t-grid-pager .t-refresh {
        width: 13px;
        height: 16px;
        margin: 3px 3px 0;
        white-space: nowrap;
        overflow: hidden;
        background: url("../img/sprite-icons.png") no-repeat -300px -60px;
    }

    .t-grid-pager .t-arrow-first,
    .t-grid-pager .t-arrow-prev,
    .t-grid-pager .t-arrow-next,
    .t-grid-pager .t-arrow-last {
        width: 12px;
        height: 12px;
        margin: 3px 3px 0;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        background: url("../img/sprite-icons.png") no-repeat;
    }

    .t-grid-pager .t-arrow-first {
        background-position: -240px -60px;
    }

    .t-grid-pager .t-arrow-prev {
        background-position: -255px -60px;
    }

    .t-grid-pager .t-arrow-next {
        background-position: -270px -60px;
    }

    .t-grid-pager .t-arrow-last {
        background-position: -285px -60px;
    }

.t-pager .t-page-size {
    vertical-align: top;
    margin: 0 5px;
    background: #c2cad6;
    border-radius: 3px;
}

    .t-pager .t-page-size .t-dropdown-wrap {
        border-color: #888E96 !important;
        border-radius: 3px;
    }
    
.t-widget,
.t-widget button,
.t-widget input,
.t-widget select,
.t-button,
.t-formatted-value {
    font-family: var(--font-family-fira);
}

/* -- .t-grid .icon Component CSS -- */
.t-grid .icon {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    margin: 0 0 0 5px;
    padding: 0;
    border: none;
    border-radius: 0;
}
.icon {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    margin: 0 0 0 5px;
    padding: 0;
    border: none;
    border-radius: 0;
}
.t-grid a.icon {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}
a.icon {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}

.t-grid .icon.view, .icon.view { background: url("../img/sprite-icons.png") no-repeat -120px 0; }
.t-grid .icon.edit, .icon.edit { background: url("../img/sprite-icons.png") no-repeat -90px 0; }
.t-grid .icon.delete, .icon.delete { background: url("../img/sprite-icons.png") no-repeat -60px 0; opacity: 1; }
.t-grid .icon.download, .icon.download { background: url("../img/sprite-icons.png") no-repeat -30px 0; }
.t-grid .icon.duplicate, .icon.duplicate { background: url("../img/sprite-icons.png") no-repeat -180px 0; }
.t-grid .icon.archive, .icon.archive { background: url("../img/sprite-icons.png") no-repeat -210px 0; }
.t-grid .icon.pwreset, .icon.pwreset { background: url("../img/sprite-icons.png") no-repeat -270px 0; } /* for blue icon */
.t-grid .icon.unarchive, .icon.unarchive { background: url("../img/sprite-icons.png") no-repeat -240px 0; }
.t-grid .icon.advgroup, .icon.advgroup { background: url("../img/icon_DefineGroup.png"); }

.t-grid .icon.hourglass,
.t-grid .icon.person,
.t-grid .icon.alert {
    float: left;
    width: 14px;
    height: 20px;
    margin: 0 0 0 -8px;
}

.t-grid .icon.hourglass { background: url("../img/sprite-icons.png") no-repeat -30px -60px; }
.t-grid .icon.person { background: url("../img/sprite-icons.png") no-repeat 0 -60px; }

.t-grid .icon.alert {
    float: right;
    margin: 0 0 0 -8px !important;
    border: none !important;
    background: url("../img/sprite-icons.png") no-repeat -60px -60px !important;
}

    .t-grid .icon.alert:before { display: none !important; }

.t-grid .icon.disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/* -- .t-upload Component CSS -- */
.t-upload label {
    display: inline-block;
    float: left;
    padding: 3px 12px 3px 3px;
    line-height: 26px;
}

.t-dropzone {
    float: left;
    padding: 3px;
}

.t-picker-wrap .t-input {
    margin: 0;
    padding-left: 5px;
    padding-top: 5px;
}

.t-picker-wrap .t-icon {
    vertical-align: top;
    margin-top: 7px;
}

.t-picker-wrap {
    padding: 0;
}

/* -- Silicus Style Component CSS -- */
.rowContact input,
.rowContact select {
    margin-bottom: 0;
}

[class*="span"] > select {
    width: 100%;
    font-family: var(--font-family-fira);
}


/**
 * #Global Admin Overrides
 **/

#global_admin .btn {
    background: #a3542c;
    color: var(--system-white);
}

#global_admin .btn:hover {
    background: #cd7a50;
    color: var(--system-white);
    border-color: #cd7a50;
}

#global_admin .btn:active {
    background: #7f3008;
    color: var(--system-white);
    border-color: #7f3008;
}

    /* -- .orange, headers, .btn and links COLOR Component CSS -- */
    #global_admin .orange,
    #global_admin .orange a,
    #global_admin .breadcrumb a,
    #global_admin h2,
    #global_admin h4,
    #global_admin .wizard-header-link,
    #global_admin .t-grid td a,
    #global_admin #pagination .t-link,
    #global_admin #siteNav .accordion-inner a,
    #global_admin select,
    #global_admin legend,
    #global_admin #password-edit-tracker span,
    #global_admin #breakout-box .icon-link {
        color: var(--safe-harbor-orange);
    }

    #global_admin .btn-link,
    #global_admin .btn-link:active,
    #global_admin .btn-link:hover,
    #global_admin .btn-link[disabled] {
        color: var(--system-gray-100);
        background: unset;
    }

    /*#wizard-content form .btn.primary,
    #wizard-content form .btn.btn-link {
        margin-top: 33px;
    }*/

    /* -- #global_admin #siteNav Component CSS -- */
    #global_admin #siteNav .accordion-heading .accordion-toggle.active {
        /* background: transparent url("../img/bg-accordion-sliding_door_caps-round.png") no-repeat right -56px; */
        background: #a3542c;
    }

        #global_admin #siteNav .accordion-heading .accordion-toggle.active span {
            /* background: transparent url("../img/bg-accordion_sliding_door.png") no-repeat 0 -56px; */
        }

        #global_admin #siteNav .accordion-heading .accordion-toggle.active:hover { background-position: right -84px; }

            #global_admin #siteNav .accordion-heading .accordion-toggle.active:hover span { background-position: 0 -84px; }

    /* -- #global_admin .wizard-header-link Component CSS -- */
    #global_admin .wizard-header-link {
        background: url("../img/sprite-icons.png") no-repeat -150px -30px;
    }

    /* -- #global_admin #hero-size-link Component CSS -- */
    #global_admin #hero-size-link {
        background: url("../img/bg-orange_wave.png") repeat left top #a3542c;
        background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.15) 100%), url("../img/bg-orange_wave.png") repeat left top #a3542c;
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,transparent), color-stop(100%,rgba(0, 0, 0, 0.15))), url("../img/bg-orange_wave.png") repeat left top #a3542c;
        background: -webkit-radial-gradient(center, ellipse cover, transparent 0%,rgba(0, 0, 0, 0.1) 100%), url("../img/bg-orange_wave.png") repeat left top #a3542c;
        background: -o-radial-gradient(center, ellipse cover, transparent 0%,rgba(0, 0, 0, 0.1) 100%), url("../img/bg-orange_wave.png") repeat left top #a3542c;
        background: -ms-radial-gradient(center, ellipse cover, transparent 0%,rgba(0, 0, 0, 0.15) 100%), url("../img/bg-orange_wave.png") repeat left top #a3542c;
        background: radial-gradient(ellipse at center, transparent 0%,rgba(0, 0, 0, 0.15) 100%), url("../img/bg-orange_wave.png") repeat left top #a3542c;
    }

        #global_admin #hero-size-link:hover {
            background: #cd7a50;
            /* background: url("../img/bg-orange_wave.png") repeat left top #a3542c;
            background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.15) 1%, transparent 100%), url("../img/bg-orange_wave.png") repeat left top #a3542c;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(1%,rgba(255, 255, 255, 0.15)), color-stop(100%,transparent)), url("../img/bg-orange_wave.png") repeat left top #a3542c;
            background: -webkit-linear-gradient(top, transparent 0%,rgba(255, 255, 255, 0.15) 1%,transparent 100%), url("../img/bg-orange_wave.png") repeat left top #a3542c;
            background: -o-linear-gradient(top, transparent 0%,rgba(255, 255, 255, 0.15) 1%,transparent 100%), url("../img/bg-orange_wave.png") repeat left top #a3542c;
            background: -ms-linear-gradient(top, transparent 0%,rgba(255, 255, 255, 0.15) 1%,transparent 100%), url("../img/bg-orange_wave.png") repeat left top #a3542c;
            background: linear-gradient(to bottom, transparent 0%,rgba(255, 255, 255, 0.15) 1%,transparent 100%), url("../img/bg-orange_wave.png") repeat left top #a3542c; */
        }

    /* -- #global_admin #breakout-box Components CSS -- */
    #global_admin #breakout-box .icon-link[class*="new"] {
        color: #fff;
        background: url("../img/sprite-icons.png") no-repeat -420px -90px #a3542c;
        background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.15) 100%), url("../img/sprite-icons.png") no-repeat -420px -90px, url("../img/bg-orange_wave.png") repeat left top #a3542c;
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,transparent), color-stop(100%,rgba(0, 0, 0, 0.15))), url("../img/sprite-icons.png") no-repeat -420px -90px, url("../img/bg-orange_wave.png") repeat left top #a3542c;
        background: -webkit-radial-gradient(center, ellipse cover, transparent 0%,rgba(0, 0, 0, 0.1) 100%), url("../img/sprite-icons.png") no-repeat -420px -90px, url("../img/bg-orange_wave.png") repeat left top #a3542c;
        background: -o-radial-gradient(center, ellipse cover, transparent 0%,rgba(0, 0, 0, 0.1) 100%), url("../img/sprite-icons.png") no-repeat -420px -90px, url("../img/bg-orange_wave.png") repeat left top #a3542c;
        background: -ms-radial-gradient(center, ellipse cover, transparent 0%,rgba(0, 0, 0, 0.15) 100%), url("../img/sprite-icons.png") no-repeat -420px -90px, url("../img/bg-orange_wave.png") repeat left top #a3542c;
        background: radial-gradient(ellipse at center, transparent 0%,rgba(0, 0, 0, 0.15) 100%), url("../img/sprite-icons.png") no-repeat -420px -90px, url("../img/bg-orange_wave.png") repeat left top #a3542c;
    }

    #global_admin #breakout-box .icon-link.new-user,
    #global_admin #breakout-box .icon-link.new-client {
        color: #fff;
        background: url("../img/sprite-icons.png") no-repeat -70px -160px #a3542c;
        background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.15) 100%), url("../img/sprite-icons.png") no-repeat -70px -160px, url("../img/bg-orange_wave.png") repeat left top #a3542c;
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,transparent), color-stop(100%,rgba(0, 0, 0, 0.15))), url("../img/sprite-icons.png") no-repeat -70px -160px, url("../img/bg-orange_wave.png") repeat left top #a3542c;
        background: -webkit-radial-gradient(center, ellipse cover, transparent 0%,rgba(0, 0, 0, 0.1) 100%), url("../img/sprite-icons.png") no-repeat -70px -160px, url("../img/bg-orange_wave.png") repeat left top #a3542c;
        background: -o-radial-gradient(center, ellipse cover, transparent 0%,rgba(0, 0, 0, 0.1) 100%), url("../img/sprite-icons.png") no-repeat -70px -160px, url("../img/bg-orange_wave.png") repeat left top #a3542c;
        background: -ms-radial-gradient(center, ellipse cover, transparent 0%,rgba(0, 0, 0, 0.15) 100%), url("../img/sprite-icons.png") no-repeat -70px -160px, url("../img/bg-orange_wave.png") repeat left top #a3542c;
        background: radial-gradient(ellipse at center, transparent 0%,rgba(0, 0, 0, 0.15) 100%), url("../img/sprite-icons.png") no-repeat -70px -160px, url("../img/bg-orange_wave.png") repeat left top #a3542c;
    }

        #global_admin #breakout-box .icon-link[class*="new"]:hover {
            background-color: #cd7a50;
        }

    /* -- #global_admin Form Component CSS -- */
    #global_admin input + .icon-calendar {
        margin: 6px 0 0 5px;
    }

    #global_admin .controls-row .offset1 {
        margin-left: 9.11111111111111%;
    }

    #global_admin .controls-row .offset2 {
        margin-left: 17.65811965811966%;
    }

    #global_admin .controls-row .offset3 {
        margin-left: 25.65%;
    }

    /* -- #global_admin .t-grid Override CSS -- */
    #global_admin .t-grid tbody td:first-child {
        color: var(--safe-harbor-orange);
        font: 1rem var(--font-family-fira);
    }

    #global_admin .t-grid .t-grid > .row-fluid > [class*="span"]::before { top: 5%; }

    /* -- #global_admin .t-grid .icons Component CSS -- */
    #global_admin .t-grid .icon.view, #global_admin .icon.view { background: url("../img/sprite-icons.png") no-repeat -120px -30px; }
    #global_admin .t-grid .icon.edit, #global_admin .icon.edit { background: url("../img/sprite-icons.png") no-repeat -90px -30px; }
    #global_admin .t-grid .icon.delete, #global_admin .icon.delete { background: url("../img/sprite-icons.png") no-repeat -60px -30px; }
    #global_admin .t-grid .icon.download, #global_admin .icon.download { background: url("../img/sprite-icons.png") no-repeat -30px -30px; }
    #global_admin .t-grid .icon.archive, #global_admin .icon.archive { background: url("../img/sprite-icons.png") no-repeat -210px -30px; }
    #global_admin .t-grid .icon.pwreset, #global_admin .icon.pwreset { background: url("../img/sprite-icons.png") no-repeat -270px -30px; } /* for orange icon */
    #global_admin .t-grid .icon.unarchive, #global_admin .icon.unarchive { background: url("../img/sprite-icons.png") no-repeat -240px -30px; }
    #global_admin .t-grid .icon.advgroup, #global_admin .icon.advgroup { background: url("../img/icon_DefineGroup.png"); }

/* -- #global_admin .toggleGroup Component CSS -- */
#global_admin .toggleGroup {  }

    #global_admin .toggleGroup.on > label { color: var(--safe-harbor-orange); }

/**
 * #Style Overrides
 **/
label {
    font-size: 1rem !important;
    font-family: var(--font-family-fira);
}

.flush {
    width: 100% !important;
    padding: 0 !important;
}

.override {
    width: 96.58% !important;
    padding: 0 1.71% !important;
}

.firstMargin { margin-left: 2.564102564102564% !important; }

.noMargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ml-0 {margin-left: 0!important;}

.float-left { float: left !important; }
.float-right { float: right !important; }
.no-float { float: none !important; }

.t-filter-operator { font-family: var(--font-family-fira) !important; }

.span3,
label strong,
strong {
    font-weight: var(--font-weight-bold);
    font-family: var(--font-family-fira);
}

select {
    font-family: var(--font-family-fira);
}

/*Common spacing classes*/
.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

/**
 * #Keyframe Animations
 **/
@-webkit-keyframes clouds {
    0%
    {
        left: 20px;
    }

    50%
    {
        left: 30px;
    }
}

@-moz-keyframes clouds {
    0%
    {
        left: 20px;
    }

    50%
    {
        left: 30px;
    }
}

@-o-keyframes clouds {
    0%;

{
    left: 20px;
}

50%
{
    left: 30px;
}

}

@keyframes clouds {
    0%
    {
        left: 20px;
    }

    50%
    {
        left: 30px;
    }
}

/*SH UI changes updated Oct-22*/
.close {
    opacity: 0.5;
}

    .close:hover, .close:focus {
        opacity: 0.8;
    }

.no-records-text {
    font-weight: bold;
    background: #dfdfdf;
    border: solid 1px #ccc; 
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
}
/**
 * #Media Queries
 **/
@media (max-width: 979px) {
    /* -- #login #header Mobile Override CSS -- */
    #login #header {
        min-height: 226px;
    }

        #login #header .navbar,
        #login #header .navbar-inner {
            box-shadow: none;
        }

        #login #header .brand {
            top: 20px;
        }

    /* -- #login-block Mobile Override CSS -- */
    #login-block {
        margin-top: -86px;
    }

    #login-inner {
        max-width: 98%;
        margin: 0 1%;
    }

    .jspContainer {
        max-width: 100%;
    }

    .jspPane {
        max-width: 89%;
    }

    /* -- #header Mobile Override CSS -- */
    #header { }

        #header [class*="span"],
        #header .uneditable-input[class*="span"],
        #header .row-fluid [class*="span"] {
            float: none;
            display: block;
            width: 100%;
            margin-left: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        #header .brand {
            float: left;
            margin: 6px 1% 0 !important;
        }

        #header p {
            float: right;
            margin: -20px 2% 10px;
        }

    .nav-collapse-short {
        float: left;
        clear: both;
        width: 100%;
        overflow: hidden;
    }

    .navbar.short .collapse {
        height: 0;
        overflow: hidden;
    }

    .navbar.short {
        height: auto;
    }

        .navbar.short .nav {
            clear: both;
            width: 100%;
            padding: 0;
            margin: 0;
            text-align: right;
        }

            .navbar.short .nav li {
                clear: both;
                width: 100%;
                padding: 0;
                margin: 0;
                text-align: right;
                overflow: hidden;
            }

                .navbar.short .nav li .divider {
                    display: none;
                }

                .navbar.short .nav li a {
                    display: block;
                    width: auto;
                    padding: 5px 5px 5px 0;
                    background: none;
                    text-align: right;
                }

        .navbar.short .btn-navbar {
            position: relative;
            padding: 3px 5px;
            margin-bottom: 10px;
            margin-right: 0;
            font-size: 12px;
            color: #666;
            text-shadow: 0px 1px 0px rgba(255,255,255,0.75);
        }

    /* -- #wizard-nav Mobile Override CSS -- */
    #wizard-nav {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-search {
        margin: 0;
    }

    #wizard-nav .search-query {
        width: 78%;
        padding: 2px 2% 2px 8%;
        margin: 0 1%;
    }

    #wizard-nav .form-search input[type="image"] {
        left: 10px;
    }

    #wizard-nav .navbar { }

        #wizard-nav .navbar .btn-navbar {
            position: relative;
            top: -33px;
        }

            #wizard-nav .navbar .btn-navbar .icon-bar {
                background-color: #999;
                border-bottom: 1px solid #efefef;
                box-shadow: none;
            }

        #wizard-nav .navbar .nav-collapse {
            top: -20px;
        }

    #siteNav .accordion-heading .accordion-toggle {
        width: 96%;
    }
        #siteNav .accordion-heading .accordion-toggle.active {
            width: 95%;
            margin: 0 1%;
        }

            #siteNav .accordion-heading .accordion-toggle.active span {
                padding: 4px 0px;
            }

    #siteNav .accordion-group {  }

        #siteNav .accordion-group:after {
            width: 98%;
            margin: 0 1%;
        }

    #siteNav .accordion-body li a {
        margin: 0 5%;
    }

    /* -- #wizard-container Mobile Override CSS -- */
    #wizard-container {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* -- #breakout-box Mobile Override CSS -- */
    #breakout-box {  }

        #breakout-box .icon-link {
            margin-bottom: 20px !important;
        }

            #breakout-box .icon-link + .box-link {
                margin: 0 20px 20px 0;
            }

        #breakout-box .icon.xls,
        #breakout-box .icon.csv {
            margin-right: 12px;
        }

    /* -- #alert-bar Mobile Override CSS -- */
    #alert-bar {
        width: 98%;
        margin: 0 1% 20px 1%;
    }

    /* -- #password-edit-tracker Mobile Override CSS -- */
    #password-edit-tracker {  }

        #password-edit-tracker [class*="span"]:before {
            left: -33px;
        }

    /* -- #boat Mobile Override CSS -- */
    #boat {
        width: 69px;
        height: 48px;
        top: 80px;
        left: 33%;
    }

}

@media (max-width: 767px) {

    .container-fluid { padding: 0 3px; }

    #login .container-fluid {
        max-width: 98%;
        padding: 0;
        margin: 0 auto;
    }

    /* -- #login-block Mobile Override CSS -- */
    #login-block {  }

    #login-header { background-position: 95% top; }

        #login-header h2,
        #login-header p {
            padding: 0 20px;
        }

    #login-block > .row-fluid > p { padding: 0 20px; }

    #loginForm { padding: 0 20px; }

    #login-body .alert { margin: 0 20px 20px; }

    #login-body hr {
        width: 98%;
        margin: 33px 1%;
    }

    #login-block .btn[type="submit"] { margin: 0 20px 33px 0; }

    /* -- #for-best-performance Mobile Override CSS -- */
    #for-best-performance {
        padding: 12px 0;
        overflow: hidden;
    }

        #for-best-performance .btn { margin: 0 33px 0 0 !important; }

    /* -- #breakout-box Mobile Override CSS -- */
    #breakout-box {  }

        #breakout-box .icon-link,
        #breakout-box .box-link {
            float: left !important;
        }

            #breakout-box .icon-link + .box-link { margin-left: 54px; }

        #breakout-box .icon-link { margin-left: 20px; }

        #breakout-box .box [class*="span"] {
            float: left;
            width: 50%;
            overflow: hidden;
        }

    /* -- #wizard-content Mobile Override CSS -- */
    #wizard-content {  }

        #wizard-content .well { position: relative; }

            #wizard-content .well [class*="span"] {
                display: inline-block;
                clear: both;
                position: relative;
                margin-top: 33px;
            }

                #wizard-content .well [class*="span"]:before {
                    content: '';
                    display: block;
                    position: absolute;
                    top: -20px;
                    left: 0px;
                    width: 100%;
                    height: 2px;
                    background: #CECECE;
                    border: 1px solid #B1B1B1;
                    border-radius: 6px;
                }

                #wizard-content .well [class*="span"]:first-child {
                    margin-top: 0;
                }

                    #wizard-content .well [class*="span"]:first-child:before {
                        display: none;
                    }

            #wizard-content .well h4.topic {
                display: block;
                padding: 0;
            }

            #wizard-content .well .primary-metric {
                margin: 0px 0 12px;
            }

            #wizard-content .well h3.primary-metric:after {
                display: none;
            }

            #wizard-content .well h5 {
                margin: 0px 0 12px;
            }

            #wizard-content .well .stat {
                margin: 0px;
            }

    /* -- #copyright-text Mobile Override CSS -- */
    #copyright-text .container-fluid {
        padding: 12px 20px 54px;
        background-position: 95% bottom;
    }

    #copyright-text p {
        line-height: 16.5px;
    }

    /* -- form Component Mobile Override CSS -- */
    input + .icon-calendar,
    #global_admin input + .icon-calendar {
        position: relative;
        z-index: 10;
        float: right;
        margin: -33px 8px 0 5px;
    }

    .span2.offset1 > .btn {
        margin-top: 12px;
    }

    .span3.offset1 input {
        margin-top: 12px;
    }

    /* -- .t-grid Mobile Override CSS -- */
    .t-grid { }

        .t-grid .t-grid { }

            .t-grid .t-grid > .row-fluid > [class*="span"] {
                margin-top: 66px;
            }

                .t-grid .t-grid > .row-fluid > [class*="span"]:before {
                    content: '';
                    display: block;
                    position: absolute;
                    top: -33px !important;
                    left: 0;
                    width: 96%;
                    margin: 0 2%;
                    height: 2px;
                    background: #CECECE;
                    border: 1px solid #B1B1B1;
                    border-radius: 6px;
                }

                .t-grid .t-grid > .row-fluid > [class*="span"]:first-child {
                    margin-top: 0;
                }

                    .t-grid .t-grid > .row-fluid > [class*="span"]:first-child:before {
                        display: none;
                    }

            .t-grid .t-grid p + p {
                clear: both;
            }

    /* -- #boat Mobile Override CSS -- */
    #boat {
        left: 12%;
    }

        #boat.large {
            top: 54px;
            width: 83.82px;
            height: 56.1px;
        }

}

@media (max-width: 480px) {

    /* -- #login #header Mobile Override CSS -- */
    #login #header {
        min-height: 226px;
    }

        #login #header .navbar,
        #login #header .navbar-inner {
            box-shadow: none;
        }

        #login #header .brand {
            top: 20px;
        }

    /* -- #login-block Mobile Override CSS -- */
    #login-block {
        margin-top: -86px;
    }

    /* -- #merchant-logo Mobile Override CSS -- */
    #merchant-logo {
        bottom: -5px;
        margin-right: 3px;
    }

    /* -- #wizard-nav Mobile Override CSS -- */
    #wizard-nav { }

    .form-search {
        margin: 0;
    }

    #wizard-nav .search-query {
        width: 75%;
        padding: 2px 2% 2px 8%;
        margin: 0 1%;
    }

    #wizard-nav .form-search input[type="image"] {
        left: 10px;
    }

    #wizard-nav .navbar { }

        #wizard-nav .navbar .btn-navbar {
            position: relative;
            top: -33px;
        }

            #wizard-nav .navbar .btn-navbar .icon-bar {
                background-color: #999;
                border-bottom: 1px solid #efefef;
                box-shadow: none;
            }

        #wizard-nav .navbar .nav-collapse {
            top: -20px;
        }

    #siteNav .accordion-heading .accordion-toggle {
        width: 96%;
    }
        #siteNav .accordion-heading .accordion-toggle.active {
            width: 93%;
            margin: 0 1%;
        }

            #siteNav .accordion-heading .accordion-toggle.active span {
                padding: 4px 0px;
            }

    #siteNav .accordion-group { }

        #siteNav .accordion-group:after {
            width: 98%;
            margin: 0 1%;
        }

    #siteNav .accordion-body li a {
        margin: 0 5%;
    }

    /* -- #breakout-box Mobile Override CSS -- */
    #breakout-box { }

        #breakout-box .box-link {
            margin: 0 0 20px 23px !important;
        }

        #breakout-box .box [class*="span"] {
            float: left;
            clear: both;
            width: 100%;
            overflow: hidden;
        }

        #breakout-box .box h4 {
            min-width: 20%;
        }

    /* -- #alert-bar Mobile Override CSS -- */
    #alert-bar {
        width: 98%;
        margin: 0 1% 20px 1%;
    }  

    /* -- #wizard-content Mobile Override CSS -- */
    #wizard-content { }

        #wizard-content .well {
            position: relative;
        }

            #wizard-content .well [class*="span"] {
                display: inline-block;
                clear: both;
                position: relative;
                margin-top: 33px;
            }

                #wizard-content .well [class*="span"]:before {
                    content: '';
                    display: block;
                    position: absolute;
                    top: -20px;
                    left: 0px;
                    width: 100%;
                    height: 2px;
                    background: #CECECE;
                    border: 1px solid #B1B1B1;
                    border-radius: 6px;
                }

                #wizard-content .well [class*="span"]:first-child  {
                    margin-top: 0;
                }
                    #wizard-content .well [class*="span"]:first-child:before {
                        display: none;
                    }

            #wizard-content .well h4.topic {
                display: block;
                padding: 0;
            }

            #wizard-content .well .primary-metric {
                margin: 0px 0 12px;
            }

            #wizard-content .well h3.primary-metric:after {
                display: none;
            }

            #wizard-content .well h5 {
                margin: 0px 0 12px;
            }

            #wizard-content .well .stat {
                margin: 0px;
            }

    /* -- .t-grid Mobile Override CSS -- */
    .t-grid {
        padding-bottom: 75px;
    }

    .t-status-text {
        float: left !important;
        clear: both !important;
        margin: 12px 0;
    }

    .t-grid-pager {
        width: auto;
        margin: 0 auto;
    }

    a.to-top {
        margin-left: -31.5px;
    }

    /* -- #copyright-text Mobile Override CSS -- */
    #copyright-text .container-fluid {
        padding: 12px 20px 54px;
        background-position: 75% bottom;
    }

    /* -- Form Component Mobile Override CSS -- */
    [class*="span"] > textarea {
        max-width: 97%;
    }

}

/* common classes
--------------------------------------------------------------------*/
/*display*/
.d-flex {
    display: flex;
}

.d-block {
    display: block !important;
}

/*direction*/
.flex-cloumn {
    flex-direction: column;
}

/*conetnt alignment*/
.justify-content-between {
    justify-content: space-between
}


/*align items*/
.align-items-center {
    align-items: center;
}

/*spacing*/
.space-1 {
    gap: 1.4rem;
}

/*margin*/
.m-0 {
    margin: 0;
}

.mt-1 {
    margin-top: 0.75rem;
}