.loginBody{
    /*background-color: #3f3f3f;*/
    background-color: #2f0080;
}

#sayfa{
    width: 85%;
    height: 100%;
    box-sizing: border-box;
    float: left;

    margin-left:15%;

    padding: 20px 20px 20px 20px;

    position: absolute;

}
#sayfa:before {
    content: ' ';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    /*background: url(../../images/logo/aibisBilisim.png) no-repeat 40%;*/
    z-index: -100;
}


.clear{
    clear:both;
}

/*
a:link {
    text-decoration: none;
    color:#5C83EA;
}
a:visited {
    text-decoration: none;
    color:#5C83EA;
}
a:active {
    text-decoration: none;
    color:#5C83EA;
}
a:hover {
    text-decoration: none;
    color:#fbde14;
}*/

body{
    /* background: #3F5C84; */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
}

#content{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#hedertb{
    width: 100%;
    border-collapse: collapse;
}
.beyaz{
    background-color: #ffffff;
}
.beyazin{
    background-color: #ffffff;
    width: 1010px;
}
#sari{
    background-color: #fbde14;
    height: 5px;
}
#logo{
    text-align: center;
    padding: 10px;
}
#logo img{
    width: 80%;
}
#govde{
    width: 1010px;
    margin-left: auto;
    margin-right: auto;

}

#Search{
    width: 175px;
    border: 1px solid #000000 !important;
    height: 30px;
    border-radius: 12px;
}
#footer{
    background-color: #FFFFFF;
    width: 100%;
    height: 50px;
    text-align: center;
}
#copyright{
    background-color: #5C83EA;
    width: 100%;
    height: 80px;
    text-align: center;
    padding-top: 10px;
}

#master{
    border:  none;
    border-collapse: collapse;
}

.tx1{
    width: 35%;
    vertical-align: top;
}
.tx2{
    width: 35%;
    vertical-align: top;
}
.tx3{
    width: 30%;
}
.gribaslik{
    background-color: #B5B5B3;
    font-size: 24px;
    text-align: left;
    height: 50px;
    line-height: 50px;
}
.gridata{
    background-color: rgba(140, 160, 210, 0.75);
    margin-bottom: 10px;
    padding: 10px;
}
.mavibaslik{
    background-color: #3134D1;
    font-size: 24px;
    text-align: left;
    height: 40px;
    color: #ffffff;

    line-height:40px;
    margin-right: 12px;
}
.mavidata{
    background-color: #465BDB;
    color: #ffffff;
    margin-bottom: 10px;
    margin-right: 12px;

    min-height: 180px;

    padding: 22px;
    text-align: justify;
}
#C2{
    height: 480px;
}
#D2{
    height: 480px;
}
#A1{
    vertical-align:middle;
}
.cicon{
    margin-left:30px;
    margin-top:5px;
    float:left;
}
.cicon2{
    margin-left:10px;
    margin-top:5px;
    float:left;
}

#infinite{
    height: 20px;
}

#DE{
    margin-right: 18px;
}
#boxes{
    width: 200px;
    float: right;
    text-align: right;
    margin-right: 30px;
}
.ai_button{
    height: 30px;
    margin-top: 5px;
    width: 100%;

    background-color: #B5B5B3;
    border: 1px solid #777;
    color: #FFF;
    font-weight:bold;
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.ai_old{

background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

}

.flag{
    margin-left: 8px;
    margin-top: 16px;
}

#featured{
    z-index: 0 !important;
    margin-top: 1px;
}
.dolgu{
    height: 10px !important;
}
#zor{
    z-index: 0;
}

/* this make our menu fixed top */
.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;}

.blue{
    border:1px solid #009DDE;

    background-color: #009DDE;
}
.orange{
    border:1px solid #FF6600;

    background-color: #FF6600;
}
.acikmavi{
    border:1px solid #6599FF;

    background-color: #6599FF;
}


#city{
    font-family: Dancing Script;
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
}

.watherbox div{
    display:table-row;
    margin-left: auto;
    margin-right: auto;

}

.watherbox div div{
    display:table-cell;

    width: 60px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    vertical-align: middle;
}
.watherbox div div:last-child{
    width: 120px !important;
}

.h230{
    height: 200px;
    vertical-align: middle;
}

#forum_konu{
    font-size: 3em;
}
#forum_makale{
    font-size: 3em;
}


/* Deneme */
.iconbox{

    width: 120px;

    margin:2px;
    height:auto;
    float:left;

    text-align:center;

    margin-bottom: 4px;
    padding: 5px;

}
.iconbox:hover{

    background: #E1E1E1;
    box-shadow: 0px 0px 1em #ffffff;

    color:#fff;

}
div.iconbox img{
    display:inline;
    margin:3px;
}

.desc{
    margin:2px;
    width:110px;
    height:40px;
    border-radius: 6px;
}
.desc a{
    color: #000000;
    text-shadow: 0.2em 0.2em 0.4em #000000;
    text-decoration: none;
    font-size: 12px;
}


.usrmng_ana{
    display: table-row;

}
.usrmng_avatar{
    width: 20%;
    display: table-cell;
}
.usrmng_detay{
    padding: 10px;
    width: 40%;
    display: table-cell;
    vertical-align: top;
}
.usrmng_ydetay{
    padding: 10px;
    width: 40%;
    display: table-cell;
    vertical-align: top;
}

/*Big box*/
.bigbox{
    margin:2px;
    border:1px solid #a1a1a1;
    height:auto;
    width:230px;
    float:left;
    background:#dddddd;
    text-align:center;
    border-radius: 8px;
}
.bigbox img{
    display:inline;
    margin:3px;
}
.bigboxdesc{
    margin:2px;
    width:250px;
    text-align:center;
}

/*Box upload*/
#yuzde{
    height: 20px;
}
#yuzdesp{
    width: 100%;
    height: 20px;
    background: #47FF5C;
    display: block;
    text-indent: 5px;
}

#mahalle{
    display:table;
    width: 100% !important;

    margin-top: 10px;
}
#firma{
    margin-top: 10px;
}

/* Outline Inward */

#firma{
    width: 100%;
}
#firma_title img{
    width: 48px;
}
.enabled img{
    width: 48px;
}

.de_space{
    border-radius: 0 !important;

}

#version{

    width: 140px;

    padding: 6px;

    position: fixed;
    bottom:0px;
    right:0px;

    background-color:#F37B21;
    color: #fff;

    border-top-left-radius: 4px;
}