/* CSS Charcounter*/
    .cc_toless {
      color:  red;
      font-weight: 700;
  }
  .postinggoal_index {
            background: #fff;
            width: 100%;
            margin: auto auto;
            border: 1px solid #ccc;
            padding: 1px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
        }
        
        .postinggoal_index-headline {
            background: #0066a2 url(../../../images/thead.png) top left repeat-x;
            color: #ffffff;
            border-bottom: 1px solid #263c30;
            padding: 8px;
            -moz-border-radius-topleft: 6px;
            -moz-border-radius-topright: 6px;
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
        }
        
        .postinggoal_index-counter {
            display: flex;
            flex-wrap: nowrap;
            background: #f5f5f5;
            border: 1px solid;
            border-color: #fff #ddd #ddd #fff;
            padding: 10px 0;
            justify-content: space-around;
            align-items: center;
        }
        
        .postinggoal_index-counter-bit {
            text-align: center;
        }
        
        .postinggoal_index-count-progress {
            font-weight: bold;
            font-size: 20px;
            display: flex;
            justify-content: center;
        }
        
        .postinggoal_index-toplist {
            border-top: 1px solid #fff;
            padding: 6px;
            background: #ddd;
            color: #666;
            text-align: right;
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
        }
        
        .postinggoal_index-toplist a:link,
        .postinggoal_index-toplist a:visited,
        .postinggoal_index-toplist a:active {    
            color: #444;
            text-decoration: none;
        }
        
        .postinggoal_index-toplist a:hover {    
            text-decoration: underline;
        }
        
        .postinggoal_index-progressbar {
            width: 50px;
            height: 50px;
            display: grid;
            place-items: center;
            position: relative;
            font-weight: 700;
            font-size: 13px;
        }
        
        .postinggoal_index-progressbar::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border-radius: 50%;
            background: conic-gradient( #f2f2f2, #f2f2f2, #f2f2f2 var(--progress, 0%), hsl(0, 0%, 70.2%) var(--progress, 0%) 100%);
            mask-image: radial-gradient(transparent 62%, black calc(62% + 0.5px));
        }
        
        #postinggoal_toplist {
            width: 100%;
            display: flex;
            gap: 20px;
            justify-content: space-between;
            align-items: flex-start;
        }
        
        .postinggoal_toplist-navigation {
            width: 20%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            background: #fff;
            border: 1px solid #ccc;
            padding: 1px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
        }
        
        .postinggoal_toplist-navigation-headline {
            min-height: 50px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            padding: 0 5px;
            box-sizing: border-box;
            background: #0066a2 url(../../../images/thead.png) top left repeat-x;
            color: #ffffff;
            -moz-border-radius-topleft: 6px;
            -moz-border-radius-topright: 6px;
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
        }
        
        .postinggoal_toplist-navigation-item {
            min-height: 25px;
            width: 100%;
            margin: 0 auto;
            padding: 5px 20px;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            border-bottom: 1px solid #ddd;
            background: #f5f5f5;
        }
        
        .postinggoal_toplist-navigation-item:last-child {
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
        }
        
        .postinggoal_toplist-main {
            width: 80%;
            box-sizing: border-box;
            background: #fff;
            border: 1px solid #ccc;
            padding: 1px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
        }
        
        .postinggoal_toplist-headline {
            height: 50px;
            width: 100%;
            font-size: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            text-transform: uppercase;
            background: #0066a2 url(../../../images/thead.png) top left repeat-x;
            color: #ffffff;
            -moz-border-radius-topleft: 6px;
            -moz-border-radius-topright: 6px;
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
        }
        
        .postinggoal_toplist-result {
            background: #f5f5f5;
            border: 1px solid;
            border-color: #fff #ddd #ddd #fff;
            padding: 10px;
            text-align: justify;
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
        }
        
        .postinggoal_toplist-table {
            display: flex;
            flex-direction: column;
            border: 1px solid #ccc;
            padding: 1px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
        }
        
        .postinggoal_toplist-table-row {
            display: flex;
            border-bottom: 1px solid #ccc;
        }
        
        .postinggoal_toplist-table-row.header {
            background: #0066a2 url(../../../images/thead.png) top left repeat-x;
            color: #ffffff;
            border-bottom: 1px solid #263c30;
            -moz-border-radius-topleft: 6px;
            -moz-border-radius-topright: 6px;
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
        }
        
        .postinggoal_toplist-table-row:last-child {
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
            border-bottom: 0;
        }
        
        .postinggoal_toplist-table-cell {
            flex: 1;
            padding: 5px;
            border-right: 1px solid #ccc;
        }
        
        .postinggoal_toplist-table-cell:last-child {
            border-right: 0;
        }
        
        .postinggoal_goalstatus_reached {
            color: green;
            font-weight: bold;
        }
        
        .postinggoal_goalstatus_notreached {
            color:red;
            font-weight: bold;
        }
        .postinggoal_smalltext {
            font-size: 11px;
        }
        
        #postinggoal_usercp {
            background: #fff;
            width: 100%;
            margin: auto auto;
            border: 1px solid #ccc;
            padding: 1px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
        }
        
        .postinggoal_usercp-headline {
            background: #0066a2 url(../../../images/thead.png) top left repeat-x;
            color: #ffffff;
            border-bottom: 1px solid #263c30;
            padding: 8px;
            font-weight: bold;
        }
        
        .postinggoal_usercp-headline:first-child {
            -moz-border-radius-topleft: 6px;
            -moz-border-radius-topright: 6px;
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
        }
        
        .postinggoal_usercp-desc {
            background: #f5f5f5;
            border: 1px solid;
            border-color: #fff #ddd #ddd #fff;
            text-align: justify;
            line-height: 180%;
            padding: 20px 40px;
        }
        
        .postinggoal_usercp-bit {
            background: #f5f5f5;
            border-color: #fff #ddd #ddd #fff;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
            padding: 0 0 5px;
        }
        
        .postinggoal_usercp-bit center {
            padding: 10px 0;
        }
        
        .postinggoal_usercp_add {
            background: #f5f5f5;
            padding-bottom: 10px;
        }
        
        .postinggoal_usercp_add-headline {
            background: #0f0f0f url(../../../images/tcat.png) repeat-x;
            color: #fff;
            border-top: 1px solid #444;
            border-bottom: 1px solid #000;
            padding: 6px;
            font-size: 12px;
        }
        
        .postinggoal_usercp_add-container {
            display: flex;
            justify-content: space-around;
            width: 90%;
            margin: 10px auto;
            gap: 5px;
        }
        
        .postinggoal_usercp_add-bit {
            width: 100%;
            text-align: center;
        }
        
        .postinggoal_usercp_add-bit-headline {
            padding: 6px;
            background: #ddd;
            color: #666;
        }
        
        .postinggoal_usercp_add-bit-input {
            margin: 5px;
        }
        
        .postinggoal_challenge-headline {
            background: #0f0f0f url(../../../images/tcat.png) repeat-x;
            color: #fff;
            border-top: 1px solid #444;
            border-bottom: 1px solid #000;
            padding: 6px;
            font-size: 12px;
        }
        
        .postinggoal_challenge-goals {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-around;
            align-items: center;
            padding: 10px 0;
        }
        
        .postinggoal_challenge-counter-bit {
            text-align: center;
            width: 33.4%;
        }
        
        .postinggoal_challenge-count-progress {
            font-weight: bold;
            font-size: 20px;
            display: flex;
            justify-content: center;
        }
        
        .postinggoal_challenge-notice {
            text-align: center;
            padding: 5px 0;
        }
        
        .postinggoal_challenge-statistic {
            padding: 5px 10px;
        }
        
        .postinggoal_challenge-table {
            display: flex;
            flex-direction: column;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
        }
        
        .postinggoal_challenge-table-row {
            display: flex;
            border-bottom: 1px solid #ccc;
        }
        
        .postinggoal_challenge-table-row.header {
            background: #0066a2 url(../../../images/thead.png) top left repeat-x;
            color: #ffffff;
            border-bottom: 1px solid #263c30;
            -moz-border-radius-topleft: 6px;
            -moz-border-radius-topright: 6px;
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
        }
        
        .postinggoal_challenge-table-row:last-child {
            border-bottom: 0;
        }
        
        .postinggoal_challenge-table-cell {
            flex: 1;
            padding: 5px;
        }
        
        .postinggoal_usercp-challene_past-headline {
            display: flex;
            justify-content: space-between;
        }
        
        .postinggoal_usercp-challene_past-headline-bit {
            width: 50%;
            background: #0f0f0f url(../../../images/tcat.png) repeat-x;
            color: #fff;
            border-top: 1px solid #444;
            border-bottom: 1px solid #000;
            padding: 6px;
            font-size: 12px;
            font-weight: bold;
        }.application_manager_checklist {
        background: #fff;
        width: 100%;
        margin: auto auto;
        border: 1px solid #ccc;
        padding: 1px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        }

        .application_manager_checklist-headline {
        background: #0066a2 url(../../../images/thead.png) top left repeat-x;
        color: #ffffff;
        border-bottom: 1px solid #263c30;
        padding: 8px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        }

        .application_manager_checklist-headline span {
        font-size: 10px;
        }

        .application_manager_checklist-headline a:link,
        .application_manager_checklist-headline a:visited,
        .application_manager_checklist-headline a:active,
        .application_manager_checklist-headline a:hover {
        color: #ffffff;
        }

        .application_manager_checklist-group {
        background: #f5f5f5;
        border: 1px solid;
        border-color: #fff #ddd #ddd #fff;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 5px;
        }

        .application_manager_checklist-group_status {
        width: 2%;
        text-align: center;
        font-size: 20px;
        }

        .application_manager_checklist-group_content-points {
        font-size: 11px;
        }

        .application_manager_checklist_groupUncheck, 
        .application_manager_checklist_fieldUncheck {
        color: #c80000;
        }

        .application_manager_checklist_groupCheck, 
        .application_manager_checklist_fieldCheck {
        color: #15a200;
        }

        .application_manager_smalltext {
        font-size: 11px;
        }

        .application_manager_overview-desc {
        text-align: justify;
        line-height: 180%;
        padding: 20px 40px;
        background: #f5f5f5;
        border: 1px solid;
        border-color: #fff #ddd #ddd #fff;
        }

        .application_manager_overview_legend {
        background: #0f0f0f url(../../../images/tcat.png) repeat-x;
        color: #fff;
        border-top: 1px solid #444;
        border-bottom: 1px solid #000;
        padding: 7px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 10px;
        }

        .application_manager_overview_applications {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 10px;
        padding: 7px;
        text-align: center;
        background: #f5f5f5;
        border: 1px solid;
        border-color: #fff #ddd #ddd #fff;
        }
        .application_manager_overview_legend_div,
        .application_manager_overview_applications_div {
        width: 100%;
        }

        .application_manager_wob_headline {
        background: #0066a2 url(../../../images/thead.png) top left repeat-x;
        color: #ffffff;
        border-bottom: 1px solid #263c30;
        padding: 8px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        }

        .application_manager_wob {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 20px;
        text-align: left;
        margin-bottom: 10px;
        }

        .application_manager_wob-textarea {
        background: #f5f5f5;
        border: 1px solid;
        border-color: #fff #ddd #ddd #fff;
        text-align: center;
        padding: 5px;
        -moz-border-radius-bottomright: 6px;
        -webkit-border-bottom-right-radius: 6px;
        border-bottom-right-radius: 6px;
        -moz-border-radius-bottomleft: 6px;
        -webkit-border-bottom-left-radius: 6px;
        border-bottom-left-radius: 6px;
        }

        .application_manager-accpop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        }

        .application_manager-accpop:target {
        display: flex;
        }

        .application_manager-pop {
        width: 400px;
        text-align: left;
        background: #fff;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        z-index: 2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 10px #000;
        -moz-box-shadow: 0 0 10px #000;
        -o-box-shadow: 0 0 10px #000;
        -ms-box-shadow: 0 0 10px #000;
        box-shadow: 0 0 10px #000;
        animation: fadeInScale 0.3s ease-out;
        }

        .application_manager-closepop {
        position: absolute;
        top: -12.5px;
        right: -12.5px;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background: url(../../../images/close.png) no-repeat 0 0;
        }

        @keyframes fadeInScale {
        from {
        opacity: 0;
        transform: scale(0.9);
        }
        to {
        opacity: 1;
        transform: scale(1);
        }
        }
        