﻿@charset "utf-8";

h3, h2, h4, h5, h6 {
    color: #0e749f;
}



body {
    margin: 0;
    padding: 0;
    font-family: /*'Roboto',*/ sans-serif;
    font-size: 14px;
    color: #333;
    background: url(../images/bg.png) repeat /*-x fixed*/;
}

.temizle {
    clear: both;
}

a, a:link, a:visited, a:active {
    color: #333;
    outline: none;
    text-decoration: none !important;
}

/*a:hover {
		text-decoration: underline;
	}*/

/*UstBar*/
.ust {
    width: 100%;
    background: #2c3645;
    color: rgba(255,255,255,0.6);
    border-bottom: 1px solid #dde0e2;
    font-size: 12px;
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 15000;
    line-height: 25px;
}

    .ust a, .ust a:link, .ust a:visited, .ust a:active {
        color: #ffffff;
        text-decoration: none !important;
        padding-right: 20px;
    }

    .ust .ustSolMenu {
        padding: 5px 20px;
    }

    .ust .ustSagMenu {
        font-size: 18px;
        line-height: 29px;
    }

        .ust .ustSagMenu a {
            padding-top: 5px;
            padding-right: 5px;
            display: none;
        }

        .ust .ustSagMenu #txtSearchbox {
            background-color: #0f273e;
            border: none;
            border-left: 1px solid #7d848a;
            border-right: 1px solid #7d848a;
            height: 35px;
            font-size: 14px;
            text-indent: 10px;
            color: #fff;
        }

            .ust .ustSagMenu #txtSearchbox:focus {
                outline: none;
                border-left: 1px solid #7d848a;
                border-right: 1px solid #7d848a;
            }

        .ust .ustSagMenu #btnSearchbox {
            display: block;
            float: right;
            height: 35px;
            padding: 0px 10px;
            padding-top: 10px;
            font-size: 14px;
            border-right: 1px solid #7d848a;
        }

            .ust .ustSagMenu #btnSearchbox:hover {
                background-color: #7d848a;
                color: #1a3d5f;
                cursor: pointer;
            }

/*endof UstBar*/



/*#ust_iletisim {
	float: right;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 20px 10px;
}

	#ust_iletisim span {
		color: rgba(255,0,0,1);
		margin: 0 5px 0 0;
	}

	
#ust_sosyal {
	float: right;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 3px 10px;
	margin: 5px 0;
	border-left: 1px solid rgba(255,255,255,0.5);
	border-right: 1px solid rgba(255,255,255,0.5);
}

	#ust_sosyal a {
		color: rgba(255,255,255,0.5);
		text-decoration: none;
		margin: 0 5px 0 0;
	}

		#ust_sosyal a:hover {
			color: rgba(255,255,255,1);
		}*/

.banner {
    width: 100%;
    height: 115px;
    /*background: url(../images/bg_banner.png) repeat-x;*/
    /*background: #405168;*/
    background: #dae8f3;
    margin-top: 36px;
}

.logo {
    background: url(../menu/banner.png) center center no-repeat;
    height: 115px;
}

.logo_en {
    background: url(../menu/en_banner.png) center center no-repeat;
    height: 115px;
}

#logoResponsive {
    height: 50px; /*responsive*/
}

.beyaz_golgeli {
    background: rgba(255,255,255,1);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
    margin-top: 15px;
}

.resimler {
    width: 100%;
    height: 320px;
}

.temel_bankacilik_verileri {
    width: 100%;
    min-height: 325px;
    padding: 20px;
}

.temel_bankacilik_verileri_baslik {
    font-size: 16px;
    border-bottom: 1px solid #e6f1f7;
    padding: 0px 0 10px 0;
    background: url(../images/icon/tbv.png) right top no-repeat;
    color: #0e749f;
    font-weight: 700;
}

.tbv_up {
    width: 24px;
    height: 24px;
    background: url(../images/icon/up.png) no-repeat;
    float: right;
}

.tbv_down {
    width: 24px;
    height: 24px;
    background: url(../images/icon/down.png) no-repeat;
    float: right;
}

.tbv_table {
    border: none;
}

    .tbv_table td {
        padding: 3px;
        padding-bottom: 8px;
        padding-top: 8px;
        padding: 8px 3px;
    }

    .tbv_table tr:hover {
        background: rgba(0,0,0,0.1);
    }

.tbv_deger {
    font-weight: 700;
    text-align: right;
}

.temel_bankacilik_verileri .devami {
    border-top: 1px solid #e6f1f7;
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 10px;
}

    .temel_bankacilik_verileri .devami a {
        color: #0e749f !important;
        font-size: 11px;
    }

.col_ana {
    /*height: 105px;*/
    width: auto;
}

/*.col_ana_icon {
	background-size: 100% auto;
	width: 105px;
	height: 105px;
	background-repeat: no-repeat;
	position: absolute;
}*/
@media (max-width:991px) {

    .col_ana {
        height: auto;
        max-height: 105px;
        width: auto;
        max-width: 300px;
        margin: 0px auto;
        margin-top: 10px;
    }
}
/*.col_ana_baslik {
	font-weight: 700;
    float: right;
    font-size: 16px;
    width: calc(100% - 120px);
    padding-right: 5px;
    padding-top: calc(50% - (50% - 30px));
}*/

/*.col_ana_ozet {
	margin-left: 120px;
	padding: 0px 5px 5px 0;
	font-size: 12px;
}*/

/*.col_ana img {
	max-width: 100%;
	margin: 0 auto;
}*/
/*OrtaMenu*/
.divOrtaMenu {
    max-width: 360px;
    max-height: 105px;
    overflow: hidden;
    position: relative;
}

.imgOrtaMenu {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}

.lnkOrtaMenu {
    display: block;
    cursor: pointer;
}

.divOrtaMenu:hover .imgOrtaMenu, .divOrtaMenu:focus .imgOrtaMenu {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.divOrtaMenu:hover a, .divOrtaMenu:focus a {
    display: block;
}

.orta {
    min-height: 450px;
    padding: 20px;
}

@media (max-width: 1199px) {

    .orta {
        min-height: initial;
    }
}


.OrtaTabBddkDevam {
    width: 100%;
    margin-top: 10px;
    padding: 5px 0;
}

    .OrtaTabBddkDevam a {
        color: #104c84;
        width: 100%;
        margin-top: 5px;
        padding: 5px 0;
        text-align: right;
        display: block;
        font-size: 12px;
    }

.divBgStriped {
    width: 100%;
    display: block;
    height: 7px;
    background-image: repeating-linear-gradient(135deg,#e2e2e2,#e2e2e2 2px,#fff 2px,#fff 4px);
}

.tab_baslik {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 0 0 10px 0;
}



.footerAlt {
    width: 100%;
    min-height: 100px;
    background: #bfbfbf;
    margin: 30px 0 0 0;
}

    .footerAlt .divFooterBaslik {
        font-size: 14px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footerAlt ul {
        list-style: disc;
        padding: 0px;
    }

        .footerAlt ul li {
            padding-bottom: 5px;
            font-size: 12px;
        }

            .footerAlt ul li:hover {
                cursor: pointer;
                text-decoration: underline !important;
                color: #0e749f;
            }

                .footerAlt ul li:hover a {
                    color: #0e749f;
                }

    .footerAlt .divFooterAyrac {
        border-bottom: 1px solid #1a3d5f;
        display: block;
        width: 100%;
        height: 2px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footerAlt .divFooterBg {
        padding-top: 15px;
        padding-bottom: 15px;
    }


.nav-tabs > li > a {
    background-color: #ddd;
    color: #333;
}

    /*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #1a3d5f;
    border: 1px solid #1a3d5f;
}*/

    .nav-tabs > li > a.active, .nav-tabs > li > a.active:focus, .nav-tabs > li > a.active:hover {
        color: #fff;
        background-color: #1a3d5f;
        border: 1px solid #1a3d5f;
    }



.MarginAuto {
    margin: 0px auto;
}

.MarinNone {
    margin: 0px !important;
}

.MTop0 {
    margin-top: 0px !important;
}

.MTop5 {
    margin-top: 5px !important;
}

.MTop10 {
    margin-top: 10px !important;
}

.MTop15 {
    margin-top: 15px !important;
}

.MTop20 {
    margin-top: 20px !important;
}

.MTop25 {
    margin-top: 25px !important;
}

.MTop30 {
    margin-top: 30px !important;
}

.MTop40 {
    margin-top: 40px !important;
}

.MTop50 {
    margin-top: 50px !important;
}

.MBot0 {
    margin-bottom: 0px !important;
}

.MBot5 {
    margin-bottom: 5px !important;
}

.MBot10 {
    margin-bottom: 10px !important;
}

.MBot15 {
    margin-bottom: 15px !important;
}

.MBot20 {
    margin-bottom: 20px !important;
}

.MBot25 {
    margin-bottom: 25px !important;
}

.MBot30 {
    margin-bottom: 30px !important;
}

.MRgt0 {
    margin-right: 0px !important;
}

.MRgt5 {
    margin-right: 5px !important;
}

.MRgt10 {
    margin-right: 10px !important;
}

.MRgt15 {
    margin-right: 15px !important;
}

.MRgt20 {
    margin-right: 20px !important;
}

.MRgt25 {
    margin-right: 25px !important;
}

.MRgt30 {
    margin-right: 30px !important;
}

.MLft0 {
    margin-left: 0px !important;
}

.MLft5 {
    margin-left: 5px !important;
}

.MLft10 {
    margin-left: 10px !important;
}

.MLft15 {
    margin-left: 15px !important;
}

.MLft20 {
    margin-left: 20px !important;
}

.MLft25 {
    margin-left: 25px !important;
}

.MLft30 {
    margin-left: 30px !important;
}

.MAll5 {
    margin: 5px !important;
}

.MAll10 {
    margin: 10px !important;
}

.MAll15 {
    margin: 15px !important;
}

.MAll20 {
    margin: 20px !important;
}

.MAll25 {
    margin: 25px !important;
}

.MAll30 {
    margin: 30px !important;
}


.PaddingNone {
    padding: 0px !important;
}

.PTop0 {
    padding-top: 0px !important;
}

.PTop5 {
    padding-top: 5px !important;
}

.PTop10 {
    padding-top: 10px !important;
}

.PTop15 {
    padding-top: 15px !important;
}

.PTop20 {
    padding-top: 20px !important;
}

.PTop25 {
    padding-top: 25px !important;
}

.PTop30 {
    padding-top: 30px !important;
}

.PBot0 {
    padding-bottom: 0px !important;
}

.PBot5 {
    padding-bottom: 5px !important;
}

.PBot10 {
    padding-bottom: 10px !important;
}

.PBot15 {
    padding-bottom: 15px !important;
}

.PBot20 {
    padding-bottom: 20px !important;
}

.PBot25 {
    padding-bottom: 25px !important;
}

.PBot30 {
    padding-bottom: 30px !important;
}

.PRgt0 {
    padding-right: 0px !important;
}

.PRgt5 {
    padding-right: 5px !important;
}

.PRgt10 {
    padding-right: 10px !important;
}

.PRgt15 {
    padding-right: 15px !important;
}

.PRgt20 {
    padding-right: 20px !important;
}

.PRgt25 {
    padding-right: 25px !important;
}

.PRgt30 {
    padding-right: 30px !important;
}

.PLft0 {
    padding-left: 0px !important;
}

.PLft5 {
    padding-left: 5px !important;
}

.PLft10 {
    padding-left: 10px !important;
}

.PLft15 {
    padding-left: 15px !important;
}

.PLft20 {
    padding-left: 20px !important;
}

.PLft25 {
    padding-left: 25px !important;
}

.PLft30 {
    padding-left: 30px !important;
}

.PAll5 {
    padding: 5px !important;
}

.PAll10 {
    padding: 10px !important;
}

.PAll15 {
    padding: 15px !important;
}

.PAll20 {
    padding: 20px !important;
}

.PAll25 {
    padding: 25px !important;
}

.PAll30 {
    padding: 30px !important;
}

.PositionRelative {
    position: relative;
}

.OverFlowHidden {
    overflow: hidden;
}

.divKayitSatir {
    display: table !important;
    width: 100% !important;
    line-height: 30px;
}

.kisayollar_ana {
    /*height: 140px;*/
    overflow: hidden;
}

    .kisayollar_ana img {
        max-width: 100%;
        padding: 15px 10px;
    }

#divKısaYolMenu .KisaYolMenuItem {
    width: 130px;
    height: 140px;
    width: 150px;
    height: 150px;
    height: 130px;
    float: left;
    /*margin-right:15px;
    margin-left:15px;*/
    margin-right: 6px;
    margin-left: 6px;
    text-align: center;
}

#divKısaYolMenu p {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    padding: 0px 5px;
}

#divKısaYolMenu div:hover {
    background-color: #ededed;
}

/*.KisaYolMenuItem:first-child, .KisaYolMenuItem:last-child {
        margin:0px;
    }*/
@media (max-width: 480px) {

    #divKısaYolMenu .KisaYolMenuItem {
        width: 100%;
        float: initial;
        margin: 0px auto;
        /*margin-right:15px;
    margin-left:15px;*/
        display: inline-block;
        text-align: center;
    }
}


/*IcSayfaBanner Resim*/
.icSayfaBannerImage .ic_resim {
    margin-top: 20px;
    margin-bottom: 5px;
    border: 5px solid #fff;
    background-position: left center;
    background-size: cover;
}

@media (max-width: 720px) {
    .icSayfaBannerImage {
        display: none;
    }
}


#scrollUp {
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    opacity: .6;
    background: #104c84;
    position: fixed;
    z-index: 99999999999999;
    color: #fff;
    text-align: center;
    padding-top: 13px;
    font-size: 20px;
}

    #scrollUp:hover {
        opacity: 1;
        cursor: pointer;
    }



/*Arama Alanı*/
#lblAramaAlani {
    font-size: 16px;
    /* margin-top: 5px; */
    background-color: #0f739f;
    color: #fff;
    padding: 9px;
    cursor: pointer;
}

.divAramaAlani {
    background-color: #0e749f;
    height: 50px;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 10px;
}

    .divAramaAlani i:first-child {
        color: #fff;
        margin-right: 5px;
    }

    .divAramaAlani i:last-child {
        color: #fff;
        font-size: 20px;
        margin-top: 5px;
    }

    .divAramaAlani input {
        outline: none;
        border: none;
        height: 30px;
        background-color: #0e749f;
        color: #fff;
        width: calc(100% - 50px);
    }

        .divAramaAlani input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff;
        }

        .divAramaAlani input::-moz-placeholder { /* Firefox 19+ */
            color: #fff;
        }

        .divAramaAlani input:-ms-input-placeholder { /* IE 10+ */
            color: #fff;
        }

        .divAramaAlani input:-moz-placeholder { /* Firefox 18- */
            color: #fff;
        }


/*detay arama*/
.divDetaySayfaArama {
    padding: 10px;
    background-color: #234b72;
    background-color: #4e7aa5;
    background-color: #d7e1e9;
    border: 1px solid #4e7aa5;
    color: #fff;
    color: #333;
    margin-bottom: 20px;
}

    .divDetaySayfaArama i:first-child {
        margin-right: 10px;
    }

    .divDetaySayfaArama input {
        outline: none;
        border: none;
        height: 30px;
        background-color: #234b72;
        background-color: #d7e1e9;
        color: #fff;
        color: #333;
        width: calc(100% - 75px);
    }

        .divDetaySayfaArama input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #234b72;
        }

        .divDetaySayfaArama input::-moz-placeholder { /* Firefox 19+ */
            color: #234b72;
        }

        .divDetaySayfaArama input:-ms-input-placeholder { /* IE 10+ */
            color: #234b72;
        }

        .divDetaySayfaArama input:-moz-placeholder { /* Firefox 18- */
            color: #234b72;
        }

    .divDetaySayfaArama .divSonucCount {
        float: right;
        color: #fff;
        line-height: 30px;
        width: 75px;
        display: none;
    }



/*Modal yeni*/

.modal {
    opacity: 1;
    top: 15%;
}

.modal {
    background-color: rgba(0, 0, 0, 0.50);
}

.modal-dialog {
    /*margin: 150px auto;*/
}

.modal.show {
    padding-left: 17px !important;
}

.modal {
    top: 0px;
    padding-top: 5%;
    z-index: 16001;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.47);
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-y: scroll;
    }



.listAccordion {
    padding: 0px;
    border: 1px solid rgba(204,204,204,1);
    margin-bottom: 5px;
    transition: all 0.1s;
    display: block;
}

    .listAccordion i {
        font-size: 16px;
        padding: 5px;
    }

    .listAccordion:hover {
        /*border-color:#f56b6b;*/
        cursor: pointer;
    }
    /*.listAccordion:hover i {
        color:#f56b6b;
    }*/
    .listAccordion .AccordionIcerik {
        display: none;
        padding: 10px;
        /*margin-top:10px;
    margin-left:10px;*/
        color: #333;
    }

    .listAccordion .AccordionBaslik {
        font-size: 14px;
        padding: 0px;
        margin: 0px;
        border: none;
        color: #333;
        padding: 10px;
    }

    .listAccordion.active .AccordionBaslik {
        background-color: #22496f;
        color: #fff;
    }


/*2018.05.05*/

.tblListe tr:first-child td {
    border-top: none;
}


/*2018.05.12*/
.tbv_table tr td:last-child {
    position: relative;
}

.tooltiptext {
    display: none;
    text-align: center;
    position: absolute;
    z-index: 1;
    font-size: 8pt;
    width: 175px;
    padding: 0.5em 0;
    right: 0px;
    top: -20px;
    background: #1b3f61;
    color: #fff;
    border: 1px solid #666;
    border-radius: 2px;
    box-shadow: -2px 2px 4px #666;
}


/*site haritası*/
.wrapBddk {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    display: block;
}

    .wrapBddk .List {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        -webkit-break-inside: avoid;
        break-inside: avoid;
        padding-bottom: 30px;
    }

        .wrapBddk .List .ulSiteHaritasi {
            padding-left: 15px;
        }

            .wrapBddk .List .ulSiteHaritasi > li {
                list-style: none;
            }

                .wrapBddk .List .ulSiteHaritasi > li > a {
                    padding-left: 10px;
                    background-color: #4d6b88;
                    display: block;
                    color: #fff;
                }

                .wrapBddk .List .ulSiteHaritasi > li > ul {
                    padding-left: 15px;
                }

                    .wrapBddk .List .ulSiteHaritasi > li > ul > li {
                        list-style: none;
                    }

                        .wrapBddk .List .ulSiteHaritasi > li > ul > li > a {
                            display: block;
                        }

                            .wrapBddk .List .ulSiteHaritasi > li > ul > li > a:hover {
                                cursor: pointer;
                                color: #4e7aa5;
                                text-decoration: underline !important;
                            }




/*Modal Arama*/
#popupArama {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(54, 64, 74, 0.8);
    display: none;
    overflow-x: hidden;
    /* overflow-y: scroll; */
    z-index: 299;
}

.modalcontent {
    position: relative;
    display: block;
    margin: 0px auto;
    margin-top: 120px;
    margin-bottom: 40px;
    max-width: 800px;
    min-height: 50px;
    height: auto;
    display: block;
}

@media only screen and (max-width: 600px) {
    .modalcontent {
        max-width: none;
        width: 100%;
        /*vs2*/
        width: calc(100% - 20px);
    }
}

.modalcontent .content {
    overflow: hidden;
    text-align: center;
}

    .modalcontent .content img {
        max-width: 800px;
    }

.modalcontent .content2 {
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    padding: 10px;
}

    .modalcontent .content2 input {
        margin: 0px;
    }

        .modalcontent .content2 input.txtArama {
            width: calc(100% - 60px);
            float: left;
            border-radius: 0px;
            height: 36px;
        }

    .modalcontent .content2 .genelBTN {
        width: 60px;
        float: right;
        line-height: 38px;
        height: 36px;
        border-radius: 0px;
        margin-top: 0px;
    }

        .modalcontent .content2 .genelBTN i {
            margin-right: 5px;
        }

    .modalcontent .content2 li {
        margin: 0px;
        list-style: none;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px 10px;
    }

        .modalcontent .content2 li a {
            margin-left: -7px;
        }

            .modalcontent .content2 li a b {
                margin-right: 5px;
                color: #4d6b88;
            }

            .modalcontent .content2 li a:hover {
                color: #22496f;
                cursor: pointer;
            }

    .modalcontent .content2 h4 {
        font-size: 18px;
        font-weight: 500;
        margin: 0px;
        border-bottom: 1px solid #b9b9b9;
        color: #175f80;
        padding: 5px;
        padding-top: 0px;
        text-align: center;
    }

@media only screen and (max-width: 600px) {
    .modalcontent {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.modalcontent .caption {
    background-color: #234b72;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color: #fff;
}

    .modalcontent .caption a {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
    }

.closePopUp {
    transition: all ease 0.1s;
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff; /*#eeeeee*/
    font-size: 14px;
}

    .closePopUp:hover {
        cursor: pointer;
        color: #000;
    }

    .closePopUp i {
        line-height: 22px;
    }


.tabFullWidth {
    display: block;
    width: 100%;
    overflow: hidden;
}

#printDiv {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: right;
}

    #printDiv i {
        font-size: 14px;
        padding: 5px 10px;
        background-color: #e2e2e2;
        color: #333;
        cursor: pointer;
    }

@media print {
    .myDivToPrint {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }
}
