﻿body {
    color: #000;
    width: 100%;
    height: 100%;
    font: 14px "Lucida Grande","LucidaGrande",Arial,sans-serif;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9c9c9c;
    font-weight: normal;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d9d9d9;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #d9d9d9;
}

.Header {
    webkit-box-shadow: 1px 3px 2px 0 #ddd;
    box-shadow: 1px 3px 2px 0 #ddd;
    background: #3f475f;
    z-index: 90;
}

    .Header .container {
        background: #3f475f;
        min-height: 58px;
    }

        .Header .container .row {
            min-height: 58px;
        }

.logo h3 {
    line-height: 20px;
    color: #000;
    background-color: #ffe800;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 10px 30px;
    text-indent: 0px;
    font-weight: bold;
    letter-spacing: -1px;
}


.arama form {
    min-height: 58px;
}

.arama .arama_txt {
    margin: 12px 0px;
    display: inline-block;
    background: #4e5a7d;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: none;
    width: 300px;
    font-weight: 500;
    padding: 10px 7px;
    color: #fff;
    outline: none;
}


    .arama .arama_txt:focus {
        background: white;
        color: black;
    }


.arama .arama_btn {
    cursor: pointer;
    margin: 12px 0px 12px -4px;
    display: inline-block;
    padding: 10px 12px;
    background: #4398f4;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

    .arama .arama_btn i {
        color: white;
    }


.arama .arama_link {
    cursor: pointer;
    color: #b3c8ff !important;
    margin-left: 10px;
    font-size: 13px;
}


    .arama .arama_link:hover {
        text-decoration: underline !important;
    }


.login {
    text-align: right;
    line-height: 58px;
    font-size: 25px;
    color: #ebebeb;
    font-weight: bold;
}

    .login .login_sperator {
        color: #a6a6a6;
    }


    .login .login_sperator {
        color: #a6a6a6;
        padding: 0 7px;
    }


.Header-bottom .nav-helper {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .Header-bottom .nav-helper li {
        display: inline-block;
        margin-right: 15px;
        color: #00339f;
    }

.Header-bottom {
    padding: 7px 0;
    background: #ededed;
    z-index: 0;
    position: absolute;
    width: 100%;
}


.SiteContent {
    margin-top: 40px;
}


.ilanlar thead td {
    padding: 8px 10px;
    background: #e9e9e9;
    border-left: 1px solid #fff;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}


.ilanlar {
    width: 100%;
}

.SagBar {
    padding: 10px 0px;
    border: 1px solid #ccc;
    border-radius: 2px;
}


.ilanlar img.Urun {
    width: 100px;
    height: 75px;
}

.ilanlar tbody tr td {
    padding: 10px;
    border-left: 1px white solid;
    font-size: 14px;
}

.ilanlar tbody tr:nth-child(odd) {
    background-color: #FFF
}

.ilanlar tbody tr:nth-child(even) {
    background-color: #f2f2f2
}



.ilanlar tbody tr:hover {
    background-color: #f0f6ff;
}


.nav-bottom nav {
    margin: 0 30px;
}



.nav-bottom {
    margin-top: 20px;
}


.SolMenu {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 240px;
}


.SolBaslik {
    font-size: 15px;
    color: #039;
}

.SolMenu ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}

    .SolMenu ul a {
        color: #039;
    }


.login_sign {
    color: #ffe800;
}


a.login_sign:hover {
    color: #ededed;
}


.SolKontrolBar {
    padding: 10px;
    width: 240px;
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 3px;
    background: #f4f4f4;
}

    .SolKontrolBar .fiyat {
        width: 65px;
        padding: 7px;
        height: 32px;
        font-size: 14px;
        border-radius: 3px;
        border: 1px solid #c0c0c0;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    }

    .SolKontrolBar .kelime {
        width: 120px;
        padding: 7px;
        height: 32px;
        font-size: 14px;
        border-radius: 3px;
        border: 1px solid #c0c0c0;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    }

.btn {
    display: inline-block;
    padding: 7px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    background-color: #437db9;
    background-repeat: repeat-x;
    text-shadow: 1px 1px 0 #29619b;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1),0 2px 2px -1px rgba(0,0,0,0.15);
    line-height: 1.3em;
    outline: 0;
}

.btn-primary {
    border: 1px solid #437db9;
    background-image: -moz-linear-gradient(top,#6198d3,#437db9);
    background-image: -ms-linear-gradient(top,#6198d3,#437db9);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6198d3),color-stop(100%,#437db9));
    background-image: -webkit-linear-gradient(top,#6198d3,#437db9);
    background-image: -o-linear-gradient(top,#6198d3,#437db9);
    background-image: linear-gradient(top,#6198d3,#437db9);
}

.btn-danger {
    border: 1px solid #437db9;
    background-image: -moz-linear-gradient(top, #ca2626, #9c0000);
    background-image: -o-linear-gradient(top, #ca2626, #9c0000);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ca2626), to(#9c0000));
    background-image: -webkit-linear-gradient(top, #ca2626, #9c0000);
    background-image: linear-gradient(to bottom, #ca2626, #9c0000);
}

.btn-success {
    border: 1px solid #008a20;
    background-image: -moz-linear-gradient(top, #23b144, #009823);
    background-image: -o-linear-gradient(top, #23b144, #009823);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#23b144), to(#009823));
    background-image: -webkit-linear-gradient(top, #23b144, #009823);
    background-image: linear-gradient(to bottom, #23b144, #009823);
}




a.login_in {
    margin-right: 15px;
    color: #ffe800 !important;
    font-size: 30px;
}


.SiteFooter {
    border-top: 1px solid #dfdfdf;
    background-color: #3f475f;
    /*background-image: -moz-linear-gradient(top, #f9f9f9, #fff);
    background-image: -o-linear-gradient(top, #f9f9f9, #fff);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fff));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #fff);
    background-image: linear-gradient(to bottom, #f9f9f9, #fff);*/
    position: relative;
    clear: left;
    margin-top: 28px;
}


.paddingFooter {
    padding-top: 25px;
}


.ul-ft {
    list-style: none;
    margin: 0;
    padding: 0;
}


li.hOzel {
    font-size: 14px;
    font-weight: bold;
    color: #b9b9b9;
}

.SiteFooter_Top li:not(.hOzel) {
    margin: 15px 5px;
    color: #ccc;
    cursor: pointer;
}


.SiteFooter_Center li {
    display: inline-block;
}

.SiteFooter_Center li {
    margin: 30px 30px 10px 20px;
    padding: 0 0 0 20px;
    font-weight: bold;
}

    .SiteFooter_Center li p {
        margin: 0px 0px 10px 0px;
        color: white;
    }



.SiteFooter_Center .Mobile:before {
    background-image: url(images/footerimges.png);
    background-position: 0 -42px;
    width: 42px;
    height: 42px;
    content: '';
    left: 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}

.SiteFooter_Center .Email:before {
    background-image: url(images/footerimges.png);
    background-position: -42px 0;
    width: 42px;
    height: 42px;
    content: '';
    left: 210px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}


.SiteFooter_Center .store-logos {
    width: 202px;
    height: 30px;
    float: right;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    top: 2px;
}

.store-logos .store-logo {
    width: 96px;
    height: 30px;
    display: inline-block;
    background: url('images/store-logos.png') top left no-repeat
}


    .store-logos .store-logo.googleplay {
        background-position: 0 0
    }

    .store-logos .store-logo.apple {
        background-position: -96px 0
    }

.SiteFooter_Bottom {
    margin: 36px 0px 20px -8px;
    color: #b3b3b3;
}

    .SiteFooter_Bottom li {
        display: inline-block;
    }

    .SiteFooter_Bottom .author {
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }


i.elipse-o {
    height: 15px;
    width: 15px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ccc;
}


a.tip-line {
    height: 15px;
    cursor: pointer;
    display: inline-block;
}



.tip-line span {
    float: right;
    margin-left: 10px;
}


.SolKontrolBar h6 {
    font-weight: bold;
}


h5.Urun-Header {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    font-weight: bold;
}


.zoom-bar {
    padding: 10px 20px;
    background-color: #fefefe;
    background-image: -moz-linear-gradient(top, #fefefe, #ededed);
    background-image: -o-linear-gradient(top, #fefefe, #ededed);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ededed));
    background-image: -webkit-linear-gradient(top, #fefefe, #ededed);
    background-image: linear-gradient(to bottom, #fefefe, #ededed);
    border-bottom: 1px solid #d7d7d7;
}

    .zoom-bar a {
        color: #039;
        font-weight: bold;
    }

h6.fiyat {
    font-size: 18px;
    color: #039;
    padding-bottom: 20px;
    font-weight: bold;
}


.detay tr td:first-child {
    font-weight: bold;
}

.detay tr {
    padding: 10px 0;
    border-bottom: 1px dotted #a7a7a7;
    height: 36px;
    zoom: 1;
}


table.detay {
    border-top: 1px solid #ccc;
}

.Urun-Panel {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding-bottom: 10px;
}

.Urun-Panel-Header {
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
    background-color: #fefefe;
    background-image: -moz-linear-gradient(top, #fefefe, #ededed);
    background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
    background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
}


.Urun-Panel-Content {
    padding: 10px;
    font-size: 14px;
}


.Contact-Bar {
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 3px;
}

    .Contact-Bar .bb {
        padding: 7px;
        background: #dadada;
    }

.Contact-Bar-Header.bb:after {
    display: inline-block;
    content: " ";
    height: 1px;
    background-color: #aaa;
    width: 100%;
}


.Contact-Bar-Content {
    text-align: center;
}


.Urun-detay {
    border: 1px solid #ffeaa5;
    background: #fffced;
    padding: 15px 15px 15px 15px;
    margin: 0;
}

    .Urun-detay ul li {
        display: inline-block;
        padding: 10px 20px 10px 25px;
        color: #ccc;
    }


        .Urun-detay ul li.selected {
            color: #000;
            position: relative;
        }


            .Urun-detay ul li.selected:before {
                content: " ";
                background: Url(images/detail.png) 3px -139px no-repeat;
                width: 25px;
                height: 25px;
                display: inline-block;
                position: absolute;
                left: 0;
            }


.col-md-5.login-bar {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    background: #efefef;
    margin: auto;
}


img.Urun-Resim {
    max-height: 450px;
    max-width: 450px;
}


tr.clicked {
    cursor: pointer;
}


.sortable {
    padding-right: 20px;
    position: relative;
}

    .sortable:after {
        position: absolute;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        right: 0px;
        top: 0px;
    }

    .sortable.asc:after {
        content: "\f0dd";
    }

    .sortable.desc:after {
        content: "\f0de";
    }


a.tip-line.active .elipse-o {
    background: #FFEB3B;
    border: 2px solid #000;
}


.modal-dialog {
    min-width: 50%;
}


.author a {
    color: orangered;
}


.SiteFooter_Top a {
    color: white;
}


a.page-link.active {
    background: #eee;
}


.SolMenu .active {
    font-weight: bold;
    font-size: 15px;
    margin-left: 12px;
}


.copyright {
    width: 100%;
    text-align: center;
}

.CompanyName {
}

.pageloader {
    z-index: 99999999;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: #eee;
    text-align: center;
    overflow: hidden;
}


.contentloader {
    position: relative;
    top: 50%;
}

    .contentloader p {
        margin: 10px 0;
    }

.loader {
    background-image: url(images/25.gif);
    height: 100px;
    width: 100px;
    margin: auto;
    background-size: 100px 100px;
}


span.input-group-addon {
    background-color: #ccc;
    padding: 10px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid rgba(0,0,0,.15);
    border-left: 0;
}



.Urun {
    width: 100%;
    height: 100%;
}