body{
background-color:#FFFFFF !important;
background-image: none !important;
background-repeat:no-repeat !important;
background-attachment:fixed !important;
background-position:center top !important;
font-family:
}

/* Mail styles */
#message {
    white-space: pre-wrap;
}
.mail-nav-container {
    width: 75%;
}
.mail-checkbox {
    float: left;
}
.mail-read {
    visibility: hidden;
    display: none;
}
.mail-sender {
    visibility: hidden;
    display: none;
}
.mail-subject {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mail-sent {
    visibility: hidden;
    display: none;
}
.mail-messages {
    padding-top: .5em;
    padding-bottom: .5em;
    position: relative;
}

.mail-message {
    text-align: left;
    padding: .5em 0 .5em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 74px;
    -webkit-tap-highlight-color: rgba(0, 0, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

.mail-message:nth-child(even) {
    background-color: #f9f9f9;
}

.mail-message-header {
    background-color: #e1e1e1;
    text-align: left;
    padding: .5em 0 .5em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mail-buttons {
    text-align: left;
}

.mail-buttons-inline {
    float: left;
}

div.mail-message {
    cursor: pointer;
}


div.mail-message-checkbox {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    float: left;
    height: 74px;
    transform: scale(1.25);
}
div.mail-message-linked {
    height: 74px;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

div.tapped {
background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.1) 100%);
}

input#recipient2 {
    background-color: white !important;
}

div.tt-menu {
    background-color: lightgray !important;
    width: 100%;
}
label[for="recipient2"] {
    display: block;
}
label[for="subject"] {
    display: block;
}
label[for="message"] {
    display: block;
}

/*
.mail-table tr {
    width: 100%;
}
.mail-table th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mail-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
*/

a {
   color: #007700;   }
::-moz-selection { background: #b88b28;}
::selection { background: #b88b28; }

i {
   font-style: italic;
}

#nav-header {
   min-height: 62px;
}


#forum-undernav {
}

#forum-login {
   padding-top: 1em;
   padding-left: 1em;
}

#post-content {
    width: 100%;
    padding-right: 1em;
}

#post-content > ul > li {
   padding-top: 1em;
}

#post-content > ul > li.pinned {
    padding-top: 0px;
}

img.locked-post {
    height: 1em;
    width: auto;
    display: inline;
}

li.pinned a img {
    height: 1em;
    width: auto;
}

/* Need bsp, bspv for the mark read feature */
a.bsp {
color: #006600;
text-decoration:none;}

a.bsp:visited {
color: darkgoldenrod;
}


a.bspv {
color: #996600;}

#forum-navlinks {
   float: left;
   padding-right: 0;
   padding-left: 0;
}
#forum-userlinks {
   float: right;
   text-align: right;

}
.errortext {
   font-weight : bold;
   color: #FF0000;
   margin-top: 10px;
   margin-bottom: 10px;
}

/*
.forum-accountpage {
   width: 75%;
   margin: 0 auto;
   text-align: left;
}
*/

.postContents:before {
    content: '' !important;
}

.specialtext {
   font-size : 10pt;
   font-weight : bold;
   color: #FF0000;
}
.basicbold {
   font-weight : bold;
}
.basicitalic {
   font-family : Arial,Helvetica,sans-serif;
   font-size : 10pt;
   font-style : italic;
   color : #000000;
}
.basic {
   font-family : Arial,Helvetica,sans-serif;
   font-size : 10pt;
   color : #000000;
}
.basicbolditalic {
   font-family : Arial,Helvetica,sans-serif;
   font-size : 10pt;
   font-style : italic;
   font-weight : bold;
   color : #000000;
}

.bsp_errortext {
   font-weight : bold;
}
A.tinylink {
   font-size : 8pt;
}

.inline-forms {
   display: inline;
}

.sidebar {
   background: -webkit-linear-gradient(left, #eee4cb , white); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(right, #eee4cb, white); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(right, #eee4cb, white); /* For Firefox 3.6 to 15 */
   background: linear-gradient(to right, #eee4cb , white); /* Standard syntax */
   /*padding-left: 2em;
   margin-left: 2em;*/
}

.sidebar-green {
   /*background: -webkit-linear-gradient(left, #175414, #175414 30%, white 30%, white);*/ /* For Safari 5.1 to 6.0 */
   background: -webkit-linear-gradient(left, #175414, white); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(right, #175414, white); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(right, #175414, white); /* For Firefox 3.6 to 15 */
   background: linear-gradient(to right, #175414, white); /* Standard syntax */
   margin-top: 1em;
   color: white;
   font-weight: bold;
   padding-left: 1em;
}

.quicklinks li {
   list-style-type: disc;
   margin-left: 1em;
   font-weight: bold;
}

.postFooter {
padding: 5px 0 5px 20px;
   border-bottom: 1px solid #7a601e;
   font-size: 11px;
   background: #fdf6e3;
}

.postHeader {
border-bottom: 1px dotted #999999;
}

.postHeader h6 {
margin-top: 0px; margin-bottom: 0px; font-size: 12px; padding: 8px 0 8px 4px;
}

.postHeader a {
color: #006600; }

.postContents {
font-size: 1.1em;
padding: 1em 0 0 2em;
}

.post-bottom-bar {
border-bottom: 1px dotted #999999;
}

.postContents:before {
  content: "\f10d";
display: inline-block;
font-family: FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
float: left;
color: #999;
font-size: 48px;
margin-right: 15px;
}

.postContents p {margin-top: 12px;}

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

.replies {
  font-family: Oswald, arial, sans-serif;
  font-size: 24px;
  color: darkgoldenrod;
  padding: 8px 0;
}

.postTools {
font-size: 11px;
padding: 5px 0 5px 4px;
text-align: left;
font-size: 12px;}

.copyright {
   font-size : 8pt;
   color : #000000;
}

.schedulelist {
list-style:none;
margin: 0 0 0 0;
background-image:url(../images/layout/right-listBG.jpg);
background-repeat:repeat-y;
padding: 6px 3px 0 0;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

.schedulelist li {
padding: 5px 0 5px 15px;
border-bottom: 1px dotted #cc9933;}

.schedulelist a {
font-weight:bold;
text-transform:uppercase;
}

.tinytext {
font-size: 8pt;
color: #000;
}

.index-table-header {
background-color: #eee4cb;
}

.search-box {
margin-left: 2em;
}

.search-text {
   padding-bottom: 10px;
}

.basicbold {
   font-weight : bold;
}

.basicitalic {
   font-family : Arial,Helvetica,sans-serif;
   font-size : 10pt;
   font-style : italic;
   color : #000000;
}

.basic {
   font-family : Arial,Helvetica,sans-serif;
   font-size : 10pt;
   color : #000000;
   font-weight: normal;
}

.basicbolditalic {
   font-family : Arial,Helvetica,sans-serif;
   font-size : 10pt;
   font-style : italic;
   font-weight : bold;
   color : #000000;
}

.search-results {
   margin-left: 2em;
}

.login-box {
   text-align: center;
}

.login-box-form {
   width: 50%;
   margin: 0 auto;
}

#retrieve-pw {
   margin-left: 2em;
}

#register-help {

}

#register-rules {
   text-align: center;
}

#register-form {
   margin-left: 2em;
}

.register-block {
   margin-top: 10px;
}

.tinytext {
   font-size : 8pt;
   color : #000000;
}
.tinytexterror {
   font-size : 8pt;
   color : #FF0000;
   font-weight : normal;
}
.tinytextbold {
   font-size : 8pt;
   color : #000000;
   font-weight : bold;
}

.title {
   margin-bottom: 0px;
   font-family: Oswald, arial, sans-serif;
   font-size: 32px;
   padding-bottom: 8px;
}

.viewallpost {
   padding-top: 10px;
   padding-left: 6px;
}

.upvote-arrow { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 16px solid red; }
.downvote-arrow { display: inline-block; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 16px solid red; }

.vote-tally {
float: left;
margin: 0px 4px 0px 0px;
padding: 0px 3px 0px 3px;
}

.vote-tally-up {
background-color: green;
color: white;
}

.vote-tally-down {
background-color: red;
color: white;
}

.vote-tally-none {
background-color: white;
border-color: black;
border: 1px solid black;
color: black;
}

.sprites {
   background: url('../images/vote_sprites.png') no-repeat;
   width: 30px;
   height: 25px;
   display: block;
   text-indent: -9999px;
   cursor: pointer;
   -moz-transition: none;
   -webkit-transition: none;
   -o-transition: color 0 ease-in;
   transition: none;
}

.downvote-off {
    background-position: 0px 0px;
}
.downvote-on {
    background-position: 0px -25px;
}
.upvote-off {
    background-position: 0px -50px;
}
.upvote-on {
    background-position: 0px -75px;
}

.float-left {
    float: left;
}

.forum-user-icon {
   margin-top: 3px;
   margin-right: 10px;
}


main ul li {
    list-style-position: inside !important;
    list-style: disc;
}

main li li a {
    list-style-position: inside !important;
    list-style: disc;
}

main ul div.upvote {
    position: relative;
    left: -2px;
}

.create-post-button {
    display: table;
    margin: 0 auto;
    padding: 0 0 1em 0;
}

#right-side-bar {
    float: right;
    height: 100%;
    width: 300px;
    text-align: right;
    margin-left: 8px;
    padding-left: 10px;
    padding-bottom: 10px;
}

#right-side-bar-long-content {
    text-align: right;
}

main.main-grid.main-content.right-main-content {
    padding-top: 7px !important;
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}

.row {
    margin: 0 0 0 0;
    width: 100% !important;
    /* padding-right: 1em; */
}

#threads {
    margin-left: 1%;
}

#forum-quicklinks {
    padding-bottom: 7px;
    width: 100%;
}


/* hide right frames unless explicitly turned on */
#post-right-side-bar {
    float: right;
    visibility: hidden;
    display: none;
    margin-left: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

#right-side-bar, #post-reply-ad, #forum-nav, #forum-nav-mobile {
    visibility: hidden;
    display: none;
}

#mobile-nav {
    line-height: 28px;
}

.bottom-post-button, input.bottom-post-button {
    margin-top: 10px;
    margin-bottom: 30px;
}

/* Mobile phones only */
@media only screen and (max-width: 320px) {
    .mail-table {
        display: none;
        visibility: hidden;
    }
    .mail-nav-container {
        width: 90%;
    }

}

/* Anything that is not a mobile phone */
@media only screen and (min-width: 321px) {
    .mail-table-mobile {
        display: none;
        visibility: hidden;
    }
}

/* On tablets only, display 160x600's in the right frame */
@media only screen and (max-width: 959px) and (min-width: 768px) {
    #right-side-bar {
        width: 180px;
    }
}


/* Desktop only */
@media only screen and (min-width: 1024px) {
    div.mail-message:hover {
        background-color: lightgray;
    }
}

/* Styles for larger screen sizes */
@media only screen and (min-width: 768px){
    /* turn on right frame for non-mobile devices */
    #right-side-bar {
        visibility: visible;
        display: block;
    }
    #post-right-side-bar {
        visibility: visible;
        display: block;
    }
    #forum-nav {
        visibility: visible;
        display: block;
        float: right;
        padding-top: 0.75em;
        padding-right: 1em;
        padding-left: 1em;
    }
    .mail-nav-container {
        width: 35%;
    }
}

/* styles for tablets and mobile */
@media only screen and (max-width: 767px){
    /* On mobile, push the bottom post button up above the footer ad */
    .bottom-post-button, input.bottom-post-button {
        margin-top: 10px;
    }
    .post, div.post {
        position: relative;
    }
    #threads {
        margin-left: 12px;
    }
    main.main-grid.main-content.right-main-content {
        padding-bottom: 52px;
    }
    .bombver.bombnav .indicator {
        top: 16px;
    }
    #forum-nav-mobile {
        visibility: visible;
        display: block;
    }
}

/* SPG locked mobile ad */
@media only screen and (max-width: 767px) and (min-width: 480px){
    .fixed-mobile-footer {
        z-index: 2;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        background-color: #FFF;
        border-top: 1px solid #a6a6a6;
    }
}
@media only screen and (max-width: 479px) and (min-width: 320px){
    .fixed-mobile-footer {
        z-index: 2;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        background-color: #FFF;
        border-top: 1px solid #a6a6a6;
    }

    main ul li {
        list-style-position: inside !important;
        list-style: disc;
    }

    main li li a {
        list-style-position: inside !important;
        list-style: circle;
        position: relative;
        left: 0px;
    }

    #threads {
        width: 100%;
    }

    #right-side-bar {
        visibility: hidden;
        display: none;
    }
}



/** forum drop down menu **/
.dropbtn {
    /* background-color: #4CAF50;*/
    background-color: rgb(184, 134, 110);
    color: white;
    border: none;
    height: 22px;
    width: 30px;
    padding: 0;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
 }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: rgb(170, 101, 101);
    /** background-color: #3e8e41; **/
}


#forum-bar {
    overflow: hidden;
}

#forum-title {
    float: left;
}

#forum-nav {
    float: right;
}

.server-time {
    /* padding-left: 1em; */
}

.featured-grid-wrap {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 8em;
}

.top-level-thread {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-top: 14px;
}

.top-level-thread ul {
    /* margin-top: 0px; */
    margin: 0px 0px 0px 28px;
    /* margin-left: 28px; */
    margin-inline-start: 28px;
}

.top-level-thread li {
    list-style-type: disc;
    margin-inline-start: 0px;
    margin: 0px;
    padding: 0px;
}

.forum-locked-post-image {
    display: inline;
}

/* more padding for large screens */
@media only screen and (min-width: 1440px) {
    .featured-grid-wrap {
        padding-left: 1em;
        padding-right: 1em;
    }
}

#bodytext {
    white-space: pre-wrap;
}

/* sticky styles start - miguel 5-18-20 */

#post-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#threads {
    height: auto;
    display: flex;
    flex-direction: column;
}

#right-side-bar {
/* border: 5px solid black; */
}

#right-side-bar {
width: 25%;
height: 25vh;
min-height: 600px;
overflow: auto;
position: -webkit-sticky;
position: sticky;
top: 5%;
}

#sb-site, .sb-site-container { /*  this guy seems to be the culprit - no parent of the sticky can have overflow hidden set to it */
width: 100%;
position: relative;
z-index: 1;
background-color: #fff;
overflow: visible !important;
-ms-word-wrap: break-word;
word-wrap: break-word;
}

/* sticky styles end - miguel 5-18-20 */

.remember-me {
  width: unset;
}

#tie-container {
  overflow: visible !important;
}


/* start styles for jannah */
input, textarea, select {
  color: #555;
  width: 100%;
  border-width: 2px;
  border-style: solid;
  padding: 10px 12px;
  margin-bottom: 10px;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #fff;
}

.forum-search input, textarea, select {
  border-style: solid;
  padding: 3px 5px;
}

.forum-search .search-radio-button {
    width: 20px;
}


ul.components {
    padding-top: 20px;
};
/* end styles for jannah */
