﻿@charset "UTF-8";
/* CSS Document */
body {
    background: #ECF0F1 url(../images/bg2.jpg) 0 60px no-repeat;
    background-size: 100% auto;
    color: #2b3e4f;
}

    body.vipservice {
        background: #31404C;
        background-size: auto 80%;
        color: #fff;
    }

header, footer {
    display: block;
    padding: 10px;
}

header {
    background: #fff;
    box-shadow: 0 0 10px #aaa;
}

footer {
    background: #fafafa;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 10px #333;
}

h3, h4 {
    margin: 15px 0;
}

h4 {
    line-height: inherit;
}

::-webkit-input-placeholder {
    font-weight: normal;
}

:-moz-placeholder {
    font-weight: normal;
    opacity: 1;
}

::-moz-placeholder {
    font-weight: normal;
    opacity: 1;
}

:-ms-input-placeholder {
    font-weight: normal;
}

:placeholder-shown {
    font-weight: normal;
}

.blue {
    color: #2375C3;
}

.yellow {
    color: #DEC759;
}

.orange {
    color: #ED740F;
}

.h5 {
    line-height: 25px;
    font-size: 14px;
}

.f28 {
    font-size: 18px;
    padding: 4px 8px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.relative {
    position: relative;
}

.sondurum {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #2b3e4f;
    padding: 3px 10px;
    margin: -10px 0 0 -15px;
    width: 115%;
}

.paymentOptionPanel {
    padding: 0 0 20px 0;
}

.panel {
    background-color: #F6F8F8;
    border-radius: 0;
}

.panel-enter {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

    .panel-enter .panel-body {
        padding: 20px 10px;
        background: #fff;
        border-bottom-left-radius: 15px;
    }

        .panel-enter .panel-body input {
            background: #fafafa;
        }

        .panel-enter .panel-body select {
            background: #fafafa;
        }

        .panel-enter .panel-body textarea {
            background: #fafafa;
        }

    .panel-enter .panel-heading {
        color: #fff;
        background: #2b3e4f;
        padding: 7px 20px;
        display: inline-block;
        border-radius: 0;
    }

        .panel-enter .panel-heading a {
            font-weight: bold;
            text-decoration: none;
            display: block;
            margin: -7px -10px;
            padding: 7px 10px;
        }

        .panel-enter .panel-heading i {
            margin-right: 5px;
            margin-right: 10px;
        }

.panel-default .panel-body {
    padding: 8px;
}

.panel-default .panel-heading {
    color: #fff;
    background: #2b3e4f;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 0;
}

    .panel-default .panel-heading a {
        font-weight: bold;
        text-decoration: none;
        display: block;
        margin: -7px -10px;
        padding: 7px 10px;
    }

    .panel-default .panel-heading i {
        margin-right: 5px;
        margin-right: 10px;
    }

.table {
    border: 1px solid #ECF0F1;
    font-size: 13px;
    font-weight: normal;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border: 0;
        border-bottom: 1px solid #ECF0F1;
        padding: 5px 8px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.7);
}

input[type=checkbox], input[type=radio] {
    margin: 0 10px 0 0;
    height: 20px;
    width: 20px;
}

input[type=file] {
    display: inline-block;
}

.cardNo {
    max-width: 70px;
    display: inline-block;
}

    .cardNo input {
        max-width: 70px;
    }

#selectPayment {}

.checkbox-inline, .radio-inline {
    padding-left: 0;
}

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        margin-left: -20px;
    }

.pad10 {
    padding: 5px 10px;
}

.alert {
    margin: 0 0;
    padding: 5px;
}

.bg-white {
    background: rgba(255,255,255,.8);
    padding-top: 10px;
    padding-bottom: 10px;
}
.bg-black {
    background:#2b3e4f;
    color:#fff;
}
.text-info {
    font-weight: normal;
}

.text-vipservice {
    color: #2b3e4f;
}

.btn {
    border-radius: 0;
}

.btnOdeme {
    width: 40%;
}

.btn-return {
    background: #fafafa;
    border: 1px solid #ccc;
}

.btn-vipservice {
    background: #F6F8F8;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: 3px solid #E6C422;
    color: #333 !important;
}

    .btn-vipservice:hover {
        background: #E6C422;
        color: #fff !important;
    }

.btn-default {
    background: #2375C3 !important;
    color: #fff !important;
    border: 0;
}

    .btn-default:hover {
        color: #fff !important;
        background: #2b3e4f !important;
    }

    .btn-default i {
        font-size: 24px;
    }

    .btn-default strong {
        font-size: 16px;
    }

.y100 {
    width: 100%;
}

.shadow {
    box-shadow: 0 0 10px #666;
    border-bottom: 2px solid #2A75B9;
}

.form-control {
    background: #ECF0F1;
    color: #2b3e4f;
    font-weight: bold;
    border-radius: 1px;
}

.notify-ico {
    font-size: 60px;
    margin: 10px 0;
}

.foot-notes {
    position: fixed;
    bottom: 42px;
    width: 100%;
    background: #7CABD8;
    color: #f3f3f3;
    letter-spacing: .8px;
}

.margin10 {
    margin: 10px 0;
}

.margin20 {
    margin: 20px 0;
}

.margin30 {
    margin: 30px 0;
}

#detail {
    padding-bottom: 60px;
}

#error {
    display: block;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    position: static;
    left: 0;
    top: 40px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 10px #666;
    z-index: 10;
    transition: .3s all;
}

    #error li {
        list-style: none;
    }

    #error i.fa {
        font-size: 28px;
        position: absolute;
        right: 30px;
    }

.LBD_CaptchaDiv {
    margin: 0 auto;
}

    .LBD_CaptchaDiv img#SearchCaptcha_CaptchaImage {
        height: 30px;
    }

.LBD_CaptchaImageDiv {
    margin: auto;
    text-align: center;
}

.LBD_CaptchaDiv p {
    margin: -10px 0 0 0;
}

.LBD_CaptchaIconsDiv {
    margin: -50px 0 0 0;
}

.captchaLabel {
    margin: -20px 0 0 0;
    color: #CEBF7F;
    font-weight: bold;
}

#CaptchaCode {
    background: #FFFAE4;
    color: #2b3e4f;
    font-weight: bold;
    border-radius: 1px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 15px;
}

.pLoadingBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 999999;
}

.pLoadingBgLarge {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 999999;
}

.pLoadingImg {
    width: 180px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -100px;
    padding: 10px;
    background: #fff;
    border: 2px solid #ddd;
    text-align: center;
    box-shadow: 0 0 10px #19232C;
    color: #2375C3;
    font-weight: bold;
}

.pLoadingText {
    width: 360px;
    height: 190px;
    overflow: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -200px;
    padding: 20px;
    background: #fff;
    border: 2px solid #ddd;
    text-align: center;
    box-shadow: 0 0 10px #19232C;
    color: #333;
    font-weight: normal;
}

.btn-vip {background:rgba(255,255,255,.8); border-radius:15px; border:1px solid #ccc; display:block;color:#2C3E4E; box-shadow:0 0 5px #ccc;}
    .btn-vip:hover {background:rgba(255,255,255,1);box-shadow:0 0 10px #aaa;}
.btn-search {background:rgba(255,255,255,.8); border-radius:15px; border:1px solid #ccc; display:block;color:#337ab7; box-shadow:0 0 5px #ccc;}
    .btn-search:hover {background:rgba(255,255,255,1);box-shadow:0 0 10px #aaa;color:#337ab7;}

@media screen and (max-width:600px) {
    body {
        padding-bottom: 120px;
    }
    header { text-align:center;}
    header img.img-responsive { text-align:center; margin:auto; float:none !important;}
    header img.pull-right { display:none; }
    footer img {
        height: 15px;
    }

    .foot-notes {
        bottom: 35px;
    }

    h1 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }
    h4 { font-size:16px;}
    .sondurum { width:120px; margin:-15px 0 0 -15px}
    .notify-ico { font-size:30px;}
    .bg-white { padding-top:15px; padding-bottom:15px;}
	.mobile input, .mobile select, .mobile button { width:100%; margin:5px 0 0 0;}
}