.forum-nav {
    height: 30px;
    box-sizing: border-box;
    padding: 8px;
    background-color: #343434;
    color: #ff8586;
    font-size: 11px;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}
.forum-nav i {
	padding: 0 3px;
	color: #fff;
}
.forum-nav a {
	color: #e3e3e3;
}
.forum-nav a:hover {
	text-decoration: underline;
}

@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);

section, footer, nav{
    display: block;
}

#colorNav > ul{
    margin:0 auto;
}

#colorNav > ul > li {
    list-style: none;
    box-shadow: 0 0 20px 0px rgba(204, 204, 204, 0.53) inset;
    display: inline-block;
    line-height: 1;
    margin: 1px;
    border-radius: 3px;
    position: relative;
}

#colorNav > ul > li > a{
    color:inherit;
    text-decoration:none !important;
    font-size:24px;
    padding: 10px;
}

#colorNav li ul{
    position:absolute;
    list-style:none;
    text-align:center;
    width:180px;
    left:50%;
    margin-left:-90px;
    top:25px;
    font:bold 12px 'Open Sans Condensed', sans-serif;

    max-height:0px;
    overflow:hidden;
    
    -webkit-transition:max-height 0.4s linear;
    -moz-transition:max-height 0.4s linear;
    transition:max-height 0.4s linear;
}

#colorNav li ul li{
    background-color:#313131;
}

#colorNav li ul li a{
    padding:12px;
    color:#fff !important;
    text-decoration:none !important;
    display:block;
}

#colorNav li ul li:nth-child(odd){
    background-color:#363636;
}

#colorNav li ul li:hover{
    background-color:#444;
}

#colorNav li ul li:first-child{
    border-radius:3px 3px 0 0;
    margin-top:25px;
    position:relative;
}

#colorNav li ul li:first-child:before{
    content:'';
    position:absolute;
    width:1px;
    height:1px;
    border:5px solid transparent;
    border-bottom-color:#313131;
    left:50%;
    top:-10px;
    margin-left:-5px;
}

#colorNav li ul li:last-child{
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
}

#colorNav li:hover ul{
    max-height:200px;
    z-index: 9999;
}

#colorNav li.green{
    background-color:#00c08b;
    color:#127a5d;
}

#colorNav li.red{background-color: #ffffff;color: #000000;}
#colorNav li.blue{background-color:#53bfe2;color:#2884a2;}
#colorNav li.yellow{background-color:#f8c54d;color:#ab8426;}
#colorNav li.purple{background-color:#df6dc2;color:#9f3c85;}

.forum-list a:hover {
	text-decoration: underline;
}
.forum-list td h2 {
	font-size: 11px;
	display: block;
	max-width: 350px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.forum-list td h2,
.forum-list td a ~ p {
	max-width: 350px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.forum-list th,
.forum-list td {
	padding: 15px;
    font-size: 11px;
    text-align: center;
    border-bottom: 1px solid #6a6a6a;
}
.forum-list th {
	padding: 0 5px 7px;
    border-bottom: 1px solid #6a6a6a;
}
.forum-list th:nth-child(1) {
	width: 40px;
}
.forum-list td:nth-child(1) img {
	width: 35px;
	height: 35px;
}
.forum-list th:nth-child(2),
.forum-list td:nth-child(2) {
	width: 400px;
	text-align: left;
}
.forum-list th:nth-child(3),
.forum-list th:nth-child(4) {
	width: 50px;
}
.forum-list th:nth-child(5),
.forum-list td:nth-child(5) {
	text-align: left;
}
.forum-list tr:nth-last-child(1) td {
	border-bottom: 0;
}

.topic-list th:nth-child(1),
.topic-list td:nth-child(1) {
	width: 400px;
	text-align: left;
}
.topic-list th:nth-child(2),
.topic-list td:nth-child(2),
.topic-list th:nth-child(3),
.topic-list td:nth-child(3) {
	width: 50px;
	text-align: center;
}
.topic-list th:nth-child(4),
.topic-list td:nth-child(4) {
	width: 100px;
}

.forum-update-info {
	max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.forum-user {
	vertical-align: top;
    width: 300px;
    display: inline-block;
}
.forum-user p {
	padding: 5px;
}
.forum-user-servers {
	margin-left: 10px;
    width: 310px;
    display: inline-block;
    vertical-align: top;
}
.forum-user-servers ul {
	margin: 4px 17px;
}
.forum-user-servers ul li {
	padding: 3px 0;
}
.forum-user-servers a:hover {
	text-decoration: underline;
}
.forum-message {
	margin-bottom: 10px;
    padding-top: 16px;
}
.forum-messages .forum-message:nth-last-child(1) {
	margin-bottom: 0;
}
.forum-message > div {
	vertical-align: top;
}
.forum-message-sender {
	position: relative;
	display: inline-block;
    width: 130px;
	padding: 5px;
	border-right: 1px solid #dadada;
}
.forum-message-sender img {
	width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 3px solid #343434;
    margin: 0 auto 8px;
    display: block;
}
.forum-message-sender p {
	text-align: center;
}
.forum-message-sender p:nth-last-child(1) {
	color: #fb5e60;
	position: absolute;
    left: 0;
    right: 0;
    margin-top: 5px;
}
.forum-message-sender p.online {
	color: #437b02;
}
.forum-message-text {
	display: inline-block;
	width: 635px;
    padding: 5px;
    border-left: 1px solid #dadada;
    margin-left: -4px;
	word-wrap: break-word;
}
.forum-message-text > p.message-info,
.forum-message-text > p.message-edit-info {
	border-radius: 15px;
    padding: 3px 5px 4px 5px;
	margin-bottom: 5px;
}
.forum-message-text > p.message-edit-info {
	background-color: #fff;
	margin: 5px 0;
}
.message-answer {
	padding-bottom: 3px;
	display: inline-block;
    width: 99%;
}
.message-answer a:hover {
	text-decoration: underline;
}
.message-answer span.right {
	padding: 0 5px;
}

.forum-buttons {
	padding: 8px;
    background-color: #343434;
}
.forum-buttons.head {
	margin-bottom: 10px;
    background-color: #fff;
}
.forum-button {
    display: inline-block;
    padding: 4px 6px;
    background-color: #fff;
    color: #292929;
    border: 1px solid #e3e3e3;
    font-size: 10px;
    text-transform: uppercase;
}
.forum-button:hover {
	opacity: 0.9;
}
.forum-button.close {
	background-color: #fb5f5f;
    color: #f5e4e4;
    border: 1px solid #d81f1f;
}
.forum-button.create {
    background-color: #57a95c;
    color: #c2ffca;
    border: 1px solid #1e8625;
}

.forum-message-footer {
	margin-top: 10px;
	padding: 5px 5px 0 5px;
    font-size: 10px;
}
.forum-message-footer > div {
	display: inline-block;
    width: 100%;
    margin: 5px 0;
}
.forum-message-footer > div > div {
	width: 88px;
    float: left;
    margin-right: 5px;
}
.forum-message-footer > div > div > a .image {
	position: relative;
    height: 80px;
    width: 80px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    float: left;
    overflow: hidden;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    text-align: center;
}

#drop-files {
	position: relative;
    width: 99%;
    height: 56px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px dashed #dcdcdc;
    text-align: center;
    font-size: 15px;
}
#drop-files p {
	clear: none;
	padding: 0;
	margin: 0;
}
#uploaded-holder {
	display: none;
	position: relative;
	margin: 0 auto 10px;
	width: 100%;
}
#dropped-files {
	display: block;
	margin: 0 auto;
	width: 100%
}
#upload-button {
	z-index: 9999;
	display: none;
	margin: 5px 0;
}
.drop-button, .success-button {
    display: inline-block;
    padding: 0px;
    width: 100%;
    font-size: 13px;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    color: #fff !important
}
.drop-button {
	background-color: #b07474;
}
.success-button {
    background-color: #74b084;
}
#dropped-files .image,
#uploaded-files .image {
    position: relative;
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    background-color: #fff;
    float: left;
    overflow: hidden;
    background-size: contain !important;
	background-repeat: no-repeat !important;
    text-align: center;
}
#upload-button .ss-upload {
	font-size: 0.7em;
}

#upload-button span {
	position: relative;
	text-align: center;
	background: white;
	font-size: 15px;
	padding: 5px;
	margin-right: 8px;
}
#loading {
	width: 100%;
	position: relative;
	margin: 5px 0;
}
#loading-bar {
	width: 100%;
	height: 16px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 2px;
}
.loading-color {
	width: 0%;
	height: 100%;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	border-radius: inherit;
	background-color: #4edbf1;
}
#loading-content  {
	position: relative;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#file-name-holder {
	width: 100%;
	float: left;
}
#file-name-holder h1 {
    padding: 5px 0;
    font-size: 13px;
    margin: 0;
}

#drop-files input {
	border: 0;
    background-color: #ffffff;
    width: initial;
}
#uploaded-files .img-block:nth-child(8), #dropped-files .img-block:nth-child(9) {
	margin-right: 0px;
}
.img-block {
	width: 108px;
    float: left;
	margin: 11px;
}

/*group*/
.group {
    font-size: 12px;
    padding: 4px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 6px;
}
._admin {
    color: #d00202;
    background: #ffecec;
}
._support {
    color: #26b94c;
    background: #eeffec;
}
._user {
    color: #424242;
}