a {
    color: #eb8a18;
}

.contentcatch {
    display: none;
}

.panel {
    background-color: #1b1d1f;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.xlarge {
    font-size: 150%;
    line-height: 160%;
}

.CodeSnippet {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

#forumContents {
    overflow: hidden;
}

.latest-news-container {
    display: none;
    background: rgba(0,0,0,0.75);
    border: 6px solid transparent;
    border-top: 0;
}

.latest-news-header {
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    padding: 4px 4px 4px 4px;
}

.latest-news-item {
    overflow: hidden;
    background: #222;
    display: block;
    color: white;
}

.latest-news-item:hover {
    background: #444;
    color: white !important;
    text-decoration: none !important;
}

.latest-news-image {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 10px 0 0;
}

.latest-news-image img {
    width: 100px;
    height: 100px;
}

.latest-news-details {
    float: left;
    width: calc(100% - 110px);
    padding: 6px;
}

.latest-news-title {
    font-size: 17px;
    margin: 0 0 5px 0;
}

.latest-news-snippet {
    font-size: 12px;
}

.latest-news-date {
    font-size: 11px;
    margin: 4px 0 0 0;
    text-align: right;
}

.latest-news-footer {
    text-align: center;
    padding: 6px 4px 0 4px;
}

.hide-latest-news {
    font-weight: bold;
    border-radius: 0;
}

.tgcStoreProfile {
    background: url('../images/GGStore.jpg') no-repeat;
    border-radius: 5px;
    height: 40px;
    padding: 0 0 0 45px;
    margin: 10px 0 0 0;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #111;
}

.tgcStoreProfile:hover {
    text-decoration: none;
}

#smileyHolder {
    margin: 15px 0 0 0;
}

#smileyHolder img {
    cursor: pointer;
}

.modToggle {
    display: none;
}

#modControls {
    margin: 20px 0 20px 0;
}

#forumHolder {
    height: auto;
    min-height: 600px;
    z-index: 10;
    color: white;
}
#forumHolder>nav {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 0px 0 0px 0;
    overflow: hidden;
    background: #111;
}
#forumHolder>nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#forumHolder>nav li {
    float: left;
    font-weight: bold;
    padding: 0 15px 0 15px;
    margin: 0;
}
#forumHolder>nav table,#forumHolder>nav td  {
    border: none;
}
#forumHeader {
    height: 180px;
    background: url('../../images/headerImage.jpg') no-repeat;
    position: relative;
}
#forumHeader>.titleHolder {
    height: 50px;
    width: 200px;
    position: absolute;
    top: 20px;
    padding: 15px 10px 15px 20px;
}
#forumHeader>.titleHolder>h1 {
    padding: 0;
    margin: 0;
    font-size: 400%;
    font-weight: 300;
    font-family: Open Sans, Cabin Condensed, Arial, sans-serif;
    color: white;
    letter-spacing: -0.055em;
    text-shadow: 0 0 15px #333333;
    filter: dropshadow(color=#333333, offx=1, offy=1);
}


.searchFormButton {
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: bold;
    text-align:right;
    cursor: pointer;
    padding: 3px 8px 3px 8px;
    background: #222;
    height: 20px;
    line-height: 20px;
    border: 1px solid #666;
    color: #eb8a18;
}
.searchFormButton:hover {
    background: #333;
}

.buttonHolder {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    background: #222;
    display: inline-block;
    padding: 6px 7px;
    border: 1px solid #666;
    border-radius: 1px;
    margin: 0;
    cursor: pointer;
    color: white;
}

.buttonReport {
    color: white !important;
    background-color: #d9534f;
    border-color: #d43f3a;
    text-decoration: none;
}

.buttonReport:hover {
    color: white;
    background-color: #c9302c;
    border-color: #ac2925;
    text-decoration: none;
}

.forumTitleHolder {
    overflow: hidden;
}

.forumTitleHolder h3 {
    margin-top: 30px;
}

.forumTitleHolder .forumTitle {
    float:left;
}

.forumTitleHolder .forumPaging {
    float:right;
}


.forumPaging .pagination > li > a,  .forumPaging .pagination > li > span {
    background: #1b1d1f;
    border: 1px solid #111;
    color: #008398;
    padding: 4px 8px;
}

.forumPaging .pagination > .active > a, .forumPaging .pagination > .active > span, .forumPaging .pagination > .active > a:hover, .forumPaging .pagination > .active > span:hover, .forumPaging .pagination > .active > a:focus, .forumPaging .pagination > .active > span:focus {
    color: white;
    background: #008398;
    border: 1px solid #666;
}

.tableHeader {
    background: #111;
    font-weight: bold;
    text-align: center;
    padding: 5px !important;
}

.noPadding {
    padding: 0 !important;
}

.card {
    background-color: #1b1d1f;
}

.table {
    color: #fff;
}

.btn-default {
    color: #fff;
    background-color: #111;
    border-color: #000;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #222;
    border-color: #000;
}

input, textarea {
    color: #fff;
    background-color: #111;
    border: 1px solid #000;
    padding: 5px;
    border-radius: 5px;
}

input[type="file"] {
    background: none;
    border: 0;
}

select:focus {
    color: white;
}

/*
* Style for root display
*/

.forumGroup {
    width: 100%;
    display: table;
    border-top: 2px solid #111;
    border-collapse: collapse;
    background: #1b1d1f;
}

.forumGroupRow {
    display: table-row;
    border-bottom: 2px solid #111;
    border-right: 2px solid #111;
}

.forumGroupCell {
    display: table-cell;
    padding: 6px;
    border-left: 2px solid #111;
    vertical-align: top;
}

.groupTopics {
    width: 80px;
    text-align: center;
}

.description {
    font-size: 13px;
}

.groupPosts {
    width: 80px;
    text-align: center;
}

.groupLatest {
    width: 170px;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
}

/*
* Style for board display
*/

.boardControls {
    margin: 15px 0 15px 0;
    overflow: hidden;
}

.boardGroup {
    width: 100%;
    display: table;
    border-top: 2px solid #111;
    border-collapse: collapse;
    margin: 0 0 30px 0;
    background: #1b1d1f;
    /*background: #222;*/
}

.boardGroupRow {
    display: table-row;
    border-bottom: 2px solid #111;
    border-right: 2px solid #111;
}

.boardGroupCell {
    display: table-cell;
    padding: 6px;
    border-left: 2px solid #111;
    vertical-align: top;
}

.newPosts {
    /*background: #272a2d;*/
    background: #2b2e32;
}

.threadIcons {
    width: 25px;
}

.threadIcons img{
    width: 25px;
    height: 25px;
    max-width: 25px;
}

.threadSubject {
    border: none !important;
}


.postsViews {
    width: 110px;
    font-size: 12px;
}

.threadAuthor {
    width: 150px;
    text-align: center;
    word-break: break-all;
}

.threadLatest {
    width: 160px;
    font-size: 12px;
}

/*
* Style for thread display
*/

.threadControls {
    margin: 15px 0 15px 0;
    overflow: hidden;
}

.threadGroup {
    width: 100%;
    display: table;
    border-top: 2px solid #111;
    border-collapse: collapse;
    table-layout: fixed;
    background: #1b1d1f;
}

.threadGroupRow {
    display: table-row;
    border-bottom: 15px solid #111;
    border-right: 2px solid #111;
}

.threadGroupCell {
    display: table-cell;
    padding: 6px;
    overflow: hidden;
    border-left: 2px solid #111;
    vertical-align: top;
    position: relative;
}

.author {
    width: 180px;
    border-right: 2px solid #111;
}

.authorPicHolder {
    display: block;
    overflow: hidden;
    margin: 10px 0 15px 0;
}

.authorPic {
    width: 70px;
    height: 70px;
    margin: 0 10px 0 0;
}

.authorAdditional {
    font-size: 13px;
}

.authorBadge {
    width: 70px;
    height: 70px;
    margin: 0 0 0 0;
}

.authorButtons {
    overflow: hidden;
    margin: 20px 0 0 0;
}

.postDetails {
    padding: 10px;
    color: #CCC;
    font-size: 13px;
}

.postIp {
    float: right;
}

.postLink {
    float: right;
    margin: 0 0 0 10px;
}

.postMessage {
    padding: 10px;
}

.postMessage img {
    max-width: 100%;
}

.approvalNotice {
    color: red;
    text-align: center;
}

.signature {
    color: #CCC;
    margin: 20px 0 0 0;
    min-height: 10px;
    font-size: 12px;
    padding: 10px 0 0 0;
}

.postAttachments {
    margin: 10px 0 50px 0;
    padding: 10px;
    overflow: hidden;
}

.postAttachments a {
    display: block;
    float: left;
    height: 100px;
    border: 1px solid #111;
    padding: 10px;
    margin: 0 10px 0 0;
    max-width: 100px;
}

.modPostControls {
    padding: 10px;
    overflow: hidden;
    margin: 20px 0 20px 0;
    background: #1b1d1f;
    border-radius: 5px;
}

.modPostControls .btn {
    margin: 0 0 10px 0;
}

.modPostControls h4 {
    margin: 0 0 10px 0;
}

.modPostControls .mod-row {
    margin: 10px 0 0 0;
}

.modPostControls .form-control {
    display: inline-block;
    width: auto;
}

.authorExtra {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    overflow: hidden;
}

/*
*
* Post holder area
*
*/

#postError, #postInfo, #uploadError, #uploadLoader {
    display: none;
}

#postLoader {
    display: none;
    float:right;
    margin-top:10px;
}

#postHolder {
    display: none;
    overflow: hidden;
    margin: 20px 0 20px 0;
    background: #1b1d1f;
    border-radius: 5px;
}

#postHolder p {
    color: #fff;
}

#postHolder form {
    margin: 0px 10px 10px 10px;
}

#postHolder textarea {
    width: 100%;
    height: 250px;
    padding: 10px;
    /*border: 1px solid #ccc;*/
    border-radius: 5px;
    max-width: 100%;
}

#postHolder .subject {
    width: 100%;
    /*background: #fff;
    border: 1px solid #ccc;*/
    padding: 10px;
    border-radius: 5px;
    margin: 0 0 10px 0;
}

.postControls {
    padding: 10px;
}

.postControls .dropdown-menu {

}

.postControls .dropdown-menu li{
    margin: 2px 0 2px 0;
}

.postControls .dropdown-menu li a{
    padding: 2px 10px;
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
}

.postFormAttachments {
    overflow: hidden;
}

.postFormAttachments iframe {
    border: 0;
}

.postBaseControls {
    overflow: hidden;
    margin: 10px 0 0 0;
}

.postBaseControls input {
    float: right;
}


.BoardQuote {
    background: white;
    padding: 10px;
    color: black;
    font-size: 12px;
}


@media (max-width: 880px) {
    .threadGroupCell{
        display: block;
    }

    .postMessage img {
        max-width: 100%;
    }

    .boardGroupCell {
        display: block;
    }

    .threadIcons {
        display: none;
    }

    .threadSubject {
        border-left: 2px solid #111 !important;
    }

    .postsViews {
        display: none;
    }

    .threadAuthor {
        width: auto;
        font-size: 12px;
    }

    .threadLatest {
        display: none;
    }

    .author {
        width: auto;
        border-bottom: 2px solid #111;
        border-right: 0px solid #111;
    }

    .authorPicHolder {
        float: left;
    }

    .authorData {
        float: left;
        margin: 0 0 0 10px;
    }

    .tableHeader {
        color: #111;
        font-size: 4px;
    }
}
