﻿

/*FORUM PAGE*/
.singleBlock {
    width: 100%;
}
.leftBlock {
    display: block;
    vertical-align: top;
    float: left;
    width: 70%;
}
.rightBlock {
    display: block;
    vertical-align: top;
    float: left;
    width: 30%;
}
.forumNavLink{
    font-weight:bold;
}
.forumHeaderWrap{
    margin:0px 5px;
    padding:10px 10px 5px 10px;
}

.forumNavLinkSelected {
    color: black;
    text-decoration: none;
}
.forumNavLinkSelected:hover {
  
    text-decoration: underline;
}
.forumNavBlock {
    padding: 10px;
    border-width: 1px;
    border-color: #b8b8b8;
    border-style: solid;
    background-color: white;
}
.forumDescription {
    color: #343434;
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
}
.discussionList {
    margin: 5px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}
.createSymbol {
   
    display: inline-block;
    margin-bottom: 2px;
    vertical-align: middle;
width:30px;
}


.forumSectionHeader {
    font-size: 13px;
    color: black;
    text-decoration: none;
    background-color: #CFCFCF;
    margin: 0px auto 0;
    display: flex;
    flex-flow: row wrap;
    width:100%;
}

    .forumSectionHeader dt {
        float: left;
        padding: 0px 0px;
        background: #f2f2f2;
        text-align: left;
        color: black;
    }


 dl {
    margin: 0px;
}
dt {
    padding: 0px 5px;
}
dd {
    padding: 0px 5px;
}


.pairs {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    list-style: none;
}


    .pairs > dd {
        float: right;
        text-align: right;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 5px;
        margin: 0;
    }
.forumStatsBlockStacked {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    padding: 5px 0;
}

.pairsStacked {
    padding: 0 5px;
    margin: 0;
    width: 100%;
    text-align: center;
    display: table-row;
    list-style: none;
}

    .pairsStacked > dd {
        text-align: center;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        display: table-row;
    }

    .pairsStacked > dt {
        color: gray;
        font-size: 80%;
        display: table-row;
    }
/*MAIN PAGE*/




.forumCategoryHeader, .forumCategoryHeader:visited {
    padding: 10px 15px 15px 10px;
    font-size: 18px;
    display: block;
    text-decoration: none;
    color: black;
}
    .forumCategoryHeader:hover {
        cursor: pointer;
        text-decoration: underline;
    }
    .forumCategoryHeader:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.forumListItems {
    display: block;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin: 0px;
    padding: 0px;
    padding-inline-start: 0px;
    line-height: 22px;
    font-size: 15px;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.19)
}
.bigLetters{
    font-size:18px !important;
}
    .forumListItems li {
        margin-bottom: 3px;
    }

.forumListItems a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

    .forumListItems a:hover {
        text-decoration: underline;
        color: black;
    }

.topicListHeader {
    background-color: lightskyblue;
    color: black;
    padding: 10px;
    font-weight: bold;
}
.forumInfoWrapper {
    display: flex;
    flex-flow: row;
    padding: 10px;
    background-color: white;
    position: relative;
}
/*DEFAULT */
.composerTable {
    display: flex;
    flex-flow: row;
    position: relative;
    margin-bottom: 10px;
}

.composerTableA {
    width: 10%;
    display: inline-block;
    min-width: 60px;
}

.composerTableB {
    width: 90%;
    display: inline-block;
    overflow: hidden;
}

.forumThumbnailBlock {
    width: 8%;
    min-width:60px;
}
.forumMainBlock {
    width: 52%;
    padding-bottom: 10px;
}
.forumStatsBlock {
    width: 15%;
    display: flex;
    flex-flow: row wrap;
}
.forumLastMsgBlock {
    width: 25%;
}
. forumStatsBlockStacked {
width: 25%;
}
.forumThumbnailBlockB {
    width: 5%;
    min-width: 40px;
}

.forumMainBlockB {
    width: 45%;
    margin-top: 5px;
}

.forumStatsBlockB {
    width: 15%;
}

.forumLastMsgBlockB {
    width: 45%;
}

.mainLink {
    font-weight: bold;
}
.lastMsgInfoLink {
    overflow: hidden;
    height: 20px;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.lastMsgWrapper {
    display: flex;
    flex-flow: row;
}

.lastMsgInfo {
    width: 70%;
    text-align: right;
    margin: 5px;
}
.lastMsgInfoB {
    width: 85%;
    text-align: left;
}

.lastMsgThumbnail {
    width: 15%;
    min-width: 60px;
}

.forumAuthorThumbnail {
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #E9E7E7;
   /* display: inline-block;*/
    margin: 0 auto;
    display: block;
}
.forumAuthorThumbnailAlternate {
    display: inline-block;
    margin-top: 5px;
}
.forumDate {
    color: steelblue;
    font-size: 14px;
}
.forumDimSnip {
    color: darkgray;
    font-size: 14px;
    height: 20px;
}
.sideBorders {
    border-left-style: solid;
    border-left-width: 2px;
    /* border-color: #d9d9d9; */
    border-right-style: solid;
    border-right-width: 2px;
    border-color: #d9d9d9;
    padding: 0px 8px;
    width: 100%;
    height: 100%;
}

.forumOptionsHeader {
    display: inline-block;
    padding: 10px 20px 5px 5px;
    cursor: pointer;
}
.forumOptionsHeaderOpen {
    display: inline-block;
    padding: 10px 20px 5px 5px;
    cursor: pointer;
    background-color: gainsboro;
}
    .forumOptionsHeader:hover {
        background-color: #e3e3e3;
    }
.optionsInnerWrap {
    position: relative;
    padding: 15px;
    background-color: white;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.19);
}
.optionsInnerWrap div {
    position: relative;
    padding: 10px;
}
.forumOptionsWindow {
    
    margin: 15px 5px;
    position: relative;
    
}
.forumOptionsButton {
    position: absolute;
    right: 10px;
    bottom: 5px;
    padding: 5px 10px 5px 10px;
    background-color: blue;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.forumComposeTitle {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
}
.forumCategoryDDL {
    padding: 10px;
    font-size: 16px;
}
.forumCategorySpan {
    background-color: lightgray;
    text-transform: uppercase;
    padding: 0px 5px 0px 5px;
    margin-right: 3px;
    border-radius: 3px;
}
/*THREAD PAGE*/
.commentWrapper{
    margin:5px;
    position:relative;
}
.commentBlock {
    border-width: 1px;
    border-color: #b8b8b8;
    border-style: solid;
    background-color: white;
    margin: 5px 0px 10px 0px;
    display: flex;
    flex-flow: row;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.19);
}

.commentInfo {
    width: 20%;
    font-size: 14px;
}
.commentInfoWrapper {
    position: relative;
    padding: 0px;
    height: 100%;
    border-right: solid 1px gainsboro;
}
.comment {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-wrap: break-word;
}
.commentThumbnailBlock {
    width: 100%;
    padding-top: 10px;
}
.commentThumbnailImg {
    border-radius: 50%;
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
    border-color: #E9E7E7;
    display: block;
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 80px;
}

.commentStatusBlock {
    padding: 10px 0px 10px 0px;
    text-align: center;
}
.commentAuthorStatus {
    display: block;
    padding: 5px;
    background-color: gold;
    font-weight: bold;
    text-align: center;
}
.commentStatusDetails {
    margin: 5px 5px 5px 10px;
    line-height: 18px;
}
.commentAuthorStats {
    padding: 10px;
}
.commentItemTitle {
    color: gray;
}
.forumCommentText {
    margin: 15px 15px 15px 15px;
    font-size: 14px;
    line-height:18px;
}
.commentBottomBlock {
    margin: 0px 10px 0px 15px;
    font-size: 14px;
    color: gray;
}
.commentBottomAuthorBar {
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.commentItemWrapper {
    float: right;
    margin: 0 auto;
    height: 25px;
    vertical-align: top;
}
.commentItems {
    position: absolute;
    right: 10px;
    display: block;
    cursor: pointer;
    font-size: 12px;
    color: gray;
}
.commentBottomItem {
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    cursor:pointer;
}

.commentBottomWrapper {
    clear: both;
    margin: 0px 5px 5px 5px;
    height: 20px;
}
.commentLikesBlock {
    padding: 5px 5px 5px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #E9E7E7;
    clear: both;
    margin: 10px 0px 10px 0px;
    background-color: lightgoldenrodyellow;
    font-size: 90%;
}

/*IMAGES*/
.commentImgGroup {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    line-height: 22px;
    font-size: 12px;
    text-decoration: none;
    clear: both;
}
.commentImgItem {
    float: left;
    height: 150px;
    vertical-align: top;
    width: 33.33%;
}
.commentImg {
    height:100%;
    display:block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 1px;
}

.commentLikesBlock a {
    text-decoration: none;
    color: deepskyblue;
    font-weight: bold;
   
}
.signUpWrapper {
    padding: 15px;
    background-color: white;
    position: relative;
    margin-top: 5px;
}

.signUpButton {
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
    color: black;
    padding: 10px;
    background-color: gold;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    max-width: 400px;
    margin: 0 auto;
}
.mobileForumCommentsBlock{
    display:none;
}
.forumPinSymbolBlock {
    display:block;
    position: absolute;
    right: 8px;
    top: 8px;
}

/*HOME PAGE STYLES*/

.forumHomeWrapper {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
}

.forumHomeBlock {
    display: block;
    width: 100%;
    font-size: 14px;
}
.forumLastestPostsBlock {
    display: block;
    width: 100%;
    font-size: 14px;
}

.forumHomeBlockInnerWrap {
    display: block;
    margin: 0px 5px 5px 0px;
    padding: 5px 0px 0px 0px;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    height: 100px;
    background-color: white;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
    .forumHomeBlockInnerWrap:hover {
        background-color: lightgoldenrodyellow;
    }

    .forumHomeBlockThumbnail {
        margin: 0px 5px;
        float: left;
        width: 50px;
        height: 50px;
        border-radius: 30px;
    }

.forumHomeBlockInfoWrap {
}

.forumHomeBlockDateAuthor {
    color: gray;
    font-size: 12px;
    height: 20px;
    overflow: hidden;
}

.forumHomeBlockTitle {
    overflow-y: hidden;
    height: 42px;
    line-height: 20px;
    padding: 0px 10px 0px 0px;
}

.forumHomeBlockBottomInfo {
    color: gray;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    overflow: hidden;
    height: 20px;
}
    .forumHomeBlockBottomInfoSymbols{
        white-space:nowrap;
    }
    .reportError {
        color: red;
        padding: 10px;
    }


/*-------------------------------------TABLET STYLES------------------------------------------*/
@media only screen and (max-width: 900px) {
    .leftBlock {
        width: 100%;
        float: none;
    }

    .rightBlock {
        float: none;
        width: 100%;
    }
}

    /*-------------------------------------TABLET & MOBILE STYLES------------------------------------------*/
@media only screen and (max-width: 720px) {


    .forumInfoWrapper {
        flex-flow: row wrap;
    }


    .forumMainBlock, .forumMainBlockB {
        width: 80%;
        display: block;
    }

    .forumStatsBlock, .forumLastMsgBlock,
    .forumStatsBlockB, .forumLastMsgBlockB {
        width: 100%;
        display: block;
    }

    .forumStatsBlockStacked {
        width: 100%;
        display: block;
        text-align: left;
        padding: 0px;
    }

    .pairsStacked {
        display: inline;
    }

        .pairsStacked > dd {
            text-align: left;
            margin: 3px;
            display: inline;
        }

        .pairsStacked > dt {
            text-align: left;
        }

    .forumHide {
        display: none;
    }

    .lastMsgInfoB {
        width: 100%;
    }

    .mobileForumCommentsBlock {
        position: absolute;
        display: block;
        right: 8px;
        bottom: 8px;
    }

    .commentBlock {
        
    }

    .commentInfo {
        
        flex-flow: row wrap;
    }

    .commentInfoWrapper {
        width: 100%;
        border-bottom: solid 1px gainsboro;
        
    }


    .commentThumbnailImg {
        margin: 0px 10px;
        float: left;
        width: 45px;
        height: 45px;
    }
    .commentStatusBlock {
        text-align: left;
        padding: 5px 0px 10px 0px;
    }
    .comment {
        width: 100%;
    }
    /*
    .commentText {
        margin: 5px 15px 5px 15px;
    }*/
    .commentAuthorStatus{
        text-align:left;
        padding:2px;
    }

    /*HOME PAGE STYLES*/
    .forumHomeBlockInnerWrap {
        height: 90px;
        margin: 2px;
        padding: 5px;
    }

    .forumHomeBlockTitle {
        overflow-y: hidden;
        height: 40px;
        line-height: 20px;
    }

    .forumHomeWrapper {
        display: flex;
        flex-flow: column;
    }

}
