#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('{$jrCore_img_url}/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('{$jrCore_img_url}/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('{$jrCore_img_url}/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);
}

