﻿@font-face {
    font-family: Cinzel;
    src: url("../fonts/Cinzel/Cinzel-Regular.ttf");
    font-weight: 400;
}

 

#header-container-menu {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(88,88,88,0.6);
    -moz-box-shadow: 0px 3px 5px 0px rgba(88,88,88,0.6);
    box-shadow: 0px 3px 5px 0px rgba(88,88,88,0.6);
}

.header-background {
    background: #7e2525;
  
}

.header-background-image {
  
    background: url("../img/ataturk_header.png") no-repeat #7e2525;
    background-position: center;
    height:82px;
}

.header-log-div {
    /*text-align: center;*/ 
}

.header-logo {
    z-index: 2;
    margin-top:12px;
    margin-left:32px;
    height: 60px;  

}


#header-title {
   
    z-index: 2;
    margin-top:12px;
    color: white;
    font-family: 'Cinzel', sans-serif;
}

#header-title-main {
    font-size: 26px;
    display: block;
    letter-spacing: 0.5px;
    padding-left:5px;
}

#header-title-sub {
    font-size: 12px;
    letter-spacing: 1.5px;
    padding-left: 5px;
}

#header-buttons-holder {
    z-index: 2;
    font-family: Raleway, sans-serif;
    color: #ffffff;
    font-size: 48px;
    font-family: 'Times New Roman';
    margin-top: 5px;
}


    #header-buttons-holder #header-language-button img {
        right: 0px;
        top: 5px; 
    }

    #header-buttons-holder span.header-language-button-span {
        right: 25px; 
    }

    #header-buttons-holder a:hover {
        color: #CCC;
        cursor: pointer;
    }




#basin-toplantilari .ibox-title {
    margin-top: 10px;
}

#tarih-araligi-bar {
    border-bottom:1px solid #dedede;
    text-align:center;
    padding:10px 0px;
}

#tarih-araligi-bar span {
    font-weight:bold;
    line-height:35px;
    float:right
}

#tarih-araligi-bar #filtreleBtn {
    float:left;
}


#LoadingDiv {
    width: 100%;
    height: calc(100vh - 142px);
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
