/* northwestmusicgroup.com css Wed, 03 Sep 2025 15:07:07 -0700 */

/* 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://northwestmusicgroup.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://northwestmusicgroup.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://northwestmusicgroup.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/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/jrBundle/css/jrBundle.css */


/* Jamroom FoxyCart Bundle module CSS */
.bundle_box {
    position:inherit;
    width:400px;
    text-align:left;
    background-color:#EEEEEE;
    border:1px solid #999999;
    border-radius:5px;
    padding:12px;
    z-index:100;
    overflow:visible;
    box-shadow:3px 3px 3px 3px #ccc;
}

.bundle_item_section {
    border-radius:5px;
    padding:9px;
    background:#DDDDDD;
}

.bundle_item_table {
}

.bundle_section {
    margin-top:12px;
    padding:4px 0;
    background-color:#EEEEEE;
    border-radius:5px;
}

.bundle_drop_section {
    padding:9px;
    background-color:#FFCC00;
    border-radius:5px;
}

.bundle_drop_top {
    margin-top:12px;
}

.bundle_name {
    padding-left:3px;
}

.bundle_table {
    margin-top:6px;
}

.bundle_table th {
    color:#000;
    font-weight:bold;
}

.bundle_count {
    width:10%;
    white-space:nowrap;
    font-size:10px;
    padding:0 12px;
}

#bundle_close,
#bundle_prev,
#bundle_next,
.bundle_cart_image {
    cursor:pointer;
}

.bundle_button {
    width:76px;
}

#bundle_message {
    width:80%;
    padding:6px;
    border-radius:5px;
    margin-bottom:6px;
}

.bundle_only {
    display:inline-block;
    background-color:#ccff99 !important;
    padding:6px;
    color:#000;
    text-align:center;
    font-size:13px;
    font-style:italic;
    margin:0;
    position:absolute;
    top:2px;
    right:0;
    left:2px;
}

/* @title Subscription Icon */
/* @help Shows in payments browser as purchased item image */
.bundle-icon {
    border:0;
    border-radius:0;
    margin:0 auto;
    padding:0;
}

.bundle-item .img_scale {
    margin:1px;
    max-width:64px;
}

.bundle-item {
    font-weight:600;
}

.table-cell.img {
    padding:5px;
    width:66px;
}

.bundle-image .button_player {
    bottom:5px;
    position:absolute;
    right:5px;
    width:25px;
}

.bundle-item-info h3 {
    font-size:14px;
    font-weight:bold;
    margin:10px 0 0;
}

.bundle-item-info {
    font-size:12px;
}

.bundle-image .button_player {
    bottom:5px;
    min-width:25px;
    position:absolute;
    right:5px;
}

.bundle-image {
    position:relative;
}

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


/* modules/jrCombinedVideo/css/jrCombinedVideo.css */


.create_video_box {
    position:inherit;
    text-align:left;
    border:1px solid #999999;
    border-radius:3px;
    padding:6px;
    z-index:100;
    overflow:visible;
    box-shadow:3px 3px 3px 3px #CCCCCC;
}

.video-choice {
    float:left;
    text-align:center;
    padding:12px;
}

#video-close {
    position:absolute;
    bottom:6px;
    right:6px;
}


/* 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://northwestmusicgroup.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://northwestmusicgroup.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://northwestmusicgroup.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://northwestmusicgroup.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://northwestmusicgroup.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://northwestmusicgroup.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://northwestmusicgroup.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/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/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/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/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/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/jrPayPal/css/jrPayPal.css */


/* @title Buy Now Box */
/* @help The price and buy now icon box */
.paypal_buy_now_section {
    display:inline-block;
    background-color:#EEEEEE;
    padding:1px;
}

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

/* @title Buy Now Price */
/* @help The price section in the Buy Now Box */
.paypal_buy_now_price {
    position:relative;
    top:2px;
    left:2px;
    padding:0 2px 0 10px;
    padding-top:4px;
    color:#000000;
    font-size:1.2em;
}


/* modules/jrPayment/css/jrPayment.css */


#cart-modal {
    width:100%;
    max-width:700px;
    height:auto;
}

#cart-holder {
    width:100%;
    max-width:680px;
    height:auto;
    display:inline-block;
    background:#DDD;
    padding:10px;
    border-radius:5px;
    z-index:1000;
    overflow:auto;
}

#cart-holder .page_table {
    margin-bottom:0;
}

.cart-section {
    display:inline-block;
    background:#EEE;
    border-radius:3px;
    box-shadow:inset 0 0 2px rgba(0,0,0,.5);
}

.cart-qty {
    text-align:center;
    width:25px;
    padding:0;
    margin:0;
}

.cart-shipping {
    font-size:9px;
}

.cart-price {
    position:relative;
    top:2px;
    left:2px;
    padding:0 10px;
    padding-top:4px;
    color:#000;
    font-size:16px;
    line-height:16px;
}

.cart-icon {
    margin:0;
    padding:0;
    cursor:pointer;
}

.cart-remove-button {
    font-size:11px !important;
    padding:0 5px !important;
}

.payment-icon {
    border:0;
    border-radius:0;
    margin:0 auto;
    padding:0;
}

#payment-view-cart-button {
    padding:0;
    margin:0;
    white-space:nowrap;
}

.payment-checkout-cell span {
    font-size:10px;
    font-weight:bold;
}

.payment-checkout-cell img {
    height:32px;
    cursor:pointer;
}

/* Mobile */
@media handheld,only screen and (max-width:801px) {
    #cart-modal {
        width:100%;
        max-width:300px;
        height:auto;
        margin:0 auto;
    }

    #cart-holder {
        width:100%;
        max-width:280px;
        height:auto;
        margin:0 auto;
    }

    #payment-view-cart-button {
        padding:0;
        margin:0;
    }

}

/* 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/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/jrProduct/css/jrProduct.css */


.product-tracking-cell {
    position:relative;
}

/* @title Product Carrier */
/* @help The small carrier text shown below the Tracking ID button */
.product-carrier {
    position:absolute;
    bottom:5px;
    left:0;
    right:0;
    font-size:11px;
}


/* 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://northwestmusicgroup.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://northwestmusicgroup.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/jrSiteBuilder/css/jrSiteBuilder.css */


.sb-button {
    width:120px;
    text-align:center;
    display:block; 
    padding:6px 12px;
    position:fixed;
    border:1px solid #000000;
    border-radius:3px;
    background-color:#FFCC00;
    color:#000000;
    font-size:15px;
    cursor:pointer;
    z-index:600;
}

.sb-button:hover {
    background:#EEEEEE;
    color:#000000;
}

#sb-edit-button {
    bottom:36px;
    left:36px;
}

#sb-close-button {
    bottom:36px;
    left:36px;
}

#sb-edit-layout {
    bottom:76px;
    left:36px;
}

#sb-page-delete {
    bottom:116px;
    left:36px;
}

#sb-edit-menu {
    bottom:156px;
    left:36px;
}

#sb-doc-menu {
    bottom:196px;
    left:36px;
}

#sb-edit-cp {
    background:#FFFFFF;
    margin:0 auto;
    display:none; 
    padding:12px;
    width:1140px;
    height:600px;
    border-radius:3px;
    overflow-x:hidden;
    overflow-y:auto;
}

#sb-widget-work {
    overflow-y:auto;
    overflow-x:hidden;
}

#sb-widget-work .form_template {
    max-width:839px;
}

#sb-widget-settings {
    display:none; 
}

#sb-layout-section {
    display:none; 
    margin-bottom:12px;
}

.sb-accordion {
    margin:0 12px 0 0;
}

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

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

/* @title Widget Container */
/* @help Controls the padding and margin for the Widget Containers */
.sb-widget-col {
    position:relative; 
    padding:6px;
    margin:0;
}

.sb-container-controls {
    position:absolute;
    top:12px;
    right:18px;
}

.sb-widget-new {
    display:none; 
}

.sb-widget-block {
    min-height:50px;
    position:relative;
}

.sb-widget-block-edit {
    padding:6px !important;
}

/* @title Widget Item */
/* @help This class is applied to the holder for each widget in a container */
.sb-widget-content {
    padding:0;
    margin:0;
}

.sb-widget-controls {
    position:absolute;
    top:12px;
    right:12px;
    text-align:right;
    z-index:1000;
}

.sb-widget-controls small {
    display:inline-block; 
    margin-top:2px;
    font-size:11px;
    color:#333333;
}

.sb-widget-hilight {
    border:1px dashed #CCCCCC;
    border-radius:2px;
    margin:5px !important;
    padding:6px 6px 44px 6px;
}

.sb-item-row {
    width:100%;
    display:table-row; 
    cursor:pointer;
    height:34px;
    background:#EEEEEE;
}

.sb-item-row-active.sb-item-row-default,
.sb-item-row-active {
    background:#FFCC00;
}

.sb-item-row-default {
    background:#CCCCCC;
}

.sb-item-row:hover {
    background:#FFCC00;
}

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

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

.first-col,.second-col,.third-col {
    position:relative;
    font-size:18px;
    font-weight:bold;
}

.sb-cell-widget {
    float:left;
    position:absolute;
    top:6px;
    left:9px;
    font-size:8px;
    font-weight:normal;
    text-transform:uppercase;
    color:#999999;
}

.new-cell {
    background:#D5EFFF;
    margin:3px;
    padding:6px;
    border:1px solid #DDDDDD;
    border-radius:3px;
}

#eventslider {
    margin:25px 30px 6px 30px;
}

#layout-row {
    margin:6px 30px 25px 30px;
}

.saved-row {
    margin:3px 30px 3px 30px;
}

#saved-rows {
    margin-top:16px;
}

.sb-row-button {
    margin:0 auto;
    padding:6px 3px;
    background:#EEEEEE;
    border:1px solid #DDDDDD;
    border-radius:3px;
    font-size:16px;
    text-align:center;
    cursor:pointer;
}

.sb-row-button:hover {
    background:#FFCC00;
}

.col0 {
    display:none; 
}

.sb-menu-entry {
    padding:0 6px;
}

.sb-menu-text a {
    text-decoration:none;
}

.sb-menu-text-new {
    margin:0;
    color:#666666;
    font-size:13px;
    border:0;
    cursor:pointer;
}

.sb-new-click {
    padding:0;
    margin:0;
    text-decoration:none;
}

.sb-menu-delete {
    position:absolute;
    top:0;
    right:3px;
    display:inline-block; 
}

.sb-menu-indent-0 {
    box-sizing:border-box;
    padding:6px;
    font-size:15px;
    width:100%;
    margin-left:0;
}

.sb-menu-indent-1 {
    box-sizing:border-box;
    padding:4px;
    font-size:14px;
    width:90%;
    margin:3px 0 3px 9px;
}

.sb-menu-indent-2 {
    box-sizing:border-box;
    padding:2px;
    font-size:13px;
    width:80%;
    margin:3px 0 3px 18px;
}

.sb-menu-new-indent-0 {
    margin:0 0 3px 9px;
}

.sb-menu-new-indent-1 {
    margin:0 0 3px 18px;
}

.sb-menu-new-indent-2 {
    margin:0 0 3px 27px;
}

.menu-col1 {
    background:#EEEEEE;
    border:1px solid #EEEEEE;
}

.menu-col2 {
    background:#F9F9F9;
    border:1px solid #EEEEEE;
}

.sb-top-menu-entry {
}

.sb-menu-entry {
    background:#EEEEEE;
    padding:6px 9px;
    font-size:15px;
    color:#000000;
    vertical-align:middle;
    margin-top:3px;
    border-radius:2px;
    text-transform:capitalize;
    cursor:move;
}

.sb-menu-entry a {
    cursor:pointer;
}

#sb-new-entry {
    width:85%;
    margin:0;
}

.sb-menu-entry button {
    float:right;
    margin:0;
}

.sb-menu-entry-active {
    background:#FFCC00;
}

.sb-menu-expand-icon {
    display:inline; 
    margin-right:4px;
}

.sb-menu-noexpand {
    display:inline; 
    width:20px;
}

.sb-menu-delete-icon {
    position:absolute;
    right:6px;
    top:6px;
}

.sb-menu-add-button {
    position:absolute;
    right:6px;
    top:6px;
}

.sb-menu-text {
    width:100%;
    box-sizing:border-box;
    border:0;
    border-radius:2px;
    background-color:#FFFFFF;
    padding:3px 6px;
    color:#000000;
}

#menu-entry-holder {
    overflow:auto;
}

.connectedSortable {
    list-style:outside none none;
    min-height:20px;
    padding:0;
    overflow:auto;
}

.sb-add-widget-btn {
    font-size:11px;
    position:absolute;
    right:12px;
    bottom:12px;
}

.sb-mod-container-btn {
    font-size:11px;
    position:absolute;
    left:12px;
    bottom:12px;
}

.sb-container-tabs {
    padding:32px 12px 0 12px;
    margin-bottom:-12px
}

.sb-widget-type-info {
    opacity:0.2;
}

/* browser page icon */
.sb_page_icon {
    width:150px;
    padding:0 0 2px 0;
    margin:0;
    background-color:#E6E6E6;
}

.sb_page_icon-row {
    margin:2px;
}

.sb_page_icon-cell {
    font-size:10px;
    border:1px solid #AAAAAA;
    padding:2px 0;
    margin:1px;
}

#sb-json-message {
    margin:0 4px;
}

/* notifications from web sockets */
.menu_0_link .notifications {
    background:#f8f494 none repeat scroll 0 0;
    border:1px solid #000000;
    border-radius:5px;
    color:#000000;
    opacity:1;
    padding:0 5px;
    position:absolute;
    right:0;
    text-shadow:none;
    top:0;
    transition:opacity 0.3s linear 0s;
}

.menu_0_link .notifications.none {
    opacity:0;
}

/* button audio players in a widget item list =  no disc */
ul.sb-widget-sortable .widget-item .sc_button_player li,
ul.sb-widget-sortable .widget-item .button_player li
{
    list-style:none;
}

/* html content in a widget with a list,show disk */
ul.sb-widget-sortable .widget-item ul li {
    list-style:disc;
}

ul.sb-widget-sortable .qq-upload-list li {
    list-style:none;
}

#menu_editor li {
    list-style:none;
}
#sb-menu-options-form .hljs {
    max-width:none;
}

/* modules/jrSiteBuilder/css/jquery.nouislider.css */



/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout:none;
-webkit-user-select:none;
-ms-touch-action:none;
-ms-user-select:none;
-moz-user-select:none;
-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.noUi-base {
	width:100%;
	height:100%;
	position:relative;
}
.noUi-origin {
	position:absolute;
	right:0;
	top:0;
	left:0;
	bottom:0;
}
.noUi-handle {
	position:relative;
	z-index:1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index:10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7,which incorrectly
   creates a new context for the origins. */
	*z-index:-1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition:left 0.3s,top 0.3s;
	transition:left 0.3s,top 0.3s;
}
.noUi-state-drag * {
	cursor:inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height:18px;
}
.noUi-horizontal .noUi-handle {
	width:34px;
	height:28px;
	left:-17px;
	top:-6px;
}
.noUi-horizontal.noUi-extended {
	padding:0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin  {
	right:-15px;
}
.noUi-vertical {
	width:18px;
}
.noUi-vertical .noUi-handle {
	width:28px;
	height:34px;
	left:-6px;
	top:-17px;
}
.noUi-vertical.noUi-extended {
	padding:15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin  {
	bottom:-15px;
}

/* Styling;
 */
.noUi-background {
	background:#FAFAFA;
	box-shadow:inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
	background:#EEEEEE;
	box-shadow:inset 0 0 3px rgba(51,51,51,0.45);
    -webkit-transition:background 450ms;
	transition:background 450ms;
}
.noUi-origin {
	border-radius:2px;
}
.noUi-target {
	border-radius:4px;
	border:1px solid #D3D3D3;
	box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
	box-shadow:inset 0 0 3px rgba(51,51,51,0.45),0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-dragable {
	cursor:w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor:n-resize;
}
.noUi-handle {
	border:1px solid #D9D9D9;
	border-radius:3px;
	background:#FFF;
	cursor:col-resize;
	box-shadow:inset 0 0 1px #FFF,
				inset 0 1px 7px #EBEBEB,
				0 3px 6px -3px #BBB;
}
.noUi-active {
	box-shadow:inset 0 0 1px #FFF,
				inset 0 1px 7px #DDD,
				0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
	content:"";
	display:block;
	position:absolute;
	height:14px;
	width:1px;
	background:#E8E7E6;
	left:14px;
	top:6px;
}
.noUi-handle:after {
	left:17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width:14px;
	height:1px;
	left:6px;
	top:14px;
}
.noUi-vertical .noUi-handle:after {
	top:17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background:#B8B8B8;
}
[disabled] .noUi-handle {
	cursor:not-allowed;
}


/* modules/jrSubscribe/css/jrSubscribe.css */


/* @title Subscription Plan Box */
/* @help The div that holds each subscription plan */
.sub-plan-box {
    min-height:335px;
    padding:8px;
    margin:5px 20px 20px 5px;
    border:1px solid #EDEDED;
    border-radius:8px;
    box-shadow:0 0 2px 0 #000;
}

/* @title Subscription Plan Box Header */
/* @help The header class inside each subscription plan box*/
.sub-header {
    background-color:#EDEDED;
    text-align:center;
    padding:10px;
    font-size:12px;
    font-weight:500;
    text-transform:capitalize;
    white-space:nowrap;
    color:#000;
}

/* @title Subscription Header H2 */
/* @help The subscription header H2 element */
.sub-header h2 {
    color:#000;
}

/* @title Subscription Plan Features */
/* @help The div that holds the features for each subscription plan */
.sub-features {
    font-size:13px;
    padding:10px;
    font-variant:small-caps;
}

.sub-features ul {
    list-style:circle inside url('https://northwestmusicgroup.com/image/img/module/jrSubscribe/checkmark_green.png');
    font-variant:normal;
}

.sub-features ul li {
    font-size:14px;
    padding:5px;
    margin-left:-40px;
}

.sub-features li:nth-child(odd) {
    background-color:#EDEDED;
    box-shadow:0 0 1px #999;
    padding:5px;
    color:#000;
}

/* @title Subscription Plan Price */
/* @help The div that holds the price for each subscription plan */
.sub-price {
    text-align:center;
    font-size:13px;
    padding:10px;
}

/* @title Subscription Plan Price H4 */
/* @help The H4 element for the subscription price */
.sub-price h4 {
    font-size:14px;
    font-weight:bold;
}

#sub-price-modal {
    width:300px;
    height:80px;
}

#sub-price-message {
    display:inline-block;
    margin:0 0 10px 5px;
}

#sub-price-text {
    width:150px;
}

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

    .subscription-header h2 {
        font-size:18px;
    }

}



/* 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/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/jrTwoFactor/css/jrTwoFactor.css */


#jrtwofactor-box {
    padding:20px 0 10px 0;
    text-align:center;
}

.jrtwofactor-num {
    box-sizing:border-box;
    width:44px;
    min-height:50px;
    text-align:center;
    display:inline !important;
    border-radius:5px;
    border:2px solid #CCC;
    font-size:18px;
    padding:10px;
    margin-left:8px;
}

.jrtwofactor-num:focus {
    border-color:#FC0;
}


/* 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://northwestmusicgroup.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://northwestmusicgroup.com/image/img/module/jrYouTube/play.png") no-repeat;
}

.youtube-iframe {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    border:0;
}

/* modules/myBeats/css/myBeats.css */


/* This is the CSS for myBeats Module */


h2 td a {
    color:dodgerblue;
}

html.sb-init body div#wrapper div#content div.block div.block_content div.block_content div.item div.container div.row table tbody tr td span h2 a{
    color:dodgerblue;
}

td h2 a{
    color:dodgerblue;
}

html.sb-init body div#wrapper div#content section#profile div.row.profile_body div.col8 div.wrap div.block div.block_content div.item div.container div.row div.col9.last div.p5 table tbody tr td a {
    color:dodgerblue;
}

/* general text color */
html.sb-init body div#wrapper div#content section#profile div.row.profile_body div.col8 div.wrap div.block div.block_content div.block_content div.item div.container div.row div.table-container table tbody tr td {
    color:black;
}
/* Lease,exclusive premium */
html.sb-init body div#wrapper div#content section#profile div.row.profile_body div.col8 div.wrap div.block div.block_content div.block_content div.item div.container div.row div.table-container table tbody tr td a {
    color:dodgerblue;
}

h2 {
    margin:20px;
}

@media screen and (max-width:767px) {
    table {
        width:100%;
        font-size:14px;
        font-weight:bold;

    }
    th,td {
        padding:3px;

    }
}

td a{
    color:dodgerblue;
}

.beat-genres {
    font-size:20px;
    color:black;
    text-align:center;
    text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 15px #0073e6,0 0 20px #0073e6,0 0 25px #0073e6,0 0 30px #0073e6,0 0 35px #0073e6;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.beat-genres li {
    padding:10px;
    width:100%;
}

@media only screen and (min-width:480px) {
    .beat-genres li {
        width:auto;
    }
}

.beat-title {
    font-size:20px;
    font-weight:bold;
    color:#727272; /* You can adjust the color as needed */
    border-color:black;
    margin-bottom:10px;
}



/* modules/myNews/css/myNews.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;
}

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

.stat_entry_container {
    padding:10px;
}

/* skins/myNWMG4/css/acp.css */


/* @title Info Log */
/* @help Background color for Informational (INF) Log entries */
.log-inf {
    background-color:transparent;
    text-align:left;
}

/* @title Minor Log */
/* @help Background color for Minor (MIN) Log entries */
.log-min {
    background-color:#FFFF99;
    text-align:left;
}

/* @title Major Log */
/* @help Background color for Major (MAJ) Log entries */
.log-maj {
    background-color:#FF9900;
    text-align:left;
}

/* @title Critical Log */
/* @help Background color for Critical (CRI) Log entries */
.log-cri {
    background-color:#FF6600;
    text-align:left;
}

/* admin menu */
/* admin menu */
/* admin menu */

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

dd {
    padding-top:0;
    padding-bottom:9px;
    margin:0;
    font-size:12px;
}

.admin_section_header {
    background:#FAF9F2;
    margin-top:0;
}

.admin_section_search {
    background-color:#DDDDDD !important;
    border-radius:0 !important;
    padding:11px !important;
    box-sizing:border-box;
}

.form_admin_search {
    width:98% !important;
    font-style:italic;
    color:#AAAAAA;
    box-sizing:border-box;
}

.form_admin_search:focus {
    border:0 !important;
}

/* @title Menu Row */
/* @help The row for the menu list */
.item-entry {
    color:#444444;
    display:table-cell;
    font-size:15px;
    padding:6px;
    vertical-align:middle;
    width:100%;
}

.item-row {
    background:white none repeat scroll 0 0;
    cursor:pointer;
    display:table-row;
    height:42px;
    width:100%;
}

/* @title Menu Active Row */
/* @help The active row for the menu list */
.item-row-active {
    background-color:#F3F3F3;
}

.item-row:hover {
    background-color:#F3F3F3;
}

/* @title Menu Icon */
/* @help The icon for the menu item */
.item-icon {
    display:table-cell;
    padding:3px;
}

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

/* @title Module Disabled */
/* @help Contents of Small box to the right of a disabled module */
.item-disabled {
    display:table-cell;
    color:#000000;
    background:#AADDFF;
    font-size:11px;
    padding:6px;
    border:0;
}

#item-work {
    background:rgba(0,0,0,0) none repeat scroll 0 0;
    margin:2px;
}

/* @title Banner Background */
/* @help The Banner Background is the background color in the small section at the top of pages where the module icon appears */
.page_banner_box {

}

/* @title Page Banner border */
/* @help The Page Banner border is the border around the section at the top of pages where the module icon appears */

.page_banner {
    background:#DDDDDD none repeat scroll 0 0;
    color:#333333;
    margin-bottom:6px;
    padding-bottom:3px;
}

/* @title Page Banner Icon */
/* @help The Page Banner Icon section is the small section at the top of pages where the module icon appears */
.page_banner_icon {
    width:1%;
    padding:8px 0 8px 8px; 
}

/* @title Page Banner Title */
/* @help The Title section in the page banner */
.page_banner_left {
    height:36px;
    text-align:left;
    padding:5px 12px 3px 12px;
    font-size:18px;
    font-weight:bold;
    text-transform:capitalize;
    white-space:nowrap;
}

/* @title Page Banner Description */
/* @help The Description section on the right side of the page banner */
.page_banner_right {
    padding:4px 8px 0 0; 
    text-align:right;
}

.form_radio {
}

/* @title Radio Option */
/* @help Format for Radio form field options */
.form_radio_option {
    display:inline;
    padding-right:32px;
}

/* @title Textarea */
/* @help Format for Textarea form input fields */
.form_text {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    border:0;
    border-radius:3px;
    color:#FFFFFF;
    font-size:14px;
    margin:0 2px;
    padding:4px 5px;
    width:75%;
    background-color:#555555;
    vertical-align:middle;
}

/* @title Radio Option */
/* @help Format for Radio form field options */
.form_radio_option {
    display:inline;
    padding-right:32px;
}

/* @title Textarea Focus */
/* @help Class applied to a textarea field when the field is selected for input. */
textarea:focus {
    border:1px solid #303030;
}

/* @title Checkbox */
/* @help Class applied to a checkbox form field */
.form_checkbox {
    font-size:16px;
    margin:3px;
    border-radius:3px;
}

/* @title Optionlist Text */
/* @help Class applied to the text to the right of an Optionlist entry */
.form_option_list_text {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:14px;
}

/* @title Disabled */
/* @help Class applied to a form element when it is disabled */
.form_element_disabled {
    border-width:1px;
    border-style:solid;
    border-color:#DDDDDD;
    background-color:#FFFFFF;
    color:#AAAAAA;
}

/* @title Code Mirror */
/* @help Overrides Core CodeMirror class */
.CodeMirror {
    background:#FFFFFF;
    padding:0;
    font-size:12px;
    border:solid 1px #7F7F7F;
    border-radius:3px;
    margin-left:2px;
}

/* @title Date Input */
/* @help Format for Date Input form elements */
.form_date {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#000000;
    font-size:14px;
    height:24px;
    line-height:24px;
    width:15%;
    padding:0 4px; 
    margin:0 2px; 
    background-color:#FFFFFF;
    border-width:1px;
    border-style:solid;
    border-color:#7F7F7F;
    border-radius:3px;
}

/* @title Input Focus */
/* @help Class applied to a text input field when the field is selected for input. */
input[type="text"]:focus,select:focus,textarea:focus {
    box-shadow:0 0 3px #FFCC33;
}

.form_text[disabled="disabled"],.form_text[readonly="readonly"] {
    opacity:0.5;
}

.form_text_search {
    width:35%;
    padding:7px;
    margin-right:6px;
}

.live_search_text {
    color:#CCCCCC;
    font-style:italic;
    height:20px;
}

/* remove Firefox's dotted outlines... */
:focus {
    outline:none;
}

::-moz-focus-inner {
    border:0;
}

form {
    margin-bottom:0;
}

/* @title Element Left */
/* @help This is the left side of pages and forms where the label and sub-label will appear */
.element_left {
    text-align:right;
    text-transform:capitalize;
    padding:4px 6px 12px 0;
    width:23%;
}

.tool_element_left {
    padding:6px;
}

/* @title Element Right */
/* @help This is the right side of pages and forms where the form elements appear */
.element_right {
    padding:4px 0 12px 0;
    width:77%;
}

.tool_element_right {
    padding:6px;
}

/* @title Element Right URLs */
/* @help This is the color of URLs that might appear on the right side of the form */
.element_right a {
    color:#222222;
}

.form_input_left {
    height:30px;
}

.sublabel {
    font-size:11px;
    text-transform:none;
}

.form_help_button {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    position:absolute;
    top:5px;
    right:0;
    background:rgba(0,0,0,0) linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.8)) repeat scroll 0 0;
}

/* @title Form Help */
/* @help This is for the help sections for the forms */

.form_help {
    background-color:#EEEEEE;
    padding:8px;
    margin:0 2px 8px 2px;
    border-radius:3px;
    box-shadow:inset 0 0 5px #BBBBBB;
}

/* @title Form Help Drop */
/* @help This is for the help drop down section for the forms */
.form_help_drop {
    padding:8px;
    width:100%;
}

/* @title Form Help Drop Left */
/* @help This is for the left side help drop down section for the forms */
.form_help_drop_left {
    color:#333333;
    font-size:15px;
    padding:10px;
    text-align:left;
    text-transform:none;
    width:95%;
}

/* @title Form Help Drop Right */
/* @help This is for the right side help drop down section for the forms */
.form_help_drop_right {
    width:5%;
    padding:10px 20px 20px 20px;
}

.form_help_default {
    display:inline-block;
    margin-top:12px;
}

/* @title Form Help Small */
/* @help This is for the small help text */
.form_help_small {
    display:inline-block;
    font-size:9px;
    margin-top:12px;
    color:#999999;
    font-style:italic;
}

.form_submit_box {
    padding-top:6px;
}

.form_submit_section {
    padding:10px;
    text-align:center;
    background:#DDDDDD none repeat scroll 0 0;
}

#form_submit_indicator {
    display:none;
    margin-right:10px;
    vertical-align:middle;
}

.page_notice_drop {

}

/* @title Form Message Box */
/* @help Form messages will be displayed withing the Form Message box */
.page_notice {
    text-align:center;
    padding:10px;
    margin:0 0 6px;
    font-size:14px;
}

/* @title Form Message Text */
/* @help Formats the message text as shown in the Form Message Box */
.form_notice {
    text-align:center;
    padding:10px;
    display:none;
}

/* @title Form Notice */
/* @help Background color of Form Notice messages */
.notice {
    background-color:#AADDFF !important;
    color:#000000 !important;
}

.notice a {
    color:#000000 !important;
}

/* @title Form Warning */
/* @help Background color of Form Warning messages */
.warning {
    background-color:#FFD940 !important;
    color:#000000;
}

.warning a {
    color:#000000 !important;
}

/* @title Form Error */
/* @help Background color of Form Error messages */
.error {
    background-color:#FFD940 !important;
    color:#000000;
}

.error a {
    color:#000000 !important;
}

/* @title Form Success */
/* @help Background color of Form Success messages */
.success {
    background-color:#66D940 !important;
    color:#000000 !important;
}

.success a {
    color:#000000 !important;
}

/* @title Field Error */
/* @help Background color of a form field if the contents are in error */
.field-hilight {
    background-color:#FFDD00;
}

/* @title Select */
/* @help Format for the Select form field. */
.form_select {
    border:medium none;
    border-radius:3px;
    box-sizing:border-box;
    color:#EEEEEE;
    font-size:14px;
    margin:2px;
    padding:3px;
    width:76.4%;
}

/* @title Select Multiple */
/* @help Format for the Select form field when multiple items can be selected. */
.form_select_multiple {
}

.form_select_and_text_select {
    width:33%;
    margin-right:12px;
}

.form_select_and_text_text {
    width:32%;
}

/* @title Select Jumper */
/* @help Format for the Select Jumper field used in Page Headers */
.form_select_item_jumper {
    width:250px;
}

/* @title Time Input */
/* @help Class applied to the Time Select Field */
.form_time {
    margin-left:12px;
    width:15%;
    min-width:95px;
}

optgroup {
    font-style:normal;
}

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

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

/* @title Form Button */
/* @help Format for Form Buttons */

.form_button {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    background:rgba(0,0,0,0) linear-gradient(#FFFFFF,#E5E5E5) repeat scroll 0 0;
    border:1px solid #CCCCCC;
    border-radius:3px;
    box-shadow:none;
    color:#666666;
    cursor:pointer;
    font-size:14px;
    height:auto;
    margin:0 2px;
    padding:6px 8px;
    text-decoration:none;
    text-transform:capitalize;
    vertical-align:middle;
}

.form_button:hover {
    background:rgba(0,0,0,0) linear-gradient(#e5e5e5,#e0e0e0) repeat scroll 0 0;
}

.form_button:disabled {
    cursor:auto;
    opacity:0.3;
}

.form_button_icon {
    color:#555555;
    font-size:20px;
    line-height:28px !important;
}

.form_icon_button {
    background:#FFFFFF linear-gradient(#FFFFFF,#EEEEEE) repeat scroll 0 0;
    width:28px;
    height:28px;
    border:1px solid #CCCCCC;
    border-radius:2px;
    margin-left:3px;
}

/* @title Form Button Hover */
/* @help Format for Form Buttons when the mouse is hovered over the button */
.form_icon_button:hover {
    background-color:#EEEEEE;
    color:#000000 !important;
}

/* @title Follow Button*/
/* @help Override for border-radius on follow button */
.follow_button {
    border-radius:3px;
}

.form_button_disabled {
    opacity:0.3;
}

.form_button_disabled:hover {
    color:#A4A4A4;
    background:#F0F0F0;
}

.form_button a,.form_button_anchor a,.form_button_anchor:hover a {
    text-decoration:none;
}

.sprite_icon_hilighted {
    background-color:#FFCC00;
}

/* @title Tables */
/* @help This is the HTML table style */
table {
    width:100%;
    border-width:0;
    border-spacing:0;
}

/* @title Table TD */
/* @help This is the TD tag for tables */
td,th {
    padding:0;
}

/* @title Table Links */
/* @help This is the color for URL links in a table */
td a {
    color:#226699;
}

#page_notice > a {
    color:#FF5500;
}

/* @title Page Table */
/* @help This is the page table style */
.page_table {
    background-color:#DDDDDD;
    border-spacing:1px;
    width:100%;
}

.bigtable {
    border-spacing:3px;
}

.page_table_header > a {
    color:#ECA81E;
}

/* @title Page Table Header */
/* @help This is the page header table style */
.page_table_header {
    background-color:rgba(255,255,255,0.1);
    font-size:12px;
    font-weight:bold;
    padding:6px;
    text-align:center;
    text-transform:capitalize;
    white-space:nowrap;
}

/* @title Page Table Footer */
/* @help This is the page footer table style */
.page_table_footer {
    background-color:#E8EAEB;
    text-align:center;
    padding:6px;
    font-size:12px;
    text-transform:capitalize;
    color:#000000;
    white-space:nowrap;
}

/* @title Page Table Row */
/* @help This is the page row table style */
.page_table_row {
    background-color:#F2F2F2;
}

.page_table_row_alt {
    background-color:#F8F8F8;
}

/* @title Page Table Cell */
/* @help This is the page table cell style */
.page_table_cell {
    padding:4px;
    font-size:13px;
    color:#333333;
}

/* @title Page Table Pager */
/* @help This is the page pagination table style */

/* @title Page Pager Left */
/* @help This is the left pagination cell */
.page_table_pager_left {
    width:25%;
    padding:5px;
}

/* @title Page Pager Center */
/* @help This is the center pagination cell */
.page_table_pager_center {
    text-align:center;
    width:50%;
    padding:5px;
    font-size:11px;
}

/* @title Page Pager Right */
/* @help This is the right pagination cell */
.page_table_pager_right {
    text-align:right;
    width:25%;
    padding:5px;
}

/* @title Page Pager Jumper */
/* @help This is the page selection drop down */
.page_table_jumper {
    width:50px;
}

/* @title Page Notice */
/* @help This is the page notice section */
.page_table_notice {
    text-align:center;
    line-height:32px;
    font-size:14px;
}

/* @title Page Section */
/* @help The Page Section is the small divider that can divide forms into logical groups. */
.page_section_header {
    background:#FAF9F2 none repeat scroll 0 0;
    border-radius:0;
    color:#333333;
    font-size:16px;
    text-transform:lowercase;
    font-variant:small-caps;
    font-weight:normal;
    margin:0 0 9px;
    padding:6px 6px 6px 14px;
}

.accordion .page_section_header {
    background-color:#FAF9F2;
    color:#444444;
}

/* @title Page Divider */
/* @help The small horizontal line or section that can be used to divide large sections of a page */
.page_divider {
    background-color:#FFFFFF;
    border-bottom:1px solid #DDDDDD;
}

/* @title Page Note */
/* @help If a module has a special &quot;note&quot; that it wants to display,this controls how it looks. */
.page_note {
    background-color:#CCFF99;
    color:#333333;
    font-size:14px;
    margin-bottom:9px;
    margin-top:12px;
    padding:9px;
    text-align:center;
}

/* @title Page Search Hilight */
/* @help For options that support searching and hilighting,this is the background color for text matching. */
.page_search_highlight {
    background-color:#F7DD4F;
}

/* Tab Bar */
/* @title Tab Bar Holder */
/* @help This is the holder for the tab bar */
.page_tab_bar_holder {
    padding-top:3px;
    border-bottom:1px solid #DDDDDD;
    width:100%;
}

.page_tab_bar_spacer {
    height:10px;
}

.page_tab_bar {
    padding-left:16px;
}

/* @title Page Tab */
/* @help This is the tab for the tab bar */
.page_tab {
    background-color:#DDDDDD;
    border-radius:4px 4px 0 0;
    color:#333333;
    cursor:pointer;
    float:left;
    font-size:14px;
    list-style:outside none none;
    margin-left:6px;
    text-align:center;
    text-decoration:none;
    text-transform:capitalize;
}

/* @title Page Tab Hover */
/* @help This is the tab hover for the tab bar */
.page_tab:hover {
    background-color:#666666;
    color:#000000;
    text-decoration:none;
}

/* @title Page Tab Hover Link */
/* @help This is the tab link hover for the tab bar */
.page_tab:hover a {
    color:#FFFFFF;
    text-decoration:none;
}

.page_tab_active {
    color:#000000;
}

.page_tab_active:hover {
    border-bottom:0 none;
    color:#DDDDDD;
    text-decoration:none;
}

.page_tab_active:hover a {
    color:#000000;
    text-decoration:none;
}

.page_tab_active.page_tab a {
    color:white;
}

.page_tab_active a:hover {
    color:#DDDDDD;
}

/* @title Page Tab Link */
/* @help This is the tab URL link for the tab bar */
.page_tab a {
    color:#333333;
    display:block;
    padding:7px 14px;
    text-decoration:none;
}

.page_tab_first {
    margin-left:0;
}

.page_tab_last {
}

/* @title Page Tab Active */
/* @help This is the active tab */
.page_tab_hilight {
    background-color:#FFCC00;
    color:#000000;
}

.page_tab_hilight a {
    color:#000000;
}

/* @title Modal Overlay */
/* @help The background overlay for the Modal window */
#simplemodal-overlay {
    background-color:#000000;
    cursor:wait;
}

/* @title Modal Window */
/* @help The Modal window */
#modal_window {
    background-color:#FFFFFF;
    overflow:auto;
    padding:10px;
}

/* @title Modal Updates */
/* @help The Modal window updates */
#modal_updates {
    color:#CCCCCC;
    font-size:12px;
    padding:8px;
    margin-left:12px;
    overflow:auto;
}

/* @title Modal Spinner */
/* @help The Modal window loading image */
#modal_spinner {
    vertical-align:middle;
    margin-right:8px;
}

.action_item_desc a {
    color:#999999;
}

.action_item_holder {
    border-bottom:1px solid #FFFFFF;
}

#wrapper {
    min-height:calc(100vh - 110px);
    padding:50px 0 0 !important;
    position:relative;
}

#content .item-list {
    padding:2px 0;
}

#dashboard_container {
    padding:1em;
}

/* @title Site Content */
/* @help This is the main Site Content holder */

#content {
    background:white none repeat scroll 0 0;
    border-radius:0 0 4px 4px;
    box-shadow:0 0 2px #AAAAAA;
    font-size:1em;
    margin:10px auto;
    max-width:1280px;
}

#content > .container {
    padding:1em;
}

#content > .page_content {
    padding:1em;
}

#content > .jrform {
    padding:1em;
}

#content h2 {
    margin:0;
}

#content .sb-widget-title > h2 {
    font-weight:normal;
    text-transform:uppercase;
}

/* @title block */
/* @help This is the main style for the individual blocks of the page */
.block {
    background-color:transparent;
    padding:12px;
    margin:0 auto;
}

.recommend_box {
    background-color:#EDEDED;
    padding:25px;
    margin:12px;
    border-style:solid;
    border-color:#DDDDDD;
    border-width:1px;
    font-size:16px;
    color:#000000;
}

.recommend_box a {
    color:#336699;
    text-decoration:none;
}

.recommend_box a:hover {
    color:#333333;
    text-decoration:underline;
}

.search_box {
    color:#EEEEEE;
    font-size:16px;
    margin:12px;
    padding:25px;
    border:none;
    border-radius:4px;
}

.page_content {
    border-radius:4px;
    color:#444444;
}

.search_box a {
    text-decoration:none;
}

.search_box a:hover {
    color:#333333;
    text-decoration:underline;
}

.container {
    margin:0;
}

.bignum_stat .sprite_icon {
    background:#666666 none repeat scroll 0 0;
}

.sb-menu-entry {
    border-radius:2px;
    color:#000000;
    cursor:move;
    font-size:15px;
    margin-top:3px;
    padding:6px 9px;
    text-transform:capitalize;
    vertical-align:middle;
}

#modal_window {
    background:#111111 none repeat scroll 0 0;
}

#modal_updates {
    color:#CCCCCC;
}

.item h2 {
    margin:0 0 5px;
}

.sb-widget-title {
    font-size:16px;
}

.sb-widget-col {
    padding:0 6px;
}

.sb-widget-col.sb-widget-hilight {
    padding:6px 6px 44px;
}

.form_text,.form_textarea,.form_select {
    background:#555555 none repeat scroll 0 0;
    box-shadow:0 1px 2px rgba(0,0,0,0.2) inset,0 0 1px rgba(0,0,0,0.1) inset,0 2px 0 rgba(255,255,255,0.05);
    color:white;
}

.page_banner_box .page_banner {
    width:100%;
}

.sb-widget-controls {
    right:6px;
    top:6px;
}

.plugin #providers .provider .name {
    color:#AAAAAA;
}

.plugin .footer #branding a span.plugin_title {
    color:#FFFFFF;
}

.plugin .footer #branding a {
    color:#CCCCCC;
}

.simplemodal-container .sb-menu-entry {
    background-color:#555555;
}

.sb-row-button {
    color:#666666;
}

.black #debug_log {
    color:white;
}

#sb-edit-cp {
    border-radius:8px;
}

.widget-template-code {
    background:rgba(100,150,205,0.1) none repeat scroll 0 0;
}

.item.success {
    background-color:#CCFF99;
    color:#CCCCCC;
}

textarea {
    border:medium none;
}

.jrform .upload_button {
    width:188px;
    line-height:28px;
}

#info_box {
    padding:0 0 8px;
}

#info_box .item {
    border-bottom:0 !important;
}

.form_textarea {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    border:1px solid rgba(0,0,0,0);
    border-radius:3px;
    padding:4px 5px;
    font-size:14px;
    margin-left:2px;
    height:100px;
    min-height:90px;
    width:74.7%;
}

a.qq-upload-cancel {
    color:black;
}

.center {
    text-align:center;
}

p.waiting {
    padding:12em 0;
}

.acp-default-img {
    border:medium none;
}

.form_text.form_select_and_text_text {
    width:30%;
}

.action span.title {
    font-size:18px;
}

.page_tab.page_tab_active {
    background-color:#ECA81E;
}

.sb-menu-entry a {
    color:white;
    cursor:pointer;
}

.simplemodal-data .page_content {
    background:#F3F3F3;
}

.paypal_buy_now_section {
    height:28px;
    box-shadow:none;
}
.paypal_buy_now_section img {
    padding-top:3px;
}

.paypal_buy_now_price {
    padding-bottom:8px;
    padding-right:10px;

}

.sb-menu-entry button {
    height:27px;
}

/* skins/myNWMG4/css/base.css */


/* @title Config Block */
/* @help The set of buttons that float to the right,ie. create,delete and modify. */
.block_config {
    float:right;
    margin-left:6px;
    white-space:nowrap;
}

/* @title Image Block */
/* @help The DIV that holds a list image. */
.block_image {
    margin:0 auto;
    padding-right:6px;
}

/* @title Content Block */
/* @help The DIV that holds a lists content. */
.block_content {
    padding:0;
    margin:0 auto;
}

/* @title Title */
/* @help This is the Title text */
.title {
    background-color:#EEEEEE;
    vertical-align:middle;
    text-transform:capitalize;
    color:#333333;
    padding:12px;
}

.title h1 {
    font-weight:bold;
}

.title-more {
    display:inline-block;
    float:right;
    font-size:12px;
    text-transform:uppercase;
    margin-top:6px;
    color:#AAAAAA;
}

.title-more a {
    color:#AAAAAA;
}

.title-more a:hover {
    color:#000000;
    text-decoration:none;
}

/* @title Info Text */
/* @help Styling for info labels. ie. Albums,Genre,Plays etc. */

.info {
    color:#666666;
    display:inline;
    font-weight:bold;
    margin:0;
    padding:0;
    text-transform:capitalize;
}

/* @title Info Text Link */
/* @help This is the Info link text */
.info a {
    text-decoration:none;
    color:#FF5500;
}

/* @title Info Link Hover */
/* @help This is the Info link hover text */
.info a:hover {
    color:#888888;
    text-decoration:underline;
}

/* @title Date Text */
/* @help Any date text in your lists. ie. blogs,events etc. */
.info_c {
    color:#666666;
}

/* @title Date Link Text */
/* @help Any date text in your lists. ie. blogs,events etc. */
.info_c a {
    color:#FF5500;
    text-decoration:none;
    font-weight:bold;
}

/* @title Date Text */
/* @help Any date text in your lists. ie. blogs,events etc. */
.info_c a:hover {
    text-decoration:underline;
}

.p5 h3 {
    margin:0;
}



/* skins/myNWMG4/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:#FFFFFF;
    font-size:15px;
    text-align:center;
    border-radius:5px;
    border:1px solid #CCCCCC;
    text-transform:capitalize;
}

/* @title Chat Room Box */
/* @help This is the chat room container */
#jrchat-room-box {
    background-color:#FFFFFF;
    padding:5px;
    border-radius:5px;
    border:1px solid #303030;
    overflow-y:scroll;
    overflow-x:hidden;
}

/* @title Chat Room Options */
/* @help This is the chat room options div */
.jrchat-room-opt {
    position:relative;
    background:#FFFFFF;
    display:block;
    padding:6px 10px;
    font-size:16px;
    margin:5px;
    border-radius:4px;
    border:1px solid #CCCCCC;
}

/* @title Chat Room Bubble */
/* @help This is the chat room user count bubble */
.jrchat-bubble {
    background-color:#ECA81E;
    color:#FFFFFF;
    font-size:11px;
    line-height:18px;
    position:absolute;
    bottom:-2px;
    left:-2px;
    width:18px;
    height:18px;
    border:1px solid #000000;
    border-radius:9px;
    text-align:center;
}

/* @title Chat Room Config Bubble */
/* @help This is the chat room Config bubble */
.jrchat-config {
    background-color:#ECA81E;
    color:#FFFFFF;
    font-size:11px;
    line-height:18px;
    position:absolute;
    bottom:-2px;
    left:22px;
    width:18px;
    height:18px;
    border:1px solid #000000;
    border-radius:9px;
    text-align:center;
}

/* @title Chat Room Control */
/* @help This is the chat room user control div */
#jrchat-user-control {
    background:#EEEEEE;
    padding:0 3px;
    border-radius:5px;
    border:1px solid #CCCCCC;
    position:fixed;
    top:63px;
    right:10px;
    width:260px;
    height:300px;
    display:none;
    overflow-y:scroll;
    overflow-x:hidden;
}

/* @title Chat Room User Settings */
/* @help This is the chat room user settings div */
#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;
}

/* @title Chat Room Browser */
/* @help This is the chat room browser div */
#jrchat-room-browser {
    background:#EEEEEE;
    padding:0 3px;
    border-radius:5px;
    border:1px solid #CCCCCC;
    position:fixed;
    top:63px;
    right:10px;
    width:260px;
    height:300px;
    display:none;
    overflow-y:scroll;
    overflow-x:hidden;
    z-index:110000;
}

#jrchat-room-search {
    background:#EEEEEE;
    width:100%;
    padding:8px;
    margin:0;
    box-sizing:border-box;
    border-right:1px solid #303030;
    border-bottom:1px solid #303030;
    border-left:1px solid #303030;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

/* @title Chat Room */
/* @help This is the chat room div */
#jrchat-room {
    background:#EEEEEE;
    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-color:#DDDDDD;
    position:fixed;
    bottom:70px;
    display:table;
    box-sizing:border-box;
    z-index:100000;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    border-top:1px solid #303030;
    border-bottom:1px solid #303030;
    border-left:1px solid #303030;
}

/* @title Chat Room Background */
/* @help This is the chat room background */
#jrchat-chat {
    width:100%;
    background:#FFFFFF;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    z-index:100000;
    box-sizing:border-box;
    border-left:1px solid #303030;
    overflow-x:hidden;
}

/* @title Chat Room Title */
/* @help This is the chat room title */
#jrchat-title {
    background-color:#222222;
    position:absolute;
    top:0;
    right:0;
    height:54px;
    width:100%;
    z-index:110000;
    font-size:16px;
    padding:6px 8px 8px 8px;
    box-sizing:border-box;
    box-shadow:0 1px 3px 0 #000000;
    border:1px solid #CCCCCC;
    color:#FFFFFF;
}

/* @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;
    font-size:13px;
    color:#000000;
    text-align:center;
}

/* @title Chat Room From */
/* @help This is the chat room from bubble */
.jrchat-msg-from {
    padding:9px 12px 21px 12px;
    background:#F9F9F9;
    margin-left:26px;
    overflow:hidden;
    border:1px solid #303030;
}

/* @title Chat Room To */
/* @help This is the chat room to bubble */
.jrchat-msg-to {
    padding:9px 12px;
    background:#FFFFFF;
    margin-right:26px;
    overflow:hidden;
    border:1px solid #303030;
}

/* @title Chat Room Byline */
/* @help This is the chat room date/time text */
.jrchat-msg-byline {
    position:absolute;
    right:5px;
    bottom:5px;
    display:block;
    font-size:9px;
    color:#111111;
}

/* @title Chat Room Message */
/* @help This is the chat room new message section */
#jrchat-new-message {
    background-color:#111111;
    position:absolute;    right:0;
    bottom:0;
    width:100%;
    height:70px;
    padding:10px 8px;
    box-sizing:border-box;
    border:1px solid #303030;
}

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

#jrchat-new-message > textarea {
    min-height:40px;
}

#jrchat_smiley_button {
    top:6px;
    margin-right:8px;
}


/* skins/myNWMG4/css/footer.css */




/* skins/myNWMG4/css/grid.css */


/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */

.container {
    margin:0;
}

.row {
    width:100%;
    max-width:1280px;
    margin:0 auto;
    overflow:hidden;
}

.row-first {
    padding-top:3px;
}

.row-last {
    padding-bottom:3px;
}

.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12 {
    float:left;
}

.row .col1 {
    width:8.33%;
}

.row .col2 {
    width:16.66%
}

.row .col3 {
    width:25%
}

.row .col4 {
    width:33.33%
}

.row .col5 {
    width:41.65%;
}

.row .col6 {
    width:50%;
}

.row .col7 {
    width:58.31%;
}

.row .col8 {
    width:66.66%;
}

.row .col9 {
    width:75%;
}

.row .col10 {
    width:83.33%;
}

.row .col11 {
    width:91.63%;
}

.row .col12 {
    width:100%;
}

.last {
    margin-right:0;
}

.embedded,object,embed {
    max-width:100%;
}


/* skins/myNWMG4/css/header.css */


/* @title Header */
/* @help This is the main header section for the site */

#header {
    background-color:rgba(0,0,0,0.8);
    color:#FFFFFF;
    height:50px;
    position:fixed;
    width:100%;
    z-index:200;
}

/* @title Header Links */
/* @help Header text URL */
#header a {
    text-transform:capitalize;
    text-decoration:none;
    color:#FFFFFF;
}

/* @title Header Link Hover */
/* @help Header text URL hover */
#header a:hover {

}

#header_content {
    height:100%;
    max-width:1280px;
    margin-left:auto;
    margin-right:auto;
}

.jlogo {
    position:relative;
    top:0;
    width:auto;
    max-height:42px;
}

#main_logo {
    float:left;
    vertical-align:middle;

    cursor:pointer;
}

#add_to_cart_success {
    float:left;
    position:absolute;
    margin:0 auto;
    background-color:#FFCC00;
    border:1px solid #999999;
    padding:7px;
    font-size:14px;
    border-radius:3px;
}

/* skins/myNWMG4/css/html.css */


/*
* Jamroom Elastic CSS
 * Copyright 2003-2011 by Talldude Networks,LLC.
 * @author Brian Johnson - brian@talldude.net
 */

/* @title Page Background */
/* @help This is the main background for the site */
html {
    background-color:#CCCCCC;
    min-height:100vh;
}

/* @title Body */
/* @help This is the main style for the body of the page */
body {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:14px;
    color:#888888;
    padding:0;
    margin:0;
    position:relative;
}

/* @title Text Links */
/* @help Text URL links */
a {
    color:#333333;
    text-decoration:none;
    cursor:pointer;
}

/* @title Text Link Hover */
/* @help Text URL Hover */
a:hover {
    text-decoration:underline;
}

li {
    list-style:none;
}

.item li {
    list-style:unset;
}

/* skins/myNWMG4/css/image.css */


/* @title Image Tag */
/* @help This is the class for the img tag in your HTML */
img {
    border:0;
    vertical-align:middle;
    height:auto;
}

/* @title Image Icon */
/* @help This is the icon image */
.img_icon {
    padding:1px;
    margin-right:12px;
}

/* images (not icons) */
.img_scale {
    width:100%;
}

.img_shadow {
}

.social-img {
    margin-right:12px;
}

.row img {
    display:inline-block;
}

.item-icon > img {
    width:40px;
}

/* @title Image Outline Hover */
/* @help This is the hover color for the small outline around small images that are linked */

.create_img {
    cursor:pointer;
}

.update_img {
    cursor:pointer;
}

.delete_img {
    cursor:pointer;
}

/* skins/myNWMG4/css/core_slidebar.css */


#sb-site,.sb-site-container,.sb-slidebar,body,html {
    margin:0;
    padding:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
    overflow:hidden
}

#sb-site,.sb-site-container {
    width:100%;
    min-height:100vh;
    position:relative;
    z-index:1;
}

#sb-site:after,#sb-site:before,.sb-site-container:after,.sb-site-container:before {
    content:' ';
    display:table;
    clear:both;
}

.sb-slidebar {
    height:100%;
    overflow-y:auto;
    position:fixed;
    top:0;
    z-index:0;
    display:none;
    background-color:#222222
}

.sb-slidebar,.sb-slidebar * {
    -webkit-transform:translateZ(0px)
}

.sb-menu {
    width:100%;
    margin:0;
    padding:50px 0 0 0;
}

.sb-slidebar nav {
    margin:0;
    padding:0;
}

.sb-slidebar li {
    margin:0;
    list-style:none;
    font-size:16px;
    padding:12px;
    color:#FFFFFF;
    border-bottom:1px solid #333333;
    text-transform:capitalize;
}

.sb-slidebar li ul {
    margin-left:6px;
    margin-top:6px;
    padding:0;
}

.sb-slidebar li li {
    font-size:14px;
    border-bottom:0;
    padding:6px;
}

.sb-slidebar li a {
    color:#FFFFFF;
}

.sb-left {
    left:0
}

.sb-right {
    right:0
}

.sb-slidebar.sb-static,html.sb-static .sb-slidebar {
    position:absolute
}

.sb-slidebar.sb-active {
    display:block
}

.sb-style-overlay {
    z-index:9999
}

.sb-momentum-scrolling {
    -webkit-overflow-scrolling:touch
}

.sb-slidebar {
    width:30%
}

.sb-width-thin {
    width:15%
}

.sb-width-wide {
    width:45%
}

@media (max-width:480px) {
    .sb-slidebar {
        width:70%
    }

    .sb-width-thin {
        width:55%
    }

    .sb-width-wide {
        width:85%
    }
}

@media (min-width:481px) {
    .sb-slidebar {
        width:55%
    }

    .sb-width-thin {
        width:40%
    }

    .sb-width-wide {
        width:70%
    }
}

@media (min-width:768px) {
    .sb-slidebar {
        width:40%
    }

    .sb-width-thin {
        width:25%
    }

    .sb-width-wide {
        width:55%
    }
}

@media (min-width:992px) {
    .sb-slidebar {
        width:30%
    }

    .sb-width-thin {
        width:15%
    }

    .sb-width-wide {
        width:45%
    }
}

@media (min-width:1200px) {
    .sb-slidebar {
        width:20%
    }

    .sb-width-thin {
        width:5%
    }

    .sb-width-wide {
        width:35%
    }
}

#sb-site,.sb-site-container,.sb-slide,.sb-slidebar {
    -webkit-transform:translate(0px);
    -moz-transform:translate(0px);
    -o-transform:translate(0px);
    transform:translate(0px);
    -webkit-transition:-webkit-transform 400ms ease;
    -moz-transition:-moz-transform 400ms ease;
    -o-transition:-o-transform 400ms ease;
    transition:transform 400ms ease;
    -webkit-transition-property:-webkit-transform,left,right;
    -webkit-backface-visibility:hidden
}

.sb-hide {
    display:none
}


/* skins/myNWMG4/css/list.css */


/* @title List Row */
/* @help The List Row is the row section for ranking lists */
.list_row,.list_col {
    padding:6px;
    background-color:#CCCCCC;
    color:#000000;
}

/* @title List Image */
/* @help The List Image is for the images in the ranking list */
.list_image {
    padding:6px;
    background-color:#CCCCCC;
    color:#000000;
}

/* @title List Highlight */
/* @help The List Highlight is for the highlighted text in a ranking list */
.list_hl {
    background-color:#FFCC00;
    color:#000000;
}

/* @title List Item */
/* @help The List Item class is for the content in a  ranking list */
.item {
    border-bottom:1px solid #EEEEEE;
    margin:1em auto;
    padding:12px;
}

.item a {
    text-decoration:none;
}

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

/* @title Blogpost Link Color */
/* @help The color for links users include in their blog posts */
.blogpost p a {
    text-decoration:none;
}

.blogpost p a:hover {
    text-decoration:underline;
}

.add_to_cart_section {
    border-radius:3px;
}


/* skins/myNWMG4/css/menu.css */



#menu img.jlogo {
    width:100px;
    height:16px;
}

/* Main menu */

#menu,#menu ul {
    margin:0;
    padding:0;
    list-style:none;
}

#menu {
    float:right;
    line-height:3em;
    margin:0 auto;
    width:100%;
}

#menu:before,#menu:after {
    content:"";
    display:table;
}

#menu:after {
    clear:both;
}

#menu {
    zoom:1;
}

#menu li.right {
    float:right;
    margin:0 20px 0 0;
}

#menu li {
    float:left;
    margin:0 0 0 20px;
    position:relative;
}

#menu li:first-child {
    border-right:0 none;
    margin:0;
}

#menu a {
    color:#FFFFFF;
    float:left;
    font-size:16px;
    text-decoration:none;
    text-shadow:none !important;
}

#menu li:hover > a {
    text-decoration:none;
}

#menu li a:hover {
    color:#FFFFFF;
    text-decoration:none;
}

#menu li:hover > ul {
    display:block;
}

/* Sub-menu */

#menu ul {
    background:#333333 none repeat scroll 0 0;
    border-radius:3px;
    box-shadow:0 3px 8px rgba(0,0,0,0.5);
    color:#FFFFFF;
    font-size:13px;
    margin:0;
    opacity:0;
    position:absolute;
    top:47px;
    transition:all 0.2s ease-in-out 0s;
    visibility:hidden;
    z-index:99999;
}

#menu li:hover > ul {
    opacity:1;
    visibility:visible;
    margin:0;
}

#menu ul ul {
    top:0;
    left:168px;
    font-size:13px;
    color:#FFFFFF;
    margin:0;
}

#menu ul li {
    float:none;
    display:block;
    border:0;
    box-shadow:0 1px 0 #151515,0 2px 0 #454545;
    margin:auto;
}

#menu ul li:last-child {
    box-shadow:none;
}

#menu ul a {
    padding:0 10px;
    width:144px;
    display:block;
    white-space:nowrap;
    float:none;
    text-transform:capitalize;
    font-size:14px;
}

#menu ul a:hover {
    background:rgba(236,168,30,0.5) none repeat scroll 0 0;
}

#menu ul li:first-child > a {
    border-radius:3px 3px 0 0;
}

#menu ul li:first-child > a:after {
    content:'';
    position:absolute;
    left:34px;
    top:-6px;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:6px solid rgba(255,255,255,01);
}

#menu ul ul li:first-child a:after {
    left:-6px;
    top:50%;
    margin-top:-6px;
    border-left:0;
    border-bottom:6px solid transparent;
    border-top:6px solid transparent;
    border-right:6px solid rgba(255,255,255,01);
}

#menu ul li:first-child a:hover:after {
    border-bottom-color:rgba(255,255,255,01);
}

#menu ul ul li:first-child a:hover:after {
    border-right-color:rgba(255,255,255,01);
    border-bottom-color:transparent;
}

#menu ul li:last-child > a {
    border-radius:0 0 3px 3px;
}

#menu img {
    width:20px;
}

/* Cart */
#fc_quantity {
    position:relative;
    top:4px;
    right:8px;
    padding-right:5px;
    color:#FFCC00;
}

/* iPad */
.no-transition {
    transition:none;
    opacity:1;
    visibility:visible;
    display:none;
}

#menu li:hover > .no-transition {
    display:block;
}

#menu .left {
    float:left;
    margin-right:2.5em;
}

#menu .left span {
    color:#F8C574;
}

/* modal */
/* modal */
/* modal */

/* @title Modal Overlay */
/* @help The background overlay for the Modal window */
#simplemodal-overlay {
    background-color:#000000;
    cursor:wait;
}

/* @title Modal Window */
/* @help The Modal window */
#modal_window {
    background-color:#FFFFFF;
    overflow:auto;
    padding:10px;
}

/* @title Modal Updates */
/* @help The Modal window updates */
#modal_updates {
    color:#000000;
    font-size:12px;
    padding:8px;
    margin-left:12px;
    overflow:auto;
}

/* @title Modal Spinner */
/* @help The Modal window loading image */
#modal_spinner {
    vertical-align:middle;
    margin-right:8px;
}

.mobile {
    display:none;
}

li#menu_button > a {
    background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC") no-repeat scroll center center;
    height:22px;
    width:22px;
    display:block;
}

#menu2 {
    background:#2D3236 none repeat scroll 0 0;
}

nav#menu2,nav#menu2 a {
    font-size:14px !important;
}

.menu_pad {
    height:100%;
    padding:0 2em;
}

#menu li span.notifications {
    background:rgba(255,225,100,0.8) none repeat scroll 0 0;
    border-radius:8px;
    color:#000000;
    margin:0;
    opacity:1;
    padding:0;
    position:static;
    text-shadow:none;
    top:0;
    transition:opacity 0.5s linear 0s;
}

#menu li span.notifications.none {
    opacity:0;
}

#menu .desk.right > ul {
    left:-100px;
}

#menu li.right ul li:first-child > a::after {
    left:106px;
}

#menu .desk.right ul ul {
    left:-168px;
}

#menu li.right ul ul li:first-child a::after {
    right:-6px;
}

/* skins/myNWMG4/css/profile.css */



.clearfix:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}

.clearfix {
    display:inline-block;
}

* html .clearfix {
    height:1%;
}

.clearfix {
    display:block;
}

section#profile {
    background:white none repeat scroll 0 0;
    box-shadow:0 0 2px #AAAAAA;
    margin:0 auto;
    max-width:1280px;
    min-height:800px;
    padding:0;
}

div#profile_header {
    margin:0 auto;
    max-width:1280px;
    padding:0;
}

section#profile_menu {
    min-height:50px;
}

#profile_menu {
    z-index:89;
    background:white;
}

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

#horizontal li {
    float:left;
    padding:15px 0 0;
}

#horizontal {
    float:left;
    height:50px;
    visibility:collapse;
    width:calc(100% - 112px);
}

#horizontal a {
    color:#333333;
    display:block;
    font-size:14px;
    padding:3px 19px;
    text-decoration:none;
    transition:border-color 0.218s ease 0s;
    text-transform:uppercase;
}

#horizontal a:link,div.horizontal a:visited {
    text-align:center;
    text-decoration:none;
}

#horizontal li:hover {
    border-bottom:1px solid #ECA81E;
    color:#993333;
    padding-bottom:10px;
}

#submenu {
    display:none;
}

#horizontal > li:first-child a {
    border-left:medium none;
}

#horizontal > li:last-child a {
    border-right:medium none;
}

#horizontal .active > a {
    color:#ECA81E;
}

#horizontal .hideshow > a:first-child {
    border-right:medium none;
}

.menu_banner ul ul {
    background:#FFFFFF none repeat scroll 0 0;
    box-shadow:2px 2px 8px #999999;
    max-height:300px;
    max-width:160px;
    overflow-x:hidden;
    overflow-y:auto;
    position:absolute;
    right:0;
    text-transform:uppercase;
    top:52px;
}

.menu_banner ul#submenu > li {
    border-bottom:1px solid #CCCCCC;
    float:none;
    list-style:outside none none;
    padding:12px 20px 12px 12px;
    text-transform:uppercase;
    white-space:nowrap;
    cursor:pointer;
}

#submenu > li:hover a {
    color:#ECA81E;
    text-decoration:none;
}

li.hideshow {
    display:none;
    position:relative;
}

#horizontal .hideshow li a {
    border:medium none;
    padding:0;
    text-align:left;
}

.wrap {
    padding:1em;
}

.profile_admin_buttons {
    position:absolute;
    top:0;
    width:100%;
}

a.camera {
    background:rgba(0,0,0,0) none repeat scroll 0 0;
    border:2px solid rgba(255,255,255,0);
    border-radius:5px;
    color:rgba(0,0,0,0);
    display:block;
    line-height:2.4;
    max-width:180px;
    padding:5px;
    text-decoration:none;
    transition:all 0.5s ease 0s;
    width:100%;
}

a.camera:hover {
    background:rgba(0,0,0,0.6) none repeat scroll 0 0;
    border:2px solid rgba(0,0,0,0.7);
    color:rgba(255,255,255,1);
}

.camera .sprite_icon {
    background:rgba(0,0,0,0) none repeat scroll 0 0;
    box-shadow:none;
    border:medium none;
    margin:0;
    max-width:40px;
    opacity:0.4;
    padding:0;
}

#profile_header .profile_name {
    color:white;
    font-size:35px;
    font-weight:bold;
    text-shadow:1px 1px 3px #000000;
    text-transform:uppercase;
    position:static;
}

.profile_info {
    bottom:0;
    left:0;
    position:absolute;
    width:100%;
}

.profile_hover {
    background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
    bottom:0;
    height:40%;
    left:0;
    min-height:150px;
    pointer-events:none;
    position:absolute;
    width:100%;
    z-index:0;
}

#profile_header .profile_name span {
    display:block;
    font-size:18px;
    text-transform:lowercase;
}

#profile_header .profile_name span a {
    text-decoration:none;
    color:#FFFFFF;
}

.title {
    background-color:#FFFFFF;
    border-bottom:1px solid #EEEEEE;
}

.title h1 {
    color:#ECA81E;
    font-size:35px;
    font-weight:lighter;
    margin:0;
}

.breadcrumbs > a {
    color:#999999;
}

.gallery_view_all {
    float:left;
}

.profile_data span {
    color:#666666;
    display:block;
    font-size:10px;
    text-transform:uppercase;
}

.profile_data {
    color:#ECA81E;
    font-size:20px;
    margin:0;
    padding:0 0 1em;
}

.profile_data li {
    cursor:pointer;
    float:left;
    text-align:center;
    width:33.33%;
    list-style:none;
}

.profile_information,.bio,.followers {
    margin:auto;
    padding:1em;
}

.follow_button.following {
    background:#32C681 none repeat scroll 0 0;
    color:white;
    font-weight:normal;
}

.follow_button {
    background:#ECA81E none repeat scroll 0 0;
    border:medium none;
    color:white;
    margin:0 5px;
    vertical-align:middle;
    font-weight:normal;
}

#profile_menu .sprite_icon {
    vertical-align:middle;
}

.bio {
    line-height:1.4;
}

.bio-more {
    font-weight:bold;
    text-align:center;
    margin:0 0 10px;
}

.followers .img_shadow {
    background:white none repeat scroll 0 0;
    border-radius:50%;
    margin-left:-12px;
    padding:2px;
}

.head {
    font-size:16px;
    text-transform:uppercase;
    padding:0 2em 8px;
}

div.jqcloud a {
    color:#ECA81E;
}

.modal.simplemodal-data {
    background:white none repeat scroll 0 0;
    border-radius:5px;
    box-shadow:0 0 10px #222222;
    margin:auto;
    max-width:600px;
}

.add_to_cart_section {
    background:rgba(0,0,0,0) none repeat scroll 0 0;
    border-radius:3px;
    box-shadow:inset 0 0 1px #333333;
    display:inline-block;
}

.add_to_cart_price {
    top:8px;
}

.cart-section {
    display:inline-block;
    background:transparent;
    border-radius:3px;
    box-shadow:none;
    border:1px solid #CCCCCC;
}

.cart-price {
    top:6px;
}

.jp-type-single .jp-controls img {
    width:30px;
}

.profile_image {
    position:relative;
    border:3px solid white;
    border-radius:50%;
    max-width:80px;
    overflow:hidden;
}

.profile_hoverimage {
    background:rgba(0,0,0,0.5) none repeat scroll 0 0;
    color:white;
    display:none;
    height:100%;
    left:0;
    padding:1.6em 0 0;
    position:absolute;
    text-align:center;
    top:0;
    vertical-align:middle;
    width:100%;
}

.border_left {
    border-left:1px solid #EEEEEE;
}

.sprite_icon {
    background-image:linear-gradient(#FFFFFF,#EEEEEE);
    border:1px solid #CCCCCC;
    border-radius:3px;
    vertical-align:top;
}

.sprite_icon:hover {
    background-image:linear-gradient(#eeeeee,#cccccc);
}

.sidebar .sprite_icon {
    background:none;
    border:medium none;
}

.menu_banner.clearfix {
    border-bottom:1px solid #EEEEEE;
}

.stat_entry_box {
    background-image:linear-gradient(#FFFFFF,#EEEEEE);
    border:1px solid #CCCCCC;
    border-radius:3px;
    color:#666666;
    float:left;
    margin:10px 2px 0;
    padding:5px 8px;
    text-transform:capitalize;
}

.profile_hoverimage .sprite_icon {
    background:rgba(0,0,0,0) none repeat scroll 0 0;
    border:medium none;
}

.item h1 {
    display:inline;
}

#profile .head {
    border-bottom:1px solid #EEEEEE;
    font-size:14px;
    padding:0 0 1em;
}

.profile_information > span {
    display:block;
    padding:3px 0;
}

.profile_information > div > span {
    display:block;
    padding:3px 0;
}

.star-rating {
    margin:12px 0 0;
}

.like_button_box {
    padding:0 10px 0 0;
}

.col2 .star-rating {
    margin:0;
}

.profile_body {
    min-height:600px;
}

select#profile_select_menu {
    background:#eeeeee none repeat scroll 0 0;
    border:1px solid #cccccc;
    color:#333333;
    padding:4px;
}

.menu_select {
    padding:8px;
}

.action_item_shared {
    background:rgba(0,0,0,0) none repeat scroll 0 0;
}

#content .index_item {
    margin:0 0 2em;
    min-height:250px;
}

#content .index_item .jp-type-single .jp-controls img {
    width:22px;
}

.audio_index .form_select.cats {
    float:right;
    margin:0;
    padding:5px;
    width:auto;
}

.audio_index .form_text_search {
    width:auto;
}

#create_audio_dropdown {
    background:white none repeat scroll 0 0;
}

.bundle_box {
    background:white none repeat scroll 0 0;
    border:1px solid #ddd;
    box-shadow:0 3px 4px #aaaaaa;
    z-index:500;
}

.bundle_item_section {
    background:#eee none repeat scroll 0 0;
    border:1px solid #ddd;
    color:black;
}

.bundle_drop_section {
    background:#ECA81E none repeat scroll 0 0;
    color:white;
}

.bundle_table a {
    color:white;
    font-weight:bold;
}

.p10 {
    padding:10px;
}

#profile_select_menu {
    margin:12px 12px 6px 12px;
    padding:3px;
    font-size:18px;
    color:#000000;
    text-transform:capitalize;
}

.featured .add_to_cart_section {
    box-shadow:none;
}

.widget-item .item:first-child {
    border-top:medium none;
    margin-top:12px;
}


ul.sb-widget-sortable .widget-item .myNWMG4_audio li {
    list-style:outside none none;
}

ul.clearfix {
    padding:0;
    margin:0;
}

.p5 {
    padding:5px;
}

/* skins/myNWMG4/css/skin.css */


section {
    position:relative;
    color:#666666;
}

.pad {
    padding:0 2em;
    position:relative;
}

.actions > ul {
    height:34px;
    margin:0;
    padding:0;
}

#header ul {
    margin:0;
    padding:0;
}

.jrISkin_player ul {
    margin:0;
    padding:0;
}

#footer ul {
    margin:0;
    padding:0;
}

.profile_information ul {
    margin:0;
    padding:0;
}

ul.page_tab_bar {
    margin:0;
}

.textArea .loader {
    bottom:10px;
    position:absolute;
    right:0;
}

.block_search {
    text-align:right;
    white-space:nowrap;
    width:auto;
}

span.title {
    font-size:16px;
}

.CodeMirror {
    background:#0F1418 none repeat scroll 0 0;
    color:white;
}

.shadow {
    box-shadow:1px 1px 10px #000000;
}

h2 {
    font-size:18px;
}

.p5 > h2 {
    margin:0;
}

h3 {
    text-align:left;
}

#footer {
    background-color:rgba(0,0,0,0.8);
    bottom:0;
    box-shadow:0 0 1px rgba(0,0,0,0.15);
    height:60px;
    position:relative;
    width:100%;
    z-index:200;
}

/* @title Footer Links */
/* @help Footer text URL */
#footer a {
    text-transform:capitalize;
    text-decoration:none;
    color:#ECA81E;
}

/* @title Footer Link Hover */
/* @help Footer text URL hover */
#footer a:hover {
    text-decoration:underline;
}

#footer_content {
    max-width:1280px;
    margin-left:auto;
    margin-right:auto;
}

/* @title Footer Text */
/* @help Footer text */
#footer_text {
    text-align:right;
    color:#FFFFFF;
    font-size:14px;
    padding:12px;
}

/* @title Footer Social Networks */
/* @help the social network icons located in the footer */
#footer_sn {
    padding:12px;
    text-align:left;
    vertical-align:middle;
}

.scrollup {
    width:40px;
    height:40px;
    opacity:0.5;
    position:fixed;
    bottom:10px;
    right:65px;
    display:none;
    z-index:300;
}

.scrollup:hover {
    opacity:1;
}

.widget-item-widget_gallery .col3 {
    padding:1px;
    width:24.2%;
}

.image_stack2 {
    left:42px !important;
}

.image_stack1 {
    left:21px !important;
}

.button_player a.jp-play,.button_player a.jp-pause {
    display:none;
}

.index_top {
    background:rgba(0,0,0,0.8) none repeat scroll 0 0;
}

.featured {
    background:white none repeat scroll 0 0;
    min-height:370px;
    padding:50px 0;
}

.index_item {
    float:left;
    min-height:270px;
    position:relative;
    width:12.5%;
}

.index_item .wrap > span,.featured_item span {
    color:#888888;
    display:block;
    font-size:12px;
}

.index_item span.item_title,.featured_item span.item_title {
    color:#444444;
    font-weight:bold;
    font-size:14px;
}

.image {
    margin:0 0 1em;
}

.index_item > .wrap {
    padding:0 0.5em 1em;
}

.featured h1 {
    font-size:24px;
    font-weight:lighter;
    margin:0 0 30px;
}

.index_item span.price {
    color:#ECA81E;
    font-weight:bold;
}

.featured .head {
    padding:0 5px 1em;
}

.head .sprite_icon {
    background:none;
    border:medium none;
}

.featured.dark {
    background:#EEEEEE none repeat scroll 0 0;
}

.featured_item {
    background:white none repeat scroll 0 0;
    box-shadow:0 0 2px #CCCCCC;
    margin:0;
    min-height:405px;
}

.featured_item .image {
    margin:0;
}

.index_item .wrap > ul {
    margin:1em 0 0;
}

.index_item .wrap > ul > li {
    float:left;
}

.index_item .jp-type-single .jp-controls img {
    width:22px;
}

.index_item .add_to_cart_price {
    display:none;
}

.index_item .sprite_icon {
    background:rgba(0,0,0,0) none repeat scroll 0 0;
    border:medium none;
}

.index_buttons {
    bottom:0;
    position:absolute;
    width:96%;
}

ul.index_buttons {
    padding:0;
}

.index_buttons .button_player,.index_buttons .sc_button_player {
    min-width:25px;
}

.index_buttons .like_button_img {
    margin:5px 2px;
    max-width:20px;
}

.cover_image {
    position:relative;
}

.featured .profile_image {
    max-width:50px;
}

.featured_item .profile_name {
    color:white;
    font-size:16px;
    font-weight:bold;
    padding:0 0 0 5px;
    text-shadow:1px 1px 2px #222222;
}

.featured_item .profile_name a {
    color:white;
}

.featured_item .jp-type-single .jp-controls img {
    max-width:30px;
}

.featured_item .add_to_cart_price {
    display:none;
}

.featured_item .add_to_cart_section {
    float:right;
}

.index_title a {
    color:#333333;
    font-size:14px;
    font-weight:500;
}

.list_item {
    border-bottom:1px solid #EEEEEE;
    margin:0 0 7px;
    padding:0 0 5px;
}

.list_item:last-child {
    border:medium none;
    margin:0;
}

.date > a {
    color:#888888;
}

.list_item .sprite_icon {
    background:rgba(0,0,0,0) none repeat scroll 0 0;
    border:medium none;
}

.featured_item .like_button_box {
    float:right;
}

.featured_item .like_count {
    display:inline;
}

.featured_item .profile_info {
    pointer-events:none;
}

.index_chart {
    box-shadow:0 0 2px #CCCCCC;
    margin:3px;
    padding:0 1em 1em;
}

.index_chart li img {
    max-width:30px;
}

.index_chart .list_item {
    margin:0;
    padding:5px 0;
}

.index_chart .list_item div > span.like_count {
    display:inline;
}

.index_chart .list_item div > span.add_to_cart_price {
    display:none;
}

.index_chart .list_item .col6 > div > div > div {
    padding:2px 5px;
    vertical-align:middle;
}

.chart_buttons div {
    float:right;
}

.slide_info {
    background:rgba(0,0,0,0.5) none repeat scroll 0 0;
    color:#FFFFFF;
    bottom:0;
    position:absolute;
    width:100%;
}

.index_slide {
    position:relative;
}

.slide_info .large {
    font-size:34px;
    font-weight:lighter;
    margin:0;
    text-transform:uppercase;
}

.slide_info .wrap {
    padding:3em;
}

.slide_info span {
    color:#ECA81E;
    font-size:14px;
    text-transform:uppercase;
}

.slide_info span.white {
    color:white;
}

.center.register {
    color:#ECA81E;
    font-size:16px;
    padding:1em 0 0;
    text-transform:uppercase;
}

.social li a {
    display:block;
    height:50px;
    width:50px;
}

.social.clearfix > li {
    float:left;
    margin:0 4px;
}

.social.clearfix {
    float:right;
}

.social li a.social-facebook {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/social-facebook.png") no-repeat scroll 0 0;
}

.social li a.social-twitter {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/social-twitter.png") no-repeat scroll 0 0;
}

.social li a.social-instagram {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/social-instagram.png") no-repeat scroll 0 0;
}

.social li a.social-linkedin {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/social-linkedin.png") no-repeat scroll 0 0;
}

.social li a.social-youtube {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/social-youtube.png") no-repeat scroll 0 0;
}

.social li a.social-facebook:hover,
.social li a.social-twitter:hover,
.social li a.social-linkedin:hover,
.social li a.social-youtube:hover,
.social li a.social-instagram:hover {
    background-position:0 -50px;
}

#content .jp-type-single .jp-controls img {
    width:25px;
}

.search_results_container .form_text {
    max-width:250px;
    width:100%;
}

.block_image img {
    width:100%;
}

#menu .form_button {
    background-image:linear-gradient(#666666,#333333);
    border:medium none;
    box-shadow:0 0 3px #000000;
    color:white;
    padding:5px;
}

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

.table-row {
    display:table-row;
}

.table-cell {
    display:table-cell;
    vertical-align:middle;
}

.index_chart .table-cell {
    border-right:1px solid #E5E5E5;
    padding:0 10px;
}

.list_item.odd {
    background:#F9F9F9 none repeat scroll 0 0;
}

.index_chart .image {
    display:block;
    margin:0 auto;
    max-width:30px;
}

.index_chart .button_player {
    display:block;
    margin:auto;
    min-width:30px;
    width:30px;
}

.table-cell.large.buttons {
    width:20%;
}

.index_slide > img {
    width:100%;
}

.table-cell.profile-image {
    width:56px;
}

#profile_header .table-cell.profile-image {
    width:100px;
}

.table-cell.chart_buttons:last-child {
    border:medium none;
}

.index_chart .table.center .table-cell {
    border:medium none;
    padding:0;
    width:auto;
}

.index_chart .form_select {
    width:auto;
    border:1px solid rgba(0,0,0,0);
}

.table.center {
    color:#ECA81E;
    font-weight:bold;
}

#chartLoader {
    display:block;
    left:0;
    position:absolute;
    top:-7px;
}

#chartLoader > img {
    margin:0 5px;
    max-width:25px;
}

.date {
    color:#999999;
}

.menu_user_image {
    border-radius:50%;
}

.search_box.simplemodal-data {
    background:#FFFFFF none repeat scroll 0 0;
}

.no-items {
    padding:2em;
    text-align:center;
}

.featured .sprite_icon {
    box-shadow:none;
}

.item .button_player {
    min-width:30px;
}

.index_chart .sc_button_player {
    min-width:30px;
}

.sc_button_player div.jp-interface ul.jp-controls a.jp-pause {
    display:none;
}

.scrollup {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/icon_top.png") no-repeat scroll 0 0;
    bottom:-32px;
    display:block;
    height:40px;
    opacity:0;
    position:fixed;
    right:65px;
    text-indent:-9999px;
    width:40px;
    transition:all 0.5s ease 0s;
}

.scrollup.show {
    opacity:0.5;
    bottom:10px;
}

.scrollup.show:hover {
    opacity:1;
    bottom:10px;
}

.index_chart .jp-type-single .jp-controls img {
    width:22px;
}

.index_chart .button_player div.jp-interface ul.jp-controls li {
    float:none;
}

.index_chart .button_player div.jp-audio ul.jp-controls {
    text-align:center;
}

#content .index_chart {
    box-shadow:none;
}

#content .featured .head {
    padding:0 1em 1em;
}

#footer .social.clearfix {
    float:none;
    padding:15px 0 0;
}

#footer .social li a {
    height:30px;
    width:30px;
}

#footer .social li a.social-facebook {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/social-facebook-small.png") no-repeat scroll 0 0;
}

#footer .social li a.social-twitter {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/social-twitter-small.png") no-repeat scroll 0 0;
}

#footer .social li a.social-instagram {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/social-instagram-small.png") no-repeat scroll 0 0;
}

#footer .social li a.social-linkedin {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/social-linkedin-small.png") no-repeat scroll 0 0;
}

#footer .social li a.social-youtube {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/social-youtube-small.png") no-repeat scroll 0 0;
}

#footer .social li a.social-facebook:hover,
#footer .social li a.social-twitter:hover,
#footer .social li a.social-linkedin:hover,
#footer .social li a.social-youtube:hover,
#footer .social li a.social-instagram:hover {
    background-position:0 -30px;
}

.audio_index h1 {
    font-weight:lighter;
}

.index_buttons .add_to_cart_section {
    box-shadow:none;
}

.menu_mobile .jlogo {
    position:absolute;
    top:4px;
    width:auto;
    max-height:42px;
    left:64px;
}

.menu_mobile.small .jlogo {
    left:50px;
}

/* skins/myNWMG4/css/override_tablet.css */


/* Tablets */


@media only screen and (max-width:970px) {

    input[type=submit],input[type=reset],input[type=button] {
        -webkit-appearance:none;
    }

    #wrapper {
        font-size:10px;
    }

    .page_tab {
        font-size:14px;
    }

    .desk {
        display:none;
    }

    .mobile {
        display:block;
    }

    #menu > li.right {
        display:block;
    }

    #menu > li {
        display:none;
    }

    #apps li {
        width:65px;
    }

    #wrapper > section {
        font-size:1.2em;
    }

    .row,#content {
        max-width:970px;
    }

    h1 {
        margin:10px auto;
    }

    .final .footer > a {
        top:-74px;
    }

    .jrform .page_content {
        margin-top:20px;
    }

    .row .col12.slogan {
        padding-right:1em;
        text-align:right;
    }
}

@media only screen and (max-height:900px) {

    .index.list .middle {
        position:relative;
        top:0;
        transform:translateY(0px);
    }

    .index.list .full {
        padding:0 0 60px;
    }

    section.index.list {
        padding:90px 0 0;
    }

    section.index.final {
        padding:90px 0;
    }

    .index.final.list .full {
        padding:0 0 90px;
    }

    .index.top .middle {
        top:40%;
    }

    .index_item h2 {
        font-size:16px;
        margin:0 0 0.2em;
    }


    .tablet {
        display:inline;
    }

    div.tap_block,div.tap {
        display:block;
    }
}

@media only screen and (max-width:1200px) {
    .hover {
        font-size:12px;
    }

    .more {
        margin:1em 0 0;
    }
}

/* skins/myNWMG4/css/override_mobile.css */


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

    body {
        width:100%;
        min-width:0;
        margin:0;
        padding:0;
        -webkit-text-size-adjust:none;
    }
    .menu_mobile {
        left:50px;
    }

    h1 {
        font-size:22px;
        font-weight:bold;
    }

    h2 {
        font-size:13px;
    }

    h3 {
        font-size:12px;
    }

    h4 {
        font-size:11px;
    }

    input[type=submit],input[type=reset],input[type=button] {
        -webkit-appearance:none;
    }

    .featured {
        padding:50px 10px;
    }

    #mmt {
        background-color:transparent;
        position:relative;
        float:left;
        width:28px;
        height:28px;
        top:5px;
        left:6px;
        z-index:50;
    }
    #content {
        margin:0;
    }

    #main_menu {
        padding:6px;
        text-align:center;
        font-size:14px;
    }

    .row .col1,.row .col2,.row .col3,.row .col4,.row .col5,.row .col6,.row .col7,.row .col8,.row .col9,.row .col10,.row .col11,.row .col12 {
        width:auto;
        float:none;
        margin-left:0;
        margin-right:0;
        padding-left:0;
        padding-right:0;
    }

    .block {
        font-size:12px;
    }

    #item-holder {
        margin-right:0;
    }

    .page_content {
        width:100%;
        margin:0 auto;
    }

    .page_table_header {
        font-size:8px;
    }

    .page_table_cell {
        padding:2px;
        font-size:8px;
    }

    .nowrap {
        white-space:normal;
    }

    .element_left {
        padding:3px;
        font-size:11px;
    }

    .element_right {
        font-size:10px;
        padding:3px;
    }

    .profile_image_element_right img {
        width:190px;
        text-align:center;
    }

    .profile_menu_entry {
        padding:8px;
        margin-bottom:3px;
    }

    .profile_menu {
        padding:0 0 0 5px;
        margin:0;
    }

    .block {
        padding:6px;
        margin:0;
    }

    .form_select_item_jumper {
        width:50%;
    }

    .upload_button {
        font:bold 10px Verdana,sans-serif;
        height:20px;
        padding:6px 6px 0 6px;
        margin:0;
    }

    .create_img {
        height:20px;
        width:20px;
    }

    .update_img {
        height:20px;
        width:20px;
    }

    .delete_img {
        height:20px;
        width:20px;
    }

    .download_img {
        height:20px;
        width:20px;
    }

    /* Tab Bar */
    .page_tab_bar_holder {
        width:100%;
        border-bottom:0;
        padding:0 12px 9px 0;
    }

    .page_tab_bar_spacer {
        height:0;
    }

    .page_tab {
        float:left;
        list-style:none;
        margin:3px 6px 3px 0;
        color:#000000;
        text-transform:capitalize;
        font-size:12px;
        padding:3px;
        text-align:center;
        border-radius:0;
    }

    .page_tab a {
        text-decoration:none;
    }

    .page_tab_first {
        margin-left:0;
    }

    .page_tab_last {
        color:#000000;
    }

    .page_tab_active {
        border:0;
    }

    .info_img {
        display:none;
    }

    .gallery_img {
        width:100%;
    }

    .item {
        padding:6px;
        font-size:12px;
    }

    .index_item {
        float:none;
        margin:0 0 2em;
        padding:0 4px 2em;
        width:auto;
    }

    .table-cell.large.buttons {
        width:auto;
    }

    .slide_info .large {
        font-size:18px;
    }

    .slide_info span {
        font-size:11px;
    }

    .social.clearfix {
        display:none;
    }

    #menu > li.right {
        margin:0;
    }

    #menu .right img {
        width:26px;
    }

    .table-cell.profile-image {
        width:25%;
        padding:0 5px 0 0;
    }

    #profile_header .profile_name {
        font-size:20px;
    }

    #profile_header .profile_name span {
        font-size:12px;
    }

    #horizontal a {
        font-size:12px;
        padding:3px 14px;
    }

    #profile_header .table-cell.profile-image {
        width:56px;
    }

    #chartLoader > img {
        margin:0 3px;
        max-width:20px;
    }
    .element_left {
        display:none;
    }
    .element_right {
        font-size:10px;
        padding:0 0 20px;
    }
    .form_help_button {
        top:12px;
        right:0;
        padding:4px 0;
        width:24px;
        text-align:center;
    }
    #content .form_text {
        width:83%;
    }
    #content .form_select {
        width:86%;
    }
    .form_text.form_text_search {
        margin-bottom:10px;
    }
    #error_log {
        width:90vw;
    }
    .col4.last > .box {
        margin:0 0 0 0;
    }
    .form_select_and_text_tag {
        display:none;
    }
    .form_select_and_text_select {
        margin-bottom:10px;
    }
    .form_time {
        margin:2px;
    }
    .form_date {
        width:83%;
        margin-bottom:10px !important;
    }

    .page_content .form_textarea {
        width:83.5%;
    }
    .menu_pad {
        padding:0 1em;
    }

    .form_label {
        display:block;
        padding:2px;
        text-transform:capitalize;
    }
    .form_editor_holder {
        width:308px;
        padding-right:2px;
        overflow:hidden;
    }
    .form_help_button {
        top:2px;
        right:5px;
        padding:4px 0;
        width:24px;
        text-align:center;
    }
    .element_right .form_button {
        margin:0;
    }
    .element_right {
        width:97%;
    }
}


/* skins/myNWMG4/css/player.css */



.video_container {
    position:relative;
}

.myNWMG4_player .jp-gui.start {
    display:block !important;
    opacity:1 !important;
}

.myNWMG4_player .jp-gui {
    bottom:0;
    height:100% !important;
    left:0;
    position:absolute;
    width:100%;
}

.myNWMG4_player li {
    float:left;
    list-style:outside none none;
}

.myNWMG4_player .jp-video-play {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:100%;
}

.myNWMG4_player .jp-video-play-icon {
    display:block;
    height:40px;
    margin:auto;
    width:40px;
    text-indent:-9999px;
}

.myNWMG4_player .jp-interface {
    background:#555555 none repeat scroll 0 0;
    bottom:0;
    height:35px;
    position:absolute;
    width:100%;
}

.myNWMG4_player .jp-video-play {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}

.myNWMG4_player .jp-pause {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/pause.png") no-repeat scroll 0 0 / contain;
    opacity:0.8;
}

.myNWMG4_player .jp-play,
.myNWMG4_player .jp-pause,
.myNWMG4_player .jp-mute,
.myNWMG4_player .jp-unmute,
.myNWMG4_player .jp-settings,
.myNWMG4_player .jp-restore-screen,
.myNWMG4_player .jp-full-screen {
    display:block;
    height:18px;
    margin:0 20px;
    width:18px;
    position:absolute;
}

.myNWMG4_player .jp-play {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/play.png") no-repeat scroll 0 0 / contain;
    opacity:0.8;
}

.myNWMG4_player .jp-controls-holder {
    padding:8px 0;
}

.myNWMG4_player .jp-progress-holder {
    height:8px;
    left:46px;
    padding:6px 0 0;
    position:absolute;
    right:284px;
}

.myNWMG4_player .jp-duration {
    color:#CCCCCC;
    font-size:12px;
    font-weight:bold;
    line-height:1.6;
    position:absolute;
    right:240px;
}

.myNWMG4_player .jp-full-screen,.jp-restore-screen {
    right:0;
}

.myNWMG4_player .jp-full-screen {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/fullscreen.png") no-repeat scroll 0 0 / contain;
    opacity:0.8;
}

.myNWMG4_player .jp-unmute {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/unmute.png") no-repeat scroll 0 0 / contain;
    opacity:0.8;
    right:190px;
}

.myNWMG4_player .jp-mute {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/mute.png") no-repeat scroll 0 0 / contain;
    opacity:0.8;
    right:190px;
}

.myNWMG4_player .jp-settings {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/settings.png") no-repeat scroll 0 0 / contain;
    opacity:0.8;
    right:35px;
}

.myNWMG4_player .jp-seek-bar,.myNWMG4_player .jp-play-bar,.myNWMG4_player .jp-progress {
    background:rgba(0,0,0,0.5) none repeat scroll 0 0;
    border-radius:0;
    height:7px;
}

.myNWMG4_player .jp-play-bar {
    background:#ECA81E none repeat scroll 0 0;
}

.myNWMG4_player div.jp-video-full div.jp-jplayer {
    top:0;
    left:0;
    position:fixed !important;
    position:relative; /* Rules for IE6 (full-screen) */
    overflow:hidden;
}

.myNWMG4_player div.jp-video-full div.jp-gui,
.myNWMG4_player .jp-audio.jp-state-full-screen div.jp-gui {
    position:fixed !important;
    position:static; /* Rules for IE6 (full-screen) */
    top:0;
    left:0;
    width:100% !important;
    height:100% !important;
    z-index:1001; /* 1 layer above the others. */
}

.myNWMG4_player .jp-restore-screen {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/fullscreen.png") no-repeat scroll 0 0 / contain;
    opacity:0.8;
}

.myNWMG4_player .jp-video-full .jp-controls-holder,
.myNWMG4_player .jp-audio.jp-state-full-screen .jp-controls-holder {
    margin:auto;
    max-width:1180px;
    position:relative;
}

.myNWMG4_player .jp-audio .jp-title {
    background:rgba(0,0,0,0.5) none repeat scroll 0 0;
    color:#FFFFFF;
    display:inline !important;
    font-weight:bold;
    left:20px;
    max-width:80%;
    padding:10px;
    position:absolute;
    top:0;
}

.myNWMG4_player .jp-playlist {
    bottom:50px;
    overflow:hidden;
    position:absolute;
    top:0;
    width:100%;
}

.myNWMG4_player .jp-playlist li {
    background:rgba(0,0,0,0.5) none repeat scroll 0 0;
    border-bottom:1px solid rgba(255,255,255,0.2);
    display:block;
    width:100%;
}

.myNWMG4_player .jp-playlist-current a {
    color:rgba(248,197,116,1);
}

.myNWMG4_player .jp-playlist div {
    padding:7px;
}

.myNWMG4_player .jp-control-settings {
    background:rgba(0,0,0,0.5) none repeat scroll 0 0;
    border:2px solid rgba(255,255,255,0.5);
    border-radius:8px;
    bottom:34px;
    padding:6px;
    position:absolute;
    right:10px;
    z-index:500;
}

.myNWMG4_player .jp-volume-bar {
    background:#111111 none repeat scroll 0 0;
    cursor:pointer;
    height:8px;
    margin:5px 0;
    overflow:hidden;
    position:absolute;
    right:87px;
    width:116px;
}

.myNWMG4_player .jp-volume-bar-value {
    background:#0E8DFF none repeat scroll 0 0;
    border-radius:0;
    height:8px;
}

.myNWMG4_player.audio .jp-settings {
    right:0;
}

.myNWMG4_player.audio .jp-mute,.myNWMG4_player.audio .jp-unmute {
    right:35px;
}

.myNWMG4_player.audio .jp-duration {
    right:95px;
}

.myNWMG4_player.audio .jp-volume-bar {
    right:25px;
}

.myNWMG4_player.audio .jp-progress-holder {
    right:158px;
}

.myNWMG4_player .jp-video-play-icon.replay {
    background-position:0 -41px;
}

.myNWMG4_player .jp-play.replay {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/replay.png") no-repeat scroll 0 0 / contain;
    opacity:0.8;
}

.myNWMG4_player .jp-title {
    margin:2em;
}

.myNWMG4_player .jp-control-settings span {
    color:white;
}

.button_player div.jp-interface ul.jp-controls a.jp-play,
.button_player div.jp-interface ul.jp-controls a.jp-pause {
    display:none;
}

li.jp-playlist-current {
    background:rgba(255,255,255,0.1) none repeat scroll 0 0;
}

.myNWMG4_player {
    border-radius:5px 5px 0 0;
    overflow:hidden;
}

.myNWMG4_audio {
    background:#555555 none repeat scroll 0 0;
    border-radius:5px;
}

.myNWMG4_audio .jp-play {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/play.png") no-repeat scroll 0 0 / contain;
    bottom:50%;
    opacity:0.8;
    position:absolute;
    transform:translateY(50%);
}

.myNWMG4_audio .jp-unmute {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/unmute.png") no-repeat scroll 0 0 / contain;
    bottom:50%;
    opacity:0.8;
    position:absolute;
    right:110px;
    transform:translateY(50%);
}

.myNWMG4_audio .jp-mute {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/mute.png") no-repeat scroll 0 0 / contain;
    bottom:50%;
    opacity:0.8;
    position:absolute;
    right:110px;
    transform:translateY(50%);
}

.myNWMG4_audio .jp-pause {
    background:rgba(0,0,0,0) url("https://northwestmusicgroup.com/image/img/skin/myNWMG4/pause.png") no-repeat scroll 0 0 / contain;
    bottom:50%;
    opacity:0.8;
    position:absolute;
    transform:translateY(50%);
}

.myNWMG4_audio .jp-controls {
    display:inline-block;
    padding:10px 0;
}

.myNWMG4_audio .jp-unmute,.myNWMG4_audio .jp-play,.myNWMG4_audio .jp-mute,.myNWMG4_audio .jp-pause {
    display:block;
    height:20px;
    width:20px;
}

.myNWMG4_audio .jp-controls {
    display:inline-block;
}

.myNWMG4_audio .jp-unmute,.myNWMG4_audio .jp-play,.myNWMG4_audio .jp-mute,.myNWMG4_audio .jp-pause {
    display:block;
    height:24px;
    width:24px;
}

.myNWMG4_audio .jp-audio {
    padding:10px 20px;
}

.myNWMG4_audio .jp-gui {
    height:auto !important;
    width:100%;
}

.myNWMG4_audio .jp-duration {
    bottom:50%;
    color:#CCCCCC;
    cursor:pointer;
    display:block;
    position:absolute;
    right:150px;
    transform:translateY(50%);
}

.myNWMG4_audio .jp-controls-holder {
    height:30px;
    position:relative;
}

.myNWMG4_audio .jp-progress-holder {
    background:#111111 none repeat scroll 0 0;
    bottom:50%;
    height:10px;
    left:35px;
    position:absolute;
    right:208px;
    transform:translateY(50%);
}

.myNWMG4_audio .jp-play-bar {
    background:#ECA81E none repeat scroll 0 0;
    height:10px;
}

.myNWMG4_audio .jp-seek-bar {
    background:#111111 none repeat scroll 0 0;
}

.myNWMG4_audio .jp-volume-bar {
    background:#111111 none repeat scroll 0 0;
    bottom:50%;
    height:10px;
    position:absolute;
    right:0;
    transform:translateY(50%);
    width:100px;
}

.myNWMG4_audio .jp-progress {
    background:#333333 none repeat scroll 0 0;
}

.myNWMG4_audio .jp-volume-bar-value {
    background:#0E8DFF none repeat scroll 0 0;
    height:10px;
}

.myNWMG4_audio .jp-pause,.myNWMG4_audio .jp-play {
    width:20px;
}

.myNWMG4_audio .jp-artist {
    color:#999999;
}

.myNWMG4_audio .jp-playlist li {
    border-bottom:1px solid #666666;
    padding:10px;
}

.myNWMG4_audio.playlist .jp-title {
    display:block !important;
    font-size:24px;
    left:113px;
    position:absolute;
    top:20px;
}

.myNWMG4_audio.playlist .jp-playlist {
    display:block !important;
    max-height:230px;
    overflow:auto;
    padding:16px 0 0;
}

.myNWMG4_audio.playlist .jp-gui {
    padding:20px 0 0;
}

.myNWMG4_audio .jp-playlist li:last-child {
    border:medium none;
}

.myNWMG4_audio.playlist .jp-audio {
    padding:20px;
}

.myNWMG4_audio .jp-playlist-item,.myNWMG4_audio .jp-title {
    color:#FFFFFF;
}

.myNWMG4_audio li {
    list-style:outside none none;
}

.myNWMG4_audio ul {
    margin:0;
    padding:0;
}

/* Mobile */
@media handheld,only screen and (max-width:767px) {
    .myNWMG4_player .jp-duration {
        right:87px;
    }

    .myNWMG4_player .jp-progress-holder {
        right:130px;
    }

    .myNWMG4_player .jp-volume-bar.desk,.myNWMG4_player #mute-unmute,
    .myNWMG4_audio .jp-volume-bar.desk,.myNWMG4_audio #mute-unmute {
        display:none !important;
    }

    .myNWMG4_audio.playlist .jp-title {
        font-size:16px;
    }

    .myNWMG4_audio .jp-progress-holder {
        right:50px;
    }

    .myNWMG4_audio .jp-duration {
        right:0;
    }
}

.jp-controls-holder ul {
    margin:0;
    padding:0;
}

.myNWMG4_index_player {
    background-image:linear-gradient(#111,#000);
    border-top:1px solid #333;
    bottom:-200px;
    height:150px;
    position:fixed;
    transition:bottom 1s ease 0s;
    width:100%;
    z-index:200;
    font-family:Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.myNWMG4_index_player.playing.min {
    bottom:-130px;
}

.myNWMG4_index_player.playing {
    bottom:0;
}

.myNWMG4_index_player .jp-playlist-bg {
    background:rgba(0,0,0,0.8) none repeat scroll 0 0;
    height:100vh;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:180;
}

.myNWMG4_index_player .jp-playlist-wrap {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:100%;
}

.myNWMG4_index_player .jp-playlist {
    background:#111 linear-gradient(#111,#080808) repeat scroll 0 0;
    border-radius:8px;
    box-shadow:2px 2px 12px #000;
    height:100%;
    margin:auto;
    max-height:400px;
    max-width:500px;
    position:relative;
    width:100%;
}

.jrBeatSlinger_player li {
    list-style:none;
}

.myNWMG4_index_player .jp-playlist > ul {
    max-height:358px;
    max-width:100%;
    overflow:auto;
}

.myNWMG4_index_player .jp-playlist li {
    border-bottom:1px solid #000;
    border-top:1px solid #181818;
    padding:8px 20px;
}

.myNWMG4_index_player a {
    color:white;
}

.myNWMG4_index_player .jp-artist {
    color:#888;
}

.myNWMG4_index_player .jp-head {
    border-bottom:1px solid #111;
    color:white;
    display:table;
    font-weight:bold;
    height:30px;
    width:96%;
}

.myNWMG4_index_player .jp-close {
    background-image:linear-gradient(#222,#111);
    border-radius:50%;
    box-shadow:1px 1px 5px #000;
    height:40px;
    padding:0;
    position:absolute;
    right:-3px;
    text-align:center;
    top:-50px;
    width:40px;
}

.myNWMG4_index_player .jp-close a {
    background-image:url("{$jrBeatSlinger_img_url}/close.png");
    background-position:0 0;
    background-attachment:scroll;
    background-repeat:no-repeat;
    width:40px;
    height:40px;
    display:block;
}

.myNWMG4_index_player .jp-image {
    width:20%;
}

.myNWMG4_index_player .jp-data,.myNWMG4_index_player .jp-image {
    float:left;
}

.myNWMG4_index_player .jp-data {
    color:#999;
    line-height:1.3;
    width:60%;
}

.myNWMG4_index_player .jp-title {
    color:white;
    font-size:18px;
}

.myNWMG4_index_player .wrap {
    position:relative;
}

.myNWMG4_index_player .jp-data span {
    display:block;
    font-size:12px;
}

.myNWMG4_index_player .jp-buy > button {
    background-image:linear-gradient(#c55,#711);
    border:medium none;
    border-radius:8px;
    box-shadow:0 1px 0 rgba(255,255,255,0.15) inset,0 0 0 rgba(0,0,0,0.35),0 2px 4px rgba(0,0,0,0.25);
    color:white;
    display:block;
    font-size:20px;
    margin:9px auto;
    padding:14px;
    cursor:pointer;
}

.myNWMG4_index_player .jp-buy {
    color:white;
    float:right;
    padding:1em;
    text-align:center;
}

.myNWMG4_index_player .jp-interface {
    border-radius:103px 100px 0 0;
    height:50px;
    left:50%;
    max-width:265px;
    position:absolute;
    top:-25px;
    transform:translateX(-50%);
    width:100%;
    z-index:10;
}

.myNWMG4_index_player .jp-controls-holder {
    height:50px;
    position:relative;
}

.myNWMG4_index_player .jp-controls-holder a {
    bottom:0;
    display:block;
    padding:10px;
    position:absolute;
    transform:translateX(-50%);
}

.myNWMG4_index_player .jp-play {
    background:#111111 url("{$jrBeatSlinger_img_url}/jp-play.png") no-repeat scroll center center;
    border-radius:50% 50% 0 0;
    height:50px;
    left:50%;
    width:50px;
}

.myNWMG4_index_player .jp-pause {
    background:#111111 url("{$jrBeatSlinger_img_url}/jp-pause.png") no-repeat scroll center center;
    height:50px;
    left:50%;
    width:50px;
    border-radius:50% 50% 0 0;
}

.myNWMG4_index_player .jp-stop {
    background:#111111 url("{$jrBeatSlinger_img_url}/jp-stop.png") no-repeat scroll center center;
    border-radius:50% 0 0;
    height:25px;
    left:33px;
    width:25px;
}

.myNWMG4_index_player .jp-next {
    background:#111111 url("{$jrBeatSlinger_img_url}/jp-next.png") no-repeat scroll center center;
    border-radius:0 50% 0 0;
    height:35px;
    left:189px;
    width:35px;
}

.myNWMG4_index_player .jp-previous {
    background:#111111 url("{$jrBeatSlinger_img_url}/jp-previous.png") no-repeat scroll center center;
    border-radius:50% 0 0;
    height:35px;
    left:77px;
    width:35px;
}

.myNWMG4_index_player .jp-min {
    background:#111111 url("{$jrBeatSlinger_img_url}/jp-min.png") no-repeat scroll center center;
    border-radius:0 50% 0 0;
    height:25px;
    left:233px;
    width:25px;
}

.myNWMG4_index_player .jp-max {
    background:#111111 url("{$jrBeatSlinger_img_url}/jp-max.png") no-repeat scroll center center;
    border-radius:0 50% 0 0;
    height:25px;
    left:234px;
    width:25px;
}

.myNWMG4_index_player .jp-time div {
    color:white;
    display:inline;
}

.myNWMG4_index_player .jp-time {
    padding:10px;
    text-align:center;
}

.myNWMG4_index_player .jp-current-time {
    font-size:40px;
}

.myNWMG4_index_player .jp-progress-holder {
    height:25px;
    margin:auto;
    width:100%;
}

.myNWMG4_index_player .jp-seek-bar,.myNWMG4_index_player .jp-play-bar,.myNWMG4_index_player .jp-progress {
    background:#222 none repeat scroll 0 0;
    border-radius:10px;
    height:20px;
}

.myNWMG4_index_player .jp-play-bar {
    background:white none repeat scroll 0 0;
}

.myNWMG4_index_player .jp-data .jp-title2 {
    color:white;
    font-size:16px;
}

.myNWMG4_index_player .jp-mute,
.myNWMG4_index_player .jp-unmute {
    background:rgba(0,0,0,0) url("{$jrBeatSlinger_img_url}/player.png") no-repeat scroll 0 0;
}

.myNWMG4_index_player .jp-mute,.myNWMG4_index_player .jp-unmute {
    display:block;
    height:25px;
    margin:0 20px;
    position:absolute;
    width:25px;
    left:-10px;
    top:15px;
}

.myNWMG4_index_player .jp-unmute {
    background-position:0 -196px !important;
}

.myNWMG4_index_player .jp-mute {
    background-position:0 -371px !important;
}

.myNWMG4_index_player .jp-show {
    background:rgba(0,0,0,0) url("{$jrBeatSlinger_img_url}/jp-show.png") no-repeat scroll 0 0;
    display:block;
    height:25px;
    position:absolute;
    right:15px;
    top:15px;
    width:25px;
}

.myNWMG4_index_player .jp-volume-bar {
    background:#444 none repeat scroll 0 0;
    border-radius:8px;
    cursor:pointer;
    height:21px;
    left:-40px;
    overflow:hidden;
    position:absolute;
    top:-10px;
    width:100px;
    z-index:100;
}

.myNWMG4_index_player .jp-volume-bar-value {
    background:white none repeat scroll 0 0;
    border-radius:8px;
    height:17px;
    margin:2px;
}

.myNWMG4_index_player .jp-buy > button:disabled {
    opacity:0.3;
    cursor:auto;
}

.myNWMG4_index_player.min .jp-min {
    background:#111111 url("{$jrBeatSlinger_img_url}/jp-max.png") no-repeat scroll center center;
}

.myNWMG4_index_player.min .jp-data {
    transition:all 1s ease 0s;
}

.myNWMG4_index_player.min .jp-data {
    background:rgba(0,0,0,0.8) none repeat scroll 0 0;
    border-radius:8px;
    position:absolute;
    top:-122px;
    width:auto;
    left:15px;
    transition:all 1s ease 0s;
}

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

    .myNWMG4_index_player.playing {
        height:42vh;
    }

    .myNWMG4_index_player.playing .jp-info {
        background:rgba(0,0,0,0.8) none repeat scroll 0 0;
        height:30vh;
        left:0;
        position:absolute;
        top:-30vh;
        z-index:0;
        width:100%;
    }

    .myNWMG4_index_player.playing .jp-buy {
        float:none;
        margin:auto;
        padding:0 1em;
    }

    .myNWMG4_index_player.playing .jp-clock {
        padding:1em 0 0;
    }

    .myNWMG4_index_player.playing.min {
        bottom:-190px;
    }

    .myNWMG4_index_player.playing.min .jp-info {
        height:0;
        top:-30px;
    }

    .myNWMG4_index_player.playing.min .jp-info .img_scale {
        display:none;
    }
}



/* skins/myNWMG4/css/tournament.css */


.top-tournament-wall {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    height:100%;
}
.top-tournament-wall .top-player {
height:20px;
    width:20px;
    //border:2px solid black;
    //border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:bold;
    margin:10px;

}
body {
    font-family:Arial,sans-serif;
    margin:0;
    padding:0;

}
.containerTournament {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    background-color:black;

}
.round {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin:0 10px;
}
.matchup {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    margin:10px 0;
}
.team {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin:0 10px;
    padding:10px;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    box-shadow:0px 0px 5px #ccc;
    min-width:100px;
    height:50px;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    color:#333;
}
.team.winner {
    background-color:#ffd700;
    border-color:#ffd700;
    box-shadow:0px 0px 5px #ffd700;
}
.tournament-bracket {
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:50px;
}
.tournament-bracket .match {
    display:flex;
    align-items:center;
    margin-bottom:50px;
    width:100%;
    justify-content:center;
}
.tournament-bracket .match .player {
    width:250px;
    height:250px;
    border:2px solid black;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:bold;
    margin:10px;
    background-color:white;


}
.tournament-bracket .match .player.winner {
    background-color:#4CAF50;

}
.tournament-bracket .match .player.loser {
    background-color:#F44336;

}
.tournament-bracket .match .player:nth-child(1) {
    margin-left:0;
}
.tournament-bracket .match .player:nth-child(2) {
    margin-right:0;
}
.tournament-bracket .match .player:nth-child(1)::after,
.tournament-bracket .match .player:nth-child(2)::before {
    content:"";
    width:0;
    height:120px;
    border:2px solid black;
    border-top:none;
    border-right:none;
    position:absolute;
    top:20px;
    left:70px;
}
.tournament-bracket .match .player:nth-child(2)::before {
    left:auto;
    right:70px;
    border-right:none;
    border-left:none;
}
.tournament-bracket .match:nth-child(1) .player:nth-child(1)::after,
.tournament-bracket .match:nth-child(1) .player:nth-child(2)::before {
    border-top:2px solid black;
}
.tournament-bracket .match:last-child .player:nth-child(1)::after,
.tournament-bracket .match:last-child .player:nth-child(2)::before {
    border-bottom:2px solid black;
    height:80px;
}

.bracket {
    display:flex;
    flex-direction:column;
    align-items:center;

}

.round {
    display:flex;
    flex-direction:column;
    align-items:center;
    margin:10px;
}

.match {
    display:flex;
    align-items:center;
    margin:10px;
}

.team {
    padding:10px;
    background-color:#EEE;
    border-radius:10px;
    margin:10px;
}

.team.winner {
    background-color:#4CAF50;
    color:#FFF;
}

.tournament-bracket {

}

.top-player {
    display:inline-block;
    margin-right:10px;
    vertical-align:top;
}

.under-player {
    display:inline-block;
    vertical-align:bottom;
    font-size:12px;
}

div.col8 img {
    max-height:70px;
    max-width:70px;
    justify-content:center;

}


/* skins/myNWMG4/css/profile_dark.css */


html {
    background-color:#222222;
}

a {
    color:#FFFFFF;
    cursor:pointer;
    text-decoration:none;
}

section {
    color:#AAAAAA;
}

section#profile {
    background:#111111 none repeat scroll 0 0;
    box-shadow:0 0 2px #000000;
}

#profile_menu {
    background:#111111 none repeat scroll 0 0;
}

#horizontal a {
    color:#EEEEEE;
}

.menu_banner ul ul {
    background:#222222 none repeat scroll 0 0;
    box-shadow:2px 2px 8px #000000;;
}

.menu_banner ul#submenu > li {
    border-bottom:1px solid #000;
    border-top:1px solid #222;
    cursor:pointer;
}

#submenu > li:hover a {
    color:#ECA81E;
}

.title {
    color:#FFFFFF;
    background-color:#111111;
    border-bottom:1px solid #000000;
}

.title h1 {
    color:#ECA81E;
}

.breadcrumbs > a {
    color:#CCCCCC;
}

.profile_data span {
    color:#BBBBBB;
}

.profile_data {
    color:#ECA81E;
}

.profile_information,.bio,.followers {
    border-top:1px solid #222222;
}

.border_left {
    border-left:1px solid #222222;
}

.sprite_icon {
    background-image:linear-gradient(#444444,#222222);
    border:medium none;
    box-shadow:0 0 2px #000000;
    vertical-align:top;
}

.menu_banner.clearfix {
    border-bottom:1px solid #333333;
}

.stat_entry_box {
    background-image:linear-gradient(#444444,#222222);
    border:1px solid #000000;
    color:#FFFFFF;
}

.profile_hoverimage .sprite_icon {
    background:rgba(0,0,0,0) none repeat scroll 0 0;
}

.item {
    border-bottom:1px solid #000000;
    border-top:1px solid #222222;
    margin:auto;
}

.tag_name_box {
    background-color:#222222;
    border-color:#333333;
}

.add_to_cart_section {
    background:rgba(0,0,0,0) none repeat scroll 0 0;
    border-radius:3px;
    box-shadow:inset 0 0 1px #666666;
    display:inline-block;
}

.add_to_cart_price {
    top:8px;
    color:#FFFFFF;
}

.cart-section {
    background:transparent;
    border-radius:3px;
    box-shadow:none;
    border:1px solid #333333;
    height:28px;
}

.cart-price {
    top:6px;
    color:#FFFFFF;
}

.paypal_buy_now_price {
    color:#FFFFFF;
}

#profile .head,.menu_banner.clearfix {
    border-bottom:1px solid #000000;
}

.profile_body .block > .block_content > .block {
    border-top:1px solid #222222;
}

.profile_body {
    border-top:1px solid #222222;
}

select#profile_select_menu {
     background:#080808 none repeat scroll 0 0;
     border:1px solid #333333;
     color:white;
 }



/* skins/myNWMG4/css/skin_dark.css */


section {
    position:relative;
    color:#eeeeee;
}

.item-row:hover {
    background-color:#222;
}


.index_top {
    background:rgba(0,0,0,0.8) none repeat scroll 0 0;
}

.featured {
    background:#111111 none repeat scroll 0 0;
}

.index_item .wrap > span,.featured_item span {
    color:#bbbbbb;
}

.index_item span.item_title,.featured_item span.item_title {
    color:#ffffff;
}

.featured.dark {
    background:rgba(0,0,0,0.8) none repeat scroll 0 0;
}

.featured_item {
    background:#111111 none repeat scroll 0 0;
    box-shadow:0 0 2px #000;
}

.featured_item .profile_name {
    color:white;
    text-shadow:1px 1px 2px #222;
}

.featured_item .profile_name a {
    color:white;
}

.index_title a {
    color:#ffffff;
}

.list_item {
    border-bottom:1px solid #222222;
}

.date > a {
    color:#AAAAAA;
}

.index_chart {
    background:#0c0c0c none repeat scroll 0 0;
    box-shadow:0 0 2px #000000;
}

.slide_info {
    background:rgba(0,0,0,0.5) none repeat scroll 0 0;
    color:#fff;
}

.slide_info span {
    color:#ECA81E;
}

.slide_info span.white {
    color:white;
}

.center.register {
    color:#ECA81E;
}

.index_chart .table-cell {
    border-right:1px solid #252525;
}
.list_item.odd {
    background:#101010 none repeat scroll 0 0;
}

.form_button {
    background-image:linear-gradient(#444444,#222222);
    border:medium none;
    box-shadow:0 0 2px #000;
    color:white;
}

.playlist_box {
    background-color:#111111;
    border:1px solid #222222;
    box-shadow:3px 3px 3px 3px #000000;
}

.modal.simplemodal-data {
    background:#111111 none repeat scroll 0 0;
    box-shadow:0 0 10px #000000;
    color:#ccc;
}

.info_c a {
    color:#FFFFFF;
    text-decoration:none;
}

.page_tab_bar_holder {
    border-bottom:1px solid #333;
}

.page_content {
    background-color:#111111;
    color:#eee;
}


#content {
    background:#111 none repeat scroll 0 0;
    box-shadow:0 0 2px #000;
}
.page_banner {
    background:#080808 none repeat scroll 0 0;
    color:#fff;
}
.form_submit_section {
    background:#080808 none repeat scroll 0 0;
}

.accordion .page_section_header {
    background-color:#222;
    color:#eeeeee;
}
.item-row {
    background:#080808 none repeat scroll 0 0;
    border-bottom:1px solid #222222;
}

.item-entry {
    border-bottom:1px solid #222;
    color:#fff;
}

.item-enabled {
    border-bottom:1px solid #222;
}

.item-icon {
    border-bottom:1px solid #222;
}


.page_tab {
    background-color:#222;
    color:#ccc;
}

.page_tab a {
    color:#CCC;
}

.page_section_header {
    background:#333 none repeat scroll 0 0;
    color:tan;
}

.page_table {
    background-color:#333;
}

.page_table_header {
    background-color:#111;
}

.page_table_row_alt {
    background-color:#151515;
}

.page_table_row {
    background-color:#111111;
}

.page_table_cell {
    color:#ccc;
}

td a {
    color:tan;
}

.photoalbum_box {
    background:#111 none repeat scroll 0 0;
    border:1px solid #222222;
    box-shadow:3px 3px 10px #000000;
}

.create_audio_box {
    background:#111 none repeat scroll 0 0;
    border:1px solid #222;
    box-shadow:3px 3px 10px #000;
}

#jrEvent_calendar .ecal-date {
    background-image:linear-gradient(#333,#222);
    border:1px solid #111;
    color:white;
}

#jrEvent_calendar table.ecal-main {
    background-color:#080808;
    table-layout:fixed;
    width:100%;
}

#jrEvent_calendar .ecal-calendar th {
    background-image:linear-gradient(#444,#222);
    border:1px solid #111;
    color:#fff;
    padding:4px;
}

.info {
    color:tan;
}

.info_c {
    color:#BBBBBB;
}

/* ///////////////////// PLAYERS /////////////////////// */

.myNWMG4_audio,.myNWMG4_player .jp-interface {
    background:#222222 none repeat scroll 0 0;
    border-radius:5px;
}

.myNWMG4_player .jp-interface {
    border-radius:0;
}

.myNWMG4_audio .jp-playlist li {
    border-bottom:1px solid #444444;;
}

.action_item_holder {
    border-bottom:1px solid #333;
}

.action_item_holder:hover {
    background:#222222 none repeat scroll 0 0;
}

.section_text {
    color:#eeeeee;
}

.form_help_drop {
    background-color:#111;
}

.form_help_drop_left {
    color:tan;
}

.form_help {
    background-color:#333;
}

.forum_post_count {
    background:#222 none repeat scroll 0 0;
}

.poll_voted {
    color:tan;
}

.item-row-active {
    background-color:rgba(255,255,255,0.1);
}

.module_icon {
    background-color:#fff;
    border:1px solid #000;
    box-shadow:0 0 3px #222222 inset;
}

.search_box.simplemodal-data {
    background:#111111 none repeat scroll 0 0;
}

#content .audio_index h1 {
    color:white;
}

/* ///////////////////// CHAT /////////////////////// */

/* @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:#111111;
    font-size:15px;
    text-align:center;
    border-radius:5px;
    border:1px solid #222222;
    text-transform:capitalize;
}

/* @title Chat Room Box */
/* @help This is the chat room container */
#jrchat-room-box {
    background-color:#000000;
    padding:5px;
    border-radius:5px;
    border:1px solid #222222;
    overflow-y:scroll;
    overflow-x:hidden;
}

/* @title Chat Room Options */
/* @help This is the chat room options div */
.jrchat-room-opt {
    position:relative;
    background:#000000;
    display:block;
    padding:6px 10px;
    font-size:16px;
    margin:5px;
    border-radius:4px;
    border:1px solid #222222;
}

/* @title Chat Room Bubble */
/* @help This is the chat room user count bubble */
.jrchat-bubble {
    background-color:#ECA81E;
    color:#FFFFFF;
    font-size:11px;
    line-height:18px;
    position:absolute;
    bottom:-2px;
    left:-2px;
    width:18px;
    height:18px;
    border:1px solid #222222;
    border-radius:9px;
    text-align:center;
}

/* @title Chat Room Config Bubble */
/* @help This is the chat room Config bubble */
.jrchat-config {
    background-color:#ECA81E;
    color:#FFFFFF;
    font-size:11px;
    line-height:18px;
    position:absolute;
    bottom:-2px;
    left:22px;
    width:18px;
    height:18px;
    border:1px solid #222222;
    border-radius:9px;
    text-align:center;
}

/* @title Chat Room Control */
/* @help This is the chat room user control div */
#jrchat-user-control {
    background:#111111;
    padding:0 3px;
    border-radius:5px;
    border:1px solid #222222;
    position:fixed;
    top:63px;
    right:10px;
    width:260px;
    height:300px;
    display:none;
    overflow-y:scroll;
    overflow-x:hidden;
}

/* @title Chat Room User Settings */
/* @help This is the chat room user settings div */
#jrchat-user-settings {
    background:#111111;
    padding:0 3px;
    border-radius:5px;
    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:#111111;
    padding:0 3px;
    border-radius:5px;
    border:1px solid #222222;
    position:fixed;
    top:63px;
    right:10px;
    width:260px;
    height:300px;
    display:none;
    overflow-y:scroll;
    overflow-x:hidden;
    z-index:110000;
}

#jrchat-room-search {
    background:#111111;
    width:100%;
    padding:8px;
    margin:0;
    box-sizing:border-box;
    border-right:1px solid #222222;
    border-bottom:1px solid #222222;
    border-left:1px solid #222222;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

/* @title Chat Room */
/* @help This is the chat room div */
#jrchat-room {
    background:#000000;
    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-color:#111111;
    position:fixed;
    bottom:70px;
    display:table;
    box-sizing:border-box;
    z-index:100000;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    border-top:1px solid #222222;
    border-bottom:1px solid #222222;
    border-left:1px solid #222222;
}

/* @title Chat Room Background */
/* @help This is the chat room background */
#jrchat-chat {
    width:100%;
    background:#111111;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    z-index:100000;
    box-sizing:border-box;
    border-left:1px solid #222222;
    overflow-x:hidden;
}

/* @title Chat Room Title */
/* @help This is the chat room title */
#jrchat-title {
    background-color:#000000;
    position:absolute;
    top:0;
    right:0;
    height:54px;
    width:100%;
    z-index:110000;
    font-size:16px;
    padding:6px 8px 8px 8px;
    box-sizing:border-box;
    box-shadow:0 1px 3px 0 #000000;
    border:1px solid #222222;
    color:#FFFFFF;
}

/* @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;
    font-size:13px;
    color:#FFFFFF;
    text-align:center;
}

/* @title Chat Room From */
/* @help This is the chat room from bubble */
.jrchat-msg-from {
    padding:9px 12px 21px 12px;
    background:#000000;
    margin-left:26px;
    overflow:hidden;
    border:1px solid #222222;
    color:#FFFFFF;
}

/* @title Chat Room To */
/* @help This is the chat room to bubble */
.jrchat-msg-to {
    padding:9px 12px;
    background:#222222;
    margin-right:26px;
    overflow:hidden;
    border:1px solid #000000;
    color:#EDEDED;
}

/* @title Chat Room Byline */
/* @help This is the chat room date/time text */
.jrchat-msg-byline {
    position:absolute;
    right:5px;
    bottom:5px;
    display:block;
    font-size:9px;
    color:#BBBBBB;
}

/* @title Chat Room Message */
/* @help This is the chat room new message section */
#jrchat-new-message {
    background-color:#000000;
    position:absolute;    right:0;
    bottom:0;
    width:100%;
    height:70px;
    padding:10px 8px;
    box-sizing:border-box;
    border:1px solid #222222;
}

#jrchat-new-message > textarea {
    min-height:40px;
}

/* skins/myNWMG4/css/modified.css */


.row .col9 {
    width:75%;
    background:dimgrey;
}

.styled-table {
    border-collapse:collapse;
    margin:25px 0;
    font-size:0.9em;
    font-family:sans-serif;
    min-width:400px;
    box-shadow:0 0 20px rgba(0,0,0,0.15);
}

.mobile-div {
    overflow:auto;
}

@media (max-width:480px) {
    .mobile-div {
        overflow:auto;
    }
}

.table-container {
    overflow-x:auto;

}

.glow {
    font-size:64px;
    color:black;
    text-align:center;
    text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 15px #0073e6,0 0 20px #0073e6,0 0 25px #0073e6,0 0 30px #0073e6,0 0 35px #0073e6;
text-outline:#9D1E15;
}

td a {
    color:dodgerblue;
}

td,th {
    padding:5px;
}

/* Styles for the horizontal menu */
ul.beat-genres {
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
    background-color:#000;
    display:flex;
    justify-content:center; /* Center the menu horizontally */
}

ul.beat-genres li {
    float:left;
}

ul.beat-genres li a {
    display:block;
    color:#fff;
    text-align:center;
    padding:14px 16px;
    text-decoration:none;
}

ul.beat-genres li a:hover {
    background-color:#333;
}

/* Video Wall Container */
.video-wall {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    justify-content:center;
}

/* Video Item */
.video-item {
    width:300px;
    padding:5px;
    background-color:#f1f1f1;
    border-radius:5px;
    box-shadow:0 2px 4px rgba(0,0,0,0.1);
}

/* Video Thumbnail */
.video-thumbnail {
    width:100%;
    height:0;
    padding-bottom:56.25%; /* 16:9 aspect ratio */
    position:relative;
    overflow:hidden;
    border-radius:5px;
}

.video-thumbnail img {
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    top:0;
    left:0;
}

/* Video Title */
.video-title {
    margin-top:10px;
    font-size:16px;
    font-weight:bold;
}

/* Video Info */
.video-info {
    margin-top:5px;
    font-size:14px;
    color:#888888;
    width:inherit;

}
.video-info2 {
    margin-top:5px;
    font-size:14px;
    color:#888888;
    width:inherit;
    min-width:310px;
    border:double;
    border-color:black;
}

.button_player div.jp-audio {

    opacity:0.9;
}


td a {
    color:darkorange;
}

.form_text_search {
    width:80%;
    padding:7px;
    margin-right:75px;
}

.page_content {
    color:black;
}
.simplemodal-data .page_content {
    background:black;
}

#cart-holder {
    width:100%;
    max-width:680px;
    height:auto;
    display:inline-block;
    background:black;
    padding:10px;
    border-radius:5px;
    z-index:1000;
    overflow:auto;
}

.page_content {
    background-color:#111111;
    color:white;
}

.page_table_header {
    background-color:#b3adad;
}



.neonText  {
    color:#000000;
    text-shadow:
            0 0 1px #0a001f,
            0 0 2px #0a001f,
            0 0 4px #0a001f,
            0 0 5px #ffffff,
            0 0 7px #ffffff,
            0 0 8px #ffffff,
            0 0 9px #ffffff,
            0 0 10px #ffffff;
}
.neonText a {
    color:#000000;
    text-shadow:
            0 0 1px #0a001f,
            0 0 2px #0a001f,
            0 0 4px #0a001f,
            0 0 5px #000000,
            0 0 7px rgb(0,0,0),
            0 0 8px #000000,
            0 0 9px #ffffff,
            0 0 10px #ffffff;
}


.neonTextTop  {
    font-size:medium;
    color:#000000;
    text-shadow:
            0 0 1px #0a001f,
            0 0 2px #0a001f,
            0 0 4px #0a001f,
            0 0 5px #ffffff,
            0 0 7px #ffffff,
            0 0 8px #ffffff,
            0 0 9px #ffffff,
            0 0 10px #ffffff;
}

html.sb-init body div#wrapper div#content div.block div.glow div.block_search h3 {
    font-size:initial;
}

body {
 background-color:#111;
}

html.sb-init body div#wrapper div#content form#jrUser_account.jrform table.page_content tbody tr#ff-row-user_linked_profiles td.element_right.form_input_right.optionlist_right.user_linked_profiles_element_right div label span.form_option_list_text a {
    color:#eca81e;
}

.form_button {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    background:rgba(0,0,0,0) linear-gradient(#FFFFFF,#E5E5E5) repeat scroll 0 0;
    background-image:linear-gradient(rgb(255,255,255),rgb(229,229,229));
    border:1px solid #CCCCCC;
    border-radius:3px;
    box-shadow:none;
    color:#666666;
    cursor:pointer;
    font-size:14px;
    height:auto;
    margin:12px 2px;
    padding:7px 5px;
    text-decoration:none;
    text-transform:capitalize;
    vertical-align:middle;
}

div.lightpick__day {
    color:slategrey;
}
.lightpick__month-title-bar {
    color:slateblue;
}
.lightpick__days-of-the-week{
    color:black;
}

.error {
    background-color:#FF4040 !important;
}

.page_table_cell
{
    color:#403f3f;
}
.page_banner_left {
    color:darkorange;
    border:none;
}

.albums-button {
    display:inline-block;
    padding:5px 5px;
    border-radius:5px;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    text-align:center;
}

.grey-button {
    background-color:#373535; /* Grey */
    border:2px solid #808080; /* Grey */
}

.black-button {
    background-color:#000000; /* Black */
    border:2px solid #000000; /* Black */
}

div.col8 img {
    max-height:500px;
    max-width:500px;
    justify-content:center;
}

