:root {
	--blue: #022338; /* Electric Blue */
	--white: #F5F5F5; /* White Smoke */
	 --dark: #011929; /* Slate Blue */
	--shade: #b3cee0 /* Shade */
}

body {
	background: #ffffff;
	color: var(--blue);
	line-height: 1.5;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400!important;
	overflow-y: scroll;
}

a:link, a:visited, a:active, a:hover{
	text-decoration:none;
}

a .btn{
	color: var(--white);
}

.wblock{
	border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
}

@media (min-width: 1200px) {
	.container-md{
	max-width: 1275px;
}
}


.btn-outline-primary {
	border-color: var(--white);
	background: var(--white);
	color: var(--blue);
}

.btn-outline-primary:hover {
	color: var(--blue);
	border-color: #dee2e6;
	background: #fff;
}

.btn {
	border-radius: 3px!important;
}

.btn-sm {
	border-radius: 3px!important;
}

.progress {
	border-radius: 3px;
}

.progress-bar {
	background: var(--blue);
	border-radius: 3px;
}

.bg-primary {
	background: var(--blue)!important;
}

.bg-top {
	background: var(--white);
	color: #666;
	display: inline-block;
}

.bg-top a {
	color: var(--blue);
	display: inline-block;
}

.small-forum {
	font-size: 12.8px;
}

.bg-top a:hover {
	color: var(--blue);
	display: block;
}

.text-primary {
	color: var(--blue)!important;
}

.text-primary a {
	color: var(--blue);
	text-decoration: none;
}

.text-primary a:hover {
	color: var(--dark);
	text-decoration: none;
}

.forum_count {
	color: var(--white);
	font-size: 11.2px;
	text-transform: lowercase;
}

.smaller {
	font-size: 10px;
	height: 1em;
}

.heading a {
	color: var(--blue)!important;
	text-decoration: none;
}

.form-check-input {
	border-color: var(--dark)!important;
}

.heading {
	color: var(--dark);
}

.heading a:hover {
	color: var(--dark)!important;
	text-decoration: none;
}

strong {
	font-weight: 600;
}

.card-footer {
	background: #f2f2f2;
	padding: 10px;
	border-color: #dee2e6!important;
}

.border-end {
	border-right: 1px dotted #ccc!important;
}

b {
	font-weight: 600;
}

.text-desc {
	color: #666;
}

h6 {
	font-size: 1rem!important;
}

hr {
	border-top: 1px solid #666!important;
}

.card {
	border-color: #dee2e6!important;
	margin-right: 0px;
	margin-left: 0px;
	border-radius: 4px;
}

.border {
	border: 1px solid #dee2e6!important;
}

.text-14 {
	font-size: 14px;
}

.text-13 {
	font-size: 13px;
}

.text-dark {
	color: #222!important;
}

h5 {
	font-size: 19.2px!important;
}

a.btn-primary{
	color:#fff !important;
}

.btn-primary:hover {
	background: #000;
	color: #fff;
}

.scaleimages img {
	max-width: 100%;
}

.card-header {
	background: var(--blue);
	color: var(--white);
	line-height: 1.2;
	border-bottom: 0;
	font-size: 16px;
}

.card-header a:link, .card-header a:visited, .card-header a:active, .card-header a:hover   {
	color: var(--white);
}

.fs-7 {
	font-size: 14.4px;
}

.trow_deleted {
	background: #E8DEFF;
}

.p-row {
	padding: 1px;
}

.bg-row {
	background: #fafafa;
}

.small {
	font-size: 12.8px;
}

.fs-icon {
	font-size: 20px;
}

.top {
	display: block;
	height: 100%;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}

.top a {
	color: #fff;
	padding: 0;
	height: 100%;
	display: block;
}

.top a:hover {
	color: #000!important;
	background: #ccc!important;
	display: block;
	padding: 0;
	height: 100%;
	border-bottom: 4px solid var(--blue);
}

.text-muted {
	color: #999!important;
}

.text-19 {
	font-family: 'asap', sans-serif;
	font-size: 19.2px;
	font-weight: 600!important;
}

.logo {
	font-family: 'asap', sans-serif;
}

.text-nav {
	font-family: 'asap', sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.3;
	color: #222;
}

.text-16 {
	font-family: 'asap', sans-serif;
	font-size: 1.1rem;
	font-weight: 600!important;
}

.text-forum {
	font-size: 16px;
	font-weight: 400!important;
}

.links {
	color: #666;
	text-decoration: none;
}

.links a {
	color: #666;
	text-decoration: none;
}

.links a:hover {
	color: var(--dark);
	text-decoration: none!important;
}

.postlinks {
	color: #999;
	text-decoration: none;
}

.postlinks a {
	color: #999;
	text-decoration: none;
}

.postlinks a:hover {
	color: var(--dark);
	text-decoration: none!important;
}

.bg-dark a {
	color: #fff;
	text-decoration: none;
}

.bg-dark a:hover {
	color: #fff;
	opacity: .8!important;
	text-decoration: none!important;
}

.text-sub {
	color: #ccc;
}

.bg-attach {
	background: #f7f7f7;
}

/* Forum Icons Start */

.forum_status {
height: 50px;
width: 50px;
font-size: 30px;
text-align: center;
}

.forum_status i {
display: inline-block;
line-height: 50px;
}

.forum_on {
color: var(--blue);
}

.forum_off, .forum_offlock, .forum_offlink {
color: #333;
}

.forum_off i {
opacity: .4;
}

.forum_offlock i:before {
content: "\f023";
}

.forum_offlink i:before {
content: "\f0c1";
}
.subforumicon {
height: 10px;
width: 10px;
display: inline-block;
margin: 0 5px;
}

.subforum_minion {
color: #444;
}

.subforum_minioff, .subforum_miniofflock, .subforum_miniofflink {
color: #444;
}

.subforum_minioffclose i:before {
	content: "\f023";
}

.subforum_minioffclose {
	color: #ccc;
}

.subforum_minioff {
color: #ccc;
}

.subforum_miniofflock i:before {
content: "\f023";
}

.subforum_miniofflink i:before {
content: "\f0c1";
}

/* Forum Icons End */


/* Subforums in Columns Start */

.alt_forumlar {list-style: none; margin: 0; padding: 0;}
.alt_forumlar li {width: 50%; float: left;}

/* Subforums in Columns End */

.thead.thead_collapsed .expander:before{
	content: "\f0fe";
	color: #fff;
}

.thead .expander:before{
display:inline-block;
font-size: 0.7rem;
	padding-top: 4px;
	color: #fff;
    font-family: 'Font Awesome 6 Free';
    content: "\f146";
    font-weight:900;
	vertical-align: middle;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.icon {
	background: #eee;
	width: 50px;
	color: #666;
	height: 50px;
	border-radius: 6px;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	padding: 0px;
}

.navigation a {
	color: #666;
}

.navigation a:hover {
	color: var(--dark);
	text-decoration: none;
}

.btn-secondary {
	background: #fff;
	border-color: #dee2e6;
	color:var(--blue);
}

.btn-secondary:hover {
	background: #fff;
	border-color: #dee2e6;
	color: var(--blue);
	text-decoration: none;
}

.btn-page {
	background: #f7f7f7;
	color: var(--blue);
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #f7f7f7;
	font-size: 12px!important;
	font-weight: 400;
}

.btn-page-inactive {
	background: #f7f7f7;
	color: #444;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 12px!important;
	font-weight: 400;
}

.btn-page:hover {
	background: var(--dark);
	color: #ffffff;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid var(--blue);
	font-weight: 400;
	font-size: 12px!important;
}

.btn-page:active {
	background: var(--blue);
	color: #ffffff;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid var(--blue);
	font-weight: 400;
	font-size: 12px!important;
}

.btn-page-active {
	background: var(--blue);
	color: #ffffff;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid var(--dark);
	font-weight: 400;
	font-size: 12px!important;
}

.btn-page-active:hover {
	background: var(--blue);
	color: #ffffff;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid var(--dark);
	font-weight: 400;
	font-size: 12px!important;
}

.card-footer a:hover {
	text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
	font-size: 16px!important;
}

.btn {
	transition-duration: 0ms;
	outline: none;
	border-radius: 3px;
	text-decoration: none!important;
	font-size: 16px;
}

.form-control:focus {
	border-color: #ccc!important;
	box-shadow: none!important;
	background-color: #ffffff!important;
}

.form-select:focus {
	border-color: #ccc!important;
	box-shadow: none!important;
	background-color: #ffffff!important;
}

.select:focus {
	border-color: #ccc!important;
	box-shadow: none!important;
	background-color: #ffffff!important;
}

.input:focus {
	border-color: #ccc!important;
	box-shadow: none!important;
	background-color: #ffffff!important;
}

/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	background: #eee;
	width: 400px;
	height: auto;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	border-radius: 6px;
	margin: 0;
	padding: 0;
}

.modal a.close-modal {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
	display: none;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

label {
	font-size: 16px;
	font-weight: 700;
}

.form-control-sm {
	color: #222;
	font-size: 16px;
	border-radius: 3px!important;
	border-color: #ccc!important;
}

.form-control {
	border-radius: 3px!important;
	border-color: #ccc!important;
}

.form-select {
	background-image: url(../../../images/sort-solid.svg);
	border-radius: 3px;
	border-color: #ccc!important;
}

.form-select-sm {
	background-image: url(../../../images/sort-solid.svg);
	color: #222;
	font-size: 16px;
	overflow: hidden;
	word-wrap: break-word;
	border-radius: 3px;
	border-color: #ccc!important;
}

.btn-menu {
	font-size: 15px;
	padding: 5px 8px;
	width: 100%;
	background: #f7f7f7;
	color: var(--blue);
	text-align: left;
	margin-bottom: 6px;
}

.btn-menu:hover {
	padding: 5px 8px;
	width: 100%;
	background: var(--blue);
	color: #fff;
	text-align: left;
	margin-bottom: 6px;
}

.btn-menu:active {
	padding: 5px 8px;
	width: 100%;
	background: var(--blue);
	color: #fff;
	text-align: left;
	margin-bottom: 6px;
	border: 1px solid #f7f7f7!important;
}

.btn-menu:focus {
	padding: 5px 8px;
	width: 100%;
	background: var(--blue);
	color: #fff;
	text-align: left;
	margin-bottom: 6px;
	border: 1px solid #f7f7f7!important;
}

.bg-profile {
	background: #f2f2f2;
}

.btn-profile-active {
	background: var(--blue);
	color: #fff;
	font-size: 14px;
	padding: 5px 8px;
	text-align: left;
	font-weight: 600;
}

.btn-profile-active:hover {
	background: var(--dark);
	color: #fff;
	font-size: 14px;
	padding: 5px 8px;
	text-align: left;
	font-weight: 600;
}

.btn-profile {
	font-size: 14px;
	padding: 5px 8px;
	background: #f2f2f2;
	color: var(--blue);
	text-align: left;
	font-weight: 500;
}

.btn-profile:hover {
	padding: 5px 8px;
	background: var(--dark);
	color: #fff;
	text-align: left;
	font-weight: 500;
}

legend {
    width:inherit; /* Or auto */
	font-size: 14px;
}

.field {
  border-color: var(--blue);
  border-style: solid;
}

.form-check-label {
	font-size: 14px;
	font-weight: normal;
}

.pm_alert {
    background: var(--shade);
    padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
	text-align: center;
    margin-top: 20px;
}

.pm_alert a:link,
.pm_alert a:visited,
.pm_alert a:hover,
.pm_alert a:active {
	color: #222;
	text-decoration: underline;
}

.red_alert {
	background: var(--blue);
	color: #fff;
	padding: 20px;
	margin-bottom: 15px;
	font-size: 14px;
	word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert a:active {
	color: #fff;
	text-decoration: underline;
}

.btn-thread {
	color: #666;
    background-color: transparent;
    border-color: transparent;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
}

.btn-thread:hover, .btn-thread:active, .btn-thread:focus {
	color: var(--dark);
    background-color: transparent;
    border-color: transparent;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
}

.error {
	font-weight: 500;
	font-size: 12px;
	color: #dc3545;
}

.trow_selected {
	background: #FFFBD9;
	color: #333;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}

.forumdisplay_sticky:before {
	font-family: 'Font Awesome 6 Free';
	content: "\f08d";
	font-weight: 900;
	color: var(--blue);
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
}

.editreason {
	font-size: 14px;
	color: #222;
	font-weight: 500;
}

.textbox {
	border: 1px solid #dfdfdf!important;
	color: #222;
	padding: 5px 6px;
	font-size: 16px;
}

.textbox:focus {
	border: 1px solid #dfdfdf!important;
	    outline: none;
 -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.post_body {
	font-size: 16px;
	max-width: 100%;
}

.online {
	color: #15A018;
}

.offline {
	color: #666;
}

.btn-fd {
	background: #f7f7f7;
	color: var(--blue);
	padding: 1px 5px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #f7f7f7;
	font-size: 12px!important;
	font-weight: 400;
	border-radius: 3px;
}

.btn-fd:hover {
	background: var(--blue);
	color: #ffffff;
	padding: 1px 5px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid var(--dark);
	font-weight: 400;
	font-size: 12px!important;
	border-radius: 3px;
}

.btn-search {
	background: #fff;
	color: #999;
	border-radius: 0!important;
}

.btn-search a {
	color: #999;
	background: #fff;
}

.btn-search a:hover {
	color: #222!important;
	background: #fff;
}

.btn-search:hover {
	color: #222;
	background: #fff;
}



.list-group-item {
	border-bottom: 0;
}

blockquote {
	border: 1px solid #f7f7f7;
	background: #f7f7f7;
	margin: 0;
	color: #222;
	font-size: 0.9rem;
	padding: 10px;
}

blockquote cite {
	font-weight: normal;
	color: #666;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

blockquote cite > span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.dropdown-menu {
	font-size: 12.8px!important;
	font-weight: 500;
	min-width:inherit;
	background: #f2f2f2;
}

.dropdown-menu a {
	background: #f2f2f2;
	color: #666;
	text-decoration: none;
}

.dropdown-menu a:hover {
	background: #f2f2f2;
	color: var(--blue);
	text-decoration: none;
}

.dropdown-item a {
	background: #ffffff!important;
	color: #666!important;
	text-decoration: none;
}

.dropdown-item a:hover {
	background: #f2f2f2!important;
	color: #666!important;
	text-decoration: none;
}

.dropdown-item:active {
    background-color: #f2f2f2!important;
}

.btn-menu-coll {
	font-size: 15px;
	padding: 5px 8px;
	width: 100%;
	background: #f7f7f7;
	color: var(--blue);
	text-align: left;
	margin-bottom: 6px;
	border-left: 5px solid var(--blue);
}

.btn-menu-coll:hover {
	padding: 5px 8px;
	width: 100%;
	background: var(--blue) ;
	color: #fff;
	text-align: left;
	margin-bottom: 6px;
}

.btn-menu-coll:active {
	padding: 5px 8px;
	width: 100%;
	background: var(--blue);
	color: #fff;
	text-align: left;
	margin-bottom: 6px;
	border: 1px solid #f7f7f7!important;
}

.btn-menu-coll:focus {
	padding: 5px 8px;
	width: 100%;
	background: var(--blue);
	color: #fff;
	text-align: left;
	margin-bottom: 6px;
	border: 1px solid #f7f7f7!important;
}

.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
	color: #222;
    font-weight: normal;
    font-size: 12.8px;
    cursor: pointer;
	padding-left: 0.75rem;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	padding-right: 0.75rem;
	margin: 0;
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: var(--blue);
	border-color: var(--blue);
	color: #fff;
}

.btn-cal {
	font-size: 11.7px;
	padding: 2px 4px;
	width: 100%;
	background: #f7f7f7;
	color: var(--blue);
	text-align: left;
	border-radius: 3px;
	display: block;
	margin-bottom: 4px;
}

.btn-cal:hover {
	font-size: 11.7px;
	padding: 2px 4px;
	width: 100%;
	background: var(--blue);
	color: #fff;
	text-align: left;
    border-radius: 3px;
}

.btn-cal:active {
	font-size: 11.7px;
	padding: 2px 4px;
	width: 100%;
	background: var(--blue);
	color: #fff;
	text-align: left;
	border: 1px solid #f7f7f7!important;
	border-radius: 3px;
}

.btn-cal:focus {
	font-size: 11.7px;
	padding: 2px 4px;
	width: 100%;
	background: var(--blue);
	color: #fff;
	text-align: left;
	border: 1px solid #f7f7f7!important;
	border-radius: 3px;
}

.calendar_day {
	padding: 12px 12px;
    border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.calendar_currentday {
	padding: 12px 12px;
    border-bottom: 1px solid #dfdfdf;
	background: #f2f2f2;
	border-right: 1px solid #dfdfdf;
	margin-top: 10px;
	margin-bottom: 10px;	
	font-size: 12px;
}

.calendar_week {
    border-bottom: 0;
    width: auto;
    padding-right: 14px;
    display: flex;
    align-items: center;
}

.week_row {
	padding: 10px;
    flex-direction: row;
    align-items: stretch;
    border-bottom-width: 1px
}

.unapproved_post {
	background: #E8DEFF;
}

.noicon {
	background: #f7f7f7;
	padding: 5px;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 1px;
}
		
.noicon:active, .noicon:focus, .noicon:visited {
	background: #dedede;
	padding: 5px;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 1px;
}
		

.posticon-toolbar input[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}


.posticon-toolbar input[type=radio] + img {
  cursor: pointer;
	background: #f7f7f7;
	padding: 7px;
	border-radius: 4px;
}


.posticon-toolbar input[type=radio]:checked + img {
	background: #dedede;
}

@font-face{
font-family: tektove;
src: url(https://tektove.com/images/fonts/tektove.ttf);
}

pre
{
border: 1px solid #999;
page-break-inside: avoid;
display: block;
padding: 3px 3px 2px;
margin: 0 0 10px;
font-size: 13px;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
/*white-space: pre;
white-space: pre-wrap;*/
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 12px;
color: #333333;
}

pre code
{
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}