/* ProWM Tam Ekran ve Yerleşim Düzenlemesi */
.wrapper {
	width: 96% !important;
	max-width: 2000px !important;
	margin: 0 auto !important;
}

#container {
	width: 100% !important;
	margin: 0 auto !important;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

.scaleimages img {
	max-width: 100%;
}

.subforumicon {
    padding-right: 10px;
    display: inline-block;
	color: #999999;
}

.subforumicon:before {
    font-family: "Font Awesome 5 Free";
}

.subforum_minion:before {
	content:"\f07b";
		color: #ff5e3a;
}

.subforum_minioff:before {
	content:"\f07b";
		color: #bcbdc3;
}

.subforum_miniofflock:before {
	content:"\f023"
}

.subforum_miniofflink:before {
	content:"\f064"
}

.tborder {
	background: #fff;
	width: 100% !important;
	margin: 10px auto;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

.tborder tbody tr:last-child > td {
	border-bottom: 0;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
	width: 100%;
}

.thead {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #494c62;
    color: #fff;
    padding: 0 15px;
}

.thead a:link, .thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    background: #3f4257;
    color: #fff;
	padding: 0 15px;
}

.tcat a:link, .tcat a:visited, .tcat a:hover, .tcat a:active {
	color: #fff;
}

.trow1, .trow2 {
    background: #fff;
    padding: 12px 15px;
    border-bottom: 1px solid #e2e6e9;
}

.trow_shaded {
	background: #ffdde0;
	border: 1px solid;
	border-color: #fff #ffb8be #ffb8be #fff;
}

.smalltext {
	font-size: 11px !important;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #fff;
	border: 1px solid #ececec;
	padding: 6px;
	display: inline-block;
	height: 41px;
	line-height: 1.4;
	text-align: left;
	word-wrap: break-word;
	box-sizing: border-box;
	color: #666666;
	width: 100%;
	font-size: 13px;
}

.textbox:focus {
	border-bottom: 2px solid #e91e63;
    outline: none;
}

button, input.button {
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
    border-radius: 4px;
    padding: 8px 15px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    border: none;
}

input.button.Submit {
    color: #fff;
    background: #e91e63;
    min-width: 80px;
}

input.button.Submit:hover {
	background-color: #ec0755;
}

blockquote {
    margin: .75em 0;
    background: #fdfdfd;
    border: 1px solid #f4f4f4;
    border-left: 3px solid #e91e63;
    padding: 10px;
}

.codeblock {
	margin: .75em 0;
	background: #fff;
	border: 1px solid #f4f4f4;
	border-left: 3px solid #f16529;
}

.codeblock .title {
    font-size: 13px;
    color: #f16529 !important;
    padding: 5px 10px;
}

.pagination .pagination_current {
    color: #e91e63;
    font-weight: bold;
}

.post {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}

.post_author {
	background: #f9f9f9;
	padding: 10px;
}

a.button:link, a.button:visited {
    display: inline-block;
    padding: 8px 12px;
    background: linear-gradient(135deg, #018c92, #48ea89);
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}
/* ProWM Tam Ekran Zorlama Modu */
body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wrapper, .container, #container, .main-content, #content, .tborder {
    width: 98% !important;
    min-width: 98% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#header, .header, #footer, .footer {
    width: 98% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}
/* MT Modern Tema Genişletme Modu */
.wrapper {
    width: 95% !important; 
    max-width: 1920px !important; 
    margin: 0 auto !important;
}

/* Ana Tablo ve İçerik Genişliği */
#container, .main, #content, .tborder {
    width: 100% !important;
}

/* MT Modern'e Özel Tablo Düzenlemesi */
table {
    width: 100% !important;
}

/* Header ve Navigasyon Çubuğunu Genişlet */
.header, #header, .navigation, .menu {
    width: 100% !important;
}

/* Alt Kısmı Genişlet */
.footer, #footer {
    width: 100% !important;
}

/* İçeriklerin taşmasını önle */
.trow1, .trow2 {
    word-break: break-word;
}