.ieiro .side1 {
	width: 193px;
	float: left;
}

.ieiro [class^="icon-"] {
	position: relative;
	top: -1px;
	padding-right: 1px;
}

.ieiro .side1 .categories {
  background: rgba(120,120,120,0.9);
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -khtml-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -khtml-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  padding-bottom: 20px;
}

.ieiro .side1 .categories .text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 26px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.ieiro .side1 .categories .active1 {
	margin-top: 1px;
	margin-left: 0;
	margin-right: 15px;
}

.ieiro .side1 .categories .cats {
	margin-top: 1px;
	margin-left: 15px;
	margin-right: 15px;
}

.ieiro .side1 .categories .cats .clear {
	height: 5px;
	background-color: transparent;
}

.ieiro .side1 .categories .cat {
  background-color: #F2F2F2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 0px 10px rgba(0,0,0,0.3);
	width: 148px;
	height: 0;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 25px;
  color: #575757;
	font-size: 11px;
  border: 1px solid #A1A1A1;
  border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.ieiro .side1 .categories a:hover .cat {
  background-color: #4D4D4D;
  color: #fff;
}

.ieiro .side1 .categories .active {
  background-color: #fff;
	color: #000;
}

.ieiro .side1 .categories [class^="icon-"] {
	background-image: url("../img/glyphicons-halflings.png");
}

.ieiro .side1 .categories a:hover [class^="icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}

.ieiro .side1 .ieiro-stats {
	margin-top: 10px;
	margin-bottom: 10px; 
}

.ieiro .side1 .ieiro-stats .head {
	background-color: #fbfbfb;
	border-bottom: 3px solid #e3e3e3;
	padding-left: 26px;
	padding-top: 6px;
	padding-bottom: 5px;
	color: #6a6a6a;
	font-weight: bold;
	font-size: 12px;
}

.ieiro .side1 .ieiro-stats .data {
	margin-bottom: 1px;
}

.ieiro .side1 .ieiro-stats .data .title {
	background-color: #cf2525;
	color: #fdfdfd;
	font-size: 11px;
	margin-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.ieiro .side1 .ieiro-stats .data .stats {
	background-color: #fcfcfc;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	color: #bdbdbd;
	text-align: right;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}

.ieiro .side1 .ieiro-stats .data .stats span {
	color: #c11717;
}

.ieiro .content {
  float: left;
  background: rgba(255,255,255,0.8);
  padding: 10px;
  width: calc(100% - 213px);
  min-height: 450px;
}

.ieiro .content .ieiro_list h3 {
  color: #F9FF52;
  font-size: 21px;
  font-weight: bold;
  padding: 10px 16px;
  text-shadow: -1px 0 #878787, 0 -1px #878787, 1px 0 #878787, 0 1px #878787;
  cursor: default;
  text-align: center;
}

.ieiro .content .ieiro_list img {
  max-height: 177px;
  display: block;
}

.ieiro .content .warning-message {
  color: white;
  background: #ff2400;
  padding: 20px;
  margin: 15px 0;
}

.ieiro .content .warning-message a {
  color: #fdff91;
}

.ieiro .content .warning-message a:hover {
  text-decoration: underline;
}

.ieiro .content .ieiro_list .inventory-bonuss img, .ieiro .content .ieiro_list .forum-lvl-bonuss img, .ieiro .content .ieiro_list .forum-minikonk-bonuss img {
  display: inline-block;
}

.ieiro .content .ieiro_list .forum-lvl-bonuss img {
  filter: invert(0.8);
}

.ieiro table.table {
  cursor: default;
  width: 100%;
  border-spacing: 0;
  box-shadow: 0 0px 10px rgba(0,0,0,0.3);
}

.ieiro .content .ieiro_list table th{
  padding: 8px;
  line-height: 20px;
  text-align: center;
}

.ieiro .content .ieiro_list tbody tr:hover{
  background: #F0F0F0;
}

.ieiro .content .ieiro_list table thead {
  background: #242424;
  color: #fff;
  font-size: 11px;
  font-weight: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  border-radius: none;
}

.ieiro .content .ieiro_list table thead tr th {
  *border: 1px solid #ca2020;
}

.ieiro .content .ieiro_list table.table tbody tr {
  height: 42px;
  background: rgba(255,255,255,0.75);
}

.ieiro .content .ieiro_list table.table tbody tr:hover{
  background: rgba(255,255,255,0.85);
}

.ieiro .content .ieiro_list table.table tbody tr td.td1 {
  border-bottom: 1px solid #d1d1d1;
  font-size: 14px;
  font-weight: bold;
  padding: 0 5px;
  width: 45%;
}

.ieiro .content .ieiro_list table.table tbody tr td.td1 a {
  color: #000;
  position: relative;
}

.ieiro .content .ieiro_list table.table tbody tr td.td1 a:hover {
  text-decoration: underline;
}

.ieiro .content .ieiro_list table.table tbody tr td.td1 .logo {
  *background: url(../img/forum-topic.png) repeat-x;
  border: 1px solid #D1D1D1;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 7px 0 7px;
}

.ieiro .content .ieiro_list table.table tbody tr td.td1 .logo img{
  width: 50px;
    height: 50px;
}

.ieiro .content .ieiro_list table.table tbody tr td.td1 .text{
  font-weight: 400;
    font-size: 12px;
    color: #7D7D7D;
  display: block;
}

.ieiro .content .ieiro_list table.table tbody tr td.td1 .sub {
  margin: 10px;
  font-weight: normal;
}
.ieiro .content .ieiro_list table.table tbody tr td.td1 .sub .subforums {
  float: left;
  width: 240px;
  height: 18px;
  padding: 2px 0 2px 0;
  margin: -4px 10px 0 7px;
}
.ieiro .content .ieiro_list table.table tbody tr td.td1 .sub .subforums .logo2 {
  background: url(../img/logo2.png) repeat-x;
  width: 12px;
  height: 12px;
  float: left;
  margin: 5px 7px 0 37px;
}
.ieiro .content .ieiro_list table.table tbody tr td.td1 .sub .subforums .text {
  color: #5E5E5E;
  font-size: 11px;
}
.ieiro .content .ieiro_list table.table tbody tr td.td1 .author-avatar {
  float: left;
}

.ieiro .content .ieiro_list table.table tbody tr td.td1 .author-avatar img {
  width: 35px;
  height: 35px;
  margin: 7px 0;
}

.ieiro .content .ieiro_list table.table tbody tr td.td1 .author-data {
  color: #737373;
  font-weight: normal;
  font-size: 12px;
  width: calc(100% - 45px);
  margin-top: 6px;
  float: right;
}

.ieiro .content .ieiro_list table.table tbody tr td.td1 .author-data .topic-title {
  font-size: 14px;
  font-weight: 600;
  top: 0;
  word-break: break-all;
}

.ieiro .content .ieiro_list table.table tbody tr td.td1 .author-data a.topic-author {
  font-size: 12px;
  top: 0;
  -ms-word-break: break-word;
  word-break: break-all;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  padding-right: 10px;
}

.ieiro .content .ieiro_list table.table tbody tr td.td1 .author-data a.show-ieiro {
  font-size: 11px;
  top: 0;
  color: #919191;
  display: inline-block;
}

.ieiro .content .ieiro_list table.table tbody tr td.td2.negative{
  color: #FF2F0F !important;
}

.ieiro .content .ieiro_list table.table tbody tr td.td2 {
  border-bottom: 1px solid #d1d1d1;
  width: 11%;
  font-size: 14px;
  color: #00AD14;
  font-weight: 600;
  text-align: center;
}

.ieiro .content .ieiro_list table.table tbody tr td.td2 span{
  font-size: 10px;
  padding-top: 6px;
  font-weight: normal;
}


.ieiro .content .ieiro_list table.table tbody tr td.td3 {
  border-bottom: 1px solid #d1d1d1;
  font-size: 12px;
  color: #61605B;
  text-align: center;
  width: 11%;
  padding: 0 5px;
}

.ieiro .content .ieiro_list table.table tbody tr td.td3.unread {
  color: #FF1400;
}

.ieiro .content .ieiro_list table.table tbody tr td.td3 span {
  color: #942f19;
}

.ieiro .content .ieiro_list.search .block
{
  width: calc(33% - 50px);
  float: left;
  background: rgba(255,255,255,0.75);
  padding: 20px;
  margin: 5px 5px 0 5px;
  overflow: hidden;
}

.ieiro .content .ieiro_list.search .block i
{
  display: block;
  float: left;
  top: 4px;
  padding-right: 5px;
}

.ieiro .content .ieiro_list.search .block span
{
  width: 150px;
  display: block;
  float: left;
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  cursor: default;
}

.ieiro .content .ieiro_list.search input
{
  height: 33px;
  width: 100%;
  border: 1px solid #cccccc;
  padding-left: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
  -o-transition: border linear 0.2s,box-shadow linear 0.2s;
}

.ieiro .content .ieiro_list.search select
{
  height: 26px;
  width: calc(100% - 10px);
  border: 1px solid #cccccc;
  padding-left: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
  -o-transition: border linear 0.2s,box-shadow linear 0.2s;
  height: 35px;
}

.ieiro .content .ieiro_list.search h4
{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 16px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  cursor: default;
}

.ieiro .content .ieiro_list.search .block-button
{
  background: rgba(255,255,255,0.75);
  padding: 5px;
  margin: 5px;
  overflow: hidden;
  width: calc(100% - 29px);
}

.ieiro .content .ieiro_list.search .block-button .warning
{
  font-size: 12px;
  padding: 20px;
}

@media( max-width:720px ) {
  .responsive .ieiro .side1 {
    width: 100%;
    display: flex;
    padding-top: 20px;
  }
  .responsive .ieiro .side1 .categories {
    padding-top: 20px;
  }
  .responsive .ieiro .content .ieiro_list.search .block {
    width: calc(100% - 53px);
  }
  .responsive .ieiro .content {
    width: calc(100% - 20px);
  }
  .responsive .ieiro .side1 .categories .text {
    display: none;
  }
  .responsive .ieiro .side1 .categories .cats {
    float: left;
    display: flex;
    margin: 0;
  }
  .responsive .ieiro .content .ieiro_list table.table tbody tr td.td1 .author-data .topic-title {
    font-size: 12px;
  }
}

body.dark .ieiro .side1 .categories {
  background: rgba(62, 62, 62, 0.9);
}

body.dark .ieiro .content {
  float: left;
  background: rgba(31, 31, 31, 0.84);
}

body.dark .ieiro .content .ieiro_list h3 {
  color: #dcdcdc;
  text-shadow: none;
}

body.dark .ieiro .content .ieiro_list table.table tbody tr {
  background: rgba(31, 31, 31, 0.75);
  color: #bbbbbb;
}

body.dark .ieiro .content .ieiro_list table.table tbody tr td {
  border-bottom: 1px solid #5f5f5f !important;
}

body.dark .ieiro .content .ieiro_list table.table tbody tr td.td1 .author-data {
  color: #bbbbbb;
}

body.dark .ieiro .content .ieiro_list table.table tbody tr td.td1 a {
  color: #e8e8e8;
}

body.dark .ieiro .content .ieiro_list table.table tbody tr:hover {
  background: rgba(62, 62, 62, 0.85);
}