:root {
    -webkit-var-anaRenk: #FF6600;
    -moz-var-anaRenk: #FF6600;
    -ms-var-anaRenk: #FF6600;
    -o-var-anaRenk: #FF6600;
    var-anaRenk: #FF6600;
}

a:link {
    text-decoration: none;
    color:#0044CC;
}
a:visited {
    text-decoration: none;
    color:#0044CC;
}
a:active {
    text-decoration: none;
    color:#0044CC;
}
a:hover {
    text-decoration: none;
    color:#FE1A00;
}

body{
    /* background: #3F5C84; */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;

    /* background-color: #E2E5F4; */
}
.haberler{
    width: 900px;
    float: left;
    padding-right: 16px;
}
.haberlermini{
    width: 250px;
    float: left;
}
.haber{
    margin-top: 10px;

    width: 900px;
    margin-left: auto;
    margin-right: auto;

    border: 1px solid rgb(217, 217, 217);
    border-radius: 6px;
    margin-bottom: 16px;
    min-height: 180px;
    background-color: #ffffff;

    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.haberbaslik{
    height: 50px;
    line-height: 50px;

    background: #a50c0e;
    padding-left: 80px !important;

    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

    color: #fff;

    margin-bottom: 16px;
}
.habertarih{
    width: 200px;
    float: right;
    position: relative;
    text-align: right;
}
.habermetin{
    min-height: 128px;
    border-radius: 6px;
    margin: 6px;
}
.haberdevam{
    position: relative;
    float: right;
    margin-right: 4px !important;
}
.haberfooter{
    min-height: 26px;
    border-radius: 6px;
    margin: 6px;
    border:1px solid #CCCCCC;
    padding: 8px;
    font-size: 12px;
}

.haberfooter div{
    float: left;
    width: 630px;
    margin-top: 6px;

}
.golge{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.de_cat_label {
    height: 16px !important;

    background: #F09935;
    background:linear-gradient(#F09935,#ED8209) !important;

    line-height: 16px !important;

    font-size: 16px;
    font-weight: normal;
    display: table;
}
.de_cat span{
    width: 90%;
     display: table-cell;
     vertical-align: middle;
}
.de_cat_in{
    padding: 6px 6px !important;
    border: 1px solid rgb(217, 217, 217);

    margin-bottom: 16px;
    background-color: #ffffff;

}

.evonet{
    width: 80%;

    margin-left: 80px !important;
    margin-right: 80px !important;

    border: 1px solid #a50c0e;

    padding-left: 12px;
    height: 26px;
    border-radius: 40px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.evonetbt{
    margin-left: 80px !important;

    background: #a50c0e;
    border: 1px solid #a50c0e;

    padding: 6px;

    border-radius: 40px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;

    border-bottom: 10px;
}

.evoNetLogin{
    width: 120px;
}
.evoNetRegister{
    width: 120px;
}

#recaptcha{
    margin-left: 280px;
}

#usernamex{
    margin-left: 110px;
    width: 700px;
}
#password1x{
    margin-left: 110px;
    width: 700px;

}
#password2x{
    margin-left: 110px;
    width: 700px;

}
#emailx{
    margin-left: 110px;
    width: 700px;

}
.yesil{
    color: #009900;
}
.yesilcerceve{
    border: 1px solid #009900;
}
#successz{
    text-align: center;
}