﻿

/*GENEL BÖLÜM BAŞLANGIÇ*/
/*.ortala {
    text-align: center;
}*/

/*Slider*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*jssor slider bullet skin 032 css*/
.jssorb032 {
    position: absolute;
}

    .jssorb032 .i {
        position: absolute;
        cursor: pointer;
    }

        .jssorb032 .i .b {
            fill: #fff;
            fill-opacity: 0.7;
            stroke: #000;
            stroke-width: 1200;
            stroke-miterlimit: 10;
            stroke-opacity: 0.25;
        }

        .jssorb032 .i:hover .b {
            fill: #000;
            fill-opacity: .6;
            stroke: #fff;
            stroke-opacity: .35;
        }

    .jssorb032 .iav .b {
        fill: #000;
        fill-opacity: 1;
        stroke: #fff;
        stroke-opacity: .35;
    }

    .jssorb032 .i.idn {
        opacity: .3;
    }

/*jssor slider arrow skin 051 css*/
.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora051 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 360;
        stroke-miterlimit: 10;
    }

    .jssora051:hover {
        opacity: .8;
    }

    .jssora051.jssora051dn {
        opacity: .5;
    }

    .jssora051.jssora051ds {
        opacity: .3;
        pointer-events: none;
    }

 img#TeskilatSemasi {
            height: auto;
            max-width: 100%;
            width: auto;
        }

.logo {
    padding-top:3px
}
.DigerDil{
    padding:0 3px!important;
    line-height:28px!important;
    font-size:12px!important;
}

table {
    border: 1px solid #ddd;
    width:100%
}

tr:nth-of-type(odd) {background-color: #f2f2f2} 

.dropshadow {
-webkit-box-shadow: 0px 0px 21px 0px rgba(176,176,176,0.50);
-moz-box-shadow: 0px 0px 21px 0px rgba(176,176,176,0.50);
box-shadow: 0px 0px 21px 0px rgba(176,176,176,0.50);
}

/*.kirmiziyazi {
    color: #ff0000;
}*/

.kobi-giris {background: #0bbbef !important;border-radius: 0!important;text-align: center;color: #ffffff !important; height: 36px!important}
.kobi-giris:hover {background: #000000 !important;border-radius: 0!important;text-align: center;color: #ffffff !important; height: 36px!important}

.text-mavi { color:#0bbbef
}
.detay-foto{ border-bottom:3px solid #0bbbef}


/*Destekler Başlangıç*/
.dashboard-stat.blue-chambray {
    background-color: #f4f5f7;
    border:1px solid #d9d9d9;
     /*background: url(../img/Nokta.png);*/
    
}

 .shadow {
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px transparent;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-property: transform;
            transition-property: transform;
        }

 .shadow:hover, .shadow:focus, .shadow:active {
                -webkit-transform: scale(0.9);
                transform: scale(0.9);
            }


.dashboard-stat {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;

}



.dashboard-stat:after, .dashboard-stat:before {
    content: " ";
    display: table;
}

.dashboard-stat.dashboard-stat-v2 .visual {
    /*padding-top: 35px;
    padding-bottom: -45px;*/
}

.dashboard-stat .visual {
    width: 150px;
    height: 160px;
    display: block;
    float: left;
    font-size: 35px;
    line-height: 35px;
    padding-top:30px;
}

.dashboard-stat.blue-chambray .visual>i {
    color: #c6c6c6;
    filter: alpha(opacity=30);
}
.dashboard-stat .visual>i {
    /*margin-bottom: -40px;*/
    font-size: 140px;
 line-height: 140px;
}
.visual > i {
    opacity: 0.2 !important;
}

.dashboard-stat .details {
    position: absolute;
    width:100%
    /*right: 15px;
    padding-right: 15px;*/
}

.dashboard-stat.blue-chambray .details .number {
    color: #1d1d1d;

}

.dashboard-stat .details .number {
    padding-top: 25px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -1px;
    font-weight: 600; 
}


.dashboard-stat .details .desc {
     color: #1d1d1d;
    text-align: center;
    font-size: 14px;
    line-height:22px;
    padding-top:10px;
  font-weight: normal;  
      padding-left:30px;
    padding-right:30px
}

.dashboard-stat .details .next-text {
     color: #0bbbef;
    text-align: center;
    font-size: 14px;
    font-weight: normal;  
    padding-top:10px;
}

/*Buton Başlangıç*/
/*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 0.428571;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.btn-info {
    color: #fff;
    background-color: #0D4257;
    border-color: #3BAFDA;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-color: #29A0CB;
        border-color: #29A0CB;
    }

    .btn-info.btn-perspective {
        -webkit-box-shadow: 0px 3px 0px #218BB2;
        -moz-box-shadow: 0px 3px 0px #218BB2;
        box-shadow: 0px 3px 0px #218BB2;
    }*/


/*Buton Bitiş*/

/*Alert Başlangıç*/

/*.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #629031;
    background-color: #CEF0AB;
    border-color: #B7E086;
}

.alert-info {
    color: #218BB2;
    background-color: #96DDFA;
    border-color: #71C6E5;
}

.alert-warning {
    color: #C6901F;
    background-color: #FDDD9E;
    border-color: #EDC471;
}

.alert-error {
    color: #C14029;
    background-color: #FDAA9A;
    border-color: #EA8676;
}*/
/*Alert Bitiş*/

/*Check Ve Radio Buton Şekli Başlangıç*/

/*.i-grey-square {
    opacity: 0;
}

.icheckbox_square-grey, .iradio_square-grey {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/web/content/assets/images/grey.png) no-repeat;
    border: none;
    cursor: pointer;
    background-position: -191px 0;
}

    .iradio_square-grey.checked {
        background-position: -168px 0;
    }

    .iradio_square-grey:hover:not(.checked) {
        background-position: -144px 0;
    }*/
/*Check Ve Radio Buton Şekli Bitiş*/

/*Üst Menü Başlangıç*/

/*.menucubuk {
    color: #32BDF7;
}*/


/*Üst Menü Bitiş*/

/*GENEL BÖLÜMÜ BİTİŞ*/

/*E-Bülten Başlangıç*/

.haber-ozet ul {
    padding-left: 0px;
    margin-top: 0px;
    display: none;
    width:100%;
}

.haber-ozet ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding:0 10px;
}

   /* .haber-ozet ul li icon {
         
    display: inline-block;
   margin-left: -25px;
    position: absolute;
    color:#1d1d1d;
        font-size: 13px;
         padding:0 10px;
    }*/

        .haber-ozet ul li icon:hover {
            color: #59CCF5;
        }

    .haber-ozet ul li.activeMenuli:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding:10px;
        color: #0bbbef
    }


.haber-ozet li.activeMenuli > ul {
    display: inline-block;
    -moz-transition: 1.0s all;
    -webkit-transition: 1.0s all;
    margin:10px 0
}

.haber-ozet ul > li.activeMenuli> a{
    font-size: 20px!important;
    margin-bottom: 10px;
    color: #0bbbef
  }

.haber-ozet ul > li> a{
    font-size: 15px!important;
    margin-bottom: 10px;
 
  }


.haber-ozet > ul {
    display: inline-block;
}

.haber-ozet ul li > a:hover {
    color: #59CCF5;
}

.haber-ozet .gecerlitur a {
color:#59CCF5;
}

.haber-container ul li {
    list-style: none;
    text-align: left;
    padding-left: 5px;
    padding-top: 10px;
    border-bottom: 1px dotted #BFDEF7;
    font-size: 15px;
    /* list-style-type: mongolian; */
    color: #524F4F;
    margin-left: 5px;
}

    .haber-container ul li a {
        text-decoration: none;
        color: #fff;
    }

/*E-Bülten Bitiş*/

/*İletişim Başlangıç*/

.Kayitformu {
    /*padding-left: 10px;*/
}

    .Kayitformu input {
        width: 50%;
        line-height: 27px;
        height: 35px;
    }

    .Kayitformu textarea {
        height: 150px;
    }

    .Kayitformu select, textarea {
        height: 35px;
        width: 50%;
    }

    .Kayitformu .radio_field {
        float: left;
    }

        .Kayitformu .radio_field input {
            width: auto;
            height: auto;
        }

.altcizgi {
    border-top: 1px solid #fff;
    padding-top: 5px;
}
/*İletişim Bitiş*/

/*Site Haritası Başlangıç*/

/*.siteharitasi ul li a {
    color: #069492;
}

    .siteharitasi ul li a:hover {
        color: #f78f1e;
    }*/

.siteharitasi ul li {
    list-style: none;
}


/*Kobimiyim*/
#section-liste .kirmiziyazi {
    color: #ee0000;
}

/*Site Haritası Bitiş*/

/*Haber Detay Başlangıç*/

.diger-haberler .tumuyazisi {
    float: right;
}

    .diger-haberler .tumuyazisi img {
        width: 10px;
    }

    .diger-haberler .tumuyazisi a {
        color: #333;
        padding-right: 7px;
    }

        .diger-haberler .tumuyazisi a:hover {
            color: #0E8DC2;
        }
/*Haber Detay Bitiş*/

/*video Bölümü Başlangıç*/

.griserit {
    background-color: rgba(13, 66, 87, 0.59);
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.haber-ozet a {
    color: #333;
}

/*Video Bölümü Bitiş*/

/*Anket Bölümü Başlangıcı*/

.anketsoruyazisi {
    font-size: 25px;
    text-align: center;
    color: #F5802B;
    font-weight: bold;
    border-bottom: solid 2px #ccc;
}

.genel-sonuc {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding-bottom: 20px;
}

.tum-anketler {
    float: right;
    margin: 5px;
}

    .tum-anketler a {
        color: #333;
    }

        .tum-anketler a:hover {
            color: #D1EDFC;
        }

    .tum-anketler img {
        width: 10px;
    }


/*Anket Bölümü Bitişi*/

/*Sol Menü Haber Özet Başlangıç*/

.kategori ul {
    margin-left: -35px;
}

    .kategori ul li {
        background-color: #D1EDFC;
        margin-top: 5px;
        line-height: 30px;
    }

        .kategori ul li a {
            color: #0E8DC2;
        }

            .kategori ul li a:hover {
                color: #0D4257;
            }

/*Sol Menü Haber Özet Bitiş*/

/*Şikayet Formu Başlangıç*/


.Sikayetformu .radio_field input {
    width: auto;
    height: auto;
}

.Sikayetformu .radio_field {
    float: left;
    clear: both;
}

.Sikayetformu textarea {
    height: 150px;
    width: 50%;
}

.Sikayetformu input {
    width: 50%;
    line-height: 27px;
    height: 35px;
}

/*Şikayet Formu Bitiş*/

/*Baglanti UGEDetay Başlangıç*/
@media only screen and ( max-width: 40em)
/* 640 */
{
    #section-liste .baglanti-metin {
        font-size: 11px;
    }

    #section-liste .Kayitformu .radio_field input {
        width: auto;
        height: auto;
    }

    #section-liste .Sikayetformu .radio_field input {
        width: auto;
        height: auto;
    }
    .mobilevisible {
        visibility: hidden;
        height: 0px !important;
        display: none !important;
    }
}


.col-6 {
    width: 50%;
    float: left;
}

.col-12 {
    width: 100%;
    float: left;
}

#section-liste .baglanti-metin {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

    #section-liste .baglanti-metin .baglanti-baslik div:first-child {
        font-weight: bold;
    }

    #section-liste .baglanti-metin .baglanti-baslik {
        float: left;
        width: 100%;
        min-height: 27px;
        border-bottom: solid 1px #F5EEEE;
    }

        #section-liste .baglanti-metin .baglanti-baslik:hover {
            border-color: #ccc;
        }



/*Baglanti UGEDetay Bitiş*/

/*Baglanti UGEDetay Başlangıç*/
.uge_tarih {
    font-size: 14px;
    width: 135px;
    float: right;
}

.fuar_tarih {
    font-size: 14px;
    width: 240px;
    float: right;
}

.yig-liste-tarih-basl {
    font-size: 14px;
    width: 165px;
    float: right;
}

.yig-liste-tarih-bits {
    font-size: 14px;
    width: 160px;
    float: right;
}
/*Baglanti Bitiş*/

/*Anasayfa Anket Başlangıç*/

#section-4 .anket_box {
    background-color: #207FF4;
    padding-top: 5px;
    padding-left: 10px;
    height: 300px;
}

    #section-4 .anket_box .soru {
        color: #FFF;
        font-size: 17px;
        padding-top: 5px;
        border-bottom: 1px #4F93E6 solid;
        margin-bottom: 5px;
    }

#section-4 .anket_cevaplar {
    display: block;
    position: relative;
    width: 90%;
    height: auto;
    overflow: hidden;
}

#section-4 .anket_soru input {
    margin-top: 20px;
    margin-left: 40px;
}

#section-4 .anket_box label {
    color: #fff;
}

#section-4 .anket_baslik {
    background: #073D80;
    padding: 10px;
}


    #section-4 .anket_baslik .anket_yazi span {
        color: #fff;
    }

/*AnasayfaAnket Bitiş*/

/*Hata Sayfaları Başlangıç*/


#Hata .Anadiv {
    padding: 10px;
    margin-top: 10%;
    height: auto;
    text-align: center;
    margin-left: 20%;
}

    #Hata .Anadiv .sol {
        float: left;
        /*border-right: 4px solid #DDD;*/
        padding-right: 50px;
        max-width: 446px;
    }

    #Hata .Anadiv .sag {
        float: left;
        padding-top: 2vh;
    }

    #Hata .Anadiv .links {
        clear: both;
        padding-top: 1vh;
    }

        #Hata .Anadiv .links ul {
            list-style: none;
        }

            #Hata .Anadiv .links ul li {
                float: left;
                margin-left: 10px;
                border-left: 1px solid #000;
                padding-left: 10px;
                letter-spacing: 1px;
                font-size: 3.4vh;
            }

                #Hata .Anadiv .links ul li a {
                    font-weight: bold;
                    color: #069492;
                    font-size: 2vw/1.4vh;
                    text-decoration: none;
                }

                #Hata .Anadiv .links ul li:first-child {
                    border: none;
                    margin-left: 0px;
                }

    #Hata .Anadiv .hataText {
        font-size: 8.4vh;
    }

    #Hata .Anadiv .container {
        padding: 10px;
        margin: 0 auto;
        width: 1040px;
    }

/*Hata Sayfaları Bitiş*/

/*AB Projeleri İe Başlangıç*/

.liste-foto img {
    width: 100%;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/*AB Projeleri İe Bitiş*/

/**
=====================================================
Cemal'in Ekledikleri Bitiş
=====================================================
**/
.liste-breadcrumps span {
    border-bottom: solid 1px #069492;
    border-radius: 1px;
    background-color: #ECECEC;
}

.liste-breadcrumps {
    font-size: 14px;
    width: 70%;
    float: left;
}

.liste-tarih {
    font-size: 14px;
    width: 120px;
    float: right;
    text-align: right;
    padding-right: 5px;
}

.liste-breadcrumps a {
    color: #069492;
}

.bx-wrapper img {
    width: 85%;
    outline: none;
    border: none;
    text-decoration: none;
}

.container .play_icon {
    background-image: url('/Web/Content/assets/images/play.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 30%;
    top: 15%;
}

.container:hover .play_icon {
    background-image: url('/Web/Content/assets/images/play_white.png');
    background-repeat: no-repeat;
}

#section-liste .container_sol {
    display: flex;
    position: relative;
    width: 100%;
    background: white;
    overflow: hidden;
}

    #section-liste .container_sol:hover {
        background: #D7E6EC;
    }

    #section-liste .container_sol .foto_sol {
        display: block;
        position: relative;
        float: left;
        padding-right: 5px;
    }

    #section-liste .container_sol .title_sol {
        display: block;
        position: relative;
        width: 100%;
        font: bold 18px/16px 'uniform_condensed_medium';
        color: #056582;
        padding: 10px;
        border-bottom: 1px solid #056582;
    }

.gorus_oneri {
    /* display: none; */
    position: fixed;
    bottom: 40px;
    left: 30px;
    /* width: 40px; */
    /* height: 40px; */
    /* text-align: center; */
    color: #0D4257;
    font-size: 14px;
    z-index: 999;
    text-align: center;
}

.gorus_oneri_div {
    background-color: #fff;
    width: 150px;
    border: 1px solid #989898 !important;
}

.breadcrump_isaret::before {
    content: '';
    height: 16px;
    width: 16px;
    background: url(../images/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle;
    display: inline-block;
    background-color: #46A7A2;
    color: #959fa5;
}

.uge_tarih {
    font-size: 14px;
    width: 135px;
    float: right;
}

.fuar_tarih {
    font-size: 14px;
    width: 240px;
    float: right;
}

.yig-liste-tarih-başl {
    font-size: 14px;
    width: 160px;
    float: right;
}

.yig-liste-tarih-bitş {
    font-size: 14px;
    width: 160px;
    float: right;
}

.ilsecim {
    height: 37px;
    padding: 10px;
    background-color: #6D8D99;
    color: #FFF;
}

    .ilsecim select {
        height: 25px;
    }

/* MOBİL TASARIM*/
@media only screen and ( max-width: 40em)
/* 640 */
{


    .box_button span {
        font: normal 1.1em/1em 'uniform_condensed_bold';
    }

    .box_button a {
        font-size: 12px;
    }

    .height150 {
        height: 100px;
    }

    .duyurular_img img {
        width: 150px;
    }

    #section-liste .haber-detay-sol .diger-haberler {
        display: none;
    }

    #section-liste .haber-detay-sag {
        padding: 0px;
    }

    #section-liste .haber-container {
        margin: 2px;
    }

    #Hata .Anadiv .hataText {
        font-size: 5.4vh;
    }

    #section-liste .yig-liste-tarih-basl {
        font-size: 11px;
        float: left;
        width: 215px;
    }

    #section-liste .yig-liste-tarih-bits {
        font-size: 11px;
        width: 160px;
        width: 390px;
    }
}


/* ie7 - ie8  */

/* ie7 */
#main-menu > ul > li {
    *display: inline-block;
    *float: left;
}

header {
    *position: relative;
    *z-index: 99999999;
}

#main-menu UL LI.menu-item-simple-parent DIV.sub-menu-div UL LI {
    *display: block;
    *position: relative;
    *padding: 10px 10px;
    *width: 300px;
}

    #main-menu UL LI.menu-item-simple-parent DIV.sub-menu-div UL LI a {
        *display: block;
        *position: relative;
        *padding: 5px 5px;
        *float: left;
    }

.pright5 {
    *padding-right: 0px !important;
}

.haberozet {
    font-size: 15px;
    padding: 8px;
    font-style:italic;
}


/*LOADING CSS*/
.cssloadMessage {
    top: 55%;
    left: 45%;
    position: relative;
    color: #0F7494;
}

.cssload-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.12);
}

.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid rgba(255,255,255,0);
    border-left-color: rgb(55,158,214);
    border-radius: 1249px;
    -o-border-radius: 1249px;
    -ms-border-radius: 1249px;
    -webkit-border-radius: 1249px;
    -moz-border-radius: 1249px;
}

.cssload-whirlpool {
    margin: -31px 0 0 -31px;
    height: 63px;
    width: 63px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}

    .cssload-whirlpool::before {
        content: "";
        margin: -29px 0 0 -29px;
        height: 55px;
        width: 55px;
        animation: cssload-rotate 1150ms linear infinite;
        -o-animation: cssload-rotate 1150ms linear infinite;
        -ms-animation: cssload-rotate 1150ms linear infinite;
        -webkit-animation: cssload-rotate 1150ms linear infinite;
        -moz-animation: cssload-rotate 1150ms linear infinite;
    }

    .cssload-whirlpool::after {
        content: "";
        margin: -36px 0 0 -36px;
        height: 70px;
        width: 70px;
        animation: cssload-rotate 2300ms linear infinite;
        -o-animation: cssload-rotate 2300ms linear infinite;
        -ms-animation: cssload-rotate 2300ms linear infinite;
        -webkit-animation: cssload-rotate 2300ms linear infinite;
        -moz-animation: cssload-rotate 2300ms linear infinite;
    }



@keyframes cssload-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-rotate {
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-rotate {
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-rotate {
    100% {
        -moz-transform: rotate(360deg);
    }
}

.sub-menu-div div.grid {
    padding-left: 203px;
}
@media (min-width: 800px) {
    .Logo {
        visibility: visible
    }

    .UstMenuLogoMobil {
        visibility: hidden;
        height: 0px !important;
    }

    .DigerLogo {
        visibility: visible;
    }
}

@media (max-width: 800px) {
    .UstMenuLogoMobil {
        visibility: visible;
        text-align: center;
    }

    .DigerLogo {
        visibility: hidden;
        height: 0px !important
    }

    .Logo {
        visibility: hidden;
        height: 0px !important;
    }

    .UstMenuLogoMobil img {
        max-height: 60px;
    }
}