@import url("../../Absolution/theme/stylesheet.css?v=3.3");
.site_logo {
    background-image: url(./images/logo.svg);
    width: 300px;
    height: 100px;
}
html, body {
	background-color: #F2F5F7;
}
body {
    font-size: 14px;
}
.wrap {
	border-top: 0;
	border-top-color: #ffffff;
	padding: 10px;
}
.headerbar {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); 
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%); 
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); 
	border-top-color: #ffffff;
	border-bottom-color:#ffffff;
}
li.header {
	background: #4999e2; /* Old browsers */
	background: -moz-linear-gradient(top, #4999e2 0%, #154a76 100%);
	background: -webkit-linear-gradient(top, #4999e2 0%,#154a76 100%); 
	background: linear-gradient(to bottom, #4999e2 0%,#154a76 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4999e2', endColorstr='#154a76',GradientType=0 );
	border-color: #1e73be;
	border-top: 0;
	/*border-bottom: 4px solid;*/
	border-radius: 0 0 0 0;
} 
li.header dt, li.header dd {
    line-height: 0em;
    color: #105289;
}
li.header dl.row-item {
    border-radius: 0 0 0 0;
    background: #ffffff;
    border-bottom: 4px
}
li.header::after {
    border-bottom: 0 ;
    
}    
    li.header, thead {
    background: none;
    background: -moz-linear-gradient none;
    background: -webkit-linear-gradient none;
    background: linear-gradient none;
    filter: none;
    /*border-bottom-color: #EA8708;
    border-top-color: #0b417b;*/
    box-shadow: none;

}
.navbar-header {
    border-top-color: #1e73be;
    border-top: 0;
    border-bottom: 4px solid;
    border-bottom-color: #1e73be;
}
.navbar > .inner > ul > li > a > i, ul#nav-footer > li.breadcrumbs > span.crumb > a > i {
    color: #73bd1e;
}
.navbar {
    padding: 0px 20px;
    background: #ffffff;
}
ul.navlinks {
    border-top: 0px solid transparent;
} 
.page-body {
    margin: 0 0;
    clear: both;
    padding: 0 0;
}
p {
    margin-bottom: 0;
}
.action-bar {
    font-size: 11px;
    margin-bottom: 8px;
}
.copyright {
	color: #73bd1e;
}
.copyright a {
	color: #73bd1e;
}
ul.topiclist li {
	/*color: #154a7c*/;
}
ul.topiclist.forums li.row, ul.topiclist.topics li.row {
    margin: 0 0;
}
ul.topiclist.forums, ul.topiclist.topics {
    padding: 0 0;
    background: #ffffff;
}
.triangle {
    border-color: transparent transparent #73bd1e transparent;
}
#search-box input.inputbox {
	background: rgba(26,115,197,1);
}
#search-box button.button-search, #search-box a.button-search-end {
	background: rgba(26,115,191,1);
}
.lastpost .icon-md {
	font-size: 10px;
	color: rgb(30, 115, 190);
}
.panel-container table.table1 thead th {
	color: #FFFFFF;
	border-bottom-color: #333333;
}
.forumbg .header a, .forabg .header a, th a {
    color: #105289
}
.forabg, .forumbg {
    box-shadow: 0 0 0;
}
dd.profile-rank {
    font-size: 14px;
}

a.subforum, .forumlist_mods a {
    border-radius: 5px;
    background: #F2F5F7;
}
.icon.icon-md {
    font-size: 12px;
    color: ;
}
a.subforum i, .forumlist_mods a i {
    color: #1e73be !important;
    border-radius: 20%;
    background: 0;
}
.bubble-count {
    background: #F2F5F7;
    margin: 0 34px;
    padding: 0 0;
    border-radius: 0;
}
.bubble-count::before {
    border-width: 0;
}
.index-footer .thanks-list {
    padding: 0px 20px;
}
.index-footer .\32 4stats {
    padding: 0 20px 10px 20px;
}
.page-footer {
   /* border-top: 4px;
    border-top-color: #1e73be;
	border-bottom: 0px solid;*/
}
h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* Forum icons & Topic icons*/

.global_read					{ background-image: url("./images/icons/orange.svg"); }
.global_read_mine				{ background-image: url("./images/icons/orange.svg"); }
.global_read_locked				{ background-image: url("./images/icons/orange.svg"); }
.global_read_locked_mine		{ background-image: url("./images/icons/orange.svg"); }
.global_unread					{ background-image: url("./images/icons/green.svg"); }
.global_unread_mine				{ background-image: url("./images/icons/green.svg"); }
.global_unread_locked			{ background-image: url("./images/icons/green.svg"); }
.global_unread_locked_mine		{ background-image: url("./images/icons/green.svg"); }

.announce_read					{ background-image: url("./images/icons/red.svg"); }
.announce_read_mine				{ background-image: url("./images/icons/red.svg"); }
.announce_read_locked			{ background-image: url("./images/icons/red.svg"); }
.announce_read_locked_mine		{ background-image: url("./images/icons/red.svg"); }
.announce_unread				{ background-image: url("./images/icons/green.svg"); }
.announce_unread_mine			{ background-image: url("./images/icons/green.svg"); }
.announce_unread_locked			{ background-image: url("./images/icons/green.svg"); }
.announce_unread_locked_mine	{ background-image: url("./images/icons/green.svg"); }

.forum_link					{ background-image: url("./images/icons/blue.svg"); }
.forum_read					{ background-image: url("./images/icons/blue.svg"); }
.forum_read_locked			{ background-image: url("./images/icons/blue.svg"); }
.forum_read_subforum		{ background-image: url("./images/icons/blue.svg"); }
.forum_unread				{ background-image: url("./images/icons/green.svg"); }
.forum_unread_locked		{ background-image: url("./images/icons/green.svg"); }
.forum_unread_subforum		{ background-image: url("./images/icons/green.svg"); }

.sticky_read				{ background-image: url("./images/icons/orange.svg"); }
.sticky_read_mine			{ background-image: url("./images/icons/orange.svg"); }
.sticky_read_locked			{ background-image: url("./images/icons/orange.svg"); }
.sticky_read_locked_mine	{ background-image: url("./images/icons/orange.svg"); }
.sticky_unread				{ background-image: url("./images/icons/green.svg"); }
.sticky_unread_mine			{ background-image: url("./images/icons/green.svg"); }
.sticky_unread_locked		{ background-image: url("./images/icons/green.svg"); }
.sticky_unread_locked_mine	{ background-image: url("./images/icons/green.svg"); }

.topic_moved				{ background-image: url("./images/icons/topic_moved.png"); }
.topic_read					{ background-image: url("./images/icons/bgrey.svg"); }
.topic_read_mine			{ background-image: url("./images/icons/bgrey.svg"); }
.topic_read_hot				{ background-image: url("./images/icons/bgrey.svg"); }
.topic_read_hot_mine		{ background-image: url("./images/icons/bgrey.svg"); }
.topic_read_locked			{ background-image: url("./images/icons/bgrey.svg"); }
.topic_read_locked_mine		{ background-image: url("./images/icons/bgrey.svg"); }
.topic_unread				{ background-image: url("./images/icons/green.svg"); }
.topic_unread_mine			{ background-image: url("./images/icons/green.svg"); }
.topic_unread_hot			{ background-image: url("./images/icons/green.svg"); }
.topic_unread_hot_mine		{ background-image: url("./images/icons/green.svg"); }
.topic_unread_locked		{ background-image: url("./images/icons/green.svg"); }
.topic_unread_locked_mine	{ background-image: url("./images/icons/green.svg"); }

.pm_read					{ background-image: url("./images/icons/topic_read.png"); }
.pm_unread					{ background-image: url("./images/icons/topic_unread.png"); }

dl.row-item {
    background-size: 24px;
}

div.rules {
    margin-bottom: 8px;
    font-size: 1.1em; 
    padding: 5px 10px;
    border-radius: 0; 
    background-color: #F2F5F7; 
    color: #d31141;
}

.post {
    border-radius: 0;
}
.panel {
    border-radius: 0;
}

.panel-container table.table1 thead th {
    color: inherit;
    
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
    color: inherit;
}
