.content{
    padding-top: 60px;
}

.hizalama{
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

.evoJavatar128{
    width: 128px;
    height: 128px;
}


/*
@media screen and (max-width: 1920px) {
    .hizalama {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
    .evoJavatar128{
        width: 110px;
        height: 110px;
    }
}
@media screen and (max-width: 1366px) {
    .hizalama {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .evoJavatar128{
        width: 100px;
        height: 90px;
    }
}
@media screen and (max-width: 1024px) {
    .hizalama {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
    .evoJavatar128{
        width: 78px;
        height: 78px;
    }
}*/


#evoForumTopMenu{
    border-bottom: 1px solid #e8e8e8;
    position: relative;

    display: block;

    padding-left: 30px;
    padding-right: 30px;

    padding-bottom: 8px;
    padding-top: 8px;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.evoForumIcon{
    width: 64px;
    height: 64px;
}

.evoNetProfile{
    text-align: center;
}
.evoNetProUserL{
    width: 100%;

    border: 1px solid #007bb8;
    background-color: #007bb8;
}

.evoForumLM{
    border-collapse: collapse;
    font-size: 13px;
}
.evoForumLM tbody tr td{
    border-bottom: 1px solid #007BB8;
}
.evoForumLM tbody tr:last-child td {
    border-bottom: none;
}
.evoForumLM tbody tr{
    background-color: #f8f8f8;
}
.evoForumLM tbody tr .col1{
    width: 3%;
}
.evoForumLM tbody tr .col2{
    width: 57%;
}
.evoForumLM tbody tr .col3{
    width: 10%;
}
.evoForumLM tbody tr .col4{
    width: 20%;
}

.evoForumData{
    /*border-left: 1px solid #007BB8;
    border-right: 1px solid #007BB8;*/

    margin-top: 4px;

    border-radius: 4px;

    background-color: #f8f8f8;
    padding-top: 4px;
    padding-bottom: 4px;

    border: 1px solid #007bb8;
}
.evoForumMasterSpace{
    margin-bottom:16px;
}
.evoForumData b{
    color: #007BB8 !important;
}
.evoForumData strong{
    color: #007BB8 !important;
}
.catCBg{
     background-color: #007BB8;
     text-align: center;
     font-weight : bold;
     font-size: 17px;

     color: #ffffff;
     height: 20px;
     border-radius: 4px;

     padding-top: 8px;
     padding-bottom: 8px;
 }
.catLBg{
    background-color: #007BB8;
    font-weight: bold;
    font-size: 17px;

    color: #ffffff;
    height: 36px;
    border-radius: 4px;

    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
}

.borderfix{
    border:none;
}

/**/
.anaforum{
    background: #e1e6e9;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
}
.anaforum tr:first-child{
    width: 80%;
    vertical-align: top;
}
.anaforum tr:last-child{
    width: 20%;
    vertical-align: top;
    padding-left: 6px;
}
/*Forum Master*/
.evoForumMaster{
    width: 100%;
    border-collapse: collapse;
}

.evoForumMaster thead .trx{

    color: #fff;
    font-weight: normal;
    text-align: left;

    background: rgba(69,153,232,1);
    background: -moz-linear-gradient(left, rgba(69,153,232,1) 0%, rgba(71,68,71,1) 96%, rgba(71,68,71,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,153,232,1)), color-stop(96%, rgba(71,68,71,1)), color-stop(100%, rgba(71,68,71,1)));
    background: -webkit-linear-gradient(left, rgba(69,153,232,1) 0%, rgba(71,68,71,1) 96%, rgba(71,68,71,1) 100%);
    background: -o-linear-gradient(left, rgba(69,153,232,1) 0%, rgba(71,68,71,1) 96%, rgba(71,68,71,1) 100%);
    background: -ms-linear-gradient(left, rgba(69,153,232,1) 0%, rgba(71,68,71,1) 96%, rgba(71,68,71,1) 100%);
    background: linear-gradient(to right, rgba(69,153,232,1) 0%, rgba(71,68,71,1) 96%, rgba(71,68,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4599e8', endColorstr='#474447', GradientType=1 );


}
.evoForumMaster tbody tr td{
    height: 58px;
    border-bottom: 1px solid #007BB8;
}
.evoForumMaster tbody tr:last-child td{
    border-bottom: none;
}
.evoForumMaster tr .col1{
    width: 2%;
}
.evoForumMaster tr .col2{
    width: 78%;
    font-size: 15px;
}
.evoForumMaster tr .col3{
    width: 10%;
    text-align: center;
}
.evoForumMaster tr .col4{
    width: 10%;
    text-align: center;
}
.evoForumDesc{
    font-size: 12px;
    color: #666666;
}
.evoForumAltKonu{
    font-size: 12px;
}

/*Forum Secondary*/
.evoForumSec{
    width: 100%;
    border-collapse: collapse;
}
.evoForumSec thead tr{

    color: #fff;
    font-weight: normal;
    text-align: left;

    background: rgba(69,153,232,1);
    background: -moz-linear-gradient(left, rgba(69,153,232,1) 0%, rgba(71,68,71,1) 96%, rgba(71,68,71,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,153,232,1)), color-stop(96%, rgba(71,68,71,1)), color-stop(100%, rgba(71,68,71,1)));
    background: -webkit-linear-gradient(left, rgba(69,153,232,1) 0%, rgba(71,68,71,1) 96%, rgba(71,68,71,1) 100%);
    background: -o-linear-gradient(left, rgba(69,153,232,1) 0%, rgba(71,68,71,1) 96%, rgba(71,68,71,1) 100%);
    background: -ms-linear-gradient(left, rgba(69,153,232,1) 0%, rgba(71,68,71,1) 96%, rgba(71,68,71,1) 100%);
    background: linear-gradient(to right, rgba(69,153,232,1) 0%, rgba(71,68,71,1) 96%, rgba(71,68,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4599e8', endColorstr='#474447', GradientType=1 );

}
.evoForumSec tbody tr td{
     height: 58px;
     border-bottom: 1px solid #007BB8;
}
.evoForumSec tbody tr:last-child td{
    border-bottom: none;
}
.evoForumSec .col1{
    width: 2%;
}
.evoForumSec .col2{
    width: 49%;
    font-size: 15px;
}
.evoForumSec .col3{
    width: 49%;
    font-size: 15px;
}

/*Forum SecondaryCV*/
.evoForumSecCV{
    width: 100%;
    border-collapse: collapse;
}
.evoForumSecCV thead tr{

    color: #fff;
    font-weight: normal;
    text-align: left;

    background: rgba(69,153,232,1);
    background: -moz-linear-gradient(left, rgba(69,153,232,1) 0%, rgba(71,68,71,1) 96%, rgba(71,68,71,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,153,232,1)), color-stop(96%, rgba(71,68,71,1)), color-stop(100%, rgba(71,68,71,1)));
    background: -webkit-linear-gradient(left, rgba(69,153,232,1) 0%, rgba(71,68,71,1) 96%, rgba(71,68,71,1) 100%);
    background: -o-linear-gradient(left, rgba(69,153,232,1) 0%, rgba(71,68,71,1) 96%, rgba(71,68,71,1) 100%);
    background: -ms-linear-gradient(left, rgba(69,153,232,1) 0%, rgba(71,68,71,1) 96%, rgba(71,68,71,1) 100%);
    background: linear-gradient(to right, rgba(69,153,232,1) 0%, rgba(71,68,71,1) 96%, rgba(71,68,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4599e8', endColorstr='#474447', GradientType=1 );

}
.evoForumSecCV tbody tr td{
    height: 58px;
    border-bottom: 1px solid #007BB8;
}
.evoForumSecCV thead tr .col4{
    text-align: center;
}
.evoForumSecCV .col1{
    width: 3%;
}
.evoForumSecCV .col2{
    font-size: 15px;
    width: 82%;
}
.evoForumSecCV .col3{
    font-size: 15px;
    width: 15%;
}
.evoForumSecCV .col4{
    font-size: 15px;
    text-align: center;
}

/*Makaleler */
.evoForumMakale{
    width: 100%;
    border-collapse: collapse;
}
.evoForumMakale tr td{
    vertical-align: top;
}

/*Tarih Ve satırnumarasının olduhğu kısım*/
.evoForumMakale .mark1{
    background-color: #007BB8;
    color: #ffffff;
    font-size: 12px;
}
.evoForumMakale .mark1 .col1{
    padding-left: 6px;
    height: 26px;
    vertical-align: middle;
}
.evoForumMakale .mark1 .col2{
    padding-right: 6px;
    text-align: right;
    height: 26px;
    vertical-align: middle;
}

/*Kullanıcı bilgilgileri ve metinin oldugu kısım*/
.evoForumMakale .mark2 .col1{
    width: 14%;
    border-right: 1px solid #007BB8;
    border-bottom: 1px solid #007BB8;
}
.evoForumMakale .mark2 .col2{
    width: 86%;
    padding: 6px;
    border-bottom: 1px solid #007BB8;
}
.evoForumMakale .mark2 .col2 img{
    width: 50%;
    max-width: 100%;
}

.evoForumDT{
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.evoForumDT tbody tr .col1{
    width: 3%;
}
.evoForumDT tbody tr .col2{
    width: 52%;
}
.evoForumDT tbody tr .col3{
     width: 45%;
}
.evoForumDT tbody tr{
    border-bottom: 1px solid #007BB8;
}
.evoForumDT tbody tr:hover{
    background: none;
}

.evoForumTree{
    padding-top: 6px;
    padding-bottom: 6px;
}
.evoForumTree a:first-child{
    margin-left: 8px;
}
.evoForumTreeBottom{
    border-left: 1px solid #007BB8;
    border-bottom: 1px solid #007BB8;
    border-right: 1px solid #007BB8;
}

.evoForumAdmin{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
}

.evoForumDeleteBtn{
    border-radius: 0;
    margin-bottom: 1px;
    margin-right: 10px;
    width: 120px;
}
.evoForumSikayetBtn{
    border-radius: 0;
    margin-bottom: 1px;
    margin-right: 10px;
    width: 100px;
}
.evoForumQuoteBtn{
    border-radius: 0;
    margin-bottom: 1px;
    margin-right: 10px;
    width: 100px;
}

.evoForumAdmin{
    border-top:1px solid #007BB8;
    padding-top: 4px;
}
.evoForumDeleteKonuBtn{
    border-radius: 0;
    margin-bottom: 1px;
    margin-right: 10px;
    width: 200px;
}
.evoForumMoveBtn{
    border-radius: 0;
    margin-bottom: 1px;
    margin-right: 10px;
    width: 100px;
}
.evoForumLockBtn{
    border-radius: 0;
    margin-bottom: 1px;
    margin-right: 10px;
    width: 100px;
}
.evoForumStaticBtn{
    border-radius: 0;
    margin-bottom: 1px;
    margin-right: 10px;
    width: 130px;
}
.footer{
    padding: 10px;
    text-align: center;
}

/*Cevaplama kısmı*/
.evoForumCM{
    border-left: 1px solid #007BB8;
    border-right: 1px solid #007BB8;
    background-color: #007BB8;
    color:#fff;
    text-align: center;
}
.evoForumCI{
    border-left: 1px solid #007BB8;
    border-bottom: 1px solid #007BB8;
    border-right: 1px solid #007BB8;
}
.evoForumCI .col1{
    width: 14%;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #007BB8;
}
.evoForumCI .col2{
    width: 86%;
    vertical-align: top;
    padding: 8px;
}
.evoForumCI .col2 textarea{
    width: 99%;
    margin-left: auto;
    margin-right: auto;

    height: 100px;
}
.evoForumCI .col2 .de_button{
    margin-bottom: 0;
    margin-top: 8px;
}


/* Yeni Konu Elemanları*/
#evoNewT{ margin: 8px 0 0 8px; }

#dialog fieldset { padding:0; border:0; margin-top:8px; }

#topicName { margin-bottom:8px; width: 100%; }
#topicText { margin-bottom:8px; width: 100%; height: 180px; }
/*--------------------------------------------------------------------------------------------------------------------*/

#version{
    padding: 6px;

    position: fixed;
    bottom:0;
    right:0;

    background-color:#F37B21;
    color: #fff;

    border-top-left-radius: 4px;
    text-align: right;
}

.username{
    width: 100px;
    height: 22px;

    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;

    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.password{
    width: 100px;
    height: 22px;

    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;

    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.loginButton{
    width: 60px;

    margin-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ui-widget-header{
    background-color: #007BB8 !important;
    color: #fff !important;

}

.evoForumLogin{

    border:1px solid #007BB8;
    border-radius: 8px;

    height: 360px;
    width: 360px;
    text-align: center;

    margin-top: 20px;
    padding: 30px;

    margin-left: auto;
    margin-right: auto;
}


.evoNetUserMenu{
    width: 250px;
    border-radius: 8px;
    border: 1px solid #AA1111;
    height: 30px;
}
.evoNetUser {
    width: 100px;
    height: 30px;

    font-size: 12px;
    float: left;
}
.evoNetUserMenuAvatar{
    width: 30px;
    height: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    float: left;
}
#evoNetEscape{
    float: right;
    width: 80px;
    background-color: #AA1111;
    border: 1px solid #AA1111;
    margin-right: 0;

    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius:  0;
}

/*Arkaplan*/
/*Border*/
/*Border U*/

.thema-a{
    background-color: #007BB8;
}
.thema-border-a{
    border: 1px solid #007BB8;
}
.thema-borderu-a{
    border-left: 1px solid #007BB8;
    border-bottom: 1px solid #007BB8;
    border-right: 1px solid #007BB8;
}

.thema-b{
    background-color: #000000;
}
.thema-border-b{
    border: 1px solid #000000;
}
.thema-borderu-b{
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}

.thema-c{
    background-color: #2956B2;
}
.thema-border-c{
    border: 1px solid #2956B2;
}
.thema-borderu-c{
    border-left: 1px solid #2956B2;
    border-bottom: 1px solid #2956B2;
    border-right: 1px solid #2956B2;
}

.thema-d{
    background-color: #659CEF;
}
.thema-border-d{
    border: 1px solid #659CEF;
}
.thema-borderu-d{
    border-left: 1px solid #659CEF;
    border-bottom: 1px solid #659CEF;
    border-right: 1px solid #659CEF;
}

.thema-o{
    background-color: #F37B21;
}
.thema-border-o{
    border: 1px solid #F37B21;
}
.thema-borderu-o{
    border-left: 1px solid #F37B21;
    border-bottom: 1px solid #F37B21;
    border-right: 1px solid #F37B21;
}

.thema-r{
    background-color: #AA1111;
}
.thema-border-r{
    border: 1px solid #AA1111;
}
.thema-borderu-r{
    border-left: 1px solid #AA1111;
    border-bottom: 1px solid #AA1111;
    border-right: 1px solid #AA1111;
}

.thema-g{
    background-color: #7DBD00;
}
.thema-border-g{
    border: 1px solid #7DBD00;
}
.thema-borderu-g{
     border-left: 1px solid #7DBD00;
     border-bottom: 1px solid #7DBD00;
     border-right: 1px solid #7DBD00;
 }