﻿/*
*
*   Designer By Onur KIRKLAROĞLU
*
*   @author Onur KIRKLAROGLU
*   @since Tuesday, September 27, ‎2016
*   @category  E-Belediye Theme for Bootsrap
*   @version 1.0.01
*   
*/
.grecaptcha-badge {
    z-index: 1000
}

/* Font Face Alanları Burdan Yüklenmektedir */
@font-face {
    font-family: 'Open-Sans-Regular';
    src: url('../fonts/openSansFonts/OpenSans-Regular.eot');
    src: url('../fonts/openSansFonts/OpenSans-Regular.eot') format('embedded-opentype'), url('../fonts/openSansFonts/OpenSans-Regular.woff') format('woff'), url('../fonts/openSansFonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/openSansFonts/OpenSans-Regular.svg#opensansregular') format('svg');
}

@font-face {
    font-family: 'Open-Sans-Light';
    src: url('../fonts/openSansFonts/OpenSans-Light.eot');
    src: url('../fonts/openSansFonts/OpenSans-Light.eot') format('embedded-opentype'), url('../fonts/openSansFonts/OpenSans-Light.woff') format('woff'), url('../fonts/openSansFonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/openSansFonts/OpenSans-Light.svg#opensanslight') format('svg');
}

@font-face {
    font-family: "Ionicons";
    src: url("../fonts/ionicons.eot?v=1.5.0");
    src: url("../fonts/ionicons.eot?v=1.5.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.5.0") format("truetype"), url("../fonts/ionicons.woff?v=1.5.0") format("woff"), url("../fonts/ionicons.svg?v=1.5.0#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Material Design Icons";
    src: url("../fonts/materialdesignicons-webfont.eot?v=1.6.50");
    src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=1.6.50") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=1.6.50") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=1.6.50") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=1.6.50") format("truetype"), url("../fonts/materialdesignicons-webfont.svg?v=1.6.50#materialdesigniconsregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'themify';
    src: url('../fonts/themify.eot?-fvbane');
    src: url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'), url('../fonts/themify.woff?-fvbane') format('woff'), url('../fonts/themify.ttf?-fvbane') format('truetype'), url('../fonts/themify.svg?-fvbane#themify') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'typicons';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/typicons.eot');
    src: url('../fonts/typicons.eot?#iefix') format('embedded-opentype'),url('../fonts/typicons.woff') format('woff'),url('../fonts/typicons.ttf') format('truetype'),url('../fonts/typicons.svg#typicons') format('svg')
}

/* Genel Kod Yazımı */
body {
    font-family: Open-Sans-Regular;
    background-color: #fff;
    width: 100%;
    height: 100%;
}


/* Dil Alanıdır */
.topLanguageLayout {
    margin: 5px 0px;
}

    .topLanguageLayout .text-right {
        color: #4c87b9;
    }

/* Header Alanıdır */
.header .container {
    padding-left: 0px;
    padding-right: 0px;
}

.header .logoArea {
    margin: 15px 0px;
    display: block;
    float: left
}

.header .topSerachArea {
    float: right;
    width: 50%;
    margin: 23px 0px;
}

    .header .topSerachArea input {
        border-radius: 0px;
        box-shadow: none;
    }

    .header .topSerachArea .input-group-addon {
        border-radius: 0px;
        background-color: #fdfdfd;
        color: #a9a9a9;
    }

/* Menü Alanıdır */
.menuArea {
    background-color: transparent;
    border: 0px;
}

    .menuArea .logoArea {
        display: none;
    }


    .menuArea .container {
        background-color: #e9edef;
        border-bottom: 5px solid;
        border-bottom-color: #4c87b9;
    }

        .menuArea .container .navbar-toggle {
            border-color: #4c87b9;
            border-radius: 0px;
        }

            .menuArea .container .navbar-toggle:hover {
                background-color: #4c87b9;
            }

                .menuArea .container .navbar-toggle:hover .icon-bar {
                    background-color: #fff;
                }

            .menuArea .container .navbar-toggle:focus {
                background-color: #4c87b9;
            }

                .menuArea .container .navbar-toggle:focus .icon-bar {
                    background-color: #fff;
                }

            .menuArea .container .navbar-toggle .icon-bar {
                background-color: #4c87b9;
            }

        .menuArea .container .navbar-nav > li > a {
            color: #525e64;
        }

            .menuArea .container .navbar-nav > li > a:hover {
                color: #333;
            }

.menuLoginBtn {
    background-color: transparent;
    border: 0px;
    color: #525e64;
    font-size: 0.813em;
    padding: 10px 15px;
    border-radius: 0px;
    box-shadow: none;
}

    .menuLoginBtn i {
        margin-right: 5px;
    }

    .menuLoginBtn:hover {
        background-color: transparent;
        color: #333;
    }

    .menuLoginBtn:focus {
        color: inherit;
        background-color: transparent;
        border-color: transparent;
        border: 0px;
        outline: none;
    }

.menuArea .container .navbar-nav > .open > a {
    background-color: #d91e18;
    color: #fff;
}

    .menuArea .container .navbar-nav > .open > a:hover {
        color: #fff;
    }

.menuArea .container .navbar-nav > li > .dropdown-menu {
    border-top: 5px solid;
    border-top-color: #d91e18;
    padding: 5px 20px;
}

    .menuArea .container .navbar-nav > li > .dropdown-menu > li > a:before {
        content: '\f054';
        font-family: FontAwesome;
        font-size: 0.625em;
        margin-right: 5px;
    }


/* Dikey Menü Alanıdır */
.verticalMenu ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

    .verticalMenu ul li {
        padding: 0px 0.125em;
    }

        .verticalMenu ul li a {
            width: 100%;
            display: block;
        }

        .verticalMenu ul li i {
            float: right;
            line-height: 20px;
            font-size: 0.613em;
        }

    .verticalMenu ul ul li {
        padding-left: 1em;
    }


.navbar-right {
    border: 1px solid #4c87b9;
    border-radius: 25px;
    margin-right: 0px;
    margin-top: 15px;
}

.rightMenuloginArea {
    padding-right: 0px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .rightMenuloginArea i {
        float: left;
        height: 20px;
        line-height: 20px;
        margin-left: 5px;
        color: #525e64;
    }

    .rightMenuloginArea a {
        color: #525e64;
    }

    .rightMenuloginArea .btnloginAreaforRight {
        float: left;
        padding: 0px 5px;
        height: 20px;
        line-height: 20px;
        font-size: 0.813em;
        padding-right: 15px;
        border-right: 1px solid #525e64;
    }

        .rightMenuloginArea .btnloginAreaforRight:hover {
            background-color: transparent !important;
        }

#logoutForm {
    margin-right: 0px;
}

.logoutBtnArea {
    color: #333;
    padding: 10px 5px !important;
    margin-right: 5px;
}

    .logoutBtnArea:hover {
        background-color: transparent !important;
    }

    .logoutBtnArea a {
        border-right: 1px solid #525e64;
        padding-right: 15px !important;
    }

/* Home Button Alanı */
#firstBtn {
    margin-left: -15px;
    font-size: 1.250em;
    background-color: #4c87b9;
    color: #fff;
}

    #firstBtn:hover {
        background-color: #4c87b9;
        color: #fff;
    }

    #firstBtn span {
        font-size: 0.875em;
        padding: 0px 10px;
        display: none;
    }

/* BreadChumb Alanıdır */
.breadcrumb {
    border-radius: 0px;
    font-size: 0.813em;
    color: #525e64;
}

/* Content Alanıdır */
.body-content {
    margin-bottom: 120px;
}

    .body-content .container {
        padding-left: 10px;
        padding-right: 10px;
    }

/*Slide Area*/

.carousel-control {
    height: calc(100% - 6px);
}

.slideArea img {
    width: 100%;
    margin-bottom: 6px;
}

.slideArea .rightArea {
    display: block;
}

    .slideArea .rightArea:hover {
        opacity: 0.8;
    }

    .slideArea .rightArea span {
        font-size: 0.750em;
        position: absolute;
        right: 0px;
        padding: 0.313em 1.125em;
        color: #fff;
        font-weight: 600;
        letter-spacing: 2px;
        margin-top: -40px;
        display: block;
    }

    .slideArea .rightArea:nth-child(1) span {
        background-color: #2458a2;
    }

    .slideArea .rightArea:nth-child(2) span {
        background-color: #7e8288;
    }

    .slideArea .rightArea:nth-child(3) span {
        background-color: #447c85;
    }

    .slideArea .rightArea:nth-child(3) {
        margin-bottom: 0px;
    }

/* Most Content Area */
.mostContentArea {
    clear: both;
}

    .mostContentArea .shortContentLayout {
        margin-top: 20px;
    }

        .mostContentArea .shortContentLayout i {
            float: left;
            font-size: 1.625em;
            text-align: center;
            padding-top: 10px;
            width: 46px;
            height: 46px;
            border-radius: 46px;
            color: #fff;
            background-color: #ff0000;
        }

        .mostContentArea .shortContentLayout:nth-child(1) i {
            background-color: #de2666;
        }

        .mostContentArea .shortContentLayout:nth-child(2) i {
            background-color: #5bd2ec;
        }

        .mostContentArea .shortContentLayout:nth-child(3) i {
            background-color: #eb8017;
        }

        .mostContentArea .shortContentLayout .textLayout {
            margin-left: 60px;
        }

            .mostContentArea .shortContentLayout .textLayout span {
                color: #828282;
            }

            .mostContentArea .shortContentLayout .textLayout h4 {
                color: #333;
                margin-top: -3px;
                margin-bottom: 8px;
                font-weight: 600;
            }

            .mostContentArea .shortContentLayout .textLayout p {
                color: #666;
                font-size: 0.750em;
            }

/* Login Olduktan Sonraki Ödeme Area */
.borcOdemeBtn {
    margin-bottom: 10px;
    height: 135px;
    background-color: #d4d4d4;
    padding: 10px;
}

    .borcOdemeBtn:hover {
        text-decoration: none;
        opacity: 1 !important;
        background-color: #0af15b;
    }

    .borcOdemeBtn .backTl {
        position: absolute;
        font-size: 0.938em;
        top: 0px;
        left: 20px;
        opacity: 0.1;
        color: #333;
    }

    .borcOdemeBtn span {
        margin-top: 15px !important;
        background-color: #30b65f !important;
        letter-spacing: 0px !important;
        font-size: 1.125em;
    }

.borcOdemeTopLayout div:first-child {
    font-size: 0.875em;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.borcOdemeTopLayout .borcBilgi {
    font-weight: bolder;
    color: #333;
    font-size: 1.7em;
    right: 15px;
    position: relative;
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
    width: 100%;
}

.borcOdemeTopLayout .iconArea {
    font-size: 1.7em;
    font-weight: 400;
    color: #333;
    position: absolute;
    right: 10px;
    margin-top: -28px;
}

/* Online Content Area */

.onlineContentArea .buttonArea {
    width: 100%;
    height: 170px;
    display: block;
    color: #fff;
    margin: 10px 0px;
}

    .onlineContentArea .buttonArea:hover {
        box-shadow: 3px 3px 5px #333;
        text-decoration: none;
    }

    .onlineContentArea .buttonArea i {
        text-align: center;
        margin: 13px 0px;
        width: 100%;
        font-size: 5em;
        text-shadow: 5px 5px 10px #333;
    }

    .onlineContentArea .buttonArea span {
        width: 100%;
        display: block;
        font-size: 1em;
        padding: 0em 0.750em;
        text-align: center;
        border-radius: 0px;
    }

.onlineContentArea .colorArea:nth-child(1) .buttonArea {
    background-color: #d002c9;
}

.onlineContentArea .colorArea:nth-child(2) .buttonArea {
    background-color: #03138e;
}

.onlineContentArea .colorArea:nth-child(3) .buttonArea {
    background-color: #fe1e1e;
}

.onlineContentArea .colorArea:nth-child(4) .buttonArea {
    background-color: #4c87b9;
}

.onlineContentArea .colorArea:nth-child(5) .buttonArea {
    background-color: #5ecd28;
}

.onlineContentArea .colorArea:nth-child(6) .buttonArea {
    background-color: #ff7214;
}

/* Text Seperator Area */
.textSeperatorArea {
    background-color: #fff;
    margin-top: 20px;
    padding: 10px 5px;
    margin-bottom: 20px;
    font-size: 1.125em;
    font-weight: bold;
    color: #9c9c9c;
    border-bottom: 1px solid;
    border-bottom-color: #333;
    display: inline-block;
    width: 100%;
}

/* Footer Alanıdır */
.footer {
    position: fixed;
    width: 100%;
    bottom: 20px;
    padding: 3px 0px;
    height: 58px;
    background: url(../../../images/ThemeImages/footerBg.png) repeat;
    border-top: 1px solid;
    border-top-color: #bfbfbf;
    z-index: 2;
}

    .footer .container {
        background-color: #fff;
        height: 50px;
        border: 1px solid;
        border-color: #efefef;
    }

#EBelediyeLogo {
    display: block !important;
}

.logoBottom {
    margin: 10px 0px;
    background: url("../../../images/ThemeImages/eBelediyeLogoKucuk.png") no-repeat;
    height: 30px;
}

.footerMenuArea {
    padding: 0px 0px;
}

    .footerMenuArea ul {
        list-style-type: none;
        height: 15px;
        margin: 15px 0px;
    }

        .footerMenuArea ul li {
            float: left;
            height: 15px;
            border-right: 1px solid;
            border-right-color: #989898;
            padding: 0px 10px;
            font-size: 0.750em;
        }

            .footerMenuArea ul li:last-child {
                border-right: none;
            }

            .footerMenuArea ul li a {
                display: block;
                color: #989898;
            }

                .footerMenuArea ul li a:hover {
                    color: #4c87b9;
                    text-decoration: none;
                }



.sosyalAglar {
    padding: 15px 0px;
    text-align: right;
}

    .sosyalAglar a {
        background-color: #bbb;
        margin: 5px 0px;
        padding: 10px 15px;
        color: #fff;
        border-radius: 0px;
    }

        .sosyalAglar a:hover {
            background-color: #ff7214;
        }

/* Copyright Alanıdır */
#copyright {
    display: block !important;
}

.copyright {
    background-color: #fafafa;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #999;
    text-align: center;
    font-size: 0.7em;
    bottom: 0px;
    position: fixed;
}

    .copyright a {
        color: #000;
    }


/* BU ALAN İÇ SAYFALAR İÇİN DİZAYN EDİLMİŞTİR */

/* Alt H2 Tagları için Kod */
.h2Design {
    font-size: 1.7em;
    margin-top: 0px;
}

.h2DesignAltCizgili {
    font-size: 1.7em;
    color: #d91e18;
    border-bottom: 1px dotted #035177;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}
/* Alt H4 Tagları için Kod */
.h4Design {
    font-size: 1.2em;
    color: #4c87b9;
    border-bottom: 1px dotted #035177;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}

.topMargin10px {
    margin-top: 10px;
}

.bottomMargin10px {
    margin-bottom: 5px;
}

.borderRadiusZero {
    border-radius: 0px;
}

.textLabel {
    height: 30px;
    line-height: 30px;
}

.specialCheckBox input {
    top: -10px;
    left: 40px;
}

.widthFull textarea {
    width: 100%;
}

/* Input Kodları için */
input, select, textarea, .input-group-addon {
    border-radius: 0px !important;
}

/* Login Modal View Layout */
.loginArea {
    display: table;
    height: 90%;
}

    .loginArea .vertical-align-center {
        display: table-cell;
        vertical-align: middle;
    }

    .loginArea .modal-header {
        background-color: #337ab7;
        color: #fff;
        font-size: 1em;
        font-weight: bold;
        padding: 5px 20px;
    }

        .loginArea .modal-header button {
            color: #fff;
            margin-top: 10px;
            text-shadow: none;
            opacity: .5;
        }

.loginPatial .col-md-6:first-child {
    border-right: 1px solid #dcdcdc;
}

.loginPatial {
    margin: -5px;
}

    .loginPatial .panel .panel-heading .nav.nav-tabs {
        position: relative;
        bottom: -5px;
        /*height: 29px; */     /* MDS : #77803 eBelediye Giriş ekranında Mobil telefonlarda diğer seçeneklerin gelmemesi.*/
        border: none;
        margin-top: -9px;
        margin-left: -9px;
    }

        .loginPatial .panel .panel-heading .nav.nav-tabs li.active a {
            color: #407ab9;
            border-bottom-color: transparent !important;
            background: #fff;
            border: 1px solid #407ab9;
            font-size: 14px;
        }

        .loginPatial .panel .panel-heading .nav.nav-tabs li:not(.active) a:hover,
        .loginPatial .panel .panel-heading .nav.nav-tabs li:not(.active) a:focus {
            background-color: rgba(0, 0, 0, 0.05);
        }

        .loginPatial .panel .panel-heading .nav.nav-tabs li a {
            height: 35px;
            line-height: 17px;
            border: 1px solid transparent;
            color: #fff;
            border-radius: 4px 4px 0 0;
        }

.loginAreaLogin {
    padding: 0.5em;
}

    .loginAreaLogin .panel-body {
        height:400px;
        position:relative;
    }

        .loginAreaLogin .panel-body .marginArea .alert-info {
            bottom: 10px;
            position: absolute;
            width: calc(100% - 30px);
        }

        .loginAreaLogin .panel-body input[type=submit] {
            position: absolute;
            width: calc(100% - 30px);
            bottom: 130px;
        }

.girisTipiSecim label {
    display: block;
    font-size: 2em;
    font-family: Open-Sans-Light;
    margin-bottom: 10px;
}

.loginAreaLogin .noIleGiris label {
    display: block;
    font-size: 0.9em;
    font-family: Open-Sans-Light;
    margin-bottom: 10px;
}

.loginAreaLogin .noIleGiris .input-group {
    margin-bottom: 0.5em;
    width: 100%;
}

.loginAreaLogin .noIleGiris span {
    font-size: 0.875em;
}

.loginAreaLogin span {
    font-size: 0.875em;
    color: #989898;
    min-width: 40px;
}

.loginAreaLogin .input-group-addon {
    border-radius: 0px;
}

.loginAreaLogin .input-group input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    color: #525e64;
    padding: 0px 10px;
    font-size: 0.875em;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.loginAreaLogin .userLogin {
    margin-bottom: 10px;
    width: 100%;
}

.girisTipiArea {
    display: table;
    margin-bottom: 0.5em;
    width: 100%;
    position: relative;
}

    .girisTipiArea label {
        font-size: 0.875em;
        width: 6em;
        white-space: nowrap;
        padding: 0px 10px;
        background-color: #eee;
        border: 1px solid #ccc;
        color: #989898;
        font-weight: normal;
        border-right: 0px;
        display: table-cell;
        vertical-align: middle;
    }

    .girisTipiArea select {
        width: 100%;
        border-radius: 0px;
        height: 40px;
        line-height: 40px;
        border-color: #ccc;
        color: #333;
        width: 100%;
        padding: 0px 10px;
        border-radius: 0px;
        font-size: 0.875em;
        background-color: rgb(198, 219, 255);
    }

.loginAreaLogin h4, .loginRightArea h4 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-family: Open-Sans-Light;
    color: #7d7d7d;
    font-size: 1.5em;
}

.edevletLogin {
    border-radius: 0px;
    position: absolute;
    width: calc(100% - 30px);
    margin-top: 35%;
}

.sifremiUnuttum {
    padding-bottom: 10px;
    padding-left: 3px;
}

.sifremiUnuttum a{
    font-size:0.875em;
}

    .sifremiUnuttum a:hover {
        color:#407ab9;
    }

/* Bu alanlar Anasayfa sağ sol boşlukları devre dışı bırakmak için eklendi */
.slideArea .col-md-9 {
    padding-left: 0px;
}

.slideArea .col-md-3 {
    padding-right: 0px;
}

.mostContentArea {
    display: block;
}

    .mostContentArea .col-md-4:first-child {
        padding-left: 0px;
    }

    .mostContentArea .col-md-4:last-child {
        padding-right: 0px;
    }

.paddingTopandBottom {
    padding: 10px 0px;
}

a:hover, a:active, a:after, a:focus {
    text-decoration: none;
}

select {
    height: 30px;
    line-height: 30px;
    width: 100%;
    border-color: #ccc;
    color: #333;
    padding: 0px 10px;
}

.bigButton .btn {
    border-radius: 0px;
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 1.250em;
    margin-bottom: 10px;
}

.insideLbl {
    font-size: 1.625em;
}

.marginArea {
    margin: 0.5em 0px;
}

    .marginArea .alert-info span {
        color: #31708f !important;
    }

/* Check Box Design Area */
/*input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    line-height: inherit !important;
}

    input[type="checkbox"]:before {
        position: relative;
        display: block;
        width: 20px;
        height: 20px;
        content: "";
        background: #ccc;
    }

    input[type="checkbox"]:after {
        position: relative;
        display: block;
        left: -2px;
        top: -22px;
        width: 20px;
        height: 20px;
        border-width: 1px;
        border-style: solid;
        border-color: #B3B3B3;
        content: "";
        background-image: linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);
        background-repeat: no-repeat;
        background-position: center;
    }

    input[type="checkbox"]:checked:after {
        content: '\f00c';
        font-family: FontAwesome;
        font-size: 0.875em;
        padding: 0px 2px;
        color: #4c87b9;
    }

    input[type="checkbox"]:disabled:after {
        -webkit-filter: opacity(0.4);
    }

    input[type="checkbox"]:not(:disabled):checked:hover:after {
        content: '\f00c';
        font-family: FontAwesome;
        font-size: 0.875em;
        padding: 0px 2px;
        color: #4c87b9;
    }

    input[type="checkbox"]:not(:disabled):hover:after {
        background-image: linear-gradient(135deg, #8BB0C2 0%,#FFF 100%);
        border-color: #85A9BB #92C2DA #92C2DA #85A9BB;
    }

    input[type="checkbox"]:not(:disabled):hover:before {
        border-color: #3D7591;
    }*/

/* NEW CheckBox Design */
input[type="checkbox"] {
    position: relative;
    width: 40px;
    height: 20px;
    -webkit-appearance: none;
    background: #ddd;
    outline: none !important;
    border-radius: 10px !important;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    transition: .2s;
}

input:checked[type="checkbox"] {
    background: #6fd088;
}

input[type="checkbox"]:before {
    content: '\f067';
    position: absolute;
    text-align: center;
    font-family: fontAwesome;
    vertical-align: middle;
    color: #aeaeae;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    top: 0px;
    left: 0px;
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    transition: .2s;
}

input:checked[type="checkbox"]:before {
    left: 20px;
    content: '\f00c';
    color: #6fd088;
}

    .alert {
        font-size: 0.9em;
        margin-bottom: 0.5em;
    }

.alert-info {
    padding: 5px;
}

.alert-warning {
    padding: 5px;
}

.text-danger {
    color: #a94442 !important;
}

.logoAreaMakbuz img {
    padding: 18px 0px;
}

.visibleAdmin {
    display: block;
}

.SuggestionListMobileLayout {
    display: none !important;
}

/* Responsive Design Area */

@media only screen and (min-width: 1230px) {
    .menuLoginBtn {
        font-size: 1em;
        padding: 10px 5px !important;
    }

    .rightMenuloginArea .btnloginAreaforRight {
        font-size: 1em;
        padding: 0px 5px !important;
    }
}

@media only screen and (max-width: 991px) {

    .visibleAdmin {
        display: none !important;
    }

    .topLanguageLayout {
        margin: 10px 0px;
    }

    .header .logoArea {
        display: block;
    }

    .menuArea .logoArea {
        display: none;
    }

    .navbar {
        margin-bottom: 10px;
    }

    .slideArea .col-md-9 {
        padding-right: 0px;
    }

    .slideArea .col-md-3 {
        padding-left: 0px;
    }

    .body-content {
        margin-bottom: 10px;
    }

    .footer {
        position: relative;
        bottom: inherit;
    }

        .footer .col-md-3 {
            width: 40%;
            float: left;
        }

        .footer .sosyalAglar {
            width: 60%;
            float: right;
        }

    .footerMenuArea {
        display: compact;
    }

    .copyright {
        position: relative;
    }

    .borcOdemeBtn {
        height: 150px;
        margin-bottom: 5px;
    }

    .borcOdemeTopLayout div:first-child {
        font-size: 1.500em;
    }

    .borcTopbuttons .bilgi {
        width: auto !important;
    }

    .specialCheckBox input {
        top: -15px;
        left: 35px;
    }
}

@media only screen and (max-width: 767px) {

    .mostContentArea .col-md-4:first-child {
        padding-left: 15px;
    }

    .mostContentArea .col-md-4:last-child {
        padding-right: 15px;
    }

    .visibleAdmin {
        display: none !important;
    }

    .navbar-right {
        margin: 15px 5px;
        padding: 0;
    }

    .topLanguageLayout .text-right {
        text-align: right;
    }

    .navbar-right li {
        float: left;
    }

    .topLanguageLayout {
        margin: 20px 0px;
    }

    .header .logoArea {
        display: none;
    }

    .menuArea .logoArea {
        display: block;
        padding: 3px 5px;
    }

    #firstBtn span {
        display: inline-block;
    }

    .borcTopbuttons {
        display: none !important;
    }

    .SuggestionListMobileLayout {
        display: block !important;
    }

    #borcTablosu > thead > tr > th:first-child span {
        display: none;
    }

    #borcTablosu > thead > tr > th:first-child input {
        vertical-align: middle;
        text-align: center;
        margin: 5px 10px;
    }

    #borcTablosu .sorting_1 {
        vertical-align: middle;
        text-align: center;
        margin: 5px 10px;
    }

    .table-responsive th {
        padding: 0.4em 0.3em !important;
        font-size: 0.8em !important;
    }

    .table-responsive td {
        padding: 0.4em 0.3em !important;
        font-size: 0.6em !important;
    }


    .specialCheckBox input {
        top: -15px;
        left: 35px;
    }

    .loginAreaLogin .panel-body { 
        height: auto;
    }

        .loginAreaLogin .panel-body input[type=submit],
        .loginAreaLogin .panel-body .marginArea .alert-info {
            width: 100%;
            position: relative;
            bottom:inherit;
            margin-top:10px;
        }

    

    /* Table Filetreleme alanları Dsable Edildi. */
    /*.dataTables_length {
            display: none;
        }*/

    /*.dataTables_filter {
            display: none;
        }*/

    /*.dataTables_info {
            display: none;
        }*/

    /*.dataTables_paginate {
            display: none;
        }*/
}


