/* In here goes all the stuff we want to overwrite from prosilver and general customs*/

/* Show scrollbars for items with overflow on iOS devices
----------------------------------------*/
.postbody .content::-webkit-scrollbar, #topicreview::-webkit-scrollbar, #post_details::-webkit-scrollbar, .codebox code::-webkit-scrollbar, .attachbox dd::-webkit-scrollbar, .attach-image::-webkit-scrollbar, .dropdown-extended ul::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	-webkit-appearance: none;
	background: rgba(0, 0, 0, .1);
	border-radius: 3px;
}

.postbody .content::-webkit-scrollbar-thumb, #topicreview::-webkit-scrollbar-thumb, #post_details::-webkit-scrollbar-thumb, .codebox code::-webkit-scrollbar-thumb, .attachbox dd::-webkit-scrollbar-thumb, .attach-image::-webkit-scrollbar-thumb, .dropdown-extended ul::-webkit-scrollbar-thumb {
	background: rgba(176, 176, 176, 0.3);
	border-radius: 3px;
}

.customimg {
        border-color: #00c0ff;
        box-shadow: 0 0 30px #00ccff;
        box-sizing: border-box;
        border: 1px solid #00ccff;
        margin-left: 5px;
        max-width: 100%;
}

.customimg-left {
        border-color: #00c0ff;
        box-shadow: 0 0 30px #00ccff;
        box-sizing: border-box;
        border: 1px solid #00ccff;
        max-width: 100%;
        float: left;
        margin-left: 3px;
        margin-right: 30px;
}

.dark-bg {
    background-color: rgba(0, 0, 0, 0.4);
}

table tr.toggle-row {
    display: none;
}
/* tw customizing phpbb */
.ProfileRankDisplay {
	text-align: center;
    font-family: copperPlate;
    width: 120px;
    color: #fc0;
    padding-top: 10px;
}
/* tw options */

.filter-button {
		border: 1px solid transparent;
    font-family: Copperplate;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 1px;
    display: inline-block;
    padding: 15px 15px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto 85%;
		position: relative;
		z-index: 1;
}

.filter-button {
    border-color:#002a38;
    box-shadow: 0px 0px 25px -11px rgb(0, 165, 255) inset;
}

.filter-button:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
	z-index: -1;
}

.active-option {
    pointer-events: none!important;
		color: #fff;
    border-color: rgba(0, 191, 255, 0.68);
    box-shadow: 0 0 20px -7px #00a5ff inset;
}

.filter-button.active-option:before {
		background-image:radial-gradient(ellipse 100% 100% at bottom right , rgba(0, 191, 255, 0.2), rgba(0, 0, 0, 0)) !important;
}
.truewowrealm {
	background-image: url(https://truewow.org/forum/images/icons/misc/tw.gif);
}

.primalwowrealm {
	background-image: url(https://truewow.org/forum/images/icons/misc/pw.gif);
}

.feature {
    padding: 15px 5px;
    float: left;
    border-radius: 1px;
    box-shadow: 0px 0px 10px -5px #005BA8 inset;
    border: 1px solid transparent;
		border-color: #00222b;
    background-position: -182px -36px;
    text-align: center;
    font-family: copperPlate;
    font-size: 12px;
    margin: 10px 10px 0 0;
    transition: 0.2s;
    box-sizing: border-box;
}

/* Tables
--------------------------------------------- */
/*.panel-container table.table1 {
	box-shadow: 0 0 5px #000;
}*/


table {
    border-collapse: initial;
    border-spacing: 2px;
		font-family: Arial,sans-serif;
}
table tr.toggle-row {
    display: none;
}

table.table1 {
    border: 1px solid #002A4E;
    background: #000B1C;
}
ul.topiclist li.header, table.table1 thead tr {
	border-bottom: 1px solid #006BD4;
}

table.table1 thead th {
	padding: 4px 0 5px 3px;
}

.panel-container table.table1 thead th {
	border: none;
	color: #FFF;
}

table.table1 tbody th {
	background: #000208 url("./images/post_bg.png") no-repeat scroll right -322px top -2px;
	border: 1px solid #002A4E!important;
	color: #F0C000;
  padding: 10px 5px;
  text-align: left;
  font-weight: bold;
  position:relative;
}

table.table1 thead th {
	background: #000208 url("./images/post_bg.png") no-repeat scroll right -322px top -2px;
	border: 1px solid #002A4E!important;
	color: #F0C000!important;
  padding: 10px 5px;
  text-align: left;
  font-weight: bold;
}
table.table1 tbody tr {
	border-width: 1px;
	border-color: #00293F;
}
/*
table.table1 tbody tr.bg1,
table.zebra-list tbody tr:nth-child(even) {
	background: #252525;
	background: #252525 linear-gradient(to bottom, rgba(30, 30, 30, 1) 0, rgba(37, 37, 37, 0) 35px);
	border-color: #252525;
}

table.table1 tbody tr.bg2,
table.zebra-list tbody tr:nth-child(odd) {
	background: #161616;
	background: #161616 linear-gradient(to bottom, rgba(11, 11, 11, 1) 0, rgba(22, 22, 22, 0) 35px);
	border-color: #161616;
}

table.table1 tbody tr.bg3 {
	background: #101010;
	background: #101010 linear-gradient(to bottom, rgba(11, 11, 11, 1) 0, rgba(22, 22, 22, 0) 35px);
	border-color: #101010;
}

table.table1 tbody tr.bg1:hover,
table.table1 tbody tr.bg1.hover,
table.zebra-list tbody tr:nth-child(even):hover {
	background: #252525 linear-gradient(to top, rgba(30, 30, 30, 1) 0, rgba(37, 37, 37, 0) 35px);
}

table.table1 tbody tr.bg2:hover,
table.table1 tbody tr.bg2.hover,
table.zebra-list tbody tr:nth-child(odd):hover {
	background: #161616 linear-gradient(to top, rgba(11, 11, 11, 1) 0, rgba(22, 22, 22, 0) 35px);
}

table.table1 tbody tr.bg3:hover,
table.table1 tbody tr.bg3.hover {
	background: #101010 linear-gradient(to top, rgba(11, 11, 11, 1) 0, rgba(22, 22, 22, 0) 35px);
}*/

table.table1 tbody td {
  border-bottom: 1px solid #002A4E;
  vertical-align: middle;
  background:#000409;
}
table.table1 tbody tr:last-child td {
  border-bottom: none;
}
table.table1.tickets,  table.table1.tickets tbody th, table.table1 tbody th.unlockptr{
  text-align:center;
}
table.table1 tbody tr:hover td,
table.table1 tbody tr.hover td {
	color: #FFF;
}

/* Specific column styles */
table.table1 tbody .big-column td {
	color: #FFF;
	font-style: italic;
	text-indent: 0.6em;
}

table.info tbody th {
	color: #FFF;
}
