/* General non-bootstrap css */
.activeNav{
    background-color: rgb(240,240,240);
    font-weight: bold;
}
.user-management-spacing{
    height: 600px;
}
.account-creation-boxes-border{
  border-right: 1px solid gray;
  height: 400px;
}
.account-creation-box{
  height: 400px;
}
.center{
  margin-left: auto;
  margin-right: auto;
}
.green{
  color: green;
}
.jumbotron{
  text-align: center;
}
.lg{
  font-size: 4em !important;
}
.mar-bot-25{
  margin-bottom: 25px !important;
}
.mar-top{
  margin-top: 20px !important;
}
.md{
  font-size: 3em !important;
}
.mdsm{
  font-size: 2.5em !important;
}
.navItems{
  margin-bottom: 5px;
}
.navImage{
  height: 30px;
  width: 30px;
}
.red{
  color: red;
}
.sm{
  font-size: 2em !important;
}
.tal{
  text-align: left;
}
.xl{
  font-size: 6em !important;
}


/* Sticky footer css */
* {
    margin: 0;
}
.test{
    background-color: red;
}
.a_normal_color{
    color: #5A5A5A;
}
.buttonVotingInactive{
  transition: color .25s linear;
  background-color: #6F89C5;
  border: 1px solid white;
  color: white;
  height: 100px;
  white-space: normal;
  width:90px;
}
.buttonVotingActive{
    background-color: white;
    border: 1px solid white;
    color: #6F89C5;
    height: 100px;
    white-space: normal;
    width:90px;
}
.buttonVoting{
    transition: color .25s linear;
    background-color: #6F89C5;
    border: 1px solid white;
    color: white;
    min-height: 40px;
    white-space: normal;
}
.buttonVotingActive:hover, .buttonVotingInactive:hover, .buttonVoting:hover{
    color: rgb(42,91,162);
}
.cci-m{
    margin: 0;
    padding: 0;
}
.content {
    display: none;
}
.container{
    max-width: 100%;
}
.dark{
    background-color:#2E384F;
}
.downloadButtons{
    border: 1px solid #ddd;
    background-color: inherit;
}
.downloadClicked{
    background-color: white;
    color: #6F89C5;
}
.faculty{
    padding-left: 0;
}
.facultyTitles{
    font-weight: bold;
    list-style-type: none;
}
.footer, .push {
    height: 4em;
    text-align: center;
}
.footerLinks{
    color: white;
    transition: color .25s linear;
}
.footerLinks:hover{
    color: gray; /*rgb(42,91,162)*/
    text-decoration: none;
}
.fontSizeNavBarLarge{
    color: white;
    font-size: 3em;
}
.fontSizeNavBarMedium{
    color: white;
    font-size: 1.5em;
}
.fontSizeNavBarSmall{
    color: white;
    font-size: .75em;
}
.fontSizeNavBarSmallReminder{
    font-size: .5em;
}
.greytext{
    color: rgb(163,163,163);
}
.headshot-left{
    padding-top: 2em;
}
.headshot-left-m{
    float: left;
    padding-right: 1em;
}
.headshot-right{
    padding-top: 2em;
    padding-left: 8em;
}
html, body {
    height: 100%;
}
.miniheadshots{
    border-radius: 50%;
    height: 200px;
    width: 200px;
}
.mobile-buttons{
    margin-left: 1.5%;
}
.mobile-button-large, .mobile-button-small{
    border: 1px solid #ddd;
    background-color: #f0f0f0;
    line-height: 80px;
    float: left;
}
.mobile-button-large:hover, .mobile-button-small:hover{
    background-color: #e5e5e5;
}
.mobile-button-large:active, .mobile-button-small:active{
    background-color: #ccc;
}
.mobile-button-large{
    margin: 2%;
    width: 94%;
}
.mobile-button-small{
    margin: 2%;
    width: 45%;
}
.mobile-button-text{
    display: inline-block;
    font-size: 40px;
    color: rgb(120,120,120);
}
.navSelectionClassBold{
    font-weight: bold;
    text-decoration: underline;
}
.navTriangle:after {
    content: "";
    display: block;
    top:-20px;
    border: 12px solid transparent;
    border-bottom-color: #6F89C5;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -12px;
}
.pointer{
    cursor: pointer;
}
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
.tag:hover{
  background-color: rgb(232,232,232);
  transition: background-color .5s linear;
  color: blue;
  /*transition: color .5s linear;*/
}
.tagButton:hover{
  /*box-shadow: inset 0 0 5px rgba(0,0,0,0.5);*/
  border: 1px solid rgba(0,0,0,0.5);
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.trial-box{
    float: left;
    padding-right: 15px;
    position: relative;
    width: 50%;
}
.white{
    color: white;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
.hovered:hover {
    color: gray;
    transition: color .5s linear;
}


/*GLOBAL FORUM STYLES
______________________________*/

.main-content {
  padding: 0 100px 20px 100px;
  background-color: #2E384F;
  color: #ffffff;
}

/*TITLE BAR*/

.main-bar {
  color: #ffffff;
  float: left;
  margin: 0;
}

.search-bar {
  float: right;
  padding: 25px 0;
  /*vertical-align:*/
}

.search-bar input {
  vertical-align: top;
  display: inline-block;
  height: 26px;
  border: none;
  color: #000;
}

.search-bar button{
  border: none;
  padding: 0px;
  margin: 0;
  color: #ffffff;
  transition: background-color 0.5s ease;
}

.search-bar span {
  font-size: 18px;
  padding: 5px;
}

.search-bar button:hover {
  background-color: orange;
}

/*MENU STYLES*/

menu {
  clear: both;
}

.menu-options {
  float: left;
}

.pill-pattern {
  margin-top: 6px;
  padding: 0;
}

.pill-pattern li {
  display: inline;
}

.pill-pattern li a {
  text-decoration: none;
  color: #ffffff;
  padding: 8px;
  transition: background-color 0.5s ease;
  background-color: #6F89C5;
}

.pill-pattern li a:hover {
  background-color: #8CA0CE;
}

.right {
  float: right;
}

menu {
  padding: 0;
  margin: 0;
}

menu button,
.thread button {
  width: 80px;
  /*font-size: 20px;
  font-weight: bold;*/
  background-color: #6F89C5;
  border: none;
  transition: background-color 0.5s ease;
}

menu button:hover
.thread button:hover {
  background-color: #8CA0CE;
}

/*FORUM TABLE STYLES*/

.forum-topic-title,
.forum-topic-user {
  font-size: 16px;
}

.forum-favor {
    font-size: 18px;
    color: #ccc;
}

.forum-favor:hover {
    color: orange;
}

.forum-excerpt {
  color: #313131;
}

.forum-table {
  color: #000000;
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto 40px auto;
}

.forum-user-image {
  float: left;
  height: 30px !important;
  /*margin-right: 5px;*/
  width: 30px !important;
}

.forum-user-image-initials{
  float: left;
  height: 30px;
  margin: auto;
  /*margin-right: 5px;*/
  width: 30px;
}

.forum-user-image-initials-text{
  color: white;
  padding: 5px;
}

th, td {
  padding: 8px;
  font-weight: normal;
}
th:nth-child(2),
th:nth-child(3),
th:nth-child(4),
th:nth-child(5),
th:nth-child(6),
td:nth-child(2),
td:nth-child(3),
td:nth-child(4),
td:nth-child(5),
td:nth-child(6) {
  text-align: center;
}

.forum-table tr:nth-child(even) {
  background-color: #F4F4F4;
}

/*CLEARFIX
--------------------------------*/

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*INDIVIDUAL THREAD VIEW
---------------------------------*/
.thread {
width: 100%;
max-width: 700px;
  float: left;
}

.post-main {
  color: #313131;
  background-color: #fff;
}

.post-inverse {
  color: #ffffff;
}

.post {
  color: #000;
  background-color: #fff;
  width: 100%;
  display: table;
  float: left;
  margin-right: 10px;
}

.post-section-border {
  border-top: 1px solid #f1f1f1;
}

.user-img {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
}

.post-content {
  padding: 10px;
}

.post-content p {
  margin-bottom: 20px;
}

.post-meta-info {
  margin-bottom: 20px;
}

.user-name {
  float: left;
}

.user-name h1,
.time-stamp h3 {
  font-size: 14px;
  margin: 0;
padding-top: 8px !important;
}

.time-stamp {
  float: right;
}

.post-controls {
  margin-bottom: 10px;
}

.post-controls button span {
  border: box-sizing;
  margin-top: 5px;
}

.post-controls .non-reply {
  color: #C0C0C0;
  font-size: 16px;
  width: 33px;
  background-color: transparent;
  transition: background-color 0.25s ease;
}

.post-controls .non-reply:hover {
  color: orange;
  background-color: #f3f3f3;
}

.post-controls .flag-delete{
  color: #C0C0C0;
  font-size: 16px;
  width: 33px;
  background-color: transparent;
  transition: background-color 0.25s ease;
}

.flag-delete:hover{
  color: red;
  background-color: #f3f3f3;
}


.post-controls .reply {
  color: #fff;
  transition: background-color 0.5s ease;
  background-color: #8CA0CE;
  font-size: 16px;
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  unicode-bidi:bidi-override;
  direction:rtl;
}

.post-controls .reply:hover{
  background-color: #6F89C5;
}

.post-info {
  color: #313131;
  background-color: #f1f1f1;
  clear: both;
}

.post-info ul {
  margin: 0;
  padding: 0;
}

.post-info ul li {
  float: left;
  font-size: 12px;
  display: inline;
  padding: 7px 10px;
}

.post-info ul li:nth-child(3),
.post-info ul li:nth-child(4),
.post-info ul li:nth-child(5),
.post-info ul li:nth-child(6) {
  text-align: center;
}

.post-info ul li:nth-child(3) a,
.post-info ul li:nth-child(4) a,
.post-info ul li:nth-child(5) a,
.post-info ul li:nth-child(6) a{
  color: orange;
}

.post-info ul li a {
  font-size: 14px;
  text-decoration: none;
}

.post-info ul li h4 {
  color: #313131;
  margin: 1px 0 2px 0;
  font-size: 12px;
}

.post-info ul li img{
  width: 20px;
 }

.topical-aside {
  padding: 0 10px;
  float: left;
}

.topical-aside h3 {
  margin: 0;
}

.topical-aside ul {
  padding: 0;
}

.topical-aside ul li {
  list-style: none;
}

.main-content.pageThread{
  overflow:hidden;
}
@media (max-width: 768px){
  .user-img {
    float:left;
    margin-right: 10px;
  }
  .post-content {
    padding: 0px;
  }
  .user-name {
    float: none;
    padding-top: 10px;
  }
  .time-stamp {
    float: right;
    position: absolute;
    top: 10px;
    right: 0px;
  }
  .postReplies{
    width:90%;
    margin-left:9%;
    margin-top:10px;
  }
  .postMainPost, .postReplies{
    position:relative;

  }
  .time-stamp p{
    display:none;
  }
}

@media (min-width: 768px){

  .user-name {
    width:80%;
  }
}
