html,
body {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", 'Open Sans' !important;
	padding-top: 20px;
}
#topbar ul {
	background: #CE2D25;
}

.bulletsDiv{

	position: absolute;
	bottom: 100px;
	height: 30px;
	/* background: #00000055; */
	/* border-radius: 4px;
	border: 1px solid #000000AA; */
	box-sizing: border-box;
}
.mybullet{

	float: left;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	background: #00000099;;
	border: 1px solid #FFffff88;
	border-radius: 15px;
	line-height: 28px;
	text-align: center;
	color: white;
	font-weight: bold;
	cursor: pointer;
	margin-right: 2px;
}
.mybullet.selected{
	background: #FF0000AA;
}
.mybullet:hover{

	background: #FF0000AA;
}


.portre {
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 2px 5px 5px #888888;
	;
	box-sizing: border-box;
	float: left;
	height: 80%;
	width: 50%;
	overflow: auto;
}

.bakanlikDiv {
	border: 1px solid black;
	box-shadow: -3px -3px 7px;
}

.myContentDiv {
	width: 100%;
	height: 820px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.myContent {
	/* position: absolute;
	width: 100%;
	height: 100%; */


	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
	width:1280px;
	height: 720px;
	margin-left:auto;
	margin-right:auto;
	transition: background-image 0.5s ease;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	box-sizing: border-box;
	border:2px solid #00000088;
	
}

.myContentTitle {
	/*background: #fff; */
    -webkit-backdrop-filter: blur(4px);
    /* backdrop-filter: blur(4px); */
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 40%); */
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    box-sizing: border-box;
    /* border: 2px solid #000000; */
    /* border-top: none; */
    /* border-bottom-left-radius: 2px; */
    /* border-bottom-right-radius: 2px; */
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    /* color: white;*/
}

.haritaRootDiv {
	background: white;
	width: 100%;
	background: #2D2E79CC;
	box-sizing: border-box;
	height: 800px;
}

.haritaHeader {
	font-size: 20pt;
	letter-spacing: 5px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #2D2E79;
	color: white;
	border-top: 5px solid white;
	/* margin-bottom: 30px; */
	/* border-bottom: 5px solid white; */
}

.olContainer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: Calc(100% - 0px);
	box-sizing: border-box;
	/* border: 2px solid #2D2E79; */
}

.icerikDiv {
	padding: 100px;
	padding-top: 50px;
	background: #EFEBE944;
	box-sizing: border-box;
	/* max-width: 1200px; */
	width: 100%;
	border-radius: 8px;
	border: 1px solid #00000022;
	/* margin-left:Calc(50% - 600px);
	margin-right:auto; */
	text-align: justify;
	float:left;
	display:none;
	min-height:500px;
	box-shadow: 3px 5px 6px #88888866;
	margin-top:0px;
	margin-bottom:0px;
	color: #2D2E79;
}


.ui-widget-overlay {
	background: #000000cc;
	opacity: 1;
}








.menu-div {
	margin-top: 20px;
	background: #2D2E79;
	width: 100%;

}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*background-color: #2D2E79;*/
}

li {
	float: left;
}

li a,
.dropbtn {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px 9px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

li a:hover,
.dropdown:hover .dropbtn {
	background-color: #CE2D25;
}

li.dropdown {
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #2D2E79;
	color: white;
}

.dropdown:hover .dropdown-content {
	display: block;
	z-index: 9999999999999;
}






.newsHeader {
	font-size: 20pt;
	letter-spacing: 5px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #2D2E79;
	box-sizing: border-box;
	color: white;
	/* border-top: 5px solid white; */
	/* border-bottom: 5px solid white; */
}

.ol2Container {
	width: 100%;
	height: Calc(100% - 100px);
	box-sizing: border-box;
}



.myNewsCard {
			
	height: 150px;
	max-height: 150px;
	padding: 10px;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);


}
.myNewsCard:hover {
	background: #CE2D25CC;
	background: #CE2D25;
	color: white; 
	cursor: pointer;

}
.myNewsCard:active {
	background: #CE2D25AA;
	

}
.myNewsCard,
.myNewsCard::before,
.myNewsCard::after {
	transition: all .0s ease-in-out;
}

.myNewsCard img {
	width: 170px;
	float: left;
	padding: 0px 10px;
}

.myNewsCard h1 {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
h1, h2, h3 {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.myNewsCard p {
	margin-top: -20px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.haberstyle{
	
	background-color: whitesmoke;
	transition: background-color 0.5s;
}
.haberstyle:hover{
	background-color: #DCDCDC;
	cursor: pointer;
}

