/* okcbands.com css Sat, 21 Jun 2025 05:21:23 -0500 */

/* modules/jrAction/contrib/mentions/jquery.mentionsInput.css */


.mentions-input-box {
    position:relative;
}

.mentions-input-box textarea {
    width:100%;
    display:block;
    overflow:hidden;
    position:relative;
    outline:0;
    resize:none;
}

.mentions-input-box .mentions-autocomplete-list {
    display:none;
    background-color:#FFFFFF !important;
    color:#000000;
    border:solid 1px #7F7F7F;
    position:absolute;
    padding:5px 5px 0 5px;
    left:4px;
    right:150px;
    margin-top:-1px;
    border-radius:3px;
    border-top-left-radius:0;
    border-top-right-radius:0;
    -webkit-box-shadow:0 2px 5px rgba(0,0,0,0.148438);
    -moz-box-shadow:0 2px 5px rgba(0,0,0,0.148438);
    box-shadow:0 2px 5px rgba(0,0,0,0.148438);
    z-index:50000;
    max-height:200px;
    overflow:scroll;
}

.mentions-input-box .mentions-autocomplete-list ul {
    margin:0;
    padding:0;
}

.mentions-input-box .mentions-autocomplete-list li {
    margin:0;
    width:auto;
    height:34px;
    line-height:34px;
    overflow:hidden;
    cursor:pointer;
    list-style:none;
    white-space:nowrap;
}

.mentions-input-box .mentions-autocomplete-list li:last-child {
    border-radius:5px;
}

.mentions-input-box .mentions-autocomplete-list li > img,
.mentions-input-box .mentions-autocomplete-list li > div.icon {
    width:28px;
    height:28px;
    float:left;
    margin:0 5px 5px 0;
}

.mentions-input-box .mentions-autocomplete-list li em {
    font-weight:bold;
}

.mentions-input-box .mentions-autocomplete-list li:hover,
.mentions-input-box .mentions-autocomplete-list li.active {
}

.mentions-input-box .mentions {
    position:absolute;
    left:1px;
    right:0;
    top:1px;
    bottom:0;
    padding:9px;
    color:#FFFFFF;
    overflow:hidden;
    white-space:pre-wrap;
    word-wrap:break-word;
}

.mentions-input-box .mentions > div {
    color:#FFFFFF;
    white-space:pre-wrap;
    width:100%;
}

.mentions-input-box .mentions > div > strong {
    font-weight:normal;
    background:#D8DFEA;
}

.mentions-input-box .mentions > div > strong > span {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}


/* modules/jrAction/css/jrAction.css */


#action_update {
    padding:5px;
    height:50px;
    width:98%;
}

#action_text_counter {
    position:relative;
    float:left;
    font-size:12px;
    left:146px;
    bottom:24px;
    font-style:italic;
}

#asi {
    display:none;
    vertical-align:middle;
    margin:6px 4px 0 4px;
    border:0;
}

#action_submit {
    margin-top:9px;
}

.action_warning {
    color:#900;
}

.action_exceeded {
    color:#E00;
}

.action_detail {
    padding:1em;
}

.action_item {
    font-size:16px;
    overflow:auto;
}

.action_item_media {
    vertical-align:top;
    padding:0 16px 0 12px;
    cursor:pointer;
}

.action_item_desc {
    font-size:14px;
}

.action_item_title {
    font-size:14px;
    font-weight:bold;
}

.action_item_actions {
    display:inline-block;
    color:#999;
    font-size:12px;
    text-transform:lowercase;
    margin-bottom:12px;
}

.action_item_text {
    font-size:15px;
}

.action_item_shared {
    width:100%;
    background:#F3F3F3;
    padding:12px 0 12px 0;
    margin-top:6px;
}

.action_item_user_img {
    margin:1px;
    float:left;
}

.action_item_holder {
    width:100%;
    border-bottom:1px solid #EEE;
    padding:12px 0;
}

.action_item_holder:hover {
    background:#EEE;
}

.action_item_mention {
    background:#EEE;
    padding:6px;
    border-radius:3px;
    margin-top:6px;
}

.action_item_link {
    display:inline-block;
    width:100%;
    height:100%;
    padding-right:10px;
    box-sizing:border-box;
}

.action_media_thumb {
    display:inline-block;
}

.action_item_content {
    width:100%;
    color:#000;
}

.action_item_content a:hover {
    text-decoration:underline;
}

.action_item_delete {
    position:absolute;
    top:0;
    right:0;
    display:none;
    padding-right:12px;
}

.action_item_share {
    display:inline-block;
    color:#999;
    font-size:12px;
    margin:6px 16px 0 0;
}

.action_item_share:hover {
    color:#000;
}

.action_item_comments {
    display:inline-block;
    font-style:italic;
    padding-left:3px;
    color:#777;
    font-size:12px;
}

.action_item_comments:hover {
    color:#000;
}

.hash_link {
    text-decoration:none;
}

.mention_item {
    margin:0 !important;
    padding:3px !important;
}

#timeline_text_counter {
    font-size:12px;
    font-style:italic;
    padding:1em;
    display:inline-block;
}

/* share modal */
#share_modal {
    display:none;
    height:auto;
    width:600px;
    z-index:100000;
}

#share_modal_box {
    position:relative;
    border-radius:5px;
    display:block;
    padding:15px;
}

#share_modal_box .list_buttons {
    display:none;
}

#share_modal_box .action,#share_modal_box .item {
    max-height:400px;
    overflow:auto;
}

#share_modal_box .action_item_holder:hover {
    background:inherit;
}

#share_modal_close {
    position:absolute;
    bottom:18px;
    right:18px;
}

#share_update {
    height:50px;
    margin:0 0 5px;
    padding:5px;
    width:98%;
}

#share_text_counter {
    font-size:12px;
    font-style:italic;
    display:inline-block;
}

#share_networks {
    position:relative;
    float:right;
    font-size:14px;
    right:0;
    bottom:0;
    font-style:italic;
}

#share_networks img {
    margin:0 3px;
}

#share_submit_indicator {
    display:none;
    vertical-align:middle;
    margin:9px 9px 0 3px;
    border:0;
}

#share_submit {
    margin-top:12px;
}

.share_warning {
    color:#900 !important;
}

.share_exceeded {
    color:#E00 !important;
}

.share_item {
    font-size:16px;
    overflow:auto;
}

.share_item_media {
    vertical-align:top;
    padding:0 16px 0 12px;
    cursor:pointer;
}

.share_item_title {
    font-size:13px;
    font-weight:bold;
}

.share_item_actions {
    color:#999;
    font-size:12px;
    font-style:italic;
    text-transform:lowercase;
}

.share_item_user_img {
    margin:1px;
    float:left;
}

.share_item_holder {
    width:100%;
    border-bottom:1px solid #EEE;
    padding:12px 0 12px 0;
}

.share_item_holder:hover {
    background:#EEE;
}

.share_item_holder_shared {
    width:100%;
    border-bottom:1px solid #EEE;
    background:#F3F3F3;
    padding:12px 0 12px 0;
}

.share_item_desc {
    vertical-align:top;
    font-size:14px;
}

.share_item_desc a {
    color:#000;
}

.share_item_link {
    display:inline-block;
    width:100%;
    height:100%;
    cursor:pointer;
}

.share_media_thumb {
    display:inline-block;
}

.share_item_content {
    width:100%;
    color:#000;
}

.share_item_content a:hover {
    text-decoration:underline;
}

.share_item_delete {
    position:absolute;
    top:0;
    right:0;
    display:none;
    padding-right:12px;
}

.share_item_share {
    display:inline-block;
    color:#999;
    font-size:12px;
    margin:6px 16px 0 0;
}

.share_item_action:hover {
    color:#000;
}

.share_item_comments {
    display:inline-block;
    font-style:italic;
    padding-left:3px;
    color:#777;
    font-size:12px;
}

.share_item_comments:hover {
    color:#000;
}

#quick_action_box {
    position:relative;
}

#quick_action_tab_box {
    padding:0 2px 6px 2px;
    overflow:hidden;
}

.quick_action_tab {
    margin:4px 2px;
    float:left;
    cursor:pointer;
}

#quick_action_title {
    float:right;
    margin-top:22px;
    text-transform:capitalize;
}

#share_item_box {
    padding:1px;
    max-height:400px;
    overflow:auto;
    -ms-overflow-style:-ms-autohiding-scrollbar;
}

#shared_item_status {
    position:relative;
    padding:10px 20px;
    vertical-align:middle;
}

#shared_item_status span {
    display:inline-block;
    margin-top:6px;
}

#shared_item_view_button {
    float:right;
}

#action_modal .media_panel .action_info {
    display:none;
}

#action_modal .col8 .action {
    width:100%;
}

#action_modal .action_wrap,#action_modal #comment_wrap {
    padding:0 12px;
}

#action_modal.media .action_wrap {
    padding:12px 12px 0;
}

#action_modal .action_wrap > .action {
    margin:0;
}

#action_modal .item_media.action_text.clearfix .urlscan_card {
    font-size:12px;
}

#action_modal .item_media.action_text.clearfix {
    padding:1em;
    font-size:20px;
}

#action_modal .action {
    margin:0;
    box-shadow:none;
    background:none;
    max-width:none;
}

#action_modal .block {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    min-width:0;
    padding:12px 0;
}

#action_modal.media .item_media {
    box-shadow:none;
}

#action_modal .modal_paging {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

#action_modal .action_user_image {
    position:relative;
    top:-10px;
}

#action_modal.media .action_user_image {
    top:0;
}

#action_modal #comment_form_section .item {
    box-shadow:none;
    margin:0;
    border:none;
}

#action_modal.media #comment_form_section .item {
    padding:0;
}

#action_modal #comment_form_section .item.error {
    padding:10px;
}

#action_modal .comment_page_section .item {
    margin:0;
    box-shadow:none;
}

#action_modal .modal_paging .prev {
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:50%;
    background:url('https://okcbands.com/image/img/module/jrCore/lightbox2-prev.png') left 48% no-repeat;
    opacity:0;
    transition:opacity 1s ease 0s;
    height:auto;
    width:auto;
}

#action_modal .modal_paging .next {
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    right:0;
    background:url('https://okcbands.com/image/img/module/jrCore/lightbox2-next.png') right 48% no-repeat;
    opacity:0;
    transition:opacity 1s ease 0s;
    height:auto;
    width:auto;
}

#action_modal #gallery_box .close {
    position:absolute;
    right:15px;
    top:15px;
    width:30px;
    height:30px;
    background:url('https://okcbands.com/image/img/module/jrCore/lightbox2-close.png') 0 0 no-repeat;
    z-index:20;
    cursor:pointer;
}

#action_modal .modal_paging .next:hover,#action_modal .modal_paging .prev:hover {
    opacity:1;
}

#action_modal #gallery_box {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#action_modal #comment_box {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:100vh;
    transition:top 1s ease 0s;
    z-index:21;
}

#action_modal #comment_box.closed {
    top:100vh;
    display:block;
}

#action_modal #comment_box .comment_page_section {

}

#action_modal .comment_close {
    right:10px;
    top:10px;
    position:absolute;
    z-index:20
}

#action_modal #gallery_box .title {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.5);
    box-shadow:none !important;
}

#action_modal .title {
    box-shadow:none !important;
    font-size:14px;
    font-weight:normal;
}

#action_modal #gallery_box .title a {
    color:white;
}

#action_modal .comment_page_section .col2 {
    width:10%;
}

#action_modal .comment_page_section .col10 {
    width:90%;
}

#action_modal.media .comment_page_section .col2 {
    width:16.66%;
}

#action_modal.media .comment_page_section .col10 {
    width:83.34%;
}

#action_modal.media .comment_page_section {
    font-size:13px;
}

#action_modal.media {
    height:526px;
    width:100%;
    max-width:1000px;
}

#action_modal.media .block {
    padding:12px;
}

#action_modal .item_media {
    padding:0;
}

#action_modal {
    height:100vh;
    width:600px;
    background:white;
    position:relative;
}

#action_modal .comment_page_section {
    width:auto;
    display:block;
    max-height:none;
    background:none;
}

#action_modal #comment_wrap {

}

#action_modal #comment_form_holder {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:0 12px;
}

#action_modal .media_panel {
    width:66%;
    float:left;
}

#action_modal .comment_panel {
    width:34%;
    position:absolute;
    top:12px;
    bottom:1em;
    right:0;
}

@media handheld,only screen and (max-width:767px) {
    #action_modal {
        overflow:auto;
        position:absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        padding:0;
        margin:0;
        width:auto;
    }

    #action_modal .comment_page_section .col2 {
        float:left;
        width:16.66%;
    }

    #action_modal .comment_page_section .col10 {
        float:left;
        width:83.34%;
    }

    #action_modal #comment_form_section > .item {
        margin:0;
    }

    #action_modal .modal_paging .next,.modal_paging .prev {
        opacity:1;
    }

    #action_modal.media {
        height:100vh;
        width:auto;
        max-width:100%;
    }

    #action_modal #comment_box {
        background:white;
    }

    #action_modal.media .block {
        padding:0;
    }
}

#action_modal .action_info {
    min-height:60px;
    padding:0;
}

#action_modal #scroller {
    overflow:auto;
    height:calc(100vh - 146px);
    width:100%;
}

#action_modal #scroller::-webkit-scrollbar {
    display:none;
}

/* Hide scrollbar for IE and Edge */
#action_modal #scroller {
    scrollbar-width:none; /* Firefox 64 */
}

#action_modal.media #scroller {
    height:calc(100% - 121px);
}



/* modules/jrAudio/css/jrAudio.css */


/* @title Audio Detail Box */
/* @help This is the box around the Audio Details that is seen on the Update Audio file form. */
.jraudio_detail {
    width:65%;
    padding:10px;
    margin:0 0 12px 3px;
    font-size:14px;
}

.jraudio_detail_left {
    width:10%;
}

/* @title Audio Details */
/* @help This is the text area that contains the information about the Audio File. */
.jraudio_detail_right {
    width:90%;
    text-align:left;
}

/* @title Audio Detail Labels */
/* @help This is the small labels that are shown in the Audio Details box */
.jraudio_title {
    width:100px;
    display:inline-block;
    text-align:right;
}

.jraudio_detail_player {
    display:table;
    width:100%;
}

.jraudio_detail_player_left {
    display:table-cell;
    width:70%;
    padding:5px;
    padding-right:18px;
    vertical-align:top;
}

.jraudio_detail_player_right {
    display:table-cell;
    width:30%;
    padding:5px;
    vertical-align:top;
}

.jraudio_list_detail {
    float:left;
    margin-left:18px;
}

@media handheld,only screen and (max-width:767px) {

    .jraudio_detail_player {
        display:inline;
    }

    .jraudio_detail_player_left {
        display:inline;
        width:100%;
    }

    .jraudio_detail_player_right {
        display:inline;
        width:100%;
    }

    .jraudio_detail_player_right img {
        margin-top:12px;
        width:90%;
    }

    .jraudio_list_detail {
        margin-left:0;
        margin-top:12px;
    }
}


/* modules/jrBatchEdit/css/jrBatchEdit.css */


.batch-edit-label {
    display:inline-block;
    width:250px;
    text-align:right;
}

.batch-edit-input {
    display:inline-block;
    box-sizing:border-box !important;
}

/* modules/jrBirthday/css/jrBirthday.css */


.birthday_share_modal {
    display:none;
    height:auto;
    width:600px;
    z-index:100000;
}

.birthday_share_modal_box {
    position:relative;
    border-radius:5px;
    display:block;
    padding:15px;
}

.birthday_share_modal_close {
    position:absolute;
    bottom:18px;
    right:18px;
}

.birthday_share {
    text-decoration:underline;
}

.birthday_update {
    height:50px;
    margin:0 0 5px;
    padding:5px;
    width:98%;
}

.birthday_share_indicator {
    display:none;
    vertical-align:middle;
    margin:9px 9px 0 3px;
    border:0;
}

.birthday_share {
    cursor:pointer;
}

#birthday_text_counter {
    font-size:12px;
    font-style:italic;
    display:inline-block;
    margin:3px 0 8px 3px;
}

/* modules/jrBlog/css/jrBlog.css */


/* make sure the anchors take into account a fixed header */
a.anchor {
    display:block;
    position:relative;
    top:-100px;
    visibility:hidden;
}

.float-right {
    float:right;
}

.blog_border {
    border-top:1px solid #DDD;
    padding-top:5px;
}

.stat_entry_container {
    padding:10px;
}

/* modules/jrChat/css/jrChat.css */


/* Chat CSS */

html {
    height:100%;
}

body {
    position:relative;
}

#jrchat-room {
    background:#CCCCCC;
    height:100%;
    position:fixed;
    right:0;
    top:0;
    box-sizing:border-box;
    z-index:100000;
    overflow-x:hidden;
}

#jrchat-tabs {
    background:#EEEEEE;
    position:fixed;
    bottom:70px;
    display:table;
    box-sizing:border-box;
    z-index:100000;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

#jrchat-hidden-tabs {
    display:none;
}

.jrchat-tab {
    cursor:pointer;
}

.jrchat-tab-inset {
    margin:5px;
}

#jrchat-box {
    position:relative;
    width:100%;
    height:100%;
    overflow-x:hidden;
    -ms-overflow-style:none;
}

#jrchat-chat {
    width:100%;
    background:#CCCCCC;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    z-index:100000;
    box-sizing:border-box;
    border-left:1px solid #EEEEEE;
    overflow-x:hidden;
}

#jrchat-title {
    background:#FFFFFF;
    position:absolute;
    top:0;
    right:0;
    width:100%;
    z-index:110000;
    padding:6px 8px 8px 8px;
    box-sizing:border-box;
    box-shadow:0 1px 3px 3px #999999;
}

#jrchat-title img {
    border-radius:3px;
}

#jrchat-title .sprite_icon {
    padding:0;
    margin:0;
}

#jrchat-new-bubble {
    background:#D9FFB3;
    color:#000000;
    font-size:10px;
    line-height:18px;
    position:absolute;
    bottom:-2px;
    left:-2px;
    width:18px;
    height:18px;
    border:1px solid #7F7F7F;
    border-radius:9px;
    text-align:center;
}

#jrchat-available-rooms {
    position:absolute;
    top:58px;
    right:30px;
    width:250px;
    z-index:110000;
    overflow:scroll;
}

#jrchat-no-room-notice {
    width:80%;
    margin:20px auto;
    padding:20px;
    background:#F9F9F9;
    font-size:15px;
    text-align:center;
    border-radius:5px;
}

#jrchat-select-room {
    display:inline-block;
    vertical-align:top;
    margin-bottom:3px;
}

#jrchat-room-box {
    background:#F9F9F9;
    padding:5px;
    border-radius:5px;
    overflow-y:scroll;
    overflow-x:hidden;
}

.jrchat-room-opt {
    position:relative;
    background:#EEEEEE;
    display:block;
    padding:6px 10px;
    font-size:16px;
    margin:5px;
    border-radius:4px;
}

.jrchat-room-dl {
    position:absolute;
    top:3px;
    right:5px;
}

#jrchat-upload-images {
    position:absolute;
    top:8px;
    right:8px;
}

#pm_chat_file .upload_button {
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
}

#jrchat_smiley_button {
    right:48px;
}

.jrChat_upload_button {
    padding:0 !important;
    margin:0 !important;
    cursor:pointer;
}

#chi {
    position:absolute;
    bottom:9px;
    right:15px;
}

#jrchat-upload-images .qq-upload-list {
    display:none !important;
}

.jrchat-config {
    background:#D9FFB3;
    color:#000000;
    font-size:11px;
    line-height:18px;
    position:absolute;
    bottom:-2px;
    left:22px;
    width:18px;
    height:18px;
    border:1px solid #A3BF86;
    border-radius:9px;
    text-align:center;
}

.jrchat-bubble {
    background:#D9FFB3;
    color:#000000;
    font-size:11px;
    line-height:18px;
    position:absolute;
    bottom:-2px;
    left:-2px;
    width:18px;
    height:18px;
    border:1px solid #7F7F7F;
    border-radius:9px;
    text-align:center;
}

#jrchat-load-next-page {
    height:0;
}

#jrchat-room-search {
    width:100%;
    box-sizing:border-box;
}

#jrchat-room-search div {
    width:100%;
    box-sizing:border-box;
    padding-top:8px;
}

#jrchat-search-input {
    display:inline;
    vertical-align:middle;
    padding:3px 4px;
    width:68%;
    margin:0;
}

#jrchat-search-reset {
    position:absolute;
    right:0;
    display:inline;
    vertical-align:middle;
    width:60px;
    margin:0;
}

#jrchat-room-browser {
    background:#FFFFFF;
    padding:0 3px;
    border-radius:5px;
    position:fixed;
    top:63px;
    right:10px;
    width:250px;
    height:300px;
    display:none;
    overflow-y:scroll;
    overflow-x:hidden;
    z-index:110000;
}

#jrchat-messages {
    position:absolute;
    right:0;
    bottom:70px;
    width:100%;
    padding:10px 6px;
    box-sizing:border-box;
    overflow-y:scroll;
    overflow-x:hidden;
}

#jrchat-new-message {
    background:#FFFFFF;
    position:absolute;
    right:0;
    bottom:0;
    width:100%;
    height:70px;
    padding:10px 8px;
    box-sizing:border-box;
    z-index:100;
}

#jrchat-new-message-input {
    font-family:inherit;
    width:60%;
    position:absolute;
    top:9px;
    left:6px;
    right:36px;
    height:52px;
    box-sizing:border-box;
    resize:none;
    font-size:13px;
}

#jrchat-page-limit {
    margin:6px 0;
    padding:8px;
    border-radius:8px;
    font-size:13px;
    color:#000000;
    text-align:center;
}

#jrchat-empty-chat {
    padding:24px;
    background:#FFCC00;
    overflow:hidden;
    border-radius:5px;
    font-size:16px;
    text-align:center;
}

.jrchat-msg {
    position:relative;
    margin:6px 0;
    padding:0;
    border-radius:8px;
    font-size:13px;
}

.jrchat-msg-from {
    padding:9px 12px;
    background:#FFF2BF;
    margin-left:26px;
    overflow:hidden;
}

.jrchat-msg-from .urlscan_card {
    padding:0;
    border:0;
}

.jrchat-msg-to {
    background:#F9F9F9;
    margin-right:26px;
    overflow:hidden;
}

.jrchat-msg-added {
    padding:6px;
    background:#CCFF99;
    margin:0 32px;
    overflow:hidden;
}

.jrchat-msg-removed {
    padding:6px;
    background:#FFCC00;
    margin:0 32px;
    overflow:hidden;
}

.jrchat-msg-img {
    display:table-cell;
    width:2%;
    padding:5px 0 5px 5px;
    vertical-align:top;
}

.jrchat-msg-img img {
    width:40px;
    height:40px;
    border-radius:5px;
}

.jrchat-msg-msg {
    position:relative;
    display:table-cell;
    vertical-align:middle;
    padding:9px 12px 18px 12px;
    word-break:break-word;
    width:98%;
}

.jrchat-msg-byline {
    position:absolute;
    right:5px;
    bottom:0;
    display:block;
    font-size:8px;
    color:#AAAAAA;
}

.jrchat-controls {
    position:absolute;
    top:4px;
    right:5px;
    cursor:pointer;
}

.jrchat-controls .sprite_icon {
    padding:0;
    margin:0;
}

.jrchat-table {
    display:table;
    width:100%;
}

.jrchat-table-row {
    display:table-row;
    width:100%;
}

.jrchat-table-cell {
    display:table-cell;
}

#jrchat-user-settings {
    background:#FFFFFF;
    padding:0 3px;
    border-radius:5px;
    position:fixed;
    top:63px;
    right:10px;
    width:260px;
    height:300px;
    display:none;
    overflow-y:scroll;
    overflow-x:hidden;
}

#jrChat_user_config .element_left {
    width:40% !important;
}
#jrChat_user_config .element_right {
    width:60% !important;
}

#jrchat-user-control {
    background:#FFFFFF;
    padding:0 3px;
    border-radius:5px;
    position:fixed;
    top:63px;
    right:10px;
    width:260px;
    height:300px;
    display:none;
    overflow-y:scroll;
    overflow-x:hidden;
}

.jrchat-overlay {
    opacity:0.3;
}

.jrchat-room-title {
    font-size:16px;
}

#jrchat-new-chat-title {
    width:85%;
}

#jrchat-new-chat-type {
    font-size:12px;
}

#jrchat-user-search {
    margin-top:12px;
    background:#FFFFFF;
    width:100%;
    box-sizing:border-box;
    padding:10px;
    border-radius:5px;
}

#jrchat-user-search-text {
    width:80%;
    box-sizing:border-box;
}
#jrchat-mobile-send{
    float:right;
}

.jrchat-code-box {
    display:block;
    margin:5px 0 3px 0;
    font-family:"Roboto Mono",monospace;
    background:#FFFFFF;
    padding:6px;
    font-size:11px;
    overflow:scroll;
    border-radius:5px;
    word-break:break-all;
}

.jrchat-code-box code {
    margin:0;
    padding:0;
}

.jrchat-typing-img {
    vertical-align:middle;
    height:11px;
    margin:10px 0 0 3px;
}

/* typing indicator */

@-webkit-keyframes ellipsis_animated-toggle {
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}

@-moz-keyframes ellipsis_animated-toggle {
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}

@-ms-keyframes ellipsis_animated-toggle {
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}

@-o-keyframes ellipsis_animated-toggle {
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}

@keyframes ellipsis_animated-toggle {
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}

.ellipsis_animated-inner span {

    transform:translateZ(0);
    font-size:24px;
    line-height:14px;
    letter-spacing:2px;

    -webkit-animation-name:ellipsis_animated-toggle;
    -moz-animation-name:ellipsis_animated-toggle;
    -ms-animation-name:ellipsis_animated-toggle;
    -o-animation-name:ellipsis_animated-toggle;
    animation-name:ellipsis_animated-toggle;

    -webkit-animation-duration:800ms;
    -moz-animation-duration:800ms;
    -ms-animation-duration:800ms;
    -o-animation-duration:800ms;
    animation-duration:800ms;

    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    animation-iteration-count:infinite;

    -webkit-animation-timing-function:cubic-bezier(.02,.85,.69,1);
    -moz-animation-timing-function:cubic-bezier(.02,.85,.69,1);
    -ms-animation-timing-function:cubic-bezier(.02,.85,.69,1);
    -o-animation-timing-function:cubic-bezier(.02,.85,.69,1);
    animation-timing-function:cubic-bezier(.02,.85,.69,1);
}

.ellipsis_animated-inner span:nth-child(1) {
    -webkit-animation-delay:-800ms;
    -moz-animation-delay:-800ms;
    -ms-animation-delay:-800ms;
    -o-animation-delay:-800ms;
    animation-delay:-800ms;
}

.ellipsis_animated-inner span:nth-child(2) {
    -webkit-animation-delay:-700ms;
    -moz-animation-delay:-700ms;
    -ms-animation-delay:-700ms;
    -o-animation-delay:-700ms;
    animation-delay:-700ms;
}

.ellipsis_animated-inner span:nth-child(3) {
    -webkit-animation-delay:-600ms;
    -moz-animation-delay:-600ms;
    -ms-animation-delay:-600ms;
    -o-animation-delay:-600ms;
    animation-delay:-600ms;
}


/* modules/jrComment/css/jrComment.css */


/* @title Main Comment Indent */
/* @help This controls how far the MAIN LEVEL comments on an item is indented */
.comment-level-0 {
    margin-left:0;
}

/* @title Comment Level 1 */
/* @help This controls how far FIRST LEVEL comment replies on an item are indented */
.comment-level-1 {
    margin-left:25px !important;
}

/* @title Comment Level 2 */
/* @help This controls how far SECOND LEVEL comment replies on an item are indented */
.comment-level-2 {
    margin-left:50px !important;
}

/* @title Comment Level 3 */
/* @help This controls how far THIRD LEVEL comment replies on an item are indented */
.comment-level-3 {
    margin-left:75px !important;
}

/* @title Comment Level 4 */
/* @help This controls how far FOURTH LEVEL comment replies on an item are indented */
.comment-level-4 {
    margin-left:100px !important;
}

/* @title Comment Level 5 */
/* @help This controls how far FIFTH LEVEL comment replies on an item are indented */
.comment-level-5 {
    margin-left:125px !important;
}

/* @title Comment Level 6 */
/* @help This controls how far SIXTH LEVEL comment replies on an item are indented */
.comment-level-6 {
    margin-left:150px !important;
}

/* @title Comment Level 7 */
/* @help This controls how far SEVENTH LEVEL comment replies on an item are indented */
.comment-level-7 {
    margin-left:175px !important;
}

/* @title Comment Level 8 */
/* @help This controls how far EIGHTH LEVEL and HIGHER comment replies on an item are indented */
.comment-level-last {
    margin-left:200px !important;
}

/* @title Comment Reply Tag */
/* @help Controls the text of the &quot;Reply&quot; text shown on a comment when threading is enabled */
.comment-reply {
    display:inline-block;
    margin-top:6px;
    font-size:11px;
    text-transform:uppercase;
}

.jrcomment_upload_attachment {
    margin-top:-32px;
    text-align:right;
    width:100%;
}

.jrcomment_upload_attachment li.qq-upload-success {
    text-align:left;
}

.jrcomment_upload_attachment .qq-uploader {
    float:right;
}

#comment_form_holder .form_editor_holder {
    width:100%;
}

#comment_text {
    box-sizing:border-box;
    height:72px;
    width:100%;
}

/* modules/jrCore/contrib/fileuploader/fileuploader.css */


/* Have ideas for improving this CSS for the general community? Submit your changes at:https://github.com/Valums-File-Uploader/file-uploader */
.qq-uploader {
    position:relative;
}

.qq-upload-holder {
    display:inline-block;
}

.qq-upload-button {
    display:inline-block;
    text-align:center;
    line-height:15px;
    background:#880000;
    border-bottom:1px solid #DDDDDD;
    padding-bottom:4px;
    margin-top:-2px !important;
    color:#FFFFFF;
    white-space:nowrap;
}

.qq-upload-button-hover {
    background:#CC0000;
}

.qq-upload-button-focus {
    outline:1px dotted #000000;
}

.qq-upload-drop-area,.qq-upload-extra-drop-area {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    min-height:30px;
    z-index:2;
    background:#FF9797;
    text-align:center;
}

.qq-upload-drop-area span {
    display:block;
    position:absolute;
    top:50%;
    width:100%;
    margin-top:-8px;
    font-size:16px;
}

.qq-upload-extra-drop-area {
    position:relative;
    margin-top:50px;
    font-size:16px;
    padding-top:30px;
    height:20px;
    min-height:40px;
}

.qq-upload-drop-area-active {
    background:#FF7171;
}

.qq-upload-list {
    margin:0;
    padding:0;
    list-style:none;
}

.qq-upload-list li {
    width:100%;
    margin:6px 2px;
    padding:9px;
    line-height:15px;
    font-size:13px;
    background-color:#EEEEEE;
    color:#000000;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-failed-text,.qq-upload-finished {
    margin-right:12px;
}

.qq-upload-file {
}

.qq-upload-spinner {
    display:inline-block;
    float:right;
    box-sizing:border-box;
    border-width:2px;
    border-style:solid;
    border-color:hsla(359,0%,0%,0.2);
    border-top-color:#000000;
    border-bottom-color:#000000;
    border-radius:50%;
    width:15px;
    height:15px;
    margin:0 auto;
    animation:spin 0.8s linear infinite;
    -webkit-animation:spin 0.8s linear infinite;
    vertical-align:text-bottom;
}

.qq-upload-finished {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}

.qq-upload-size,.qq-upload-cancel {
    font-size:12px;
    font-weight:normal;
}

.qq-upload-failed-text {
    display:none;
}

.qq-upload-failed-icon {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}

.qq-upload-fail .qq-upload-failed-text {
    display:inline;
}

.qq-upload-list li.qq-upload-success {
    margin:6px 2px;
    background-color:#CCFF99;
    color:#000000;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.qq-upload-list li.qq-upload-fail {
    margin:6px 2px;
    background-color:#FFCC00;
    color:#000000;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.qq-upload-delete {
    display:none;
    float:right;
}

@media handheld,only screen and (max-width:767px) {
    .qq-upload-holder {
        margin-left:6px;
    }
}


/* modules/jrCore/contrib/sweetalert/sweetalert.css */


.sweet-overlay {
    background-color:black;
    background-color:rgba(0,0,0,0.8);
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    display:none;
    z-index:10000;
}

.sweet-alert {
    background-color:white;
    width:438px;
    padding:10px 20px 20px 20px;
    text-align:center;
    position:fixed;
    left:50%;
    top:40%;
    margin-left:-236px;
    margin-top:-200px;
    overflow:hidden;
    display:none;
    z-index:99999;
}

@media all and (max-width:540px) {
    .sweet-alert {
        width:auto;
        margin-left:0;
        margin-right:0;
        left:15px !important;
        right:15px;
    }
}

.sweet-alert h2 {
    color:#000000;
    font-size:24px;
    text-align:center;
    font-weight:bold;
    text-transform:capitalize;
    position:relative;
    margin:25px 0 10px 0;
    padding:0;
    line-height:40px;
    display:block;
}

.sweet-alert p {
    color:#444444;
    font-size:16px;
    font-weight:300;
    position:relative;
    text-align:inherit;
    float:none;
    margin:0;
    padding:0;
    line-height:normal;
}

.sweet-alert fieldset {
    border:none;
    position:relative;
}

.sweet-alert .sa-error-container {
    background-color:#F1F1F1;
    margin-left:-17px;
    margin-right:-17px;
    overflow:hidden;
    padding:0 10px;
    max-height:0;
}

.sweet-alert .sa-error-container.show {
    padding:10px 0;
    max-height:100px;
    webkit-transition:padding 0.2s,max-height 0.2s;
    transition:padding 0.25s,max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
    display:inline-block;
    width:24px;
    height:24px;
    border-radius:50%;
    background-color:#FF9933;
    color:white;
    line-height:24px;
    text-align:center;
    margin-right:3px;
}

.sweet-alert .sa-error-container p {
    display:inline-block;
}

.sweet-alert .sa-input-error {
    position:absolute;
    top:29px;
    right:26px;
    width:20px;
    height:20px;
    opacity:0;
}

.sweet-alert .sa-input-error::before,.sweet-alert .sa-input-error::after {
    content:"";
    width:20px;
    height:6px;
    background-color:#FF9933;
    border-radius:3px;
    position:absolute;
    top:50%;
    margin-top:-4px;
    left:50%;
    margin-left:-9px;
}

.sweet-alert .sa-input-error::before {
}

.sweet-alert .sa-input-error::after {
}

.sweet-alert .sa-input-error.show {
    opacity:1;
}

.sweet-alert input {
    width:100%;
    box-sizing:border-box;
    border-radius:3px;
    border:1px solid #D7D7D7;
    height:43px;
    margin-top:10px;
    margin-bottom:17px;
    font-size:16px;
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.06);
    padding:0 12px;
    display:none;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}

.sweet-alert input:focus {
    outline:none;
}

.sweet-alert input:focus::-moz-placeholder {
    transition:opacity 0.3s 0.03s ease;
    opacity:0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
    transition:opacity 0.3s 0.03s ease;
    opacity:0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
    transition:opacity 0.3s 0.03s ease;
    opacity:0.5;
}

.sweet-alert input::-moz-placeholder {
    color:#BDBDBD;
}

.sweet-alert input::-ms-clear {
    display:none;
}

.sweet-alert input:-ms-input-placeholder {
    color:#BDBDBD;
}

.sweet-alert input::-webkit-input-placeholder {
    color:#BDBDBD;
}

.sweet-alert.show-input input {
    display:block;
}

.sweet-alert .sa-confirm-button-container {
    display:inline-block;
    position:relative;
}

.sweet-alert .la-ball-fall {
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-27px;
    margin-top:4px;
    opacity:0;
    visibility:hidden;
}

.sweet-alert button {
    margin:0 10px;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom:40px;
}

.sweet-alert .sa-icon {
    width:80px;
    height:80px;
    border:4px solid gray;
    -webkit-border-radius:40px;
    border-radius:50%;
    margin:20px auto;
    padding:0;
    position:relative;
    box-sizing:content-box;
    text-shadow:0 0 3px #000000;
}

.sweet-alert .sa-icon.sa-error {
    border-color:#FF9933;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position:relative;
    display:block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position:absolute;
    height:5px;
    width:47px;
    background-color:#FF9933;
    display:block;
    top:37px;
    border-radius:2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    left:17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    right:16px;
}

.sweet-alert .sa-icon.sa-warning {
    border-color:#FFCC00;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position:absolute;
    width:5px;
    height:47px;
    left:50%;
    top:10px;
    -webkit-border-radius:2px;
    border-radius:2px;
    margin-left:-2px;
    background-color:#FFCC00;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position:absolute;
    width:7px;
    height:7px;
    -webkit-border-radius:50%;
    border-radius:50%;
    margin-left:-3px;
    left:50%;
    bottom:10px;
    background-color:#FFCC00;
}

.sweet-alert .sa-icon.sa-info {
    border-color:#C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
    content:"";
    position:absolute;
    width:5px;
    height:29px;
    left:50%;
    bottom:17px;
    border-radius:2px;
    margin-left:-2px;
    background-color:#C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
    content:"";
    position:absolute;
    width:7px;
    height:7px;
    border-radius:50%;
    margin-left:-3px;
    top:19px;
    background-color:#C9DAE1;
    left:50%;
}

.sweet-alert .sa-icon.sa-success {
    border-color:#A5DC86;
}

.sweet-alert .sa-icon.sa-success::before,.sweet-alert .sa-icon.sa-success::after {
    content:'';
    -webkit-border-radius:40px;
    border-radius:50%;
    position:absolute;
    width:60px;
    height:120px;
    background:white;
}

.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius:120px 0 0 120px;
    border-radius:120px 0 0 120px;
    top:-7px;
    left:-33px;
}

.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius:0 120px 120px 0;
    border-radius:0 120px 120px 0;
    top:-11px;
    left:30px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width:80px;
    height:80px;
    border:4px solid rgba(165,220,134,0.2);
    -webkit-border-radius:40px;
    border-radius:50%;
    box-sizing:content-box;
    position:absolute;
    left:-4px;
    top:-4px;
    z-index:2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width:5px;
    height:90px;
    background-color:white;
    position:absolute;
    left:28px;
    top:8px;
    z-index:1;
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height:5px;
    background-color:#A5DC86;
    display:block;
    border-radius:2px;
    position:absolute;
    z-index:2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width:25px;
    left:14px;
    top:46px;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width:47px;
    right:8px;
    top:38px;
}

.sweet-alert .sa-icon.sa-custom {
    background-size:contain;
    border-radius:0;
    border:none;
    background-position:center center;
    background-repeat:no-repeat;
}


/* modules/jrCore/contrib/livesearch/jquery.livesearch.css */


#jquery-live-search {
    background:#FFFFFF;
    padding:5px 10px;
    max-height:400px;
    overflow:auto;
    position:absolute;
    z-index:200000;
    border:1px solid #A9A9A9;
    border-width:0 1px 1px 1px;
    -webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.3);
    -moz-box-shadow:5px 5px 5px rgba(0,0,0,0.3);
    box-shadow:5px 5px 5px rgba(0,0,0,0.3);
}

#jquery-live-search a {
    color:#000000;
}

/* modules/jrCore/contrib/lightbox/lightbox.css */


/* Preload images */
body:after {
    display:none;
}

.lightboxOverlay {
    position:absolute;
    top:0;
    left:0;
    z-index:999999;
    background-color:black;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity:0.8;
    display:none;
}

.lightbox {
    position:absolute;
    left:0;
    width:100%;
    z-index:1000000;
    text-align:center;
    line-height:0;
    font-weight:normal;
}

.lightbox .lb-image {
    display:block;
    height:auto;
    max-width:inherit;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}

.lightbox a img {
    border:none;
}

.lb-outerContainer {
    position:relative;
    background-color:#111;
    *zoom:1;
    width:250px;
    height:250px;
    margin:0 auto;
    border-radius:5px 5px 0 0;
}

.lb-outerContainer:after {
    content:"";
    display:table;
    clear:both;
}

.lb-container {
    padding:4px;
}

.lb-loader {
    position:absolute;
    top:43%;
    left:0;
    height:25%;
    width:100%;
    text-align:center;
    line-height:0;
}

.lb-cancel {
    display:block;
    width:32px;
    height:32px;
    margin:0 auto;
}

.lb-nav {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    pointer-events:none;
}

.lb-container > .nav {
    left:0;
}

.lb-nav a {
    outline:none;
}

.lb-prev,.lb-next {
    font-size:24px;
    font-weight:bold;
    color:#CCC;
    height:100%;
    cursor:pointer;
    display:block;
    vertical-align:middle;
    line-height:50px;
    text-shadow:0 1px 1px #000;
    pointer-events:all;
}

.lb-nav a.lb-prev {
    width:20%;
    left:0;
    float:left;
    padding-left:15px;
    text-align:left;
    opacity:0;
}

.lb-nav a.lb-prev div {
    position:absolute;
    top:45%;
    left:15px;
}

.lb-nav a.lb-prev:hover {
    opacity:1;
    text-decoration:none;
    color:#FFF;
}

.lb-nav a.lb-next {
    width:33%;
    right:0;
    float:right;
    text-align:right;
    padding-right:15px;
    opacity:0;
}

.lb-nav a.lb-next div {
    position:absolute;
    top:45%;
    right:15px;
}

.lb-nav a.lb-next:hover {
    opacity:1;
    text-decoration:none;
    color:#FFF;
}

.lb-dataContainer {
    background:#111;
    margin:0 auto;
    padding-top:5px;
    *zoom:1;
    width:100%;
    border-radius:0 0 5px 5px;
}

.lb-dataContainer:after {
    content:"";
    display:table;
    clear:both;
}

.lb-data {
    padding:0 4px;
    color:#CCC;
}

.lb-data .lb-details {
    padding:0 0 8px 5px;
    width:85%;
    float:left;
    text-align:left;
    line-height:1.1em;
}

.lb-data .lb-caption {
    font-size:13px;
    font-weight:bold;
    line-height:1em;
}

.lb-data .lb-number {
    display:block;
    clear:left;
    font-size:12px;
    color:#999;
}

.lb-data .lb-close {
    font-size:24px;
    color:#CCC;
    float:right;
    line-height:20px;
    text-shadow:0 1px 1px #000;
    margin-right:5px;
    padding-bottom:8px;
}

.lb-data .lb-close:hover {
    cursor:pointer;
    color:#FFF;
}

body.lb-disable-scrolling {
    overflow:hidden;
}


/* modules/jrCore/contrib/select2/css/select2.min.css */


.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0%,#eee 50%);background-image:-o-linear-gradient(top,#fff 0%,#eee 50%);background-image:linear-gradient(to bottom,#fff 0%,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}


/* modules/jrCore/css/jrCore.css */


/* Modal Window */
* {
    -webkit-font-smoothing:subpixel-antialiased;
}

/* @title Modal Overlay background */
/* @help Defines the background color used when a modal window is opened */
#simplemodal-overlay {
    background-color:#000;
    cursor:wait;
}

#modal_window {
    display:none;
    overflow:auto;
}

/* @title Modal Update Text */
/* @help Text used for individual update lines in an activity update modal window */
#modal_updates {
    color:#000;
    font-size:12px;
    font-family:monospace;
    padding:8px 16px; 
    overflow:auto;
}

#modal_indicator {
    display:none;
    float:right;
    position:relative;
    top:60px;
    right:20px;
}

.search_area_left {
    padding-bottom:12px !important;
}

.search_area_right {
    padding-bottom:12px !important;
}

.live_search_text {
    resize:none !important;
}

/* File form field */
.jrcore_file_detail {
    position:relative;
    width:76.5%;
    padding:6px 10px !important;
    margin:8px 0 12px 2px !important;
    font-size:12px !important;
    font-variant:normal !important;
    text-transform:none !important;
    border-radius:3px;
}

.jrcore_file_detail_left {
    width:2%;
    vertical-align:middle;
}

.jrcore_file_detail_right {
    width:98%;
    text-align:left;
}

.jrcore_file_title {
    width:60px;
    display:inline-block;
    text-align:right;
    text-transform:lowercase;
    font-variant:small-caps;
}

.at_link a {
    color:#009;
    text-decoration:none;
}

.at_link a:hover {
    text-decoration:underline;
}

/* Admin Menu Accordion */
.accordion {
    margin:0;
    padding-top:10px;
}

.accordion a {
    color:#000;
    text-decoration:none;
}

.accordion a:hover {
    color:#000;
    text-decoration:none;
}

dt {
    padding:12px;
    font-weight:bold;
    cursor:pointer;
}

dt a {
    color:#000;
}

dd {
    padding:3px 0;
    margin:0;
    font-size:12px;
}

#item-holder {
    margin-right:9px;
}

#item-list {
    width:100%;
    display:table;
    margin:9px 0 9px 9px;
    padding:6px;
}

.item-row {
    width:100%;
    display:table-row;
    cursor:pointer;
    height:42px;
    background:#DDD;
}

.item-row-active {
    background:#FFF;
}

.item-row:hover {
    background:#FFF;
}

.item-icon {
    display:table-cell;
    padding:3px;
}

.item-entry {
    width:100%;
    display:table-cell;
    padding:6px;
    font-size:14px;
    color:#000;
    vertical-align:middle;
}

.item-enabled {
    display:table-cell;
    padding-right:6px;
}

.item-disabled {
    display:table-cell;
    color:#000;
    background:#FC0;
    font-size:11px;
    padding:6px;
    border:1px solid #AAA;
    border-radius:4px;
}

.item-active {
    display:table-cell;
    background:#CF9;
    font-size:11px;
    padding:6px;
    border:1px solid #AAA;
    border-radius:4px;
}

#item-work {
    background:#DDD;
    max-width:100%;
}

#error_log {
    font-family:Monaco,"Lucida Console",monospace;
    width:100%;
    padding:6px;
    font-size:10px;
    overflow:auto;
}

#debug_log {
    font-family:Monaco,"Lucida Console",monospace;
    width:100%;
    padding:6px;
    font-size:10px;
    overflow:auto;
    white-space:pre;
}

.ds_browser_item {
    max-height:250px;
    overflow:scroll;
}

/* DataStore Browser */
.ds_browser_key {
    width:425px;
    display:inline-block;
    text-align:right;
    background:#EEE;
    padding:1px 3px;
    border-radius:2px;
    margin-bottom:2px;
    font-size:12px;
    font-weight:bold;
}

.ds_browser_value {
    text-align:left;
    padding-left:3px;
    word-break:break-all;
}

#ds_browser_new_key {
    width:120px;
}

/* Template Editor */
.form_editor_holder {
    text-transform:none;
    width:95%;
    z-index:25000;
    height:100%;
    padding:0;
    margin:0;
}

.form_editor_holder > div {
    min-height:170px;
}

.form_editor_full_width {
    width:100%;
    margin-top:8px;
    margin-bottom:8px;
}

.page_custom {
    max-width:1024px;
    box-sizing:border-box;
}

.form_template {
    text-transform:none;
    box-sizing:border-box;
}

.form_template_editor {
    text-transform:none;
    height:600px;
}

.php_Notice {
}

.php_Warning {
    color:#F90;
}

.php_Fatal,.php_Parse {
    color:#F00;
}

.log-inf {
    text-align:left;
    word-break:break-all;
}

.log-dbg {
    text-align:left;
    word-break:break-all;
    color:#666 !important;
}

.log-min {
    background:#FF9;
    text-align:left;
    word-break:break-all;
}

.log-maj {
    background:#F93;
    text-align:left;
    word-break:break-all;
}

.log-cri {
    background:#F63;
    text-align:left;
    word-break:break-all;
}

.style-box {
    width:80%;
    margin-bottom:6px;
    padding:6px;
    border-left-width:2px;
    border-left-style:solid;
    border-left-color:#DDD;
    font-size:12px;
    float:left;
}

.style-box-hilight {
    border-left-color:#FC0;
}

.style-reset {
    position:absolute;
    top:6px;
    right:32px;
}

.style-input {
    width:175px;
}

.style-select {
    width:185px !important;
}

.style-color {
    width:24px;
    height:16px;
    margin:0 6px;
    border:1px solid #DDD;
    cursor:pointer;
}

.style-label {
    display:inline-block;
    width:120px;
    text-align:right;
    margin:6px;
    padding:0;
}

.CodeMirror {
    background:#FFF;
    padding:6px;
    font-size:12px;
    border:solid 1px #CCC;
    overflow:auto;
}

.fullscreen {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    margin:0;
    padding:0;
    border:0;
    opacity:1;
}

#jqp {
    background:#FAFAFA;
    width:360px;
    padding:6px 2px 2px 6px;
    border:solid 1px #7F7F7F;
    border-radius:2px;
    box-shadow:5px 5px 5px rgba(0,0,0,0.3);
    z-index:10000;
}

#jqp h2 {
    margin:0 0 5px 0;
    font-size:14px;
}

#jqp ul {
    margin:0;
    padding:0;
    list-style-type:none;
}

#jqp ul:after {
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}

#jqp ul li {
    float:left;
    margin:0 5px 5px 0;
}

#jqp ul li a {
    display:block;
    width:13px;
    height:13px;
    text-decoration:none;
    text-indent:-100000px;
    outline:0;
    border:solid 1px #7F7F7F;
}

#jqp ul li a:hover {
    border-color:#000;
}

.sortable li li {
    list-style:disc;
}

.item_sortable {
    margin:auto;
    padding:0;
    list-style:none outside none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.item_sortable li {
    border:1px solid #BBB;
    list-style:none;
    cursor:move;
    padding:5px 12px 5px 12px;
    margin:5px;
    height:20px;
    font-size:14px;
    overflow:hidden;
}

li.sortable-placeholder {
    border:2px dashed #CCC;
    background:none;
    padding:5px 12px 5px 12px;
    margin:5px;
    height:18px;
}

#diff_result {
    font-family:Monaco,"Lucida Console",monospace;
    width:100%;
    font-size:11px;
    overflow:auto;
    margin:6px 0 18px 0;
}

#diff_table {
    width:100%;
    background-color:#EEE !important;
    border-collapse:collapse;
    border-spacing:1px;
    white-space:pre-line;
    border-width:1px;
    border-style:solid;
    border-color:#DDD;
}

#diff_table td {
    background:#FFF;
    padding:3px 5px;
    color:#000;
    border-bottom:1px solid #F6F6F6;
}

.diff_head {
    width:50%;
    text-align:center;
    font-weight:bold;
    font-size:12px;
    padding:6px;
}

.diff_foot {
    background-color:#EEE;
    text-align:center;
    padding:12px !important;
}

.diff_lno {
    width:3%;
    padding-right:6px !important;
    font-weight:bold;
    text-align:right;
}

.diff_none {
    background:#FFF;
}

.diff_chg {
    background:#FC0 !important;
}

.diff_new {
    background:#CF9 !important;
}

.diff_old {
    background:#CF9 !important;
}

.file_attachment_box {
    width:100%;
    display:block;
    margin-top:20px;
    font-size:13px;
    box-sizing:border-box;
}

.file_attachment {
    position:relative;
    margin-bottom:4px;
}

.file_attachment_image {
    display:inline;
}

.file_attachment_text {
    display:inline;
    margin-left:6px;
}

.fixed-width {
    font-family:monospace;
    white-space:pre-wrap;
    font-size:11px;
}

.widget-template-code {
    font-size:12px;
    padding:8px 20px 10px 20px;
}

.word-break {
    word-break:break-all;
}

.nocursor {
    cursor:unset !important;
}

/* @title Textarea Expand */
/* @help Controls the display of the small Expand arrow to the right of the textarea */
.form_textarea_expand {
    display:none;
    position:absolute;
    bottom:12px;
    margin-left:3px;
}

/* @title Birthday Field Month */
/* @help controls the MONTH selector in a Birthday form field */
.form_date_birthday_month {
    width:120px !important;
}

/* @title Birthday Field Day */
/* @help controls the DAY selector in a Birthday form field */
.form_date_birthday_day {
    width:60px !important;
}

/* @title Birthday Field Year */
/* @help controls the YEAR input field in a Birthday form field */
.form_date_birthday_year {
    width:60px !important;
    margin-left:9px;
    padding:4px 4px 3px 4px;
}

.form_daterange,.form_date,.form_date_time {
    min-width:286px;
}

.form_mobile_label {
    font-size:13px;
    text-transform:capitalize;
    margin-left:6px;
}

.sublabel {
    display:block;
}

.page-table-jumper-page {
    width:65px !important;
}

.page-table-jumper-perpage {
    width:65px !important;
}

.acp-default-img {
    padding:1px;
    margin:1px;
    border:1px solid #DDD;
}

.acp-custom-img {
    padding:1px;
    margin:1px;
    border:1px solid #DDD;
}

.module_icon {
    background-color:#F3F3F3;
    border:1px solid #DDD;
    display:block;
    border-radius:5px;
    padding:2px;
    margin:2px;
    box-shadow:inset 0 0 3px #DDD;
}

.module_icon img {
    margin:0 auto;
    vertical-align:middle;
    transform:scale(0.9);
}

#info_box .item strong {
    display:inline-block;
    width:100px;
    text-align:right;
    margin-right:8px;
    padding:2px 0;
    text-transform:capitalize;
}

.rejected_reason_delete {
    padding:0;
}

.nowrap {
    white-space:nowrap;
}

.no-text-transform {
    text-transform:none !important;
}

.form_icon_button {
    display:inline-block;
    vertical-align:middle;
    text-align:center;
    margin:0;
    padding:0;
    cursor:pointer;
}

.form_button_icon {
    font-weight:normal;
    font-style:normal;
    font-size:20px;
    letter-spacing:normal;
    text-transform:none;
    display:inline-block;
    white-space:nowrap;
    word-wrap:normal;
    direction:ltr;
    -webkit-font-feature-settings:'liga';
    -webkit-font-smoothing:antialiased;
}

.form_button_menu {
    position:relative;
    display:inline-block;
    vertical-align:middle;
    white-space:nowrap;
}

.form_button_menu_button {
    float:left;
}

.form_button_menu ul {
    position:absolute;
    display:none;
    top:35px;
    left:0;
    z-index:32;
    border:1px solid #D9D9D9;
    background-color:#FFF;
    margin:0;
    padding:0;
}

.form_button_submenu {
    margin:0;
    padding:5px 10px;
    font-size:16px;
    cursor:pointer;
    list-style:none;
}

.form_button_submenu:hover {
    background-color:#FC0;
}

.form_button_menu_ul li {
    list-style:none;
}

.sprite_icon_disabled {
    cursor:not-allowed !important;
    opacity:0.3;
}

.sprite_icon_disabled:hover {
    background:inherit !important;
}

.option_img {
    display:inline-block;
    vertical-align:middle;
    border-radius:50%;
    box-shadow:inset 0 0 2px #999;
}

.fail {
    background-color:#FF7400;
}

.select2 {
    margin:0 4px;
}

.select2-select-width {
    width:76.3% !important;
}

.select2-select-and-text-width {
    width:33% !important;
}

.select2-selection--single {
    background:#FFF url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 99.5% 50%;
    height:30px !important;
    border-color:#CCC !important;
    border-radius:2px !important;
}

.select2-selection__rendered {
    font-size:15px !important;
    color:#000 !important;
    padding-left:5px !important;
    line-height:30px !important;
}

.select2-selection__arrow {
    top:2px !important;
}

.select2-dropdown {
    border-color:#CCC !important;
    border-radius:2px !important;
}

.select2-selection__arrow b {
    display:none;
}

.core-log-iframe {
    box-sizing:border-box;
    border:0;
    width:100%;
    height:270px;
}

.form_date_repeat {
    width:100%;
}

.form_select_and_text_tag {
    display:inline-block;
    min-width:72px;
    text-align:right;
}

.form_select_narrow {
    width:120px !important;
}

.svg_icon {
    display:table;
    box-sizing:border-box;
}

.svg_icon_disabled svg {
    opacity:0.2;
}

input::placeholder,select::placeholder,textarea::placeholder {
    color:#CCC;
}

#jr-ds-item-count {
    position:absolute;
    bottom:12px;
    right:12px;
    padding:10px;
    text-align:center;
    font-size:13px;
}

#jr-ds-item-count span {
    font-weight:bold;
}

.form_select_area_search {
    width:auto !important;
}

.page_tab {
    user-select:none;
}

/* modules/jrCore/css/jrCore_bbcode.css */


#bbcode_help_button {
    text-align:center;
    margin-top:-33px;
}

#bbcode_help_button input {
    float:right;
    position:relative;
    margin:0 6px 0 3px;
}

#bbcode_help {
    width:800px;
    height:600px;
}

/* Mobile */
@media handheld,only screen and (max-width:767px) {
    #bbcode_help {
        width:auto;
    }
}

.bbcode_help_section {
    width:75%;
    background:#FFF;
    border-radius:3px;
    margin-top:12px;
}

.bbcode_left {
    background:#F6F6F6;
    width:50%;
    text-align:right;
    padding:6px;
}

.bbcode_right {
    width:50%;
    padding:6px;
}

.bbcode_quote {
    width:100%;
    padding:12px;
    background-color:#EEE;
    font-size:14px;
    font-style:italic;
    box-sizing:border-box;
    word-break:break-all;
}

.bbcode_quote_user {
    font-size:16px;
    font-weight:bold;
}

.bbcode_code {
    background-color:#EEE;
    width:100%;
}

/* BBCode code syntax Highlighting */

.hljs {
    max-height:400px;
    font-family:Monaco,"Courier New",Courier,monospace;
    display:block;
    overflow:auto;
    padding:10px;
    color:black;
    -webkit-text-size-adjust:none;
    font-size:11px;
    margin:6px 0;
    border-radius:3px;
    white-space:pre-wrap;
    word-break:break-all;
}

.hljs-comment {
    color:#006A00;
}

.hljs-keyword,
.hljs-literal,
.nginx .hljs-title {
    color:#AA0D91;
}

.method,
.hljs-list .hljs-title,
.hljs-tag .hljs-title,
.setting .hljs-value,
.hljs-winutils,
.tex .hljs-command,
.http .hljs-title,
.hljs-request,
.hljs-status,
.hljs-name {
    color:#008;
}

.hljs-envvar,
.tex .hljs-special {
    color:#660;
}

.hljs-string {
    color:#C41A16;
}

.hljs-tag .hljs-value,
.hljs-cdata,
.hljs-filter .hljs-argument,
.hljs-attr_selector,
.apache .hljs-cbracket,
.hljs-date,
.hljs-regexp {
    color:#080;
}

.hljs-sub .hljs-identifier,
.hljs-pi,
.hljs-tag,
.hljs-tag .hljs-keyword,
.hljs-decorator,
.ini .hljs-title,
.hljs-shebang,
.hljs-prompt,
.hljs-hexcolor,
.hljs-rule .hljs-value,
.hljs-symbol,
.hljs-symbol .hljs-string,
.hljs-number,
.css .hljs-function,
.hljs-function .hljs-title,
.coffeescript .hljs-attribute {
    color:#1C00CF;
}

.hljs-class .hljs-title,
.smalltalk .hljs-class,
.hljs-type,
.hljs-typename,
.hljs-tag .hljs-attribute,
.hljs-doctype,
.hljs-class .hljs-id,
.hljs-built_in,
.setting,
.hljs-params,
.clojure .hljs-attribute {
    color:#5C2699;
}

.hljs-variable {
    color:#3F6E74;
}

.css .hljs-tag,
.hljs-rule .hljs-property,
.hljs-pseudo,
.hljs-subst {
    color:#000;
}

.css .hljs-class,
.css .hljs-id {
    color:#9B703F;
}

.hljs-value .hljs-important {
    color:#F70;
    font-weight:bold;
}

.hljs-rule .hljs-keyword {
    color:#C5AF75;
}

.hljs-annotation,
.apache .hljs-sqbracket,
.nginx .hljs-built_in {
    color:#9B859D;
}

.hljs-preprocessor,
.hljs-preprocessor *,
.hljs-pragma {
    color:#643820;
}

.tex .hljs-formula {
    background-color:#EEE;
    font-style:italic;
}

.diff .hljs-header,
.hljs-chunk {
    color:#808080;
    font-weight:bold;
}

.diff .hljs-change {
    background-color:#BCCFF9;
}

.hljs-addition {
    background-color:#BAEEBA;
}

.hljs-deletion {
    background-color:#FFC8BD;
}

.hljs-comment .hljs-doctag {
    font-weight:bold;
}

.method .hljs-id {
    color:#000;
}

/* modules/jrCore/css/jrCore_tinymce.css */


/* @title TinyMCE Editor Body */
/* @help Controls the height of the TinyMCE editor */
#form-editor-body {
    height:100%;
}

.mce-fullscreen {
    z-index:10000 !important;
}

#mce-modal-block.mce-in {
    background:#000;
    opacity:0.8 !important;
}


/* modules/jrCore/css/jrCore_dashboard.css */


.bigtable {
    background:#FFF !important;
}

.bigtable th {
    position:relative;
}

/* @title Dashboard Panel Box */
/* @help When viewing the dashboard this controls the box the numbers appear in */
.bignum {
    background:#333;
    text-align:center;
    font-size:42px !important;
    line-height:42px;
    padding:12px !important;
    height:64px;
    -moz-box-shadow:inset 0 0 8px #000;
    -webkit-box-shadow:inset 0 0 8px #000;
    box-shadow:inset 0 0 8px #000;
    cursor:pointer;
}

/* @title Panel Color 1 */
/* @help Controls the font color for the first column in the dashboard */
.bignum1,.bignum1 a {
    color:#FC0 !important;
}

/* @title Panel Color 2 */
/* @help Controls the font color for the second column in the dashboard */
.bignum2,.bignum2 a {
    color:#F93 !important;
}

/* @title Panel Color 3 */
/* @help Controls the font color for the third column in the dashboard */
.bignum3,.bignum3 a {
    color:#6C6 !important;
}

/* @title Panel Color 4 */
/* @help Controls the font color for the fourth column in the dashboard */
.bignum4,.bignum4 a {
    color:#09F !important;
}

/* @title Panel Color 5 */
/* @help Controls the font color for the fifth column in the dashboard */
.bignum5,.bignum5 a {
    color:#3CC !important;
}

.bignum span {
    display:block;
    font-size:11px !important;
    line-height:13px;
    padding:0;
    margin:8px 0 0 0;
}

.bignum_stat_cell {
    position:relative;
}

.bignum_stat {
    position:absolute;
    top:0;
    right:0;
}

.bigsystem {
    text-align:left;
}

.bigsystem-inf {
    color:#FFF !important;
}

.bigsystem-min {
    background-color:#FC0 !important;
    color:#000 !important;
}

.bigsystem-maj {
    background-color:#F90 !important;
    color:#000 !important;
}

.bigsystem-cri {
    background-color:#F60 !important;
    color:#000 !important;
}

.page_table_fullscreen {
    height:100vh;
    width:100vw;
}

.page_table_fullscreen .bignum span {
    margin-top:30px;
    font-size:15px !important;
}

.page_table_fullscreen .page_table_header {
    height:4vh;
    font-size:24px;
}

.page_table_fullscreen .bignum_stat a {
    display:none;
}

.bigtable_r1.page_table_fullscreen .bignum {
    height:92vh;
    font-size:112px !important;
}

.bigtable_r2.page_table_fullscreen .bignum {
    height:42vh;
    font-size:96px !important;
}

.bigtable_r3.page_table_fullscreen .bignum {
    height:24vh;
    font-size:82px !important;
}

.bigtable_r4.page_table_fullscreen .bignum {
    height:17vh;
    font-size:72px !important;
}

.bigtable_r5.page_table_fullscreen .bignum {
    height:12vh;
    font-size:56px !important;
}


/* modules/jrCore/css/jrCore_mobile_override.css */


@media handheld,only screen and (max-width:767px) {

    .bignum {
        font-size:28px !important;
    }

    .page_table_mobile_container {
        box-sizing:border-box;
        max-width:100vw;
    }

    .page_table_cell_mobile_left {
        width:20%;
        text-align:right !important;
    }

    .page_table_cell_mobile_left input {
        display:none;
    }

    .page_table_cell_mobile_right {
        width:80%;
        text-align:left !important;
    }

    .page_table_cell_mobile_right input[type="button"] {
        box-sizing:border-box;
        width:98%;
    }

    .page_banner_right input,.page_banner_right select {
        float:right;
        clear:both;
        margin:10px;
    }

    .form_daterange,.form_date,.form_date_time {
        min-width:unset;
    }

    .form_editor_holder {
        overflow:unset !important;
    }

    .lb-nav a.lb-next,.lb-nav a.lb-prev {
        opacity:1 !important;
    }

}

/* modules/jrCustomForm/css/jrCustomForm.css */


.form_name_button input {
    text-transform:none !important;
}

.custom-form-embed-width {
    width:95% !important;
}

.form_browser_key {
    width:125px;
    font-weight:bold;
}


/* modules/jrEmbed/css/jrEmbed.css */


.mce-floatpanel {
    z-index:500000 !important;
}

/* modules/jrEvent/css/jrEvent.css */


.attendee {
    vertical-align:middle;
}

.nonattendee {
    vertical-align:middle;
}


/* modules/jrEvent/css/calendar.css */


#jrEvent_calendar .php-calendar a:hover {
    opacity:.7;
    filter:Alpha(Opacity=70);
}

#jrEvent_calendar .ecal-container {
    min-width:50%;
}

/* @title Calendar Background Color */
/* @help this is background color for the calendar */
#jrEvent_calendar table.ecal-main {
    width:100%;
    background-color:#FFF;
    table-layout:fixed;
}

#jrEvent_calendar div.ecal-main {
    padding:0;
}

#jrEvent_calendar .ecal-main div {
    padding-left:.5em;
    padding-right:.5em;
}

#jrEvent_calendar .ecal-event-header {
    padding:.5em;
}

#jrEvent_calendar col.ecal-week {
    width:3%;
}

#jrEvent_calendar col.ecal-day {
    width:14%;
}

#jrEvent_calendar .ecal-calendar td,
#jrEvent_calendar .ecal-calendar th {
    border-collapse:collapse;
    vertical-align:text-top;
}

#jrEvent_calendar .ecal-calendar th {
    background:url("https://okcbands.com/image/img/module/jrEvent/bg_date.png") repeat-x scroll 50% 50% #CCC;
    border:1px solid #AAA;
    color:#222;
    font-weight:bold;
}

#jrEvent_calendar .ecal-calendar td {
    padding:0;
    text-align:left;
    height:100px;
}

#jrEvent_calendar .ecal-calendar li {
    margin:4px;
}

#jrEvent_calendar .ecal-main ul {
    list-style-type:none;
    padding:0;
}

#jrEvent_calendar .ecal-calendar li a {
    font-weight:normal !important;
    display:block;
    padding:2px;
    text-decoration:none;
}

#jrEvent_calendar .ecal-date {
    padding:5px 3px;
    background:url("https://okcbands.com/image/img/module/jrEvent/bg_day.png") repeat-x scroll 50% 50% #E6E6E6;
    border:1px solid #D3D3D3;
    color:#555;
    font-weight:normal;
}

#jrEvent_calendar .ecal-today {
    background-image:url("https://okcbands.com/image/img/module/jrEvent/bg_today.png") !important;
    background-repeat:repeat-x;
    background-position:50% 50%;
    background-color:#FBF9EE;
    border:1px solid #FCEFA1;
    color:#363636;
}

#jrEvent_calendar .ecal-shadow {
    opacity:.5;
    filter:Alpha(Opacity=5);
}

#jrEvent_calendar .ecal-event-list li a {
    display:block;
    padding:2px;
    text-decoration:none;
    border-radius:3px;
    background:url("https://okcbands.com/image/img/module/jrEvent/bg_event_item.png") repeat-x scroll 50% 50% #E6E6E6;
    border:1px solid #D3D3D3;
    color:#555;
    font-weight:normal;
    font-family:Verdana,Arial,sans-serif;
    font-size:1.1em;
    overflow:hidden;
}

#jrEvent_calendar .ecal-even-row {
    background:#FFF;
    background-image:none;
}

#jrEvent_calendar .ecal-today .center {
    font-size:0.9em;
    font-weight:bold;
}



/* modules/jrEvent/css/small_calendar.css */


#jrEvent_small_calendar .php-calendar a:hover {
    opacity:.7;
    filter:Alpha(Opacity=70);
}

#jrEvent_small_calendar .ecal-container {
    min-width:50%;
}

#jrEvent_small_calendar table.ecal-main {
    width:100%;
    background-color:#FFF;
}

#jrEvent_small_calendar div.ecal-main {
    padding:0;
}

#jrEvent_small_calendar .ecal-main div {
    padding-left:.5em;
    padding-right:.5em;
}

#jrEvent_small_calendar .ecal-event-header {
    padding:.5em;
}

#jrEvent_small_calendar col.ecal-week {
    width:3%;
}

#jrEvent_small_calendar col.ecal-day {
    width:14%;
}

#jrEvent_small_calendar .ecal-calendar td,
#jrEvent_small_calendar .ecal-calendar th {
    text-align:center;
    border-collapse:collapse;
    vertical-align:text-top;
}

#jrEvent_small_calendar .ecal-calendar th {
    background:url("https://okcbands.com/image/img/module/jrEvent/bg_date.png") repeat-x scroll 50% 50% #CCC;
    border:1px solid #AAA;
    color:#222;
    font-weight:bold;
}

#jrEvent_small_calendar .ecal-calendar td {
    padding:0;
    text-align:center;
}

#jrEvent_small_calendar .ecal-calendar li {
    margin:4px;
}

#jrEvent_small_calendar .ecal-main ul {
    list-style-type:none;
    padding:0;
}

#jrEvent_small_calendar .ecal-calendar li a {
    font-weight:normal !important;
    display:block;
    padding:2px;
    text-decoration:none;
}

#jrEvent_small_calendar .ecal-date {
    padding:5px 3px;
    background:url("https://okcbands.com/image/img/module/jrEvent/bg_day.png") repeat-x scroll 50% 50% #E6E6E6;
    border:1px solid #D3D3D3;
    color:#555;
    font-weight:normal;
}

#jrEvent_small_calendar .has_events {
    background-image:none;
    background-color:#CEFCB1;
    border:1px solid #B1FC9F;
    color:#363636;
}

#jrEvent_small_calendar .ecal-today {
    background:url("https://okcbands.com/image/img/module/jrEvent/bg_today.png") repeat-x scroll 50% 50% #FBF9EE;
    border:1px solid #FCEFA1;
    color:#363636;
}

#jrEvent_small_calendar .ecal-shadow {
    opacity:.5;
    filter:Alpha(Opacity=5);
}

#jrEvent_small_calendar .has_events a {
    display:block;
    font-weight:bold;
}



/* modules/jrFAQ/css/jrFAQ.css */


.nested_list.item_sortable li {
    height:auto;
    overflow:auto;
}

/* modules/jrFollower/css/jrFollower.css */


.follow_button {
    color:#484848;
    text-decoration:none;
    text-transform:capitalize;
    font-weight:bold;
    font-size:14px;
    height:32px;
    padding:0 12px;
    margin:0 2px;
    border-radius:5px;
    vertical-align:middle;
    border:solid 1px #7F7F7F;
}

.follow {
    cursor:pointer;
    background:#FD0;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddffaa',endColorstr='#bbee88'); /* for IE */
    background:-webkit-gradient(linear,left top,left bottom,from(#DFA),to(#BE8)); /* for webkit browsers */
    background:-moz-linear-gradient(top,#DFA,#BE8); /* for firefox 3.6+ */
}

.following {
    cursor:pointer;
    background:#CF9;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddffaa',endColorstr='#bbee88'); /* for IE */
    background:-webkit-gradient(linear,left top,left bottom,from(#DFA),to(#BE8)); /* for webkit browsers */
    background:-moz-linear-gradient(top,#DFA,#BE8); /* for firefox 3.6+ */
}

.follow_pending {
    background:#ADF;
    color:#000;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbeeff',endColorstr='#99ccee'); /* for IE */
    background:-webkit-gradient(linear,left top,left bottom,from(#BEF),to(#9CE)); /* for webkit browsers */
    background:-moz-linear-gradient(top,#BEF,#9CE); /* for firefox 3.6+ */
}

#follow_indicator {
    display:none;
}

.follower_action {
    position:absolute;
    bottom:28px;
    left:10px;
}

.follower_status {
    position:absolute;
    bottom:28px;
    right:10px;
}


/* modules/jrForum/css/jrForum.css */


#forum_success {
    background-color:#CF9;
    color:#000;
    padding:6px;
    padding-left:12px;
    border-radius:5px;
    border:1px solid #CCC;
    margin:12px;
}

#forum_notice {
    background-color:#FC0;
    color:#000;
    padding:6px;
    padding-left:12px;
    border-radius:5px;
    border:1px solid #CCC;
    margin-bottom:6px;
}

.forum_post_image {
    display:table-cell;
    width:10%;
    padding:6px;
    vertical-align:top;
    text-align:center;
    word-wrap:break-word;
}

.forum_post_text {
    display:table-cell;
    width:90%;
    padding:6px 12px;
    vertical-align:top;
    overflow:auto;
}

.forum_post_count {
    background:#FFF;
    text-align:right;
    float:right;
    font-size:14px;
    border-radius:4px;
    padding:6px 6px 6px 9px;
    margin-right:6px;
}

.forum_post_count_new {
    background-color:#FFF2BF;
    border-color:#FC0;
}

.forum_post_pinned {
    border-style:dotted;
    border-width:2px;
}

.forum_new_post_form {
    font-size:16px;
}

.forum_actions {
    position:absolute;
    top:12px;
    right:12px;
    display:none;
}

.forum_locked {
    margin:12px 0;
    background-color:#FC0;
    border:1px solid #CCC;
    border-radius:4px;
    padding:12px
}

.forum_post_attachment {
    margin:20px 0;
    background-color:#CF9;
    border:1px solid #CCC;
    border-radius:4px;
    padding:6px
}

.forum_follow_box {
    position:inherit;
    width:300px;
    text-align:center;
    background-color:#EEE;
    border:1px solid #999;
    border-radius:5px;
    padding:12px;
    z-index:100;
    overflow:visible;
    box-shadow:0 0 3px #000;
}

.forum_signature {
    display:inline-block;
    color:#999;
    margin-bottom:6px;
}

.forum_signature a {
    color:#999;
}

.forum_signature .bbcode_url {
    color:#999 !important;
}

#forum_solution_box {
    position:inherit;
    width:340px;
    text-align:left;
    background-color:#EEE;
    border:1px solid #999;
    border-radius:5px;
    padding:12px;
    display:none;
    z-index:100;
    overflow:visible;
    box-shadow:3px 3px 3px 3px #CCC;
}

.section_solution {
    background-color:#FFF;
    width:300px;
    border-radius:5px;
    display:inline-block;
    padding:2px 6px;
    margin:2px 0;
    font-size:18px;
    line-height:18px;
    font-weight:bold;
    cursor:pointer;
}

.section_solution_detail {
    border-radius:5px;
    padding:0 6px;
    margin-bottom:6px;
}

.section_solution_list {
    border-radius:3px;
    display:inline-block;
    padding:2px 6px;
    font-size:12px;
    line-height:12px;
}

.forum_upload_button {
    position:absolute;
    right:100px;
    top:0;
    padding:6px 0 0 0;
    line-height:27px;
}

.forum_upload_button input {
    font-size:16px !important;
}

.jrforum_upload_attachment {
    margin-top:-32px;
    text-align:right;
    width:94%;
}

.jrforum_upload_attachment li.qq-upload-success {
    text-align:left;
}

.jrforum_upload_attachment .qq-uploader {
    float:right;
}

.small_follow_container span {
    margin-top:-3px;
}


/* modules/jrFramer/css/jrFramer.css */


/* @title iFrame Error */
/* @help An error is displayed when an iframe is not allowed - this controls the style of the error */
.iframe_error {
    display:inline-block;
    padding:9px;
    background-color:#FC0;
    border-width:1px;
    border-style:solid;
    border-color:#EEEEEE;
}

/* modules/jrGallery/css/jrGallery.css */


/* Jamroom Gallery Module CSS */
.jr_gallery_row a {
    text-decoration:none;
}

.jr_gallery_row a:hover {
    text-decoration:none;
}

.img-profile {
    position:relative;
}

.gallery_actions {
    position:absolute;
    top:10px;
    right:12px;
    display:none;
}

.gallery_img {
    width:100%;
    margin:0;
    padding:0;
}

.gallery_rating {
    max-width:80px;
    padding-top:4px;
    margin:0 auto;
}

.gallery_lightbox {
    float:left;
    padding-top:12px;
}

.gallery_lightbox a {
    text-decoration:none;
}

.gallery_lightbox a:hover {
    text-decoration:none;
}

.gallery_view_all {
    float:right;
    padding-top:12px;
}

.gallery_view_all a {
    text-decoration:none;
}

.gallery_view_all a:hover {
    text-decoration:none;
}

#gallery_slider_box {
    padding:12px 0 0 0;
    padding-left:16px;
}

#gallery_slider {
}

.gallery_slider_prev {
    float:left;
    margin-right:8px;
    padding-top:14px;
}

.gallery_slider_next {
    float:left;
    margin-left:4px;
    padding-top:14px;
}

.gallery_slider_img {
    float:left;
    margin-right:4px;
}

.gallery_slider_img img {
    border:1px solid #DDDDDD;
}

.gallery_slider_img img:hover {
    border:1px solid #FFCC00 !important;
}

.jrgallery_update_div {
    display:inline-block;
    vertical-align:top;
    padding:12px;
    margin:6px 12px 6px 3px;
    border:1px solid #EEEEEE;
    text-align:center;
}

.jrgallery_update_div:hover {
    background-color:#EEEEEE;
}

.jrgallery_update_image {
    margin:1px 1px 6px 1px;
}

.jrgallery_update_button {
    font-size:10px;
    width:60px;
    margin:2px;
}

.jrgallery_update_button:hover {
    cursor:pointer;
}

@media handheld,only screen and (max-width:767px) {
    .jr_gallery_row {
        width:90%;
    }
}

.jrgallery_image_grid {
    float:left;
    display:inline-block;
    text-align:center;
    width:24%;
    margin:6px 0;
}

#gallery-edit-image {
    max-width:300px;
}

#gallery-save-image {
    display:none;
    width:75%;
    padding:12px;
    margin-bottom:12px;
    color:#000000;
    border-radius:3px;
}

.gallery_image_info {
    text-align:left;
    font-size:0.8em;
}

.gallery_search_found {
    background-color:#FFDD00;
}

.gallery_no_title {
    opacity:0.5;
}

.gallery_filename {
    opacity:0.8;
}

#gallery_title_modal {
    width:440px;
    box-sizing:border-box;
    position:relative;
}

.gallery_update_title,
.gallery_filename {
    display:inline-block;
    max-width:120px;
    overflow:hidden;
    white-space:nowrap;
}

.jrgallery_scroll_box{
    max-height:500px;
    overflow:scroll
}

.gallery_pending_image {
    float:left;
    margin-right:6px;
    vertical-align:middle;
}

/* modules/jrGeo/css/jrGeo.css */


/* Jamroom Geo Location Module CSS */

/* @title Modal Search Update */
/* @help Shows to the user when the search conditions are being updated */
#geo-zip-modal {
    background:#FFF;
    color:#000;
    width:250px;
    height:auto;
    padding:20px;
    border-radius:5px;
    text-align:center;
}

/* @title ZIP Code field */
/* @help This is the ZIP code field on the ZIP code search results page */
#zip-code-input {
    width:30%;
}

/* @title ZIP Radius field */
/* @help This is the ZIP code radius field on the ZIP code search results page */
#zip-code-radius {
    width:25%;
}


/* modules/jrGraph/css/jrGraph.css */


.graph-legend {
    margin:-20px 20px 20px 52px;
}

.graph-legend .legendColorBox {
    width:1%;
}

.graph-legend .legendColorBox > div {
    border-width:0 !important;
    padding:0;
}

.graph-legend .legendLabel {
    width:99%;
    text-align:left;
    padding-left:8px;
}

#graph-modal-container .page_content {
    padding:10px;
}

#graph-modal-container .form_submit_section {
    border-bottom:0 !important;
}

.graph-xyval {
    display:inline-block;
    margin-right:6px;
}

.graph-selector {
    display:inline-block;
    width:100px !important;
}

/* modules/jrGuestBook/css/jrGuestBook.css */


/* @title Success Message */
/* @help When a new Guestbook entry is posted successfully,the success message will be shown - this class controls how the success message looks */
#guestbook_success {
    background-color:#CCFF99;
    color:#000000;
    padding:6px;
    padding-left:12px;
    border-radius:3px;
    margin:12px;
}

/* @title Error Message */
/* @help When an error is encountered posting a new Guestbook entry,this class controls how the error message looks */
#guestbook_notice {
    background-color:#FFCC00;
    color:#000000;
    padding:6px;
    padding-left:12px;
    border-radius:3px;
    margin-bottom:6px;
}

/* modules/jrImage/css/jrImage.css */


.image_delete {
    position:absolute;
    top:3px;
    right:3px;
}

.image_delete_mobile_label {
    font-size:13px;
    text-transform:capitalize;
    margin-left:5px;
}

.image_delete a {
    text-decoration:none;
}

.image_update_display {
    display:inline-block;
    position:relative;
    margin:3px 0;
}

.form_image_right_container {
    display:block;
}

/* modules/jrLike/css/jrLike.css */


.like_button_box {
    display:inline;
}

.like_button_img {
    vertical-align:middle;
}

.like_count {
    display:inline;
    margin-left:3px;
    font-size:12px;
}

.dislike_button_box {
    display:inline;
}

.dislike_button_img {
    vertical-align:middle;
}

.dislike_count {
    display:inline;
    margin-left:3px;
    font-size:12px;
}

.likers_box {
    position:relative;
    display:none;
    width:558px !important;
    height:320px !important;
    padding-top:0;
    margin:0;
    z-index:10000;
}

.liker_list {
    font-size:12px;
}


/* modules/jrMailer/css/jrMailer.css */


#cp-display-area {
    overflow-x:hidden;
    overflow-y:scroll;
}

/* modules/jrMarket/css/jrMarket.css */


.market_status_section {
    height:18px;
    display:inline-block;
    vertical-align:middle;
    background:#EEE;
    border-radius:3px;
    margin:6px 0 0 0;
    text-align:center;
    color:#000;
}

.market_status_section_stable {
    background:#CF9;
}

.market_status_section_beta {
    background:#FD0;
}

.market_status_section_text {
    text-transform:uppercase;
    position:relative;
    left:2px;
    padding:0 16px;
    color:#000;
    font-size:12px;
}

.changelog {
    width:100%;
    font-size:12px;
    white-space:pre-wrap;
    word-wrap:break-word;
}

.market_jumper {
    width:250px !important;
}

.market-description {
    font-size:12px;
}

.market-version {
    height:14px !important;
    padding:2px 5px 0 5px;
    font-size:10px;
    margin-bottom:6px;
    white-space:nowrap;
}

.market-requires {
    font-size:11px;
}

.changelog_div {
    background-color:#FFF;
    font-family:monospace;
    white-space:pre-wrap
}


/* modules/jrNewsLetter/css/jrNewsLetter.css */


#jrnewsletter-recipients {
    width:73.3%;
    margin-left:4px;
    padding:5px 10px;
    border-radius:3px;
}

#jrnewsletter-recipients #r_count {
    display:inline-block;
    margin:6px 0 0 5px;
    font-size:18px;
    vertical-align:middle;
}

#jrnewsletter-recipients #r_indicator_holder {
    display:inline-block;
    vertical-align:middle;
    margin-top:6px;
}

#jrnewsletter-recipients input {
    float:right;
    vertical-align:middle;
}

#jrnewsletter-filter-recipients {
    width:450px;
    height:500px;
    overflow:auto;
    padding:10px;
}

#filter_view {
    display:none;
}


/* modules/jrPage/css/jrPage.css */


/* Jamroom Page Module CSS */

/* @title Page Body */
/* @help Defines the font size for the main page body content */
.jrpage_body {
    font-size:16px;
}

.jrpage_body p {
    padding:3px 12px;
}

.page_actions {
    position:absolute;
    top:12px;
    right:12px;
    display:none;
}


/* modules/jrPhotoAlbum/css/jrPhotoAlbum.css */


/* Jamroom PhotoAlbum Module CSS */

.photoalbum_lightbox {
    float:left;
    padding-top:12px;
}

.photoalbum_lightbox a {
    text-decoration:none;
}

.photoalbum_lightbox a:hover {
    text-decoration:none;
}

.photoalbum_actions {
    position:absolute;
    top:15px;
    right:18px;
    display:none;
}

.photoalbum_box {
    position:inherit;
    width:400px;
    text-align:left;
    background-color:#EEEEEE;
    border:1px solid #999999;
    border-radius:5px;
    padding:12px;
    display:none;
    z-index:1000001;
    overflow:visible;
    box-shadow:3px 3px 3px 3px #CCCCCC;
}

.photoalbum_name {
    padding:5px;
}

.photoalbum_name a {
    width:80%;
    text-decoration:underline;
}

.photoalbum_count {
    width:10%;
    white-space:nowrap;
    font-size:10px;
    padding:5px;
}

.photoalbum_button {
    width:70px;
}

.photoalbum_success {
    border-radius:5px;
    background-color:#CCFF99;
    color:#000000;
}

.photoalbum_error {
    border-radius:5px;
    background-color:#FFDD00;
    color:#000000;
}

#photoalbum_close,
#photoalbum_prev,
#photoalbum_next {
    cursor:pointer;
}

@media handheld,only screen and (max-width:767px) {
    .photoalbum_box {
        position:absolute;
        width:80%;
        right:0;
    }

    .photoalbum_button {
        width:50px;
    }

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


/* modules/jrPlaylist/css/jrPlaylist.css */


/* Jamroom Playlist Module CSS */

.playlist_box {
    position:inherit;
    width:400px;
    text-align:left;
    background-color:#EEEEEE;
    border:1px solid #999999;
    border-radius:5px;
    padding:12px;
    display:none;
    z-index:10000;
    overflow:visible;
    box-shadow:3px 3px 3px 3px #CCCCCC;
}

#playlist_message {
    padding-left:5px;
    font-size:12px;
    margin-bottom:6px;
}

.playlist_name {
    padding:5px;
}

.playlist_name a {
    text-decoration:underline;
}

.playlist_count {
    white-space:nowrap;
    font-size:10px;
    padding:0 10px;
    text-align:center;
}

.playlist_add {
    padding:0 0 5px 0;
}

.playlist_button {
    width:70px;
    margin:0 2px 5px 0;
}

.playlist_success {
    border-radius:5px;
    background-color:#CCFF99;
    color:#000000;
}

.playlist_error {
    border-radius:5px;
    background-color:#FFDD00;
    color:#000000;
}

#playlist_close,
#playlist_prev,
#playlist_next {
    cursor:pointer;
}

@media handheld,only screen and (max-width:767px) {
    .playlist_box {
        position:absolute;
        width:80%;
        right:0;
    }

    .playlist_button {
        width:50px;
    }

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



/* modules/jrPrivateNote/css/jrPrivateNote.css */


/* @title Note Detail Text */
/* @help Controls the individual note reply sections when viewing a Private Note */
.note_text {
    font-size:13px;
    padding:16px;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#EEEEEE;
}


/* modules/jrProfile/css/jrProfile.css */


/* @title Your Profiles Grid */
/* @help Controls the Your Profiles page from the User Menu */
.profile_grid {
    text-align:center;
}

.profile_grid .item {
    display:inline-block;
}

.profile_grid img {
    width:185px;
    height:185px;
}

/* modules/jrRating/css/jrRating.css */


/* Large Rating */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
    background:url('https://okcbands.com/image/img/module/jrRating/rating_back_16.png') left 0 repeat-x;
}

@media screen and (-webkit-min-device-pixel-ratio:2),screen and (-o-min-device-pixel-ratio:3/2),screen and (min--moz-device-pixel-ratio:2),screen and (min-device-pixel-ratio:2) {
    .star-rating,
    .star-rating a:hover,
    .star-rating a:active,
    .star-rating a:focus,
    .star-rating .current-rating {
        background:url('https://okcbands.com/image/img/module/jrRating/rating_back_32.png') left 0 repeat-x;
        background-size:16px 48px;
    }
}

.star-rating {
    position:relative;
    width:80px;
    height:16px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
    background-position:left top;
}

.star-rating li {
    display:inline;
}

.star-rating a,
.star-rating .current-rating {
    position:absolute;
    top:0;
    left:0;
    height:16px;
    line-height:16px;
    outline:none;
    overflow:hidden;
    border:none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
    background-position:left bottom;
}

.star-rating a.star1-rating {
    width:20%;
    z-index:6;
}

.star-rating a.star2-rating {
    width:40%;
    z-index:5;
}

.star-rating a.star3-rating {
    width:60%;
    z-index:4;
}

.star-rating a.star4-rating {
    width:80%;
    z-index:3;
}

.star-rating a.star5-rating {
    width:100%;
    z-index:2;
}

.star-rating .current-rating {
    z-index:1;
    background-position:left center;
}



/* modules/jrSearch/css/jrSearch.css */


/* @title Search Text Block */
/* @help Controls the block holding the search field on module index */
.block_search {
    float:right;
    white-space:nowrap;
    text-align:right;
    width:50%;
}

/* @title Search Text Input */
/* @help Format for Text Input search element on module indexes */
.form_text_search {
    width:50%;
}

.jrsearch_reorder_item {
    text-transform:capitalize;
}

#ff-row-display_order .form_button {
    margin-top:4px;
}

/* modules/jrSmiley/css/jrSmiley.css */


#jrchat_smiley_drawer {
    height:auto;
    position:fixed;
    z-index:99;
    color:#000000;
    background:#FFFFFF;
    display:flex;
    justify-content:center;
    border-radius:5px 5px 0 0;
    right:10px;
    overflow:auto;
    margin:0 auto;
    padding-bottom:8px;
    box-shadow:inset 0 -7px 9px -7px rgba(0,0,0,0.4);
}

#jrsmiley-container {
    width:100%;
    padding:10px;
}

#jrsmiley-image-box {
    padding:10px;
    text-align:center;
}

#jrchat_smiley_button {
    position:absolute;
    right:40px;
}

#jrsmiley-category-box {
    width:100%;
    margin-top:10px;
}

.jrsmiley-categories {
    margin:0 auto;
}

.jrsmiley-categories ul {
    margin:0 auto;
    padding:0;
}

.jrsmiley-category {
    background:#EEEEEE;
    color:#000000;
    text-transform:capitalize;
    display:block;
    float:left;
    padding:3px;
    border-radius:3px;
    font-size:13px;
    width:48%;
    margin:3px;
    text-align:center;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    cursor:pointer;
}

.jrsmiley-category a {
    color:#000000;
}

.jrsmiley-category a:hover {
    color:#000000;
}

.smiley_set_bar li.active,
.smiley_set_bar li a:hover {
    color:#FFFFFF;
    background:transparent url("https://okcbands.com/modules/jrSmiley/img/over.jpg") no-repeat top right;
}

.smiley_icon {
    display:none;
}

.jrsmiley_set_icon img {
    margin:0 1px 3px 1px;
}

.jrsmiley_category {
    background:#999999;
}

.jrsmiley-sets img {
    margin:0 3px 4px 0;
}



/* modules/jrSupport/css/jrSupport.css */


.jrsupport-entry {
    padding:10px;
    display:table-cell
}

.jrsupport-entry a:hover {
    text-decoration:none !important;
}

.form_button_support {
    width:150px;
}


/* modules/jrTags/css/jrTags.css */


.tag_name_box {
    float:left;
    width:unset;
    background-color:#FFF;
    border-width:1px;
    border-color:#999;
    border-style:solid;
    border-radius:5px;
    padding:3px 6px 6px 6px;
    margin:6px 6px 0 0;
    font-size:12px;
    text-transform:uppercase;
}

.tag_name_box a {
    text-decoration:none;
}

.tag_name_box:hover {
    background-color:#EEE;
}

#tag_holder {
    position:relative;
    margin:0 auto;
    text-align:center;
}

#tag_form_box {
    padding:12px 0 0 3px;
}

#tag_text {
    margin:0;
    width:200px;
}

#tag_submit {
    margin-top:0;
}

#tag_cloud {
    background-color:#DDD;
    color:#000;
    border-radius:5px 5px 0 0; 
}

#tag_cloud:hover {
    background-color:#444;
    color:#FFF;
}

#tag_cloud_button a {
    text-decoration:none;
}

#profile_tag_cloud {
    display:inline-block;
}

.tag_name_box_small {
    float:left;
    background-color:#FFF;
    border-width:1px;
    border-color:#999;
    border-style:solid;
    border-radius:4px;
    padding:2px 5px 2px 5px;
    margin:4px 4px 0 0;
    font-size:8px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-family:monospace;
}

/* tags hidden by default */
.row_tag_list {
    display:none;
}

.tagit li.tag {
    background:#DDD;
    border:0;
    border-radius:4px;
    padding:3px 6px;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
}

li.tagit-edit-handle {
    width:100%;
}

li input.no-style {
    width:100%;
}

.tagit-edit-handle .no-style {
    font-family:inherit;
}

#tag_message {
    padding:5px 10px;
    display:none;
    border-radius:5px;
}

/* modules/jrTags/contrib/jqcloud/jqcloud.css */


/* fonts */

div.jqcloud {
  font-family:inherit;
  font-size:12px;
  line-height:normal;
}

div.jqcloud a {
  font-size:inherit;
  text-decoration:none;
}

div.jqcloud span.w10 { font-size:550%; }
div.jqcloud span.w9 { font-size:500%; }
div.jqcloud span.w8 { font-size:450%; }
div.jqcloud span.w7 { font-size:400%; }
div.jqcloud span.w6 { font-size:350%; }
div.jqcloud span.w5 { font-size:300%; }
div.jqcloud span.w4 { font-size:250%; }
div.jqcloud span.w3 { font-size:200%; }
div.jqcloud span.w2 { font-size:150%; }
div.jqcloud span.w1 { font-size:100%; }

/* colors */

div.jqcloud { color:#09f; }
div.jqcloud a { color:inherit; }
div.jqcloud a:hover { color:#0df; }
div.jqcloud a:hover { color:#0cf; }
div.jqcloud span.w10 { color:#0cf; }
div.jqcloud span.w9 { color:#0cf; }
div.jqcloud span.w8 { color:#0cf; }
div.jqcloud span.w7 { color:#39d; }
div.jqcloud span.w6 { color:#90c5f0; }
div.jqcloud span.w5 { color:#90a0dd; }
div.jqcloud span.w4 { color:#90c5f0; }
div.jqcloud span.w3 { color:#a0ddff; }
div.jqcloud span.w2 { color:#99ccee; }
div.jqcloud span.w1 { color:#aab5f0; }

/* layout */

div.jqcloud {
  overflow:hidden;
  position:relative;
}

div.jqcloud span { padding:0; }



/* modules/jrTicket/css/jrTicket.css */


.ticket_user_cell {
    padding:16px !important;
    vertical-align:top;
    text-align:center !important;
    word-break:break-all;
}

.ticket_byline {
    font-size:11px;
}

.page_table_row.ticket_status_change,
.page_table_row_alt.ticket_status_change {
    background-color:#EEE;
}

.page_table_row.ticket_status_change .page_table_cell,
.page_table_row_alt.ticket_status_change .page_table_cell {
    font-size:12px;
}

.ticket_update_cell {
    padding:16px !important;
    vertical-align:top;
    font-size:14px !important;
    word-break:break-word;
}

.ticket_text {
    min-width:100%;
    max-width:1100px;
    overflow:auto;
}

.ticket_previous_text {
    background:#EEE;
    border-radius:5px;
    padding:10px;
}

.ticket_update_cell a {
    text-decoration:underline;
}

.ticket_attachment:first-of-type {
    margin-top:30px;
    border-top:1px solid #EEE;
}

.ticket_attachment {
    color:#000;
    padding:10px 0 0 0;
    font-size:13px;
}

.ticket_attachment img {
    margin-right:10px;
}

.ticket_high_priority {
    background-color:#FFE680 !important;
}

.ticket_delete_btn {
    text-align:right;
}

.ticket_follow_box {
    position:inherit;
    width:340px;
    text-align:left;
    background-color:#EEE;
    border:1px solid #999;
    border-radius:5px;
    padding:12px;
    z-index:100;
    overflow:visible;
    box-shadow:3px 3px 3px 3px #CCC;
}

#ticket_follow_button {
    text-decoration:none;
}

.ticket-browse-icons {
    float:right;
}

.ticket-browse-icons .sprite_icon {
    background:transparent !important;
    border:0;
    cursor:default;
    margin-left:4px;
}

.ticket-browse-icons .sprite_icon:hover {
    background:transparent !important;
    border:0;
    cursor:default;
}

.page_banner_right .sprite_icon {
    margin-left:3px;
}

#ticket-divider {
    display:inline-block;
    margin:0 6px 0 9px;
}

.ticket-slim-header {
    height:0 !important;
    padding:0 !important;
}

.ticket_issue_tracker_notice {
    text-align:left;
}

#ticket_tracker_modal {
    width:auto;
    box-sizing:border-box;
    position:relative;
}

#ticket-tpl-delete {
    display:none;
}

#move-mailboxes {
    width:300px;
    display:none;
    box-sizing:border-box;
    position:relative;
    text-align:center;
}

#move-mailboxes-title {
    display:inline-block;
    margin-bottom:10px;
}

.mailbox-move-button {
    display:inline-block;
    width:80%;
    margin-bottom:10px;
}

@media handheld,only screen and (max-width:767px) {
    .ticket_user_cell {
        padding:2px !important;
    }
}

#ticket_note_box {
    width:750px;
    height:auto;
    overflow-x:hidden;
    overflow-y:auto;
}

#ticket_note_box .page_content {
    padding:10px;
}

#ticket-notes-modal {
    padding:20px;
}

#ticket-existing-notes {
    padding:10px 5px;
}

.ticket-note-user {
    width:10%;
    padding:0 5px 10px 5px;
    display:table-cell;
    vertical-align:top;
}

.ticket-note-text {
    width:90%;
    display:table-cell;
    vertical-align:top;
    padding:0 0 20px 10px;
}

.ticket-note-sub-text {
    display:inline-block;
    font-size:11px;
    margin-bottom:10px;
}

.ticket-note-user-img {
    width:72px;
}

#ticket-notes-close {
    position:absolute;
    bottom:20px;
    right:20px;
}

#ticket-select-owner {
    background:#EEE;
    width:350px;
    height:auto;
    padding-top:10px;
    border-radius:5px;
}

.ticket-owner-row {
    padding:5px;
    margin:0 10px;
}

.ticket-owner-row img {
    vertical-align:middle;
}

.ticket-owner-row input {
    display:inline-block;
    vertical-align:middle;
    margin-left:5px;
    padding:5px 8px;
}

.ticket-block-sender {
    margin-top:8px;
}

#ticket-note-text {
    box-sizing:border-box;
    height:64px;
    width:100%;
    margin:0;
}

#ticket_follow_drop {
    text-align:center;
    width:220px;
}

.ticket-dbg td {
    background:#E6FFCD;
    border-top:2px solid #CF9;
    border-bottom:2px solid #CF9;
}

.ticket-dbg td:first-child {
    border:2px solid #CF9;
    border-right:0;
    border-radius:5px 0 0 5px;
}

.ticket-dbg td:last-child {
    border:2px solid #CF9;
    border-left:0;
    border-radius:0 5px 5px 0;
}

.ticket-min td {
    background:#FF9;
    border-top:2px solid #D9D982;
    border-bottom:2px solid #D9D982;
}

.ticket-min td:first-child {
    border:2px solid #D9D982;
    border-right:0;
    border-radius:5px 0 0 5px;
}

.ticket-min td:last-child {
    border:2px solid #D9D982;
    border-left:0;
    border-radius:0 5px 5px 0;
}

.ticket-maj td {
    background:#F93;
    border-top:2px solid #D9822B;
    border-bottom:2px solid #D9822B;
}

.ticket-maj td:first-child {
    border:2px solid #D9822B;
    border-right:0;
    border-radius:5px 0 0 5px;
}

.ticket-maj td:last-child {
    border:2px solid #D9822B;
    border-left:0;
    border-radius:0 5px 5px 0;
}

.ticket-cri td {
    background:#F63;
    border-top:2px solid #D9572B;
    border-bottom:2px solid #D9572B;
}

.ticket-cri td:first-child {
    border:2px solid #D9572B;
    border-right:0;
    border-radius:5px 0 0 5px;
}

.ticket-cri td:last-child {
    border:2px solid #D9572B;
    border-left:0;
    border-radius:0 5px 5px 0;
}

#ticket_status_select,
#ticket_staff_select {
    width:140px;
}

.ticket_status_section {
    background:unset !important;
    width:126px !important;
    padding:3px !important;
    margin:0 !important;
    text-align:center;
    font-size:13px !important;
    color:#000;
    border:1px solid #EEE;
    cursor:pointer;
}

.ticket_status_section_open {
    background-color:#FFF !important;
    border-color:#DDD !important;
}

.ticket_status_section_waiting_for_reply {
    background-color:#F93 !important;
    border-color:#D9822B !important;
}

.ticket_status_section_testing {
    background-color:#ADF !important;
    border-color:#91BCD9 !important;
}

.ticket_status_section_followup {
    background-color:#FD0 !important;
    border-color:#D9BC00 !important;
}

.ticket_status_section_needs_call {
    background-color:#DDAFF8 !important;
    border-color:#BC95D3 !important;
}

.ticket_status_section_closed {
    background-color:#EEE !important;
    border-color:#DDD !important;
}

#ticket_status_default_selector_closed {
    height:22px;
    padding:10px 20px 0 20px;
}

.ticket-tag {
    word-break:normal;
    white-space:nowrap;
    width:unset;
    background:#FFF;
    color:#000;
    border:1px solid #DDD;
    border-radius:5px;
    padding:1px 3px 0 3px;
    margin:0 1px 0 0;
    font-size:8px;
    text-transform:uppercase;
    float:left;
}

.ticket-tag a {
    color:#000 !important;
}

.ticket-action-table {
    background-color:transparent !important;
    border-spacing:0 !important;
    margin-bottom:0 !important;
    border-radius:5px;
}

@media handheld,only screen and (max-width:767px),(orientation:portrait) {

    #ticket_tracker_modal {
        width:300px;
    }
}

/* modules/jrTips/css/jrTips.css */


.tour-list {
    margin:24px 0 0 0;
    padding:0;
    padding-top:12px;
}

.tour-stop {
    position:absolute;
    bottom:8px;
    right:10px;
    font-size:9px;
}

.tour-stop a {
    color:#BBBBBB !important;
    text-decoration:none !important;
}

.tour-stop a:hover {
    color:#333333 !important;
    text-decoration:none !important;
}

/* @title Tour popup URLs */
/* @help Controls the font in the Tour modal popups */
.tour-extra {
    position:absolute;
    bottom:8px;
    left:10px;
    margin:2px;
    padding:0;
    list-style:none;
    font-size:13px;
    line-height:20px;
}

.tour-extra a {
    color:#000000;
}

.tour-close {
    display:none;
    margin-top:12px;
}

.tour-img {
    vertical-align:middle;
}


/* modules/jrTracker/css/jrTracker.css */


.tracker_item_key {
    display:inline-block;
    width:95px;
    color:#999;
    text-align:right;
}

.tracker_item_key_small {
    display:inline-block;
    width:60px;
    color:#999;
    text-align:right;
    font-size:10px;
    text-transform:capitalize;
}

.status_section {
    line-height:12px;
    width:110px;
    display:inline-block;
    vertical-align:middle;
    border-radius:3px;
    text-align:center;
    color:#000;
    text-transform:uppercase;
    font-size:10px;
    padding:4px 4px 3px 4px;
    border:1px solid #EEE;
}

.status_section_open {
    background-color:#FFF !important;
    border:1px solid #DDD;
}

.status_section_burner {
    background-color:#EEE !important;
    border:1px solid #666;
}

.status_section_in_progress {
    background-color:#CF9 !important;
    border:1px solid #ADD982;
}

.status_section_pending {
    background-color:#F93 !important;
    border:1px solid #D9822B;
}

.status_section_closed {
    background-color:#EEE !important;
    border:1px solid #DDD;
}

.status_section_testing {
    background-color:#ADF !important;
    border:1px solid #91BCD9;
}

.status_section_release {
    background-color:#FD0 !important;
    border:1px solid #D9BC00;
}

.status_section_postrelease {
    background-color:#DDAFF8 !important;
    border:1px solid #BC95D3;
}

.status_section_releasedelay {
    background-color:#FFF !important;
    border:1px solid #D9BC00;
}

.status_section_completed {
    background-color:#CF9 !important;
    border:1px solid #ADD982;
}

.status_section_delayed {
    background-color:#FFF !important;
    border:1px solid #D9822B;
}

.status_section_blocked {
    background-color:#FFF !important;
    border:1px solid #D9822B;
}

.status_section_private {
    background-color:#FD0 !important;
    border:1px solid #D9BC00;
}

.filter_box {
    float:left;
    background-color:#EEE;
    border-radius:3px;
    padding:6px 12px;
    margin:3px;
    font-size:14px;
}

.filter_box a {
    text-decoration:none;
}

.filter_box:hover {
    background-color:#EEE;
}

.comment_private {
    border:3px solid #FD0 !important;
    border-radius:3px;
}

.status_private {
    height:18px;
    line-height:18px;
    width:60px;
    display:inline-block;
    vertical-align:middle;
    background:#FD0;
    border-radius:3px;
    text-align:center;
    color:#000;
    text-transform:uppercase;
    font-size:12px;
}

.tracker_attachment {
    margin:20px 12px;
    background-color:#EEE;
    border:1px solid #CCC;
    border-radius:4px;
    padding:6px
}

.tracker_follow_box {
    position:inherit;
    width:340px;
    text-align:left;
    background-color:#EEE;
    border:1px solid #999;
    border-radius:5px;
    padding:12px;
    z-index:100;
    overflow:visible;
    box-shadow:3px 3px 3px 3px #CCC;
}

.tracker_vote_section {
    border-top:1px solid #EEE;
    font-size:16px;
    padding:16px 12px;
}

.tracker_vote_button {
    margin-top:12px !important;
}

#tracker-status-sel {
    width:120px;
}

#tracker-resolution {
    width:460px;
    box-sizing:border-box;
    position:relative;
}

#tracker-resolution-txt {
    width:100%;
}

#tracker-select-owner {
    background:#EEE;
    width:350px;
    height:auto;
    padding:20px;
    border-radius:5px;
}

.tracker-owner-row {
    margin:3px 0;
}

.tracker-owner-row img {
    vertical-align:middle;
    width:28px;
    height:28px;
}

.tracker-owner-row input {
    display:inline-block;
    vertical-align:middle;
    margin-left:5px;
    padding:5px 8px;
}

#tracker-report-table {
    margin-top:10px;
}

#tracker-report-modal {
    background:#FFF;
    padding:10px;
    border-radius:4px;
    width:700px;
    height:auto;
}

#tracker_status_select {
    width:150px;
}

#tracker-tpl-delete {
    display:none;
}

.tracker-title-seen {
    font-weight:normal;
}

.tracker-tag {
    width:unset;
    background:#FFF;
    color:#000;
    border:1px solid #DDD;
    border-radius:3px;
    padding:1px 3px 0 3px;
    margin:0 1px 0 0;
    font-size:8px;
    text-transform:uppercase;
}

.tracker-tag a {
    color:#000 !important;
}


/* modules/jrUpimg/css/slider.css */


/*! http://responsiveslides.com v1.32 by @viljamis */

#swrapper {
    padding:26px 0 20px 0;
    margin:0 auto;
}

.upimg_rslides {
    position:relative;
    list-style:none;
    overflow:hidden;
    height:auto;
    padding:0;
    margin:0 auto;
}

.upimg_rslidesli {
    position:absolute;
    display:none;
    height:auto;
    left:0;
    top:0;
    margin:0 auto;
}

.upimg_rslidesli:first-child {
    position:relative;
    display:block;
    float:left;
    margin:0 auto;
}

.upimg_rslidesimg {
    display:block;
    height:auto;
    float:left;
    border:0;
    margin:0 auto;
}

.upimg_rslides {
    margin:0 auto;
}

#slider2 {
    box-shadow:none;
    margin:0 auto;
}

.upimg_rslides_tabs {
    background-color:#EEE;
    list-style:none;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:0;
    font-size:12px;
    margin:0 auto;
    text-align:center;
}

.upimg_rslides_tabs li {
    display:inline;
    float:none;
}

.upimg_rslides_tabs a {
    width:auto;
    line-height:20px;
    padding:3px 5px;
    height:auto;
    background:transparent;
    display:inline;
    color:#000;
}

.upimg_rslides_tabs li:first-child {
    margin-left:0;
}

.upimg_rslides_tabs .upimg_rslides_here a {
    background:#FFF;
    color:#000;
    font-weight:bold;
}

/* Callback example */

.events {
    list-style:none;
}

.callbacks_container {
    margin-bottom:10px;
    position:relative;
    float:left;
    width:100%;
}

.callbacks {
    position:relative;
    list-style:none;
    overflow:hidden;
    width:100%;
    padding:0;
    margin:0;
}

.callbacks li {
    position:absolute;
    width:100%;
    left:0;
    top:0;
}

.callbacks img {
    display:block;
    position:relative;
    z-index:1;
    height:auto;
    width:100%;
    border:0;
}

.callbacks .caption {
    display:block;
    position:absolute;
    z-index:2;
    font-size:18px;
    text-shadow:none;
    color:#FFF;
    background:#000;
    background:rgba(0,0,0,.8);
    left:0;
    right:0;
    bottom:0;
    padding:10px 20px;
    margin:0;
    max-width:none;
    border-top-width:2px;
    border-top-style:solid;
    border-top-color:#EEE;
}

.callbacks_nav {
    position:absolute;
    top:52%;
    left:0;
    opacity:0.5;
    z-index:3;
    text-indent:-9999px;
    overflow:hidden;
    text-decoration:none;
    height:61px;
    width:38px;
    background:transparent url("https://okcbands.com/image/img/module/jrUpimg/themes.gif") no-repeat left top;
    margin-top:-45px;
}

.callbacks_nav:active {
    opacity:1.0;
}

.callbacks_nav.next {
    left:auto;
    background-position:right top;
    right:0;
}


/* modules/jrUrlScan/css/jrUrlScan.css */


#urlscan_target {
    margin-top:5px;
    padding:5px;
    display:none;
}

#urlscan-player-div {
    display:none;
}

.urlscan_card {
    border:1px solid #EEE;
    border-radius:3px;
    padding:10px;
}

.action .urlscan_card {
    border:none;
    border-radius:0;
    padding:0;
}

.urlscan_card h2 {
    margin:0 0 10px;
}

#urlscan_loading {
    display:block;
    margin:6px auto;
}

.urlscan_card_load {
    display:block;
    background:#EEE;
    padding:4px 8px;
    border-radius:3px;
    cursor:pointer;
    text-decoration:none;
}

/* modules/jrUser/css/jrUser.css */


.online_status_table {
    display:table;
    width:100%;
}

/* @title Online Status Image */
/* @help Cell class for image area in Online Status for an individual User */
.online_status_image {
    display:table-cell;
    width:10%;
    padding:6px;
}

/* @title Online Status User */
/* @help Cell class for user name area in Online Status for an individual User */
.online_status_user {
    display:table-cell;
    width:80%;
    vertical-align:middle;
    padding:2px 6px;
}

/* @title Online Status User Anchor */
/* @help Cell class for user name area in Online Status for an individual User */
.online_status_user a {
    color:#000;
}

/* @title User is Online */
/* @help Class for small ONLINE box that shows when the user is actually online */
.online_status_online {
    background-color:#CF9;
    color:#000;
    display:inline-block;
    width:100%;
    border-radius:2px;
}

/* @title User is Offline */
/* @help Class for small OFFLINE box that shows when the user is not online */
.online_status_offline {
    color:#000;
    display:inline-block;
    width:100%;
    border-radius:2px;
}

/* @title Widget Font Size */
/* @help sets the label font size for the Login and Signup widgets */
.widget-item-widget_login {
    font-size:12px !important;
}

#user-notification-select {
    margin:10px 6px !important;
    width:35% !important;
    text-transform:capitalize;
}

.user_notification_left {
    width:35% !important;
    padding:20px !important;
}

.element_left.user_notification_left.expanded {
    text-align:justify;
}

.user_notification_right {
    width:65% !important;
    padding:20px !important;
}

.user_notification_right span {
    display:block;
}

.user_notification_right input {
    margin:3px 6px 3px 3px;
    vertical-align:bottom;
}

#jrUser_account input[readonly="readonly"] {
    background:inherit;
    color:inherit;
}

.user-delete-modal {
    text-align:center;
    width:290px;
    padding:20px;
}

.user-delete-modal input {
    width:250px;
    display:inline-block;
    margin:10px 20px;
}

.new_login {
    margin:50px auto;
    text-align:center;
    max-width:360px;
    height:auto;
    background:white;
    border-radius:8px;
    padding:2em 0 1em;
    box-shadow:0 0 20px #BBB;
}

.new_login .form_text {
    box-sizing:border-box;
    background:white;
    padding:7px 10px;
    border-radius:8px;
    color:#333;
    width:290px;
    box-shadow:none;
    border:2px solid #AAA;
}

.new_login .form_select {
    box-sizing:border-box;
    padding:7px 10px;
    border-radius:8px;
    color:#333;
    width:290px;
    box-shadow:none;
    border:2px solid #AAA;
}

.form_text_wrap {
    position:relative;
    width:300px;
    margin:6px auto;
}

.form_text_wrap.password {
    margin:10px auto 0;
}

.login_button {
    background:#333 linear-gradient(#444,#222);
    height:40px;
    width:100%;
    border:none;
    cursor:pointer;
    border-radius:10px;
    margin:10px 0;
    color:white;
    font-size:16px;
    max-width:292px;
}

.login_button:disabled {
    opacity:0.6;
}

.new_login h2 {
    display:block;
    margin-bottom:12px;
    color:#333;
}

.login_forgot {
    padding:1em;
    border-top:1px solid #999;
    width:270px;
    margin:auto;
}

.login_forgot a {
    color:#888;
    font-size:16px;
}

.new_login .form_text:focus {
    border:2px solid #333;
}

.new_login .form_submit_section {
    padding:16px;
    background:none;
}

.signup_button {
    background:#EEE linear-gradient(#444,#222);
    color:white;
    padding:12px;
    width:90%;
    border:none;
    border-radius:10px;
    font-size:16px;
    text-transform:capitalize;
    cursor:pointer;
}

.form_text_wrap.left {
    text-align:left;
    padding:12px 0 0;
}

.new_login .page_notice {
    margin:10px;
}

.form_capitalize {
    text-transform:capitalize;
}

#account-tabs-profile-button {
    text-transform:none;
}

.u-view-keys {
    display:none;
}

.index_form .form_text {
    box-sizing:border-box;
    width:100%;
}

.new_login .form_text {
    width:auto;
    min-width:290px;
    height:36px;
}

/* Mobile */
@media handheld,only screen and (max-width:767px) {
    .new_login {
        border-radius:0;
        margin-top:0;
        margin-bottom:0;
    }
}

/* modules/jrYouTube/css/jrYouTube.css */


/* from this tutorial http://www.labnol.org/internet/light-youtube-embeds/27941/ */
.youtube-container {
    display:block;
    margin:0 auto;
    width:100%;
    max-width:600px;
}

.youtube-player {
    display:block;
    width:100%; /* assuming that the video has a 16:9 ratio */
    padding-bottom:56.25%;
    overflow:hidden;
    position:relative;
    height:100%;
    cursor:pointer;
}

img.youtube-thumb {
    bottom:0;
    display:block;
    left:0;
    margin:auto;
    max-width:100%;
    width:100%;
    position:absolute;
    right:0;
    top:0;
    height:auto
}

.youtube-play-button {
    height:51px;
    width:72px;
    left:50%;
    top:50%;
    margin-left:-36px;
    margin-top:-36px;
    position:absolute;
    background:url("https://okcbands.com/image/img/module/jrYouTube/play.png") no-repeat;
}

.youtube-iframe {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    border:0;
}

/* skins/obOKCBands/css/root.css */


@font-face {
    font-family:'Roboto';
    font-weight:400;
    src:url('https://okcbands.com/skins/obOKCBands/fonts/Roboto-Regular.woff2') format('woff2'),
         url('https://okcbands.com/skins/obOKCBands/fonts/Roboto-Regular.woff') format('woff');
}

@font-face {
    font-family:'Roboto Italic';
    font-weight:400;
    font-style:italic;
    src:url('https://okcbands.com/skins/obOKCBands/fonts/Roboto-Italic.woff2') format('woff2'),
         url('https://okcbands.com/skins/obOKCBands/fonts/Roboto-Italic.woff') format('woff');
}

@font-face {
    font-family:'Roboto Light';
    font-weight:300;
    src:url('https://okcbands.com/skins/obOKCBands/fonts/Roboto-Light.woff2') format('woff2'),
         url('https://okcbands.com/skins/obOKCBands/fonts/Roboto-Light.woff') format('woff');
}

@font-face {
    font-family:'Roboto Light Italic';
    font-weight:300;
    font-style:italic;
    src:url('https://okcbands.com/skins/obOKCBands/fonts/Roboto-LightItalic.woff2') format('woff2'),
         url('https://okcbands.com/skins/obOKCBands/fonts/Roboto-LightItalic.woff') format('woff');
}

@font-face {
    font-family:'Roboto Medium';
    font-weight:500;
    src:url('https://okcbands.com/skins/obOKCBands/fonts/Roboto-Medium.woff2') format('woff2'),
         url('https://okcbands.com/skins/obOKCBands/fonts/Roboto-Medium.woff') format('woff');
}

@font-face {
    font-family:'Roboto Meidium Italic';
    font-weight:500;
    font-style:italic;
    src:url('https://okcbands.com/skins/obOKCBands/fonts/Roboto-MediumItalic.woff2') format('woff2'),
         url('https://okcbands.com/skins/obOKCBands/fonts/Roboto-MediumItalic.woff') format('woff');
}

@font-face {
    font-family:'Roboto Bold';
    font-weight:900;
    src:url('https://okcbands.com/skins/obOKCBands/fonts/Roboto-Bold.woff2') format('woff2'),
         url('https://okcbands.com/skins/obOKCBands/fonts/Roboto-Bold.woff') format('woff');
}

@font-face {
    font-family:'Roboto Bold Italic';
    font-weight:900;
    font-style:italic;
    src:url('https://okcbands.com/skins/obOKCBands/fonts/Roboto-BoldItalic.woff2') format('woff2'),
         url('https://okcbands.com/skins/obOKCBands/fonts/Roboto-BoldItalic.woff') format('woff');
}

:root {
    /*Background Colors*/
    --bg-primary:#060811;
    --bg-secondary:#16161c;

    /*Font Colors*/
    --clr-primary:#CCCCCC;
    --clr-secondary:#0073ce;
    --clr-alt:#b3985d;
    --clr-alt2:#973822;

    /*Font Family*/
    --ff-light:"Roboto Light",sans-serif;
    --ff-light-italic:"Roboto Light Italic",sans-serif;
    --ff-medium:"Roboto Medium",sans-serif;
    --ff-medium-italic:"Roboto Medium Italic",sans-serif;
    --ff-regular:"Roboto",sans-serif;
    --ff-regular-italic:"Roboto Italic",sans-serif;
    --ff-bold:"Roboto Bold",sans-serif;
    --ff-bold-italic:"Roboto Bold Italic",sans-serif;

    /*Font Size*/
    --fs-300:.75rem;
    --fs-400:1rem;
    --fs-600:1.5rem;
    --fs-700:1.75rem;
    --fs-900:2rem;
    /*--step--2:clamp(0.5208rem,0.4604rem + 0.3019vw,0.6944rem);*/
    /*--step--1:clamp(0.625rem,0.5525rem + 0.3623vw,0.8333rem);*/
    /*--step-0:clamp(0.75rem,0.663rem + 0.4348vw,1rem);*/
    /*--step-1:clamp(0.9rem,0.7957rem + 0.5217vw,1.2rem);*/
    /*--step-2:clamp(1.08rem,0.9548rem + 0.6261vw,1.44rem);*/
    /*--step-3:clamp(1.296rem,1.1457rem + 0.7513vw,1.728rem);*/
    /*--step-4:clamp(1.5552rem,1.3749rem + 0.9016vw,2.0736rem);*/
    /*--step-5:clamp(1.8662rem,1.6499rem + 1.0819vw,2.4883rem);*/

    /*Font Weight*/
    --fw-300:300;
    --fw-400:400;
    --fw-500:500;
    --fw-900:900;

    /*Padding rem*/
    --p-rem-1:1rem;
    --p-rem-1-5:1.5rem;
    --p-rem-2:2rem;
    --p-rem-2-5:2.5rem;
    --p-rem-3:3rem;
    --p-rem-4:4rem;
    --p-rem-5:5rem;

    /*Padding em*/
    --p-em-1:1em;
    --p-em-1-5:1.5em;
    --p-em-2:2em;
    --p-em-2-5:2.5em;
    --p-em-3:3em;
    --p-em-4:4em;
    --p-em-5:5em;
}

*,*::before,*::after {
    margin:0;
    box-sizing:border-box;
}

html  {
    background-color:var(--bg-secondary);
}
body {
    font-family:var(--ff-regular);
    font-size:var(--fs-400);
    color:var(--clr-primary);
}

h1,h2,h3 {
    text-wrap:balance;
}

h1 {
    font-size:var(--fs-900);
}
h2 {
    font-size:var(--fs-700);
}
h3 {
    font-size:var(--fs-600);
}

section > a {
    text-decoration:none;
    color:var(--clr-secondary);
}

section > a:hover {
    text-decoration:none;
    color:var(--clr-alt);
}

img {
    max-width:100%;
    height:auto;
    vertical-align:middle;
    font-style:italic;
    background-repeat:no-repeat;
    background-size:cover;
    shape-margin:1em;
}

svg {
    color:#FFFFFF;
}

/* skins/obOKCBands/css/menu.css */


.menu_container {
    width:100%;
    padding:var(--p-rem-1);
    /*border:1px solid red;*/
}

.main_menu ul  {
    list-style:none;
    display:flex;
    flex-direction:row;
    justify-content:right;
    flex-wrap:wrap;
    gap:var(--p-rem-1);
}

#menu {
    background:transparent;
    color:#FFF;
    padding:0;
    margin:0 auto;
    max-height:72px;
    width:100%;
    z-index:999999;
}

#menu-holder {
    text-align:right;
    max-width:1230px;
    padding:0;
    margin:0 auto;
}

/* New Menu CSS */
#nav_menu {
    margin:0 auto;
    padding-right:9px;
}

#nav_menu ul {
    list-style:none;
    position:relative;
    float:right;
    margin:0;
    padding:0;
    background:transparent;
}

#nav_menu > ul {
    margin-top:15px;
}

#nav_menu ul a {
    display:block;
    color:#FFF;
    text-decoration:none !important;
    text-transform:uppercase;
    padding:10px;
    cursor:pointer;
}

#nav_menu ul li {
    position:relative;
    float:left;
    margin:0;
    padding:0;
}

#nav_menu ul li a:hover {
    color:#F38C31;
}

#nav_menu ul li:hover > ul {
    display:block;
}

/* Sub Menu */
#nav_menu ul ul {
    display:none;
    position:absolute;
    top:100%;
    left:-40px;
    background:#161E34 none repeat scroll 0 0;
    padding:0;
    border-radius:5px;
    z-index:99999999;
    box-shadow:0 2px 2px #000;
}

/* Sub Menu Second Level */
#nav_menu ul ul li {
    border-bottom:1px solid #00081E;
    border-top:1px solid #31394F;
    float:none;
    margin:0;
    min-width:180px;
    padding:3px 6px;
    text-align:left;
}

#nav_menu ul ul li:first-child {
    border-top:none;
}

#nav_menu ul ul li:last-child {
    border-bottom:none;
}

#nav_menu ul ul li a {
}

#nav_menu ul ul li a:hover {
    background:#131A2C;
    color:#F38C31;
}

#nav_menu ul ul li:last-child > a:hover {
    border-radius:0 0 4px 4px;
}

#nav_menu ul ul a {
    line-height:120%;
    padding:6px 10px;
    text-transform:capitalize;
}

/* Cart */
#fc_quantity {
    position:absolute;
    top:10px;
    right:-5px;
    padding-right:0;
    color:#FFF;
}

#nav_menu ul ul ul {
    left:-175px;
    top:0;
}

#nav_menu ul ul li:first-child > a::after {
    border-bottom:6px solid #F38C31;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    content:"";
    left:60px;
    position:absolute;
    top:-6px;
}

.main_menu ul ul li ul li:first-child > a::after {
    left:30px;
}

#nav_menu ul ul ul li:first-child a::after {
    border-color:transparent #F38C31 transparent #F38C31;
    border-style:solid none solid solid;
    border-width:6px 0 6px 6px;
    margin-top:-6px;
    right:-6px;
    top:50%;
}

#nav_menu ul ul ul li:first-child a::after {
    right:-6px;
    left:auto;
    top:20px;
}

#nav_menu ul ul li:first-child a:hover::after {
    border-bottom-color:#F38C31;
}

#nav_menu ul ul ul li:first-child a:hover::after {
    border-bottom-color:transparent;
    border-right-color:#F38C31;
}










/* skins/obOKCBands/css/admin.css */


/* core_admin_log.css */
#admin_container .log-inf {
    background-color:transparent;
    text-align:left;
}

#admin_container .log-min {
    background-color:#FFCC00;
    text-align:left;
}

#admin_container .log-maj {
    background-color:#FF9900;
    text-align:left;
}

#admin_container .log-cri {
    background-color:#FF6600;
    text-align:left;
}

/* core_admin_menu.css */

#admin_container #item-holder {
    margin-right:9px;
}

#admin_container #item-list {
    width:100%;
    display:table;
    overflow:auto;
    margin:9px;
    margin-right:0;
    padding:6px;
}

#admin_container .item-row {
    width:100%;
    display:table-row;
    cursor:pointer;
    height:42px;
    background:#fff;
}

#admin_container .item-row-active {
    background-color:#DDDDDD;
}

#admin_container .item-row:hover {
    background-color:#EEEEEE;
}

#admin_container .item-icon {
    display:table-cell;
    padding:3px;
    border-bottom:0 solid #aaa;
}

#admin_container .item-entry {
    width:100%;
    display:table-cell;
    padding:6px;
    color:#000000;
    vertical-align:middle;
    border-bottom:0 solid #aaa;
}

#admin_container .item-enabled {
    display:table-cell;
    padding-right:6px;
    border-bottom:0 solid #aaa;
}

#admin_container .item-disabled {
    display:table-cell;
    color:#000000;
    background:#aaddff;
    padding:6px;
    border:1px solid #ccc;
    border-radius:4px;
}

#admin_container .item-active {
    display:table-cell;
    background:#336600;
    padding:6px;
    border:0 solid #aaa;
    border-radius:4px;
}

#admin_container #item-work {
    background-color:#DDDDDD;
}

/* core_admin_modal.css */

#simplemodal-overlay {
    background-color:#000000;
    cursor:wait;
}

#modal_window {
    background-color:#FFFFFF;
    border-width:1px;
    border-style:solid;
    border-color:#999999;
    overflow:auto;
    border-radius:5px;
}

#modal_updates {
    color:#000000;
    padding:8px;
    margin-left:12px;
    overflow:auto;
}

#modal_spinner {
    vertical-align:middle;
    margin-right:8px;
}

/* core_banner.css */

#admin_container .page_banner_box {
    background-color:#FFFFFF;
}


#admin_container .page_banner {
    border-width:1px;
    border-style:solid;
    border-color:#DDDDDD;
    margin-bottom:12px; 
}

#admin_container .page_banner_icon {
    background-color:#EDEDED;
    width:1%;
    padding:8px 0 8px 8px; 
}

#admin_container .page_banner_left {
    height:40px;
    text-align:left;
    background-color:#EDEDED;
    padding:6px 18px;
    font-weight:var(--fw-900);
    text-transform:capitalize;
    white-space:nowrap;
}

#admin_container .page_banner_right {
    background-color:#EDEDED;
    padding:6px 12px; 
    text-align:right;
}

/* core_base.css */

#admin_container .block_config {
    float:right;
    margin-top:6px;
    white-space:nowrap;
}


#admin_container .block_image {
    margin:0 auto;
    padding-right:6px;
}

#admin_container .block_content {
    padding:0;
    margin:0 auto;
}

#admin_container .title {
    background-color:#F9F9F9;
    border-style:solid;
    border-color:#EEEEEE;
    border-width:1px;
    vertical-align:middle;
    text-transform:capitalize;
    color:#333;
    padding:12px;
}

#admin_container .title h1 {
    font-size:var(--fs-900);
}

#admin_container .info {
    text-transform:capitalize;
    display:inline;
    padding:0;
    margin:0;
    color:#000000;
    font-weight:var(--fw-900);
}

#admin_container .info a {
    text-decoration:none;
    color:#336699;
}

#admin_container .info a:hover {
    color:#333;
    text-decoration:underline;
}

#admin_container .info_c {
    color:#000000;
}

#admin_container .info_c a {
    color:#336699;
    text-decoration:none;
}

#admin_container .info_c a:hover {
    color:#333;
    text-decoration:underline;
}

/* core_footer.css */

/* core_form_button.css */
#admin_container .form_button {
    color:#484848;
    text-decoration:none;
    text-transform:capitalize;
    text-shadow:0 1px 0 #fff;
    font-weight:var(--fw-900);
    height:28px;
    padding:0 7px;
    margin:0 2px;
    background:#f0f0f0;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#d1d1d1'); /* for IE */
    background:-ms-linear-gradient(top,#F7F7F7 1%,#D1D1D1 100%); /* IE 10 */
    background:-webkit-gradient(linear,left top,left bottom,from(#f7f7f7),to(#d1d1d1)); /* for webkit browsers */
    background:-moz-linear-gradient(top,#f7f7f7,#d1d1d1); /* for firefox 3.6+ */
    border:solid 1px #7f7f7f;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    cursor:pointer;
    vertical-align:middle;
}

#admin_container .anchor_button {
    padding:5px 9px;
}

#admin_container .form_button:hover {
    color:#282828;
    text-shadow:0 0 0 #fff;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#CCCCCC');
    background:-ms-linear-gradient(top,#FFFFFF 1%,#CCCCCC 100%);
    background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#CCCCCC));
    background:-moz-linear-gradient(top,#ffffff,#CCCCCC);
    border:1px solid #666666;
    box-shadow:inset 0 0 1px 1px #777777;
}

#admin_container .form_button_disabled {
    color:#A4A4A4;
    border:solid 1px #afafaf;
}

#admin_container .form_button_disabled:hover {
    color:#A4A4A4;
    background:#f0f0f0;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#d1d1d1');
    background:-ms-linear-gradient(top,#F7F7F7 1%,#D1D1D1 100%);
    background:-webkit-gradient(linear,left top,left bottom,from(#f7f7f7),to(#d1d1d1));
    background:-moz-linear-gradient(top,#f7f7f7,#d1d1d1);
    border:solid 1px #afafaf;
}

#admin_container .form_button a,
#admin_container .form_button_anchor a,
#admin_container .form_button_anchor:hover a {
    text-decoration:none;
}

#admin_container .sprite_icon {
    display:inline-block;
    border:1px solid #AAAAAA;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#CCCCCC');
    background:-ms-linear-gradient(top,#FFFFFF 1%,#CCCCCC 100%);
    background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#CCCCCC));
    background:-moz-linear-gradient(top,#ffffff,#CCCCCC);
    border-radius:5px;
    cursor:pointer;
    margin:0;
    vertical-align:middle;
}

#admin_container .sprite_icon:hover {
    border:1px solid #666666;
    box-shadow:inset 0 0 1px 1px #777777;
}

#admin_container .sprite_icon_hilighted {
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2BF',endColorstr='#FFCC00') !important;
    background:-ms-linear-gradient(top,#FFF2BF 1%,#FFCC00 100%) !important;
    background:-webkit-gradient(linear,left top,left bottom,from(#FFF2BF),to(#FFCC00)) !important;
    background:-moz-linear-gradient(top,#FFF2BF,#FFCC00) !important;
}

/* core_form_element.css */
#admin_container .form_radio {
}

#admin_container .form_radio_option {
    display:inline;
    padding-right:32px;
}

#admin_container .form_textarea {
    color:#000000;
    width:75%;
    height:100px;
    padding:5px; 
    margin:0 2px; 
    background-color:#FFFFFF;
    border-width:1px;
    border-style:solid;
    border-color:#7F7F7F;
    border-radius:4px;
}

#admin_container textarea:focus {
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    background-color:#EEEEEE;
}

#admin_container .form_checkbox {
    margin:7px 3px 3px 3px;
    border-radius:4px;
}

#admin_container .form_option_list_text {
}

#admin_container .form_element_disabled {
    border-width:1px;
    border-style:solid;
    border-color:#DDDDDD;
    background:#FFFFFF;
    color:#AAAAAA;
}

/* core_form_input.css */

#admin_container .form_text {
    color:#000000;
    height:24px;
    line-height:24px;
    width:75%;
    padding:0 4px; 
    margin:0 2px; 
    background-color:#FFFFFF;
    border-width:1px;
    border-style:solid;
    border-color:#7F7F7F;
    border-radius:4px;
}

#admin_container .form_date {
    color:#000000;
    height:24px;
    line-height:24px;
    width:26%;
    padding:0 4px; 
    margin:0 2px; 
    background-color:#FFFFFF;
    border-width:1px;
    border-style:solid;
    border-color:#7F7F7F;
    border-radius:4px;
}

#admin_container input:focus {
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    background-color:#EEEEEE;
}

#admin_container .form_text[disabled="disabled"],
#admin_container .form_text[readonly="readonly"] {
    background:#ddd;
    color:#888;
}

#admin_container .form_text_search {
    width:45%;
}

#admin_container .live_search_text {
    color:#ccc;
    font-style:italic;
}

/* core_form_layout.css */
/* remove Firefox's dotted outlines... */
#admin_container :focus {
    outline:none;
}

#admin_container ::-moz-focus-inner {
    border:0;
}

#admin_container form {
    margin-bottom:0;
}

#admin_container .element {
}

#admin_container .element_left {
    background-color:#FFFFFF;
    text-align:right;
    text-transform:capitalize;
    padding:8px;
    width:25%;
}

#admin_container .element_right {
    background-color:#FFFFFF;
    padding:6px;
    width:75%;
}

#admin_container .element_right a {
    color:#222222;
}

#admin_container .form_input_left {
    height:30px;
}

#admin_container .form_input_right {
}

#admin_container .sublabel {
    text-transform:none;
}

#admin_container .form_help_button {
    float:right;
}

#admin_container .form_help {
    background:#FFF;
    padding:9px;
}

#admin_container .form_help_drop {
    padding-top:8px;
    background:#ededed;
    width:100%;
    box-shadow:inset 0 3px 5px #888;
}

#admin_container .form_help_drop_left {
    width:95%;
    padding:10px 20px 20px 20px;
    text-align:left;
    text-transform:none;
}

#admin_container .form_help_drop_right {
    width:5%;
    padding:10px 20px 20px 20px;
}

#admin_container .form_help_default {
    display:inline-block;
    margin-top:12px;
}

#admin_container .form_help_small {
    display:inline-block;
    margin-top:12px;
    color:#999;
    font-style:italic;
}

#admin_container .form_submit_box {
    background-color:#ffffff;
    padding-top:12px;
}

#admin_container .form_submit_section {
    background:#ededed;
    border:1px solid #dddddd;
    padding:10px;
    text-align:center;
}

#admin_container #form_submit_indicator {
    display:none;
    margin-right:10px;
    vertical-align:middle;
}

#admin_container .form_select {
    color:#000000;
    width:76%;
    padding:3px;
    margin:2px;
    background-color:#FFFFFF;
    border-width:1px;
    border-style:solid;
    border-color:#7F7F7F;
    border-radius:4px;
}

#admin_container .form_select_item_jumper {
    width:40%;
}

/* core_grid.css */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */

#admin_container .container,
.page_content .container {
    margin:0;
}

/* @title Background Color of container */
/* @help the background color of the admin box*/
#admin_container .row,
.page_content .row {
    width:100%; /* @ignore*/
    max-width:1140px; /* @ignore*/
    margin:0 auto; /* @ignore*/
    overflow:hidden; /* @ignore*/
    background-color:#ffffff;
}

#admin_container .row-first,
.page_content .row-first {
    padding-top:3px;
}

#admin_container .row-last,
.page_content .row-last {
    padding-bottom:3px;
}

#admin_container .col1,
#admin_container .col2,
#admin_container .col3,
#admin_container .col4,
#admin_container .col5,
#admin_container .col6,
#admin_container .col7,
#admin_container .col8,
#admin_container .col9,
#admin_container .col10,
#admin_container .col11,
#admin_container .col12,
.page_content .col1,
.page_content .col2,
.page_content .col3,
.page_content .col4,
.page_content .col5,
.page_content .col6,
.page_content .col7,
.page_content .col8,
.page_content .col9,
.page_content .col10,
.page_content .col11,
.page_content .col12 {
    float:left;
}

#admin_container .row .col1,
.page_content .row .col1 {
    width:8.33%;
}

#admin_container .row .col2,
.page_content .row .col2 {
    width:16.66%
}

#admin_container .row .col3,
.page_content .row .col3 {
    width:25%
}

#admin_container .row .col4,
.page_content .row .col4 {
    width:33.33%
}

#admin_container .row .col5,
.page_content .row .col5 {
    width:41.65%;
}

#admin_container .row .col6,
.page_content .row .col6 {
    width:50%;
}

#admin_container .row .col7,
.page_content .row .col7 {
    width:58.31%;
}

#admin_container .row .col8,
.page_content .row .col8 {
    width:66.66%;
}

#admin_container .row .col9,
.page_content .row .col9 {
    width:75%;
}

#admin_container .row .col10,
.page_content .row .col10 {
    width:83.33%;
}

#admin_container .row .col11,
.page_content .row .col11 {
    width:91.63%;
}

#admin_container .row .col12,
.page_content .row .col12 {
    width:100%;
}

#admin_container .last,
.page_content .last {
    margin-right:0;
}

#admin_container .embedded,
#admin_container object,
#admin_container embed,
.page_content .embedded,
.page_content object,
.page_content embed {
    max-width:100%;
}

/* core_header.css */

/* core_html.css */

#admin_container,
.page_content {
    width:100%;
    max-width:1280px;
    background-color:#ffffff;
    color:#000000;
    padding:0;
    margin:0 auto;
    border-spacing:0;
}

#admin_container a,
.page_content a {
    color:#336699;
    text-decoration:none;
    cursor:pointer;
}

#admin_container a:hover,
.page_content a:hover {
    color:#333;
    text-decoration:underline;
}

#admin_container h1,
.page_content h1 {
    font-size:var(--fs-900);
    display:inline;
    padding:0;
    margin:0;
    text-transform:capitalize;
}

#admin_container h2,
.page_content h2 {
    font-size:var(--fs-700);
    display:inline;
    padding:0;
    margin:0;
    text-transform:capitalize;
}

#admin_container h3,
.page_content h3 {
    font-size:var(--fs-600);
    display:inline;
    padding:0;
    margin:0;
    text-transform:capitalize;
}

#admin_container h4,
.page_content h4 {
    font-size:var(--fs-400);
    display:inline;
    padding:0;
    margin:0;
    text-transform:capitalize;
}

#admin_container h5,
.page_content h5 {
    font-size:var(--fs-400);
    display:inline;
    padding:0;
    margin:0;
    text-transform:capitalize;
}

#admin_container h6,
.page_content h6 {
    font-size:var(--fs-400);
    display:inline;
    padding:0;
    margin:0;
    text-transform:capitalize;
}

/* core_image.css */

#admin_container img,
.page_content img {
    border:0;
    vertical-align:middle;
    margin:1px;
    height:auto;
}

#admin_container .img_icon,
.page_content .img_icon {
    border:1px solid #bbb;
    padding:1px;
    margin-right:12px;
}

.module_icon {
    width:2rem;
    height:2rem;
    background-color:#FFF;
    border:1px solid #CCC;
    box-shadow:inset 0 0 3px #999;
}

.module_icon_jrCore img {
    filter:invert();
}

/* images (not icons) */

#admin_container .img_scale,
.page_content .img_scale {
    width:100%;
}

#admin_container .img_shadow,
.page_content .img_shadow {
    box-shadow:0 2px 3px rgba(0,0,0,.5);
}

#admin_container .ioutline,
.page_content .ioutline {
    border:1px solid #DDD;
    vertical-align:middle;
    margin:1px;
    padding:1px;
}

#admin_container .iloutline,
.page_content .iloutline {
    border:1px solid #DDD;
    vertical-align:middle;
    margin:1px;
    padding:1px;
}

#admin_container .iloutline:hover,
.page_content .iloutline:hover {
    border:1px solid #999;
}

#admin_container .create_img,
.page_content .create_img {
    cursor:pointer;
}

#admin_container .update_img,
.page_content .update_img {
    cursor:pointer;
}

#admin_container .delete_img,
.page_content .delete_img {
    cursor:pointer;
}

/* core_list.css */

#admin_container .list_row,.list_col {
    padding:6px;
    background:#ccc;
    color:#000;
}

#admin_container .list_image {
    padding:6px;
    background:#ccc;
    color:#000;
}

#admin_container .list_hl {
    background:#fc0;
    color:#000;
}

#admin_container .item {
    background-color:#F9F9F9;
    padding:12px;
    margin:12px auto;
    border-style:solid;
    border-color:#EEEEEE;
    border-width:1px;
    color:#000;
}

#admin_container .item a {
    color:#336699;
    text-decoration:none;
}

#admin_container .item a:hover {
    color:#333;
    text-decoration:underline;
}

/* core_page.css */

.page_content {
    background-color:#FFFFFF;
    width:100%;
}

#admin_container .page_custom {
    background:#FFF;
}

#admin_container .page_section_header {
    background-color:#EEEEEE;
    border-width:1px;
    border-style:solid;
    border-color:#DDDDDD;
    text-align:center;
    text-transform:lowercase;
    font-variant:small-caps;
    padding:6px;
    margin:6px 0 8px 0; 
}

#admin_container .page_divider {
    background-color:#FFFFFF;
    height:8px;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#DDDDDD;
}

#admin_container .page_note {
    background-color:#CCFF99;
    padding:9px;
    margin-top:12px;
    margin-bottom:9px;
    text-align:center;
    border-width:1px;
    border-style:solid;
    border-color:#DDDDDD;
}

#admin_container .page_search_highlight {
    background-color:#336699;
    color:#FFFFFF;
}

.page_search_highlight {
    background-color:#336699;
    color:#FFFFFF;
}

#admin_container .block {
    background-color:transparent;
    padding:12px;
    margin:0 auto;
}

#admin_container .recommend_box {
    background-color:#EDEDED;
    padding:25px;
    margin:12px;
    border-style:solid;
    border-color:#DDDDDD;
    border-width:1px;
    color:#000000;
    border-radius:5px;
}

#admin_container .recommend_box a {
    color:#336699;
    text-decoration:none;
}

#admin_container .recommend_box a:hover {
    color:#333;
    text-decoration:underline;
}

#admin_container .search_box {
    background-color:#EDEDED;
    padding:25px;
    margin:12px;
    border-style:solid;
    border-color:#DDDDDD;
    border-width:1px;
    color:#000000;
    border-radius:5px;
}

#admin_container .search_box a {
    color:#336699;
    text-decoration:none;
}

#admin_container .search_box a:hover {
    color:#333;
    text-decoration:underline;
}

#admin_container .signup_box {
    background-color:#EDEDED;
    padding:25px;
    margin:12px;
    border-style:solid;
    border-color:#DDDDDD;
    border-width:1px;
    color:#000000;
    border-radius:5px;
    width:400px;
}

#admin_container .signup_box a {
    color:#336699;
    text-decoration:none;
}

#admin_container .signup_box a:hover {
    color:#333;
    text-decoration:underline;
}

#admin_container .login_box {
    background-color:#EDEDED;
    padding:25px;
    margin:12px;
    border-style:solid;
    border-color:#DDDDDD;
    border-width:1px;
    color:#000000;
    border-radius:5px;
    width:400px;
}

#admin_container .login_box a {
    color:#336699;
    text-decoration:none;
}

#admin_container .login_box a:hover {
    color:#333;
    text-decoration:underline;
}

/* core_skin.css */

#admin_container .clear {
    clear:both;
}

#admin_container .relative {
    position:relative;
}

#admin_container .absolute {
    position:absolute;
}

#admin_container .float-left {
    float:left;
}

#admin_container .float-right {
    float:right;
}

#admin_container .left {
    text-align:left;
}

#admin_container .center {
    text-align:center;
}

#admin_container .right {
    text-align:right;
}

#admin_container .middle {
    vertical-align:middle;
}

#admin_container .nowrap {
    white-space:nowrap;
}

#admin_container .blink {
    text-decoration:blink;
}

#admin_container .normal {
}

#admin_container .pointer {
    cursor:pointer;
}

#admin_container legend {
    font-weight:var(--fw-900);
}

#admin_container img {
    border:0;
}

#admin_container .m0 {
    margin:0;
}

.m5 {
    margin:5px;
}

.m10 {
    margin:10px;
}

.m15 {
    margin:15px;
}

.m20 {
    margin:20px;
}

.m30 {
    margin:30px;
}

#admin_container .mt0 {
    margin-top:0;
}

.mt5 {
    margin-top:5px;
}

.mt10 {
    margin-top:10px;
}

.mt15 {
    margin-top:15px;
}

.mt20 {
    margin-top:20px;
}

.mt30 {
    margin-top:30px;
}

#admin_container .mr5 {
    margin-right:5px;
}

.mr10 {
    margin-right:10px;
}

.mr15 {
    margin-right:15px;
}

.mr20 {
    margin-right:20px;
}

.mr30 {
    margin-right:30px;
}

#admin_container .mb0 {
    margin-bottom:0;
}

.mb1 {
    margin-bottom:1px;
}

.mb5 {
    margin-bottom:5px;
}

.mb10 {
    margin-bottom:10px;
}

.mb15 {
    margin-bottom:15px;
}

.mb20 {
    margin-bottom:20px;
}

.mb30 {
    margin-bottom:30px;
}

#admin_container .ml5 {
    margin-left:5px;
}

.ml10 {
    margin-left:10px;
}

.ml15 {
    margin-left:15px;
}

.ml20 {
    margin-left:20px;
}

.ml30 {
    margin-left:30px;
}

#admin_container .p3 {
    padding:3px;
}

.p3-5 {
    padding:3px 5px;
}

.p5 {
    padding:5px;
}

.p10 {
    padding:10px;
}

.pt10 {
    padding-top:10px;
}

.pb10 {
    padding-bottom:10px;
}

.p20 {
    padding:20px;
}

.p30 {
    padding:30px;
}

#admin_container code {
    background:#E6E6FF;
    border:1px solid #B2B2FF;
}

#admin_container .test {
    border:1px solid red;
}

#admin_container .rounded {
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

#admin_container .rtl {
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    border-top-left-radius:6px;
}

#admin_container .rtr {
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    border-top-right-radius:6px;
}

#admin_container .rbr {
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
    border-bottom-right-radius:6px;
}

#admin_container .rbl {
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    border-bottom-left-radius:6px;
}

#admin_container .hoverme:hover .showme {
    display:block;
}

#admin_container .hoverme:hover .hideme {
    display:none;
}

#admin_container .showme,.hidden {
    display:none;
}

#admin_container .whitebck {
    background-color:#FFFFFF;
    color:#000000;
}

#admin_container .blackbck {
    background-color:#000000;
    color:#FFFFFF;
}

#admin_container .darkgraybck {
    background-color:#333333;
    color:#FFFFFF;
}

#admin_container .lightgraybck {
    background-color:#666666;
    color:#000000;
}

/* float clearing for IE6 */
#admin_container * html .clearfix {
    height:1%;
    overflow:visible;
}

/* float clearing for IE7 */
#admin_container * + html .clearfix {
    min-height:1%;
}

/* float clearing for everyone else */
#admin_container .clearfix:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    font-size:0;
}

/* core_table.css */

#admin_container table {
    width:100%;
    border-width:0;
    border-spacing:0;
}

#admin_container td,
#admin_container th {
    padding:0;
}

#admin_container td a {
    color:#000000;
}

#admin_container dt a {
    color:#000000;
}

#admin_container .page_table {
    border-spacing:1px;
    background-color:#BBBBBB;
    width:100%;
    margin-bottom:12px;
}

#admin_container .page_table_header {
    background-color:#E8EAEB;
    text-align:center;
    padding:6px;
    font-weight:var(--fw-900);
    text-transform:capitalize;
    color:#000000;
    white-space:nowrap;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#CCCCCC');
    background:-ms-linear-gradient(top,#FFFFFF 1%,#CCCCCC 100%);
    background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#CCCCCC));
    background:-moz-linear-gradient(top,#ffffff,#CCCCCC);
}

#admin_container .page_table_footer {
    background-color:#E8EAEB;
    text-align:center;
    padding:6px;
    text-transform:capitalize;
    color:#000000;
    white-space:nowrap;
}

#admin_container .page_table_row {
    background-color:#F5F5F5;
}

#admin_container .page_table_row_alt {
    background-color:#FBFBFB;
}

#admin_container .page_table_cell {
    padding:5px;
    color:#000;
}

#admin_container .page_table_pager {
    background-color:#FFF;
}

#admin_container .page_table_pager_left {
    width:25%;
    padding:5px;
}

#admin_container .page_table_pager_center {
    text-align:center;
    width:50%;
    padding:5px;
}

#admin_container .page_table_pager_right {
    text-align:right;
    width:25%;
    padding:5px;
}

#admin_container .page_table_jumper {
    width:50px;
}

#admin_container .page_table_notice {
    text-align:center;
    line-height:32px;
}

/* core_tabs */

#admin_container .page_tab_bar_holder,
.page_content .page_tab_bar_holder {
    width:100%;
    background-color:#FFFFFF;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#999999;
}

#admin_container .page_tab_bar_spacer,
.page_content .page_tab_bar_spacer {
    height:10px;
    background-color:#FFFFFF;
}

#admin_container .page_tab_bar,
.page_content .page_tab_bar {
    padding-left:16px;
}

#admin_container .page_tab,
.page_content .page_tab {
    background-color:#DDDDDD;
    float:left;
    list-style:none;
    margin-left:9px; 
    color:#000;
    text-decoration:none;
    text-transform:capitalize;
    text-align:center;
    cursor:pointer;
    border-radius:5px 5px 0 0; 
}

#admin_container .page_tab:hover,
.page_content .page_tab_bar:hover {
    background-color:#444444;
    color:#000;
    text-decoration:none;
}

#admin_container .page_tab:hover a,
.page_content .page_tab:hover a {
    color:#FFF;
    text-decoration:none;
}

#admin_container .page_tab a,
.page_content .page_tab a {
    padding:6px 10px; 
    display:block;
    color:#000;
    text-decoration:none;
}

#admin_container .page_tab_first,
.page_content .page_tab_first {
    margin-left:0;
}

#admin_container .page_tab_last,
.page_content .page_tab_last {
}

#admin_container .page_tab_active,
.page_content .page_tab_active {
    background:#fff;
    color:#000;
    border-top:1px solid #999;
    border-right:1px solid #999;
    border-left:1px solid #999;
    border-bottom:0;
    margin-bottom:-1px;
}

#admin_container .page_tab_active:hover,
.page_content .page_tab_active:hover {
    background:#ddd;
    color:#000;
    border-bottom:0;
    text-decoration:none;
}

#admin_container .page_tab_active:hover a,
.page_content .page_tab_active:hover a {
    color:#000;
    text-decoration:none;
}

#admin_container .page_tab_active a,
.page_content .page_tab_active a {
    color:#000;
}

#admin_container .page_tab_active a:hover,
.page_content .page_tab_active a:hover {
    color:#333;
}

/* core_text */

#admin_container .rank {
    font-weight:var(--fw-900);
    padding:3px;
    color:#000;
}

#admin_container .normal {
    color:#000;
}

#admin_container .hilite {
    font-weight:var(--fw-900);
    color:#FC0;
}

#admin_container .media_title {
    text-transform:capitalize;
    font-weight:var(--fw-900);
    color:#000;
}

#admin_container .media_title a {
    color:#336699;
    text-decoration:none;
}

#admin_container .media_title a:hover {
    color:#333;
    text-decoration:underline;
}

/* simplemodal*/

#modal_window .page_notice_drop {
    background:#FFFFFF;
}

#modal_window .page_notice {
    text-align:center;
    padding:10px;
    margin:12px;
    border-radius:4px;
    box-shadow:inset 0 2px 4px #111;
}

#modal_window .form_notice {
    text-align:center;
    padding:10px;
    display:none;
    box-shadow:inset 0 2px 2px #111;
}

#modal_window .notice {
    background-color:#aaddff !important;
    color:#000000;
}

#modal_window .warning {
    background-color:#ffdd00 !important;
    color:#000000;
}

#modal_window .error {
    background-color:#ffdd00 !important;
    color:#000000;
}

#modal_window .success {
    background-color:#ccff99 !important;
    color:#000000;
}

#modal_window .field-hilight {
    background-color:#FFDD00;
}

#modal_window .form_button {
    color:#484848;
    text-decoration:none;
    text-transform:capitalize;
    text-shadow:0 1px 0 #fff;
    font-weight:var(--fw-900);
    line-height:28px;
    height:28px;
    padding:0 7px;
    margin:0 2px;
    background:#f0f0f0;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#d1d1d1'); /* for IE */
    background:-ms-linear-gradient(top,#F7F7F7 1%,#D1D1D1 100%); /* IE 10 */
    background:-webkit-gradient(linear,left top,left bottom,from(#f7f7f7),to(#d1d1d1)); /* for webkit browsers */
    background:-moz-linear-gradient(top,#f7f7f7,#d1d1d1); /* for firefox 3.6+ */
    border:solid 1px #7f7f7f;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    cursor:pointer;
    vertical-align:middle;
}

#adminMenu li ul ul {
    margin:-1.85em 0 0 19em;
    box-shadow:0 0 3px #CCC;
}



/* skins/obOKCBands/css/form.css */


.jrform {
    color:#000000;
}

/* core_form_notice.css */
.page_notice_drop {
    background:#FFFFFF;
}

.page_notice {
    text-align:center;
    padding:10px;
    margin:12px;
    border-radius:4px;
    box-shadow:inset 0 2px 4px #111;
}

.form_notice {
    text-align:center;
    padding:10px;
    display:none;
    box-shadow:inset 0 2px 2px #111;
}

.notice {
    background-color:#aaddff !important;
    color:#000000;
}

.warning {
    background-color:#ffdd00 !important;
    color:#000000;
}

.error {
    background-color:#ffdd00 !important;
    color:#000000;
}

.success {
    background-color:#ccff99 !important;
    color:#000000;
}

.field-hilight {
    background-color:#FFDD00;
}

/* core_form_element.css */
.form_radio {
}

.form_radio_option {
    display:inline;
    padding-right:32px;
}

.form_textarea {
    color:#000000;
    width:75%;
    height:100px;
    padding:5px; 
    margin:0 2px; 
    background-color:#FFFFFF;
    border-width:1px;
    border-style:solid;
    border-color:#7F7F7F;
    border-radius:4px;
}

textarea:focus {
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    background-color:#EEEEEE;
}

.form_checkbox {
    margin:7px 3px 3px 3px;
    border-radius:4px;
}

.form_option_list_text {
}

.form_element_disabled {
    border-width:1px;
    border-style:solid;
    border-color:#DDDDDD;
    background:#FFFFFF;
    color:#AAAAAA;
}

/* core_form_input.css */

.form_text {
    color:#000000;
    height:24px;
    line-height:24px;
    width:75%;
    padding:0 4px; 
    margin:0 2px; 
    background-color:#FFFFFF;
    border-width:1px;
    border-style:solid;
    border-color:#7F7F7F;
    border-radius:4px;
}

.form_text::placeholder {
    color:#666666;
}

.form_date {
    color:#000000;
    height:24px;
    line-height:24px;
    width:26%;
    padding:0 4px; 
    margin:0 2px; 
    background-color:#FFFFFF;
    border-width:1px;
    border-style:solid;
    border-color:#7F7F7F;
    border-radius:4px;
}

input:focus {
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    background-color:#EEEEEE;
}

.form_text[disabled="disabled"],
.form_text[readonly="readonly"] {
    background:#ddd;
    color:#888;
}

.form_text_search {
    width:45%;
}

.live_search_text {
    color:#ccc;
    font-style:italic;
}

/* core_form_layout.css */
/* remove Firefox's dotted outlines... */
:focus {
    outline:none;
}

::-moz-focus-inner {
    border:0;
}

form {
    margin-bottom:0;
}

.element {
}

.element_left {
    background-color:#FFFFFF;
    text-align:right;
    text-transform:capitalize;
    padding:8px;
    width:25%;
}

.element_right {
    background-color:#FFFFFF;
    padding:6px;
    width:75%;
}

.element_right a {
    color:#222222;
}

.form_input_left {
    height:30px;
}

.form_input_right {
}

.sublabel {
    text-transform:none;
}

.form_help_button {
    float:right;
}

.form_help {
    background:#FFF;
    padding:9px;
}

.form_help_drop {
    padding-top:8px;
    background:#ededed;
    width:100%;
    box-shadow:inset 0 3px 5px #888;
}

.form_help_drop_left {
    width:95%;
    padding:10px 20px 20px 20px;
    text-align:left;
    text-transform:none;
}

.form_help_drop_right {
    width:5%;
    padding:10px 20px 20px 20px;
}

.form_help_default {
    display:inline-block;
    margin-top:12px;
}

.form_help_small {
    display:inline-block;
    margin-top:12px;
    color:#999;
    font-style:italic;
}

.form_submit_box {
    background-color:#ffffff;
    padding-top:12px;
}

.form_submit_section {
    background:#ededed;
    border:1px solid #dddddd;
    padding:10px;
    text-align:center;
}

#form_submit_indicator {
    display:none;
    margin-right:10px;
    vertical-align:middle;
}

/* core_banner.css */

.page_banner_box {
    background-color:#FFFFFF;
}

.page_banner {
    border-width:1px;
    border-style:solid;
    border-color:#DDDDDD;
    margin-bottom:12px; 
    border-spacing:0;
}

.page_banner_icon {
    background-color:#EDEDED;
    width:1%;
    padding:8px 0 8px 8px; 
}

.page_banner_left {
    height:40px;
    text-align:left;
    background-color:#EDEDED;
    padding:6px 18px;
    font-weight:var(--fw-900);
    text-transform:capitalize;
    white-space:nowrap;
}

.page_banner_right {
    background-color:#EDEDED;
    padding:6px 12px; 
    text-align:right;
}

.page_table {
    border-spacing:1px;
    background-color:#BBBBBB;
    width:100%;
    margin-bottom:12px;
}

table {
    width:100%;
}

.page_table_header {
    background-color:#E8EAEB;
    text-align:center;
    padding:6px;
    font-weight:var(--fw-900);
    text-transform:capitalize;
    color:#000000;
    white-space:nowrap;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#CCCCCC');
    background:-ms-linear-gradient(top,#FFFFFF 1%,#CCCCCC 100%);
    background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#CCCCCC));
    background:-moz-linear-gradient(top,#ffffff,#CCCCCC);
}

.page_table_footer {
    background-color:#E8EAEB;
    text-align:center;
    padding:6px;
    text-transform:capitalize;
    color:#000000;
    white-space:nowrap;
}

.page_table_row {
    background-color:#F5F5F5;
}

.page_table_row_alt {
    background-color:#FBFBFB;
}

.page_table_cell {
    padding:5px;
    color:#000;
}

.page_table_pager {
    background-color:#FFF;
}

.page_table_pager_left {
    width:25%;
    padding:5px;
}

.page_table_pager_center {
    text-align:center;
    width:50%;
    padding:5px;
}

.page_table_pager_right {
    text-align:right;
    width:25%;
    padding:5px;
}

.page_table_jumper {
    width:50px;
}

.page_table_notice {
    text-align:center;
    line-height:32px;
}

/* core_form_select.css */

.form_select {
    color:#000000;
    width:76%;
    padding:3px; 
    margin:2px; 
    background-color:#FFFFFF;
    border-width:1px;
    border-style:solid;
    border-color:#7F7F7F;
    border-radius:4px;
}

.form_select_multiple {
}

.form_select_and_text_select {
    width:30%;
    margin-right:12px;
}

.form_select_and_text_text {
    width:30%;
}

.form_select_item_jumper {
    width:40%;
}

.form_admin_search {
    width:35%;
    font-style:italic;
    color:#AAAAAA;
}

select:focus {
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    background-color:#EEEEEE;
}

.form_time {
    margin-left:12px;
    width:15%;
    min-width:95px;
}

.form_button {
    color:#484848;
    text-decoration:none;
    text-transform:capitalize;
    text-shadow:0 1px 0 #fff;
    font-weight:var(--fw-900);
    line-height:28px;
    height:28px;
    padding:0 7px;
    margin:0 2px;
    background:#f0f0f0;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#d1d1d1'); /* for IE */
    background:-ms-linear-gradient(top,#F7F7F7 1%,#D1D1D1 100%); /* IE 10 */
    background:-webkit-gradient(linear,left top,left bottom,from(#f7f7f7),to(#d1d1d1)); /* for webkit browsers */
    background:-moz-linear-gradient(top,#f7f7f7,#d1d1d1); /* for firefox 3.6+ */
    border:solid 1px #7f7f7f;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    cursor:pointer;
    vertical-align:middle;
}

.anchor_button {
    padding:5px 9px;
}

.form_button:hover {
    color:#282828;
    text-shadow:0 0 0 #fff;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#CCCCCC');
    background:-ms-linear-gradient(top,#FFFFFF 1%,#CCCCCC 100%);
    background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#CCCCCC));
    background:-moz-linear-gradient(top,#ffffff,#CCCCCC);
    border:1px solid #666666;
    box-shadow:inset 0 0 1px 1px #777777;
}

.form_button_disabled {
    color:#A4A4A4;
    border:solid 1px #afafaf;
}

.form_button_disabled:hover {
    color:#A4A4A4;
    background:#f0f0f0;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#d1d1d1');
    background:-ms-linear-gradient(top,#F7F7F7 1%,#D1D1D1 100%);
    background:-webkit-gradient(linear,left top,left bottom,from(#f7f7f7),to(#d1d1d1));
    background:-moz-linear-gradient(top,#f7f7f7,#d1d1d1);
    border:solid 1px #afafaf;
}

.form_button a,
.form_button_anchor a,
.form_button_anchor:hover a {
    text-decoration:none;
}

.sprite_icon {
    display:inline-block;
    border:1px solid #AAAAAA;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#CCCCCC');
    background:-ms-linear-gradient(top,#FFFFFF 1%,#CCCCCC 100%);
    background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#CCCCCC));
    background:-moz-linear-gradient(top,#ffffff,#CCCCCC);
    border-radius:4px;
    cursor:pointer;
    padding:0;
    margin:0;
    vertical-align:middle;
}

.sprite_icon:hover {
    border:1px solid #666666;
    box-shadow:inset 0 0 1px 1px #777777;
}

.sprite_icon_hilighted {
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2BF',endColorstr='#FFCC00') !important;
    background:-ms-linear-gradient(top,#FFF2BF 1%,#FFCC00 100%) !important;
    background:-webkit-gradient(linear,left top,left bottom,from(#FFF2BF),to(#FFCC00)) !important;
    background:-moz-linear-gradient(top,#FFF2BF,#FFCC00) !important;
}

/* .page_content is needed for the re-order pages eg:site.com/page/item_display_order */
.page_content table {
    border-spacing:0;
}

.page_content .page_banner_box {
    background-color:#FFFFFF;
}

.page_content .page_banner {
    border-width:1px;
    border-style:solid;
    border-color:#DDDDDD;
    margin-bottom:12px; 
}

.page_content .page_banner_icon {
    background-color:#EDEDED;
    width:1%;
    padding:8px 0 8px 8px; 
}

.page_content .page_banner_left {
    height:40px;
    text-align:left;
    background-color:#EDEDED;
    padding:6px 18px;
    font-weight:var(--fw-900);
    text-transform:capitalize;
    white-space:nowrap;
}

.page_content .page_banner_right {
    background-color:#EDEDED;
    padding:6px 12px; 
    text-align:right;
}

/* core_base.css */

.page_content .block_config {
    float:right;
    margin-top:6px;
    white-space:nowrap;
}

.page_content .block_image {
    margin:0 auto;
    padding-right:6px;
}

.page_content .block_content {
    padding:0;
    margin:0 auto;
}

.page_content .form_submit_box {
    background-color:#ffffff;
    padding-top:12px;
}

.page_content .form_submit_section {
    background:#ededed;
    border:1px solid #dddddd;
    padding:10px;
    text-align:center;
}

.page_content #form_submit_indicator {
    display:none;
    margin-right:10px;
    vertical-align:middle;
}

.page_content .form_button {
    color:#484848;
    text-decoration:none;
    text-transform:capitalize;
    text-shadow:0 1px 0 #fff;
    font-weight:var(--fw-900);
    line-height:28px;
    height:28px;
    padding:0 7px;
    margin:0 2px;
    background:#f0f0f0;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#d1d1d1'); /* for IE */
    background:-ms-linear-gradient(top,#F7F7F7 1%,#D1D1D1 100%); /* IE 10 */
    background:-webkit-gradient(linear,left top,left bottom,from(#f7f7f7),to(#d1d1d1)); /* for webkit browsers */
    background:-moz-linear-gradient(top,#f7f7f7,#d1d1d1); /* for firefox 3.6+ */
    border:solid 1px #7f7f7f;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    cursor:pointer;
    vertical-align:middle;
}

.page_content .anchor_button {
    padding:5px 9px;
}

.page_content .form_button:hover {
    color:#282828;
    text-shadow:0 0 0 #fff;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#CCCCCC');
    background:-ms-linear-gradient(top,#FFFFFF 1%,#CCCCCC 100%);
    background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#CCCCCC));
    background:-moz-linear-gradient(top,#ffffff,#CCCCCC);
    border:1px solid #666666;
    box-shadow:inset 0 0 1px 1px #777777;
}

.page_content .form_button_disabled {
    color:#A4A4A4;
    border:solid 1px #afafaf;
}

.page_content .form_button_disabled:hover {
    color:#A4A4A4;
    background:#f0f0f0;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#d1d1d1');
    background:-ms-linear-gradient(top,#F7F7F7 1%,#D1D1D1 100%);
    background:-webkit-gradient(linear,left top,left bottom,from(#f7f7f7),to(#d1d1d1));
    background:-moz-linear-gradient(top,#f7f7f7,#d1d1d1);
    border:solid 1px #afafaf;
}

.page_content .form_button a,
.page_content .form_button_anchor a,
.page_content .form_button_anchor:hover a {
    text-decoration:none;
}

.page_content .element_left {
    background-color:#FFFFFF;
    text-align:right;
    text-transform:capitalize;
    padding:8px;
    width:25%;
}

.page_content .element_right {
    background-color:#FFFFFF;
    padding:6px;
    width:75%;
}

.page_content .sublabel {
    text-transform:none;
}

/* skins/obOKCBands/css/profile.css */



.breadcrumbs {
    font-weight:normal;
    font-size:0.75em;
}

.breadcrumbs a {
    color:#336699;
    text-decoration:none;
}

.breadcrumbs a:hover {
    color:#333;
    text-decoration:underline;
}

.profile_menu {
    margin:0;
    background-color:#FFFFFF;
    padding:0 12px 6px 12px;
}

.profile_menu_entry {
    display:inline-block;
    text-transform:capitalize;
    margin-top:6px;
    margin-right:6px;
    padding:9px;
    color:#000000;
    font-size:14px;
    font-weight:bold;
    border:1px solid #EEEEEE;
    cursor:pointer;
}

.profile_menu_entry a {
    color:#000000;
}

.profile_menu_entry:hover {
    background-color:#EEEEEE;
}

.profile_menu_entry_active {
    background-color:#333333;
    color:#FFFFFF;
}

.profile_menu_entry_active:hover {
    color:#000000;
}

.profile_name_box {
    background-color:#333;
    vertical-align:middle;
    text-transform:capitalize;
    padding:12px;
    margin:12px;
    border:1px solid #ddd;
}

.profile_name {
    text-transform:capitalize;
    font-size:28px;
    font-weight:bold;
    color:#FFFFFF;
}

.profile_name a {
    text-decoration:none;
}

.profile_name a:hover {
    text-decoration:none;
}

.profile_actions {
    float:right;
    vertical-align:middle;
    text-align:right;
}

.profile_image {
    position:relative;
}

.profile_hoverimage {
    background-color:#333333;
    position:absolute;
    top:15px;
    left:15px;
    padding:3px;
    border:1px solid #ddd;
    display:none;
    opacity:0.8;
}

.profile_hoverimage a {
    text-decoration:none;
}

.profile_hoverimage a:hover {
    text-decoration:none;
}

.profile_image:hover .profile_hoverimage {
    display:block;
    cursor:pointer;
}

.stat_entry_box {
    float:left;
    background-color:#FFFFFF;
    border-width:1px;
    border-color:#999999;
    border-style:solid;
    border-radius:4px;
    padding:3px 9px;
    margin:6px 6px 0 0;
    font-size:12px;
    text-transform:uppercase;
}

.stat_entry_box a {
    text-decoration:none;
}

.stat_entry_box:hover {
    background-color:#EEEEEE;
}

.stat_entry_count {
    font-weight:bold;
}

.block_config {
    float:right;
    margin-top:6px;
    white-space:nowrap;
}

.block_image {
    margin:0 auto;
    padding-right:6px;
}

.block_content {
    padding:0;
    margin:0 auto;
}

.title {
    background-color:#F9F9F9;
    border-style:solid;
    border-color:#EEEEEE;
    border-width:1px;
    vertical-align:middle;
    text-transform:capitalize;
    color:#333;
    padding:12px;
}

.title h1 {
    font-weight:bold;
}

.info {
    font-size:12px;
    text-transform:capitalize;
    display:inline;
    padding:0;
    margin:0;
    color:#000000;
    font-weight:bold;
}

.info a {
    text-decoration:none;
    color:#336699;
}

.info a:hover {
    color:#333;
    text-decoration:underline;
}

.info_c {
    font-size:12px;
    color:#000000;
}

.info_c a {
    color:#336699;
    text-decoration:none;
}

.info_c a:hover {
    color:#333;
    text-decoration:underline;
}



/* skins/obOKCBands/css/dark.css */


/*MODAL*/
#simplemodal-overlay {
    background-color:#000;
    cursor:wait;
}

.simplemodal-close {
    position:absolute;
    bottom:5px;
    right:5px;
    padding:0;
    margin:0;
    cursor:pointer;
}

.simplemodal-close > * {
    vertical-align:center;
    text-align:center;
}

/*HEADER*/
header {
    position:sticky;
    top:0;
    z-index:100;
    background-color:var(--bg-primary);
    /*padding:var(--p-em-1);*/
    color:var(--clr-primary);
    border-bottom:2px solid var(--clr-primary);
    transition:position 250ms linear;
}

.header-content {
    width:100%;
    max-width:1280px;
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:auto 1fr;
    gap:var(--p-rem-1);
    justify-content:center;
    align-items:center;
    justify-items:center;
    margin-inline:auto;
}

header a {
    color:var(--clr-primary);
    text-decoration:none;
}

.logo {
    display:flex;
    flex-direction:row;
    gap:.5rem;
}

.logo > div {
    flex-grow:0;
    align-content:center;
}

.logo > div > a > h1 {
    font-family:var(--ff-bold);
    font-size:var(--fs-900);
    font-weight:var(--fw-900);
    line-height:1em;
    letter-spacing:1px;
}

.logo > div > a > p {
    font-family:var(--ff-light);
    font-size:var(--fs-400);
    font-weight:var(--fw-400);
    line-height:.5em;
    letter-spacing:1px;
}

header img {
    max-width:2em;
    transform:scale(1);
}

/*SEARCH BOX*/
.search_box {
    width:330px;
    box-sizing:border-box;
    position:relative;
    background-color:#EDEDED;
    border:1px solid #DDD;
    color:#000;
    margin:12px;
    padding:1em;
}

.search_box a {
    color:#369;
    text-decoration:none;
}

.search_box a:hover {
    color:#333;
    text-decoration:underline;
}

/*WRAPPER*/
.wrapper {
    display:grid;
    grid-template-columns:minmax(300px,1260px);
    gap:var(--p-rem-1);
    width:100%;
    max-width:1280px;
    padding:clamp(var(--p-rem-1),var(--p-rem-1-5),var(--p-rem-2));
    margin-inline:auto;
}

/*FOOTER*/
footer {
    /*position:sticky;*/
    /*bottom:0;*/
    display:grid;
    grid-auto-columns:auto 1fr auto;
    grid-auto-flow:column;
    gap:1rem;
    background-color:var(--bg-primary);
    padding:var(--p-rem-1);
    color:var(--clr-primary);
    border-top:2px solid var(--clr-primary);
}

footer > ul {
    list-style:none;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-flow: row;
    flex-wrap:wrap;
    gap:4px;
}

footer > ul > li {
    border-bottom:3px solid transparent;
    transition:border 500ms ease-in-out;
}

footer > ul > li:hover {
    border-color:var(--clr-alt);
}

footer a {
    color:var(--clr-primary);
    text-decoration:none;
    transition:color 500ms ease;
}

footer a:hover {
    color:var(--clr-alt);
}

.social {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-flow: row;
    gap:1rem;
    padding-inline-end:var(--p-rem-2-5);
}

.social > img {
    display:inline-block;
}

/*SCROLL BAR*/
.vertical-scroll::-webkit-scrollbar {
    width:2em;
    height:1em;
}

.vertical-scroll::-webkit-scrollbar-track {
    background:var(--bg-primary);
    border-radius:100vw;
    margin-block:0.5em;
}

.vertical-scroll::-webkit-scrollbar-thumb {
    background:var(--bg-primary);
    border:0.25em solid var(--clr-primary);
    border-radius:100vw;
}

.vertical-scroll::-webkit-scrollbar-thumb:hover {
    background:var(--bg-primary);
}

@supports(scrollbar-color:var(--bg-primary) var(--clr-primary)) {
    * {
        scrollbar-color:var(--bg-primary) var(--clr-primary);
    }
}

/* skins/obOKCBands/css/chat.css */


/* @title No Chat Room Notice */
/* @help This is the no chat room container */
#jrchat-no-room-notice {
    width:80%;
    margin:20px auto;
    padding:20px;
    background:#0A0A0A;
    text-align:center;
    border-radius:5px;
    border:1px solid #1C1C1C;
    text-transform:capitalize;
}

/* @title Chat Room Box */
/* @help This is the chat room container */
#jrchat-room-box {
    background:#0A0A0A;
    padding:5px;
    border-radius:5px;
    border:1px solid #1C1C1C;
    overflow-y:scroll;
    overflow-x:hidden;
}

/* @title Chat Room Options */
/* @help This is the chat room options div */
.jrchat-room-opt {
    position:relative;
    background:#212121;
    display:block;
    padding:6px 10px;
    margin:5px;
    border-radius:4px;
    border:1px solid #1C1C1C;
}

/* @title Chat Room Bubble */
/* @help This is the chat room user count bubble */
.jrchat-bubble {
    background:#C90;
    color:#000000;
    line-height:18px;
    position:absolute;
    bottom:-2px;
    left:-2px;
    width:18px;
    height:18px;
    border:1px solid #1C1C1C;
    border-radius:9px;
    text-align:center;
}

/* @title Chat Room Config Bubble */
/* @help This is the chat room Config bubble */
.jrchat-config {
    background:#C90;
    color:#000000;
    line-height:18px;
    position:absolute;
    bottom:-2px;
    left:22px;
    width:18px;
    height:18px;
    border:1px solid #1C1C1C;
    border-radius:9px;
    text-align:center;
}

/* @title Chat Room Control */
/* @help This is the chat room user control div */
#jrchat-user-control {
    background:#0A0A0A;
    padding:0 3px;
    border-radius:5px;
    border:1px solid #1C1C1C;
    position:fixed;
    top:63px;
    right:10px;
    width:260px;
    height:300px;
    display:none;
    overflow-y:scroll;
    overflow-x:hidden;
}

/* @title Chat Room Browser */
/* @help This is the chat room browser div */
#jrchat-room-browser {
    background:#0A0A0A;
    padding:0 3px;
    border-radius:5px;
    border:1px solid #1C1C1C;
    position:fixed;
    top:63px;
    right:10px;
    width:260px;
    height:300px;
    display:none;
    overflow-y:scroll;
    overflow-x:hidden;
    z-index:110000;
}

/* @title Chat Room */
/* @help This is the chat room div */
#jrchat-room {
    background:#0A0A0A !important;
    height:100%;
    position:fixed;
    right:0;
    top:0;
    box-sizing:border-box;
    z-index:100000;
    overflow-x:hidden;
}

/* @title Chat Room Tabs */
/* @help This is the chat room tabs */
#jrchat-tabs {
    background:#0A0A0A;
    position:fixed;
    bottom:150px;
    display:table;
    box-sizing:border-box;
    z-index:100000;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    border-top:1px solid #1C1C1C;
    border-bottom:1px solid #1C1C1C;
    border-left:1px solid #1C1C1C;
}

/* @title Chat Room Background */
/* @help This is the chat room background */
#jrchat-chat {
    width:100%;
    background:#000000;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    z-index:100000;
    box-sizing:border-box;
    border-left:1px solid #1C1C1C;
    overflow-x:hidden;
}

/* @title Chat Room Title */
/* @help This is the chat room title */
#jrchat-title {
    background:#0A0A0A;
    position:absolute;
    top:0;
    right:0;
    height:54px;
    width:100%;
    z-index:110000;
    padding:6px 8px 8px 8px;
    box-sizing:border-box;
    box-shadow:0 1px 3px 0 #333333;
    border:1px solid #1C1C1C;
}

/* @title Chat Room Text */
/* @help This is the chat room beginning of chat text */
#jrchat-page-limit {
    margin:6px 0;
    padding:8px;
    border-radius:8px;
    color:#FFFFFF;
    text-align:center;
}

.jrchat-msg {
    position:relative;
    margin:6px 0;
    padding:0;
    border-radius:8px;
}

/* @title Chat Room From */
/* @help This is the chat room from bubble */
.jrchat-msg-from {
    padding:9px 12px 21px 12px;
    background:#0A0A0A;
    margin-left:26px;
    overflow:hidden;
    border:1px solid #1C1C1C;
}

/* @title Chat Room To */
/* @help This is the chat room to bubble */
.jrchat-msg-to {
    padding:9px 12px;
    background:#212121;
    margin-right:26px;
    overflow:hidden;
}

.jrchat-msg-msg {
    position:relative;
    display:table-cell;
    vertical-align:middle;
    padding:9px 12px 18px 12px;
    word-break:break-word;
    width:98%;
}

/* @title Chat Room Byline */
/* @help This is the chat room date/time text */
.jrchat-msg-byline {
    position:absolute;
    right:5px;
    bottom:5px;
    display:block;
}

/* @title Chat Room Message */
/* @help This is the chat room new message section */
#jrchat-new-message {
    background:#0A0A0A;
    position:absolute;
    right:0;
    bottom:0;
    width:100%;
    height:70px;
    padding:10px 8px;
    box-sizing:border-box;
    border:1px solid #1C1C1C;
}

/* @title Chat User Settings */
/* @help This is the chat user settings background and border */
#jrchat-user-settings {
    background:#0A0A0A;
    border:1px solid #1C1C1C;
}
