/**
 * DESKTOP ONLY
 */
.siteheader {
    position: relative;
    z-index: 2;
}

/**GLOBAL - SCROLL BAR*/
body,
.pane {
    overflow-y: scroll;
}

/**GLOBAL - NOISE LAYER*/
html[data-page-pdf=false]:not([data-ui-print=true]) {
    position: relative;
    z-index: 0;
}

/**GLOBAL - MATCHING OPAQUE BACKGROUNDS*/
.navset .ident {
    background-color: #fff;
    box-shadow: var(--shadow-panel);
    min-height: 50px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.NavSet-group {
    background-color: #fff;
}

.tipinner {
    background-color: #fff;
}

/**GLOBAL - MATCHING BORDERS/BOX SHADOWS*/
.page {
    box-shadow: var(--shadow-panel);
    border: var(--border-panel);
}

.tipinner {
    box-shadow: var(--shadow-panel);
    border: var(--border-panel);
}

.NavSet-group {
    box-shadow: var(--shadow-panel);
    border: var(--border-panel);
}

.navset .tab-bar-inner {
    box-shadow: var(--shadow-panel);
    border: var(--border-panel);
}

.navset .tab-bar-inner .tab {
    border-top: 0;
    border-bottom: 0;
}

.navset .tab-bar-inner .tab:first-child {
    border-left: 0;
}

.navset .tab-bar-inner .tab:last-child {
    border-right: 0;
}

.navset .tab-bar-inner .tab+.tab {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.sitelayout:has(.pagefixedbtmbar) {
    padding-bottom: 75px;
}

.pagefixedbtmbar-inner {
    width: 100%;
    max-width: 1340px;
}

[data-ui-entity=form-dynamic] .page {
    padding: 0;
}

[data-ui-entity=form-dynamic] .pagebody.pagebody.section-refactor {
    margin-top: 0;
}

[data-ui-entity=form-dynamic] .bodyarea {
    position: relative;
    z-index: 1;
}

[data-ui-entity=form-dynamic] .infobox {
    width: inherit;
}

[data-ui-entity=form-dynamic] .page .infobox.info-header {
    margin: 0;
}

[data-ui-entity=form-dynamic] .page .infobox:first-child{
    margin: 0;
    border-top-left-radius: var(--border-radius-lg);
    border-top-right-radius:  var(--border-radius-lg);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

[data-ui-entity=form-dynamic] .page .form-comments .infobox:first-child {
    margin: 0;
    border-radius: var(--border-radius-lg);
}

[data-ui-entity=form-dynamic] .info-guidance {
    margin-top: -70px;
    margin-bottom: 70px;
}

[data-ui-entity=form-dynamic] .pagetopbar .pagetopbar-text {
    border-radius: 9px;
    box-shadow: var(--shadow-panel);
    margin-bottom: 20px;
    min-height: 50px;
}

[data-ui-entity=form-dynamic] .submitbtn--is-single .bttn {
    width: 100%;
}

[data-ui-entity=form-dynamic] .submitbtn--is-pair .form-inline {
    max-width: 1340px;
    padding-right: 10px;
}

[data-ui-entity=form-dynamic] .submitbtn--is-pair .form-inline .bttn {
    position: relative;
    width: 50%;
    margin: 0;
}

[data-ui-entity=form-dynamic] .submitbtn--is-pair .form-inline .bttn+.bttn {
    right: -10px;
}

[data-ui-entity=form-dynamic] .bttn[name=cancel] {
    border: 1px solid;
    text-decoration: none;
}

[data-ui-entity=form-dynamic] .bttn[name=cancel]:hover {
    color: #1F232F !important;
    background-color: rgba(255, 255, 255, 0.8);
}

[data-ui-entity=form-dynamic] .section-header-toggle {
    margin: 0;
}


[data-ui-next-bar=fixed] .sitefooter {
    display: none;
}

[data-ui-next-bar=fixed] .sitelayout {
    padding-bottom: 85px;
}

[data-ui-next-bar=fixed] .nextback {
    background: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1340px;
    border: none;
}

.lightbox-alert .header svg[data-icon-id] {
    width: 90px;
}

.layouttable {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.layouttable-panel--body {
    flex-grow: 1;
}

/**LAYOUT - MULTI PANEL*/
[data-ui-panel-type=multi] .sitecontent {
    padding: 0;
}

[data-ui-panel-type=multi] .layouttable-panel {
    padding: 0 30px 30px 30px;
    vertical-align: top;
    width: auto;
}

[data-ui-panel-type=multi][data-page-width=full] .layouttable .layouttable-panel:first-child,
[data-ui-panel-type=multi][data-page-width=default] .fbview.viewing .layouttable-panel:first-child,
[data-ui-panel-type=multi][data-page-width=default] .fbview.editing .layouttable-panel:first-child {
    padding-left: 30px;
}

[data-ui-panel-type=multi][data-page-width=full] .layouttable .layouttable-panel:last-child,
[data-ui-panel-type=multi][data-page-width=default] .fbview.viewing .layouttable-panel:last-child,
[data-ui-panel-type=multi][data-page-width=default] .fbview.editing .layouttable-panel:last-child {
    padding-right: 30px;
}

[data-ui-panel-type=multi] .layouttable-panel.layouttable-panel-menu,
[data-ui-panel-type=multi] .layouttable-panel.layouttable-panel-tips {
    max-width: 320px;
    min-width: 320px;
    width: 320px;
}

[data-ui-panel-type=multi] .layouttable-panel.layouttable-panel-menu {
    padding-right: 0;
}

[data-ui-panel-type=multi] .layouttable-panel.layouttable-panel-tips {
    padding-left: 0;
}

/* Center page content for distraction-free forms */
[data-ui-submit-bar=fixed][data-ui-entity=form-dynamic] .layouttable-panel--body .pageouter {
    margin: 0 auto;
}

/* Hide empty sidebars at smaller screen sizes */
@media (max-width: 1560px) {
    /* Hide empty sidebars on three column layouts */
    [data-ui-panel-type=multi] .layouttable-panel.layouttable-panel-menu.nonav,
    [data-ui-panel-type=multi] .layouttable-panel.layouttable-panel-tips.notips {
        display: none;
    }

    /* Always hide right sidebar for forms with tips and no nav */
    [data-ui-submit-bar=fixed][data-ui-entity=form-dynamic][data-ui-nav=false] .layouttable-panel.layouttable-panel-tips {
        display: none;
    }
}

/**LAYOUT - PANEL MODES EXPANDED/COMPACTED*/
[data-ui-panel-mode=expanded] .layouttable {
    max-width: 100%;
}

[data-ui-panel-mode=compacted] .layouttable {
    max-width: 1540px;
}

[data-ui-panel-mode=compacted][data-page-width=widetable] .layouttable {
    width: 100%;
    max-width: 1640px;
}

/**GLOBAL - PAGE WIDTHS*/
.pageouter {
    width: 100%;
    max-width: 1340px;
    min-width: 680px;
}

[data-page-width=default] .pageouter,
[data-page-width=default] .page-title-outer-container,
[data-page-width=default] .dashboard-menu-inner-container {
    width: 100%;
    max-width: 1340px;
}

[data-page-width=full] .pageouter,
[data-page-width=full] .page-title-outer-container,
[data-page-width=full] .dashboard-menu-inner-container {
    width: 100%;
    max-width: 100%;
}

[data-page-width=full] .datalist .page-title {
    max-width: 100vw;
    position: sticky;
    left: 0;
    right: 0;
}

[data-page-width=default] .fbview.viewing .page-title,
[data-page-width=default] .fbview.editing .page-title,
[data-page-width=default] .usersummary .page-title {
    padding-left: 350px!important;
    padding-right: 350px!important;
}

[data-page-width=full] .notipsfull {
    display: none;
}

[data-page-width=widetable] .pagelayout .pageouter {
    width: 100%;
    max-width: 1300px;
}

[data-page-width=widetable] .sitefooter-inner {
    margin: 0 auto;
}

[data-page-width=widetable] .sitefooter-inner-inner {
    /*NOTE: this element should mimick
   *width applied to .layouttable for
   *pages set to widetable*/
    max-width: 1640px;
    margin-left: 260px;
}

[data-page-width=widetable] .layouttable-panel.layouttable-panel-tips.notips {
    display: none;
}

[data-page-layout*=letter] .page {
    width: auto;
    max-width: 1340px;
}

    /* PAGE RESET FOR PANEL PAGES */
    [data-page-layout*=letter] .page-reset .page {
        overflow: visible;
        margin: 0;
        padding: 0;
        background: none;
        border-radius: 0;
        box-shadow: none;
        max-width: none;
        border: none;
    }



/**TIPS*/
.tipinner {
    padding: 25px;
    margin-bottom: 30px;
}

.rightnav #avatarpick .tipheader {
    font-size: 90%;
    border-bottom: 1px solid #e4e6ec;
    line-height: 1.2;
    margin: 0 0 3px;
    padding-bottom: 0.5em;
}

.rightnav .avatardesc a {
    display: block;
    padding-top: 2px;
}

.tipinner .tipheader+.tip {
    margin-top: 15px;
}

.tipinner .tipheaderbar {
    margin: -25px -25px 25px;
}

.tipinner.notitle .subby {
    margin-top: 10px;
}

.tipinner .fbsubtoggle div:not(.tipheader):not(.profile):not(.tip-section):not(.tip-item-set):not(.tip-item__header):not(.tip-item__content) {
    margin-top: 10px;
}

.tipinner .fbsubtoggle .fbbyother {
    text-decoration: underline;
}

.tipinner .fbsubtoggle .fbbyother .bttn {
    width: 100%;
}
.tipinner .fbsubtoggle .tip-section {
    margin-top: 20px;
    padding-top: 10px;
}

.tipinner .fbsubtoggle .tip-section+.tip-section {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.tipinner .fbsubtoggle .tip-item-set {
    width: 100%;
}

.tipinner .fbsubtoggle .tip-item__content {
    margin-top: 2px;
}

/**TODO: THESE NEED A COMMENT FOR ORGANIZATION, GOT LOST AT SOME POINT..*/
.page {
    z-index: 0;
}

.cc-editor-cont--output.negmediumbot {
    margin-bottom: -20px;
}

.lb-item.selected {
    opacity: 0.6;
}

.forumthread .pageheader h2,
.forumtopiclist .pageheader h2 {
    max-width: 100%;
}

.up-ui input {
    z-index: 1;
}

/**TODO: THIS IS THE WORST, REFACTOR SO EVERYTHING SIMILAR TO THIS USES CONSISTENT
*        DRAWING METHOD IN THE ASP SO THAT HTML/CSS CAN BE CONSISTENT ALL ACROSS*/
.usersummary .useremail .tipinner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 25px;
}

.usersummary .useremail .tipinner,
.usersummary .useremail .fa,
.usersummary .useremail .fal {
    font-size: 21px;
    line-height: 1.3;
}

.usersummary .useremail .fa,
.usersummary .useremail .fal {
    margin-right: 10px;
}

.usersummary .useremail .tip {
    display: flex;
    align-items: center;
    width: 100%;
}

.usersummary .useremail .useremail-addr {
    display: block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body .qtip-list.qtip-bootstrap li:last-child a:hover {
    border-radius: 0;
}

body .qtip-list.qtip-bootstrap .listbutton:last-child li:last-child a:hover {
    border-radius: 0 0 5px 5px;
}

.listbutton .lb-item.lb-item-lastitem {
    border-top: none;
}

.elem-tools {
    -webkit-transition: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

.submitbtns+.activities .nextback {
    position: relative;
}

.submitbtns+.activities .nextback::before {
    content: "";
    height: 20px;
    width: 100%;
    background-color: #F7F8F9;
    position: absolute;
    z-index: -1;
    display: block;
    left: 0;
    top: 0;
    margin-top: -10px;
}

.posts--user-perform .cmtname,
.posts--user-perform .cmtname a {
    font-size: 15px;
}

[data-ui-device=mobile] .thread .cmtbody {
    margin-top: 0;
}

.pagetopbar .bttn.bttn-block:not(.bttn-link):not(.bttn-icon) {
    height: 48px;
}

.pagetopbar .bttn.bttn-lg.color-highlight.bttn-block:not(.bttn-link):not(.bttn-icon) {
    height: 72px;
    font-size: 18px;
    padding-top: 26px;
    background-color: #67AEEB;
    color: #fff;
}

.form-bttns--flush-left .form-checkbox__label {
    margin-right: 0;
}

.sitebanner {
    padding: 20px 0 20px 20px;
}

.sitebanner .sitebanner-tools {
    padding-right: 20px;
    vertical-align: middle;
}

.sitebanner .siteusrinfo-inner {
    position: relative;
    cursor: pointer;
}

.sitebanner .siteusrinfo-inner:before {
    box-sizing: initial;
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    height: 100%;
    width: 100%;
    border: 2px solid;
    border-color: inherit;
    border-radius: 10px;
    -webkit-transition: all 0.1s linear;
    -moz-animation: all 0.1s linear;
    -ms-animation: all 0.1s linear;
    animation: all 0.1s linear;
    opacity: 0.5;
    z-index: 0;
}

.sitebanner .siteusrinfo-inner:hover:before {
    opacity: 0.8;
    background: url(/images/css/5-dark.png);
}

.sitebanner .siteusrinfo-inner .siteusrinfo-userlink {
    padding: 14px 0 14px 20px;
}

.sitebanner .siteusrinfo-inner .siteusrinfo-avatar {
    padding: 14px 0 13px 10px;
}

.sitebanner .siteusrinfo-inner .siteusrinfo-item:last-child {
    padding-right: 20px;
}

.sitebanner .siteusrinfo-userlink .fa-chevron-down {
    display: none;
}

/**PAGE - PAPER*/

[data-ui-paper=true] .pageheader {
    margin-left: -40px;
    margin-right: -40px;
}

[data-ui-paper=true] .pageheader+.section .section-content {
    padding-top: 0;
    padding-bottom: 0;
}

[data-ui-paper=true] .pageheader+.section .cc-editor-cont {
    margin-top: 0;
}

[data-ui-paper=true] .pageheader+.section .cc-editor-cont>p:first-child {
    margin-top: 0;
}

[data-ui-paper=true] .pageheader+.section .cc-editor-cont>p:last-child {
    margin-bottom: 0;
}

[data-ui-paper=true] .pagetitle {
    padding-left: 60px;
    padding-right: 60px;
}

[data-ui-paper=true] .pagedesc {
    padding-left: 60px;
    padding-right: 60px;
}

[data-ui-paper=true] #divAssignTP .formtable {
    margin-top: 20px;
}

/**PAGE PAPER - CONTENT TYPE*/
[data-ui-paper=true][data-ui-entity=content-type] .articlesingle .article-item {
    padding-bottom: 20px;
}

[data-ui-paper=true][data-ui-entity=content-type] .articlesingle .section-header {
    margin-bottom: 60px;
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 40px;
    padding-right: 40px;
}

[data-ui-paper=true][data-ui-entity=content-presentation] .section-well {
    margin-left: -60px;
    margin-right: -60px;
}

[data-ui-paper=true][data-ui-entity=content-presentation] .section-well .section-content {
    padding-left: 60px;
    padding-right: 60px;
}

/**PAGE PAPER - CONTENT PAGES...*/
[data-ui-paper=true][data-ui-entity=content-notice],
[data-ui-paper=true][data-ui-entity=content-presentation],
[data-ui-paper=true][data-ui-entity=content-preview] {
    /**INFOBOX - LICENSE*/
    /**EDITOR OUTPUT IS ANY CHILD OF ANY SECTION*/
    /**EDITOR OUTPUT IS IMMEDIATE SIBLING OF .pageheader*/
    /**EDITOR OUTPUT IS CHILD OF IMMEDIATE SIBLING .section*/
    /**EDITOR OUTPUT IS CHILD OF IMMEDIATE SIBLING .pagebody*/
    /**EDITOR OUTPUT IS IMMEDIATE CHILD OF .article*/
    /**SITE FOOTER*/
    /**SITE LAYOUT*/
    /**FORM VALIDATION ERROR*/
}

[data-ui-paper=true][data-ui-entity=content-notice] .section .cc-editor-cont--output,
[data-ui-paper=true][data-ui-entity=content-presentation] .section .cc-editor-cont--output,
[data-ui-paper=true][data-ui-entity=content-preview] .section .cc-editor-cont--output {
    margin: 0;
}

[data-ui-paper=true][data-ui-entity=content-notice] .section .cc-editor-cont--output>p:first-child,
[data-ui-paper=true][data-ui-entity=content-presentation] .section .cc-editor-cont--output>p:first-child,
[data-ui-paper=true][data-ui-entity=content-preview] .section .cc-editor-cont--output>p:first-child {
    margin-top: 0;
}

[data-ui-paper=true][data-ui-entity=content-notice] .section .cc-editor-cont--output>p:last-child,
[data-ui-paper=true][data-ui-entity=content-presentation] .section .cc-editor-cont--output>p:last-child,
[data-ui-paper=true][data-ui-entity=content-preview] .section .cc-editor-cont--output>p:last-child {
    margin-bottom: 0;
}

[data-ui-paper=true][data-ui-entity=content-notice] .pageheader+.cc-editor-cont--output-outer,
[data-ui-paper=true][data-ui-entity=content-presentation] .pageheader+.cc-editor-cont--output-outer,
[data-ui-paper=true][data-ui-entity=content-preview] .pageheader+.cc-editor-cont--output-outer {
    margin-top: 60px;
}

[data-ui-paper=true][data-ui-entity=content-notice] .pageheader+.section .cc-editor-cont--output-outer,
[data-ui-paper=true][data-ui-entity=content-presentation] .pageheader+.section .cc-editor-cont--output-outer,
[data-ui-paper=true][data-ui-entity=content-preview] .pageheader+.section .cc-editor-cont--output-outer {
    margin-top: 60px;
}

[data-ui-paper=true][data-ui-entity=content-notice] .pageheader+.section .cc-editor-cont--output-outer .cc-editor-cont--output,
[data-ui-paper=true][data-ui-entity=content-presentation] .pageheader+.section .cc-editor-cont--output-outer .cc-editor-cont--output,
[data-ui-paper=true][data-ui-entity=content-preview] .pageheader+.section .cc-editor-cont--output-outer .cc-editor-cont--output {
    padding-top: 0;
    margin-bottom: -10px;
}

[data-ui-paper=true][data-ui-entity=content-notice] .pageheader+.pagebody .cc-editor-cont--output-outer,
[data-ui-paper=true][data-ui-entity=content-presentation] .pageheader+.pagebody .cc-editor-cont--output-outer,
[data-ui-paper=true][data-ui-entity=content-preview] .pageheader+.pagebody .cc-editor-cont--output-outer {
    margin-top: 60px;
}

[data-ui-paper=true][data-ui-entity=content-notice] .pageheader+.pagebody .cc-editor-cont--output-outer .cc-editor-cont--output,
[data-ui-paper=true][data-ui-entity=content-presentation] .pageheader+.pagebody .cc-editor-cont--output-outer .cc-editor-cont--output,
[data-ui-paper=true][data-ui-entity=content-preview] .pageheader+.pagebody .cc-editor-cont--output-outer .cc-editor-cont--output {
    padding-top: 0;
    margin-bottom: -10px;
}

[data-ui-paper=true][data-ui-entity=content-notice] .article>.cc-editor-cont--output-outer .cc-editor-cont--output,
[data-ui-paper=true][data-ui-entity=content-presentation] .article>.cc-editor-cont--output-outer .cc-editor-cont--output,
[data-ui-paper=true][data-ui-entity=content-preview] .article>.cc-editor-cont--output-outer .cc-editor-cont--output {
    margin-top: 0;
}

[data-ui-paper=true][data-ui-entity=content-notice] .article>.cc-editor-cont--output-outer .cc-editor-cont--output>p:last-child,
[data-ui-paper=true][data-ui-entity=content-presentation] .article>.cc-editor-cont--output-outer .cc-editor-cont--output>p:last-child,
[data-ui-paper=true][data-ui-entity=content-preview] .article>.cc-editor-cont--output-outer .cc-editor-cont--output>p:last-child {
    margin-bottom: 0;
}

[data-ui-paper=true][data-ui-entity=content-notice] .sitefooter,
[data-ui-paper=true][data-ui-entity=content-presentation] .sitefooter,
[data-ui-paper=true][data-ui-entity=content-preview] .sitefooter {
    display: none;
}

[data-ui-paper=true][data-ui-entity=content-notice] .sitelayout,
[data-ui-paper=true][data-ui-entity=content-presentation] .sitelayout,
[data-ui-paper=true][data-ui-entity=content-preview] .sitelayout {
    padding-bottom: 85px;
}

[data-ui-paper=true][data-ui-entity=content-notice] .info-warning+.section .section-content,
[data-ui-paper=true][data-ui-entity=content-presentation] .info-warning+.section .section-content,
[data-ui-paper=true][data-ui-entity=content-preview] .info-warning+.section .section-content {
    padding-top: 0;
    padding-bottom: 0;
}

[data-ui-paper=true][data-ui-entity=content-notice] .info-warning+.section .cc-editor-cont--output,
[data-ui-paper=true][data-ui-entity=content-presentation] .info-warning+.section .cc-editor-cont--output,
[data-ui-paper=true][data-ui-entity=content-preview] .info-warning+.section .cc-editor-cont--output {
    padding-top: 0;
    margin-bottom: -10px;
}

/**LAYOUT DISTRACTION FREE*/
[data-page-layout=layout-distfree] {
    /**EDITOR OUTPUT IS IMMEDIATE SIBLING OF .pagebody*/
    /**EDITOR OUTPUT IS CHILD OF .section, IMMEDIATE SIBLING OF .info-license*/
    /**EDITOR OUTPUT IS CHILD OF .section, IMMEDIATE SIBLING OF .pageheader*/
    /**EDITOR OUTPUT IS FOR A REPORT ELEMENT*/
}

[data-page-layout=layout-distfree] .page-notitle .pageheader+.cc-editor-cont--output-outer .cc-editor-cont {
    margin-top: 40px;
}

[data-page-layout=layout-distfree] .page-notitle .pageheader+.cc-editor-cont--output-outer .cc-editor-cont>p:first-child {
    margin-top: 0;
}

[data-page-layout=layout-distfree] .page-notitle .pageheader+.cc-editor-cont--output-outer .cc-editor-cont>p:last-child {
    margin-bottom: 20px;
}

[data-page-layout=layout-distfree] .pageheader+.section.negmedium .cc-editor-cont--output {
    margin-top: 60px;
}

[data-page-layout=layout-distfree] .pageheader+.section.negmedium .cc-editor-cont--output>p:first-child {
    margin-top: 0px;
}

[data-page-layout=layout-distfree] .pageheader+.section.negmedium .chartouter .cc-editor-cont--output {
    margin-top: 0;
}

[data-page-layout=layout-distfree] .pageheader+.section.negmedium .chartouter .cc-editor-cont--output>p:first-child {
    margin-top: 0px;
}

[data-page-layout=layout-distfree] .pageheader+.section.negmedium .chartouter .cc-editor-cont--output>p:last-child {
    margin-bottom: 20px;
}

/**WORKAROUND - PREVENT DESCENDERS FROM BEING CUT OFF*/
/*DECISION: SPECIFIC TARGETING TO PREVENT UNEXPECTED GLOBAL ISSUES*/
.form-row select:not([multiple]).form-control {
    padding-top: 0;
    padding-bottom: 0;
}

/**Static Progress Bars*/
.StaticProgressBar .StaticProgressBar-title h5 {
    font-weight: normal;
}
.StaticProgressBar .thebar-parent {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
}

.StaticProgressBar .thebarbg-base {
    background-color: #ebebeb;
    height: 32px;
}

.StaticProgressBar[data-edition-title] .thebarbg-base {
    height: 54px;
    line-height: 54px;
}

.StaticProgressBar .thebarbg-top {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.StaticProgressBar .thebar-width-percentage {
    color: #FFF;
    height: 100%;
    border-radius: 9px;
}

.StaticProgressBar .thebar-width-percentage.percent-color_healthy {
    background-color: #32b588;
}
.StaticProgressBar .thebar-width-percentage.percent-color_caution {
    background-color: #f4d768;
}
.StaticProgressBar .thebar-width-percentage.percent-color_danger {
    background-color: #d95151;
}

.StaticProgressBar .thebar-parent.nolimit .thebar-width-percentage {
    background-color: #32b588;
}

.StaticProgressBar .thebar-parent.nolimit .thebarbg-top .thebar-progress-number_inner {
    position: relative;
    float: right;
    top: 7px;
    right: 20px;
    color: #fff;
}

.StaticProgressBar .thebar-parent.largebar .thebarbg-top .thebar-progress-number_inner,
.StaticProgressBar .thebar-parent.zerolimit .thebarbg-top .thebar-progress-number_inner {
    position: relative;
    float: right;
    right: 20px;
    top: 7px;
    color: #fff;
}

.StaticProgressBar .thebar-edition_inner {
    position: relative;
    top: 7px;
    left: 7px;
    float: left;
    color: #1F232F;
}

.StaticProgressBar[data-edition-title] .thebar-edition_inner {
    top: 0px;
    line-height: 54px;
    font-size: 26px;
    font-weight: 300;
    left: 15px;
}

.StaticProgressBar .thebar-parent.smallbar .thebarbg-top .thebar-progress-number_spacer {
    display: block;
    float: left;
    height: 100%;
}

.StaticProgressBar .thebar-parent.smallbar .thebarbg-top .thebar-progress-number_inner {
    position: relative;
    top: 7px;
    left: 7px;
    color: #1F232F;
}

.StaticProgressBar .thebar-total {
    margin-top: 7px;
    text-align: center;
}

.StaticProgressBar .thebar-total.nolimit {
    font-size: 24px;
    margin-top: 3px;
}

/**MEDIA QUERIES*/
/**LIGHTBOX*/
@media (max-width: 639px) {
    .lb--auto-follow {
        width: 500px !important;
        max-width: 90vw !important;
    }

    .lb--auto-follow.ui-dialog.ui-dialog-cc-actions-2 .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: none;
    }

    .lb--auto-follow.ui-dialog.ui-dialog-cc-actions-2 .ui-dialog-buttonpane .bttn {
        display: block;
        width: 100%;
    }

    .lb--auto-follow.ui-dialog.ui-dialog-cc-actions-2 .ui-dialog-buttonpane .ui-button-text {
        white-space: normal;
    }
}