﻿
.bor {
    border-left: 3px solid lightgray !important;
}

.storyBlocksHolder {
    /*
    width: 500px;
    margin: 0 auto;*/
}


/*STORY BLOCK STYLES*/
.storyBlock {
    background-color: #FFFFFF;
    clear: both;
    /*width: 500px;*/
    margin: 0 auto;
    margin-bottom: 8px;
    cursor: arrow;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%), 0 1px 2px 0 rgb(0 0 0 / 19%);
    position: relative;
}

/*HEADER STYLES*/
.storyHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 8px 10px 5px 8px;
    position: relative;
    cursor: pointer;
}

.storyAuthorInfoBlock {
    margin: 0px 10px;
    flex: 1;
    line-height: 18px;
}

.storyAuthorPostTime {
    color: gray;
    font-size: 12px;
    line-height: 16px;
}

.storyPostTimeNow,
.storyShareActive {
    color: dodgerBlue;
}

.storyHeader a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.storyAuthorThumbnail img {
    border-radius: 50%;
    border: 1px solid lightgray;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0px 4px 0 rgb(128 128 128 / 20%), 0 1px 2px 0 rgb(128 128 128 / 10%);
}

    .storyAuthorThumbnail img:hover {
        border: 2px solid lightgray;
    }


.storyAuthorName {
    font-weight: bold;
    margin-right: 2px;
}

    .storyAuthorName:hover {
        color: dodgerBlue;
    }

/*BODY STYLES*/
.storyBody{
    margin:0px 3px 0px 3px;
}
.storyText {
    display: block;
    text-decoration: none;
    color: black;
    margin: 2px;
    padding: 5px 10px 10px 10px;
}
.storyDescription {
    display: block;
    text-decoration: none;
    color: black;
    padding: 0px 8px 8px 8px;
    /*background-color: #e6e6e6;*/
}
    .storyDescription:hover {
        background-color: #e6e6e6;
    }
.storyReportSource {
    padding: 8px 8px;
    display: block;
    text-decoration: none;
    color: #333333;
}

    .storyReportSource img {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        margin-right:2px;
    }

    .storyReportSource span {
        display: inline-block;
        vertical-align: middle;
        padding: 0px 0px;
    }

    .storyReportSource:hover {
        color: dodgerblue;
    }

.storyLocation, .storyReportType, .storyReportTimestamp {
    display: block !important;
    font-size: 12px;
    line-height: 17px;
}

    .storyLocation:hover, .storyReportType:hover, .storyReportTimestamp:hover {
        color: dodgerblue;
        background-color: #f0f0f0;
    }

    .storyLocation img {
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        border-radius: 50%;
    }

    .storyLocation span {
        display: inline-block;
        vertical-align: middle;
        padding-right: 5px;
        /*font-size: 90%;*/
    }

/*IMAGE BLOCK STYLES*/
.storyImageBlock {
    /*width: 100%;*/
    display: flex;
}


.imgBlkItem {
    width: 100%;
    flex: 1;
    position: relative;
}

.storyImageBlock img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0 auto;
}

.ia {
}

.iLeft {
    margin-right: 3px;
}

.iRight {
    display: flex;
    flex-direction: column;
    position: relative;
}

.iHalf {
    flex: 1;
    max-height: 150px;
    position: relative;
}

.iMarginTop {
    margin-top: 3px;
}

.iDimDiv {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
}

.iMore {
    background-color: red;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    width: 25%;
    z-index: 12;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
}

    .iMore span {
        font-size: 30px;
        font-weight: bold;
        color: white;
    }

.iGoToLink {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
}

    .iGoToLink:hover {
        cursor: pointer;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0.5+0,0.5+100 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000', GradientType=0);
        /* IE6-9 */
    }


/*SHARE STATS*/
.storyShareStats {
    margin: 8px 10px 8px 10px;
    display: flex;
    color: gray;
    flex-direction: row;
    justify-content: space-between;
    height: 20px;
    line-height: 20px;
    font-size:11px;
}

    .storyShareStats img,
    .storyShareStats span {
        display: inline-block;
        vertical-align: middle;
    }

/*STORY SHARE BUTTONS*/
.storyShareBtns {
    margin: 3px 8px 3px 8px;
    display: flex;
    flex-direction: row;
    border-top: solid 1px #e6e6e6;
    cursor: pointer;
}

    .storyShareBtns a {
        flex: 1;
        text-align: center;
        padding: 3px 3px;
        border-radius: 10px;
        margin: 2px 0px;
        color: gray;
        font-weight: bold;
        text-decoration: none;
        overflow: hidden;
        white-space: nowrap;
    }

        .storyShareBtns a:hover {
            background-color: #e6e6e6;
            color: black;
        }

    .storyShareBtns img {
        width: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px;
    }

    .storyShareBtns span {
        display: inline-block;
        vertical-align: middle;
    }

.shareURLHidden {
    height: 0px;
    border: none;
}
/*STORY TITLE*/
.storyTitle {
    font-weight: bold;
    font-size: 20px;
    padding: 12px 10px 10px 10px;
    /*background-color: #e6e6e6;*/
}
.storyTitle a{
    text-decoration:none;
    color:black;
}
    .storyTitle:hover {
        background-color: #e6e6e6;
    }

/*STORY PRIVACY*/

.storyPrivacy {
    color: dodgerblue;
    padding: 3px 3px 3px 5px;
    font-size: 90%;
    cursor: arrow;
    border-bottom: solid 1px #e6e6e6;
}

    .storyPrivacy > * {
        display: inline-block;
        vertical-align: middle;
    }

    .storyPrivacy img {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
    }

    .storyPrivacy a {
        text-decoration: underline;
        cursor: pointer;
    }

        .storyPrivacy a:hover {
            color: dodgerBlue;
        }
/*REPORT BLOCK*/

.storyReportMagnitude {
    font-size: 20px;
    line-height: 40px;
    padding: 0px 15px 0px 5px;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.reportMagnitude:hover {
    color: dodgerBlue;
}

/*COMMENT SECTION*/
.storyComments {
    margin: 3px 8px 3px 8px;
    padding: 5px 0px 0px 0px;
    border-top: solid 1px #e6e6e6;
}

.storyCommentBlock {
    display: flex;
    flex-direction: row;
    padding: 10px 5px 10px 0px;
    
}

.commentThumbnail img {
    border-radius: 50%;
    border: 1px solid lightgray;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0px 4px 0 rgb(128 128 128 / 20%), 0 1px 2px 0 rgb(128 128 128 / 10%);
}

.commentTextHolder {
    margin: 0px 3px 0px 8px;
    width: 100%;
}

.commentBody {
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    background-color: #e6e6e6;
    position: relative;
}
.commentText {
    padding: 5px 0px 5px 0px;

}

.commentAuthorName {
    font-weight: bold;
    display: Block;
    text-decoration: none;
    color: black;
}

.commentActionStats {
    position: absolute;
    right: 2px;
    bottom: -10px;
    font-size: 12px;
    line-height: 14px;
    background-color: white;
    border-radius: 5px;
    padding: 0px 0px 0px 2px;
}

    .commentActionStats img {
        width: 15px;
        display: inline-block;
        vertical-align: middle;
    }

    .commentActionStats span {
        display: inline-block;
        vertical-align: middle;
    }

.commentActionBtns {
    font-size: 11px;
    line-height: 14px;
    margin: 2px 0px 0px 5px;
    color: gray;
}

    .commentActionBtns a {
        text-decoration: none;
        color: gray;
        cursor:pointer;
    }

.storyComments a:hover {
    text-decoration: underline !important;
}

.commentMoreBlock {
    padding: 5px 10px 5px 10px;
    color: gray;
    text-decoration: none;
}

    .commentMoreBlock a {
        color: gray;
        text-decoration: none;
        font-weight: bold;
    }

        .commentMoreBlock a:hover {
            text-decoration: underline !important;
            text-decoration: none;
        }


/* EDIT DROPDOWN*/
.editBtn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.editBtnThumb {
    margin: 5px 5px;
    width: 15px !important;
    vertical-align: middle;
    display: inline-block;
}

.editBtn:hover {
    background-color: #f0f0f0;
    border-radius: 50%;
}

.editMenu {
    position: relative;
}

.menu {
    z-index: 10000;
    position: absolute;
    right: 10px;
    top: 0px;
    background-color: white;
    width: 200px;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    box-shadow: 0 0px 8px 0 rgb(0 0 0 / 20%), 0 1px 2px 0 rgb(0 0 0 / 19%);
}

.menuComment {
    right: 5px !important;
    top: 10px !important;
}

.menu a {
    display: block;
    padding: 10px 5px 10px 0px;
    margin: 5px 10px 5px 5px;
    border-radius: 5px;
    color: black;
    font-weight: bold;
    cursor: pointer;
}

    .menu a:hover {
        background-color: #f0f0f0;
    }

.shareMenu {
    position: relative;
}

    .editMenu img, .shareMenu img {
        display: inline-block;
        vertical-align: middle;
        padding: 0px 5px 0px 3px;
        width: 30px;
    }

    .editMenu span, .shareMenu span {
        display: inline-block;
        vertical-align: middle;
        padding-right: 2px;
    }

.editActiveHighlight {
    border: 2px;
    border-color: skyblue;
    border-style: solid;
}

.editActionBtnsHolder {
    position: relative;
    padding: 5px;
    background-color: skyblue;
}

.editBtnComments {
    margin-top: 3px;
}

.editCommentImg {
    width: 15px !important;
}

.editActionBtnsHolder input {
    display: inline-block;
    cursor: pointer;
    margin: 2px 5px 0px 0px;
    padding: 5px 5px 5px 5px;
    box-shadow: 0 0px 4px 0 rgb(128 128 128 / 20%), 0 1px 2px 0 rgb(128 128 128 / 10%);
}

.editPrivacyBtn {
    color: gray !important;
}

.editPrivacyBtnActive {
    color: dodgerBlue !important;
}


/*Media Window*/
#mediaWindow_Mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    z-index: 1010;
    opacity: .95;
    /*background:linear-gradient(rgba(0, 0, 0, 0.7));*/
}

#mediaWindow {
    top: 0px;
    color: white;
    display: block;
    position: fixed;
    z-index: 100105;
    left: 0px;
    right: 0px;
    bottom: 0px;
    cursor: default;
    -webkit-overflow-scrolling: touch;
}


.mediaWindowContentWrapper {
    display: flex;
    flex-direction: row;
    height: 100%;
    position: relative;
}

.mediaWindowLeft {
    position: relative;
    width: 70%;
    margin: 0 auto;
    display: block;
}

.mediaWindowRight {
    position: relative;
    color: black;
    background-color: white;
    width: 30%;
    min-width: 300px;
    /*padding: 5px;*/
    overflow-y: scroll;
    height: 100%;
}

.mediaWindowImportLeft {
    position: relative;
    color: black;
    background-color: white;
    width: 20%;
    padding: 5px;
    overflow-y: scroll;
    height: 100%;
}

.mediaWindowImportRight {
    position: relative;
    color: black;
    background-color: white;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.mediaFeatureImg {
    display: block;
    height: 100%;
}

    .mediaFeatureImg img {
        object-fit: contain;
        height: 100%;
        width: 100%;
        display: block;
        max-width: 700px;
        margin: 0 auto;
    }

.mediaFeatureBtns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
}

    .mediaFeatureBtns a {
        z-index: 10;
    }

        .mediaFeatureBtns a:hover {
            border-radius: 5px;
            cursor: pointer;
            background-color: black;
        }

    .mediaFeatureBtns img {
        width: 30px;
        padding: 8px;
    }

.mediaImgThumbnails {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

    .mediaImgThumbnails a {
        display: block;
        width: 40px;
        height: 40px;
        border: solid 2px transparent;
        margin: 2px;
        cursor: pointer;
    }

        .mediaImgThumbnails a:hover {
            border: solid 2px white !important;
        }

    .mediaImgThumbnails img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

.mediaImgThumbnailActive {
    border: solid 2px dodgerblue !important;
}

.mediaViewMoreLink {
    display: block;
    text-align: center;
    background-color: dodgerblue;
    color: white;
    font-weight: bold;
    padding: 2px 0px;
}

    .mediaViewMoreLink:hover {
        background-color: #e6e6e6;
        color: black;
    }

.mediaCloseButton {
    /*  color: #666;*/
    color: white;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 24px;
    background: 0 0;
    background-color: red;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    z-index: 100205;
    text-decoration: none;
}

/*MOBILE STYLES*/
@media only screen and (max-width: 700px) {

    .mediaWindowContentWrapper {
        flex-direction: column;
    }

    .mediaWindowLeft {
        width: 100%;
        height: 60%;
    }

    .mediaWindowRight {
        width: 100%;
        height: 40%;
    }
}


@media only screen and (max-width: 500px) {

    .storyBlock,
    .storyBlocksHolder {
        width: 100%;
    }
}
