.ic_resim {
    width: 100%;
    height: 125px;
    background-position: center center;
    /*background-size: 100% 100%;*/ /*suat*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.baslik {
    /*font-family: 'Roboto';*/
    font-size: 20px;
    font-size: 24px;
    color: #0e749f;
    padding: 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #0e749f;
    font-weight: 400;
    margin-top: -10px;
}

@media  (max-width: 480px) {
    
.baslik {
    font-size: 16px;
}

}

.baslik.benzerBaslik{
    font-size: 16px;
     border-bottom: 1px solid #237ca1;
         color: #348db3;
}

.icerik.benzerIcerik{

}
.icerik.benzerIcerik ul{
    list-style:none;
    padding-left:0px;
}
.icerik.benzerIcerik ul li{
    font-size:13px;
    color:#000;
    margin-bottom:10px;
}

.icerik.benzerIcerik ul li a:hover{
    cursor:pointer;
    color:#0e749f;
}


.icSayfaAlt{
    padding-bottom:10px;
}



.icerik {
    margin-bottom: 50px;
}

.divSagMenu {
    /*background-color: #ccc;
    margin-top: -20px;
    float: right;*
    /* margin-right: -4px; */
    /*padding-top: 20px;
    position: absolute;
    height: 100%;
    right: 0px;
    overflow-y: auto;
    position: absolute;
    background-color: #e8e8e8;*/
    border-left: 1px solid #dcdcdc;
        margin-top: -20px;
        padding-top:10px;

         margin-top: -10px;

}
/*.divSagMenu{
     -ms-overflow-style: scrollbar; 
    scrollbar-face-color: #b6b1b1;
    scrollbar-track-color: #bbb;
}*/
  .divSagMenu::-webkit-scrollbar-track {
            background-color: #fff;
        }

        .divSagMenu::-webkit-scrollbar {
            width: 3px;
            background-color: #22496f;
        }

        .divSagMenu::-webkit-scrollbar-thumb {
            background-color: #22496f;
        }


    .sag_menu a {
        color: #333 !important;
    }

    .dspNone {
        display: none !important;
    }
    .dspNoneNonImportant {
        display: none;
    }

    /*Galeri resim*/
    .imgHaberGaleri {
        max-width: 150px;
        vertical-align: middle;
        margin-bottom: 5px;
        max-height: 50px;
    }


    .sag_menu #collapseMenuDiv{
        display:none;
    }

     .u-vmenu a:hover{
            color:#348db3!important;
        }
@media (max-width: 1199px) {
   .divSagMenu {
        background-color: transparent;
        margin-top: 0px;
        float: none;
        /* margin-right: -4px; */
        padding-top: 0px;
        position: initial;
        height: auto;
        right: initial;
        overflow-y: hidden;
        background-color: transparent;
        border-left: none;
    }

     .sag_menu #collapseMenuDiv{
        background-color:#22496f;
        color:#fff;
        width:100%;
        padding:10px;
        display: block;
        cursor:pointer;
    }
    .sag_menu .u-vmenu{
        display:none;
        border:1px solid #22496f;
        
    }
    .sag_menu .u-vmenu > ul > li >a{
	   /*color:#fff!important;*/
       padding-left:5px;
    }
       
}

.katdetaySayfaListe{
    padding: 10px;
    border-bottom: 1px dashed #617184;
    cursor:pointer;
    display: block;
}
.katdetaySayfaListe > p{
        /* width: 250px; */
    /* float: right; */
    text-align: left;/*right*/
    /* padding: 0px; */
    /* margin: 0px; */
    
    margin-top: 0px;/*3px*/
    margin-bottom: 0px;
    color: #afafaf;
    font-size: 12px;
}
.katdetaySayfaListe>i{
    margin-right:10px;
    color:#22496f;
    font-size:14px;
}
    .katdetaySayfaListe span {
        width:calc(100% - 150px);   
         display: inline-block;
    }
    .katdetaySayfaListe:hover{
    background-color:#22496f;
    color:#fff!important;
}
    .katdetaySayfaListe:hover .katdetaySayfaListe span{
         color:#fff!important;
    }
/*2018.05.05*/

.divMevDetay{
    float: right;
    background-color: #fff;
    padding: 5px 10px;
    margin-left:5px;
    border-radius: 2px;
    font-size: 16px;
    margin-top: -3px;
    color:#1a3d5f!important;
}
.divMevDetay b{
    font-size:12px;
    margin-left:5px;
    font-weight:normal;
    display:none;
}
@media (max-width: 768px) {
    .divMevDetay {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }
        .divMevDetay b {
            display: inline-block;
        }
}

.divMevDetay:hover{
    color:#22496f;
}

.katdetaySayfaListe:hover>i{
    color:#fff;
}
.katdetaySayfaListe:hover>a>i{
    color:inherit;
    margin-right:0px;
}

.divBreadCumb{
        font-size: 12px;
    display: inline-block;
    width: calc(100% + 40px);
    margin-bottom: 10px;
    margin-top: -20px;
    background-color: #eaeaea;
    padding: 10px;
    padding-left: 20px;
    margin-left: -20px;
        width: calc(100% + 35px);
        width: calc(100% + 40px);

        background: -moz-linear-gradient(top, #eaeaea 0%, #e8e8e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eaeaea 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eaeaea 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
.divBreadCumb a{
    float:left;
    color: #22496f;
}
    .divBreadCumb a:hover {
        color:#808080;
    }
.divBreadCumb a:not(:first-child){
    float:left;
    padding-left:5px;
}
.divBreadCumb a:not(:last-child):after{
    content:'/';
    
    padding-left:5px;
}

/*Etiketler*/
.etiketler{
    padding:5px 10px;
    background: rgba(0,0,0,0.1);
    margin: 10px 0;
    font-size: 12px;
}
.etiketler i{
    margin-right:5px;
}

.seoKelimeler{
    color:#808080;
}






/*2018.05.05*/
.divOranizasyon{
    padding:0px 50px;
    margin-bottom:10px;
}
@media (max-width: 768px) {
    .divOranizasyon {
        padding: 0px;
        
    }
}
    .divOranizasyon > div {
    }
    .divOranizasyon > div h4 {
        border-top:1px solid #d9d9d9;
        padding-top:10px;
        color:#22496f!important;
    }
    .divOranizasyon > div h5 {
        background-color:#22496f;
        color:#fff;
        padding:5px 0px;
    }

/*2018.05.12*/
   .tableKurulus {
    }
        .tableKurulus tbody {
        }
            .tableKurulus tbody tr td:last-child {
                width: 100px;
                padding-left: 0;
                padding-left: 0;
            }


 .tblIletisim {
    }

        .tblIletisim tr td {
            vertical-align: top;
            padding: 0.5em 0.3em;
        }

            .tblIletisim tr td:first-child {
                width: 120px;
                font-weight: bold;
                text-align: right;
            }

            .tblIletisim tr td:last-child {
                font-weight: normal;
                text-align: left;
            }

    .detay p {
        font-size: 9pt;
    }

/*2018.05.13 Organizasyon*/
 .divOranizasyon img {
        width: 100%;
        cursor: pointer;
        max-width:350px;
    }

    .divModalOrganizasyon .modal-dialog {
       top:0px;
    }

    .divModalOrganizasyon .modal-body img {
        /*width: 100%;*/
        max-width:100%;
    }

        .divModalOrganizasyon .modal-body div.birimler {
            /*width: 50%;*/
            margin: auto;
            text-align: left;
        }

            .divModalOrganizasyon .modal-body div.birimler ul {
                font-size: 10pt;
                list-style: none;
                padding-left: 0;
            }

                .divModalOrganizasyon .modal-body div.birimler ul li {
                    border-bottom: 1px solid #eee;
                    padding: 5px 0;
                }
                .divModalOrganizasyon .modal-body div.birimler ul li:last-child {
                    border-bottom: none;
                }

                    .divModalOrganizasyon .modal-body div.birimler ul li ul {
                        padding-left: 15px;
                        list-style: disc;
                        font-size: 9pt;
                    }

                        .divModalOrganizasyon .modal-body div.birimler ul li ul li {
                            border-bottom: none;
                            padding: 1px 0;
                        }

                       
/*31.05.2018*/
.AltKategoriBaslik,.AccordionBaslikIptal{
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    /* border-bottom: 1px dashed #c5c5c5; */
    background-color: #4e7aa5;
    color: #fff;
}
.AltKategoriBaslik:hover,.AccordionBaslikIptal:hover{
    background-color: #3c6790;
    cursor:pointer;
}


/*06.06.2018*/
.kurulLink{
    color:#38a7ea!important;
    text-decoration:underline!important;
    cursor:pointer;
}