@font-face {
    font-family: text-security-disc;
	src: url('../font/text-security-disc.woff');
	src: url('../font/text-security-disc.eot'); /* IE9 Compat Modes */
	src: url('../font/text-security-disc.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../font/text-security-disc.woff') format('woff'), /* Modern Browsers */
     url('../font/text-security-disc.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('../font/text-security-disc.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html{
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}
body{
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

.errorInput{
	border: solid 2px #990000 !important;
}

.errorText{
	color: #990000;
}


iframe{
	border: none !important;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #f2f2f2 #687e8d;
	font-family: Times New Roman !important;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bold !important;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #687e8d;
}

*::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 20px;
  border: 3px solid #687e8d;
}

.btn-info {
	color: #fff !important;
	background-color: #17a2b8 !important;
	border-color: #17a2b8 !important;
}

.nav-tabs-ana{
	border-bottom: 1px solid #007bff !important;
}

.nav-tabs-ana .nav-item .nav-link {	
	color: #007bff;
	font-weight: bold;
	border-bottom: 1px solid #007bff !important;
  }
  
  .nav-tabs-ana .nav-item .nav-link.active {
	background-color: #007bff;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #007bff !important;
  }

.link {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
	cursor: pointer;
}

.link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.link:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

.link:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

#header{ 
-webkit-box-shadow: 0px 2px 6px 1px rgba(138,138,138,1);
-moz-box-shadow: 0px 2px 6px 1px rgba(138,138,138,1);
box-shadow: 0px 2px 6px 1px rgba(138,138,138,1);
}
#logo_top{ background-color:#990000;height:30px;}
	.logo{ width:80px;margin:10px; }
.title-menu{ margin-top:20px; padding-top:45px; margin-bottom: -10px; padding-left:5%; }


.notifications{
	width: 330px;
	position: absolute !important;
	background-color: #fff;
	padding: 0px;
	border: solid 2px #ccc;
	display: none;
	z-index: 999;
	height: 475px;
box-shadow: 9px 11px 11px -5px rgba(71,71,71,0.75);
-webkit-box-shadow: 9px 11px 11px -5px rgba(71,71,71,0.75);
-moz-box-shadow: 9px 11px 11px -5px rgba(71,71,71,0.75);
}
.notifications_text{
	font-size:0.8em;
	padding: 0px;
	border: solid 2px #ccc;
	height: 400px;
	overflow-y: scroll;
}
.notifications_caption{
	height: 45px;
	background-color: #0c1426;
	color:#fff;
	margin: 0px;
	padding: 10px;
	border-bottom: solid 1px #ccc;
}
.notifications_footer{
	height: 30px;
	text-align: right;
}
.notifications_footer span, .notifications_text a{
	color:#7c7c7c;
}
.notifications_footer span:hover, .notifications_text a:hover{
	color:#525252;
	text-decoration: none;
	cursor: pointer;
}

#searchTitle{
	box-sizing: border-box;
	width:100%;
	height: 45px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #0e204b; 
	color:#fff;
}
#searchCount{
	box-sizing: border-box;
	width:100%;
	padding: 5px;
	color:#000;
	text-align: right;
	background-color: #f2f2f2;
	font-size: 12px;
	border-bottom: solid 1px #b3b3b3;
}
#searchResultsParent{
	width: 400px;
	height: 400px;
	display: none;
	position: absolute;
	background-color: #fff;
	z-index: 999;
	box-shadow: 9px 11px 11px -5px rgba(71,71,71,0.75);
	-webkit-box-shadow: 9px 11px 11px -5px rgba(71,71,71,0.75);
	-moz-box-shadow: 9px 11px 11px -5px rgba(71,71,71,0.75);
}
#searchResults{
	width:100%;
	box-sizing: border-box;
	overflow-y: scroll;
	height: 335px;
	padding:0px;
}

#mobil_menu_icon{
	position: fixed;
	width:50px;
	height: 50px;
	top:0;
	right: 0;
	z-index: 9999;
	cursor: pointer;
	color:#fff;
	display: none;
	padding-top: 8px;
	padding-left: 10px;
	margin-top: -7px;
}
#mobil_menu{
	position: absolute;
	top:0;
	left:-320px;
	width: 300px;
	min-height: 100%;
	display: block;
	z-index: 9999;
	background-color: #fff;
		box-shadow: 10px -10px 5px 0px rgba(0,0,0,0.75);
		-webkit-box-shadow: 10px -10px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px -10px 5px 0px rgba(0,0,0,0.75);
}

#mobil_menu ul a{
	text-decoration: none !important;
}

#icerik{
	width: 100%;
	position: absolute;
}
#menu_arka{
	display: none;
	position: absolute;
	width: 100%;
	min-height: 100%;
	left: 0;
	top:0px;
	background-color: #000000;
	filter: opacity(50%);
	-webkit-filter: opacity(50%);
	-moz-filter: opacity(50%);
	z-index: 99;
}
#kunye{
	
	box-shadow: 6px 1px 10px 2px rgba(179,179,179,0.75);
	-webkit-box-shadow: 6px 1px 10px 2px rgba(179,179,179,0.75);
	-moz-box-shadow: 6px 1px 10px 2px rgba(179,179,179,0.75);
		color:#fff !important;
		background-color:#374170; background-image: url("../img/bar_bg.png"); background-repeat: no-repeat; background-position: right; }
		.dergi_img{ width: 150px; margin:0px; }
		.kunye_linkler{ margin-bottom:20px;}
		.kunye_baglantilar{ margin-top:20px;margin-bottom:20px;}
		.kunye_feedback{ background-color: #fd7e14; text-align:center; height: 220px;}
		.vertical_text{
			position: relative;
			top: 130px;
			color:#fff;
	     -webkit-transform: rotate(-90deg);
	     -moz-transform: rotate(-90deg);
	     -ms-transform: rotate(-90deg);
	     -o-transform: rotate(-90deg);
	     filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
		}
	#kunye h2 a{ color:#fff !important;}

.indexed{
	width:100%;
}
.indexed tr td{padding: 5px;}

	.vertical-center {
	  min-height: 100%; 

	  display: flex;
	  align-items: center;
	}

#yukari{ 
	width: 60px;
	height: 60px;
	position: fixed;
	bottom:0;
	right: 0;
	display: none;
	z-index: 9999;
	cursor:pointer;
	margin-bottom: 20px;
}

.arsiv_dergi{ 
	float:left; 
	margin: 20px; 
	width:130px; 
	height:190px; 
	text-align:center; 
	background-color: #f2f2f2;
	border: solid 1px #ccc;
	background-size: cover;
	background-position: center;
	cursor:pointer;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.arsiv_dergi:hover{ 
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}

.arsiv_dergi:active{
	border-top: solid 10px #ccc;
	border-left: solid 10px #ccc;
	border-right: solid 10px #525252;
	border-bottom: solid 10px #525252;
}
	.arsiv_dergi span{ width:100px; position:relative; top:140px; font-weight:bold;}

.hata{margin-left:auto; margin-right:auto; margin-top:20px; margin-bottom:20px; padding:10px; width:90%; background-color:#F3F3F3; border-style:solid; border-width:thin; font-size:15px; font-weight:bold; text-align:center;}

#DergiLogo{ width:20%; height:200px; margin:auto; margin-bottom:20px;}
#DergiIcerik{ width:100%; margin-bottom:20px;}
	#MListeGenel{ width:80%; margin:auto;}
.alt_kenar{ padding-top: 10px; padding-bottom: 10px; border-bottom: solid 1px #d2d2d2;}

.dropdown-menu button, .dropdown-menu a{ margin-top: 5px; margin-bottom: 5px; border-bottom:solid 1px #f2f2f2;}
.makale_menu{ float: right;margin-top: -5px;margin-bottom: -5px; margin-right: 20px; }

#main{ margin-top:20px;}
 	.main_menu .dropdown{ box-sizing: border-box; width:100%; margin:0px; text-align:left;}
	.main_menu button, .main_menu .dropdown button { box-sizing: border-box; width:100%; margin:0px; margin-bottom: 10px; text-align:left;}

.Liste{
	width: 100%;
}
.Liste td{
	padding: 10px;
	border-bottom: solid 1px #d2d2d2;
}
.Liste th{
	padding: 10px;
	border-bottom: solid 1px #d2d2d2;
	font-weight: bold;
}

@media (max-width: 1200px) {
	.kunye{ background-image:none;}
	.dergi_adi{ margin-top: 60px !important;}
	.title-menu{ padding-left:0px !important;}
	#logo_top{ height: 50px;}
	#mobil_menu_icon{display: block;}
	#ust_dropmenu{ margin-top: 20px !important;}
	#mobil_menu{
		box-shadow: 10px -10px 5px 0px rgba(0,0,0,0.75);
		-webkit-box-shadow: 10px -10px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px -10px 5px 0px rgba(0,0,0,0.75);
		display: block;
	}
	.makale_menu{ clear: both; margin:20px; width: 100%;}
	#searchResultsParent{ width: 300px !important;}

}
@media (max-width: 990px){
	#searchResultsParent{ width: 90% !important;}
}

/*
#708C8A
#C3D9D7
#938F8D
#E1D2CB
*/
/* admin */

	.login-bg{
		height: 100%;
		min-height: 100%;
		background-image: url('../img/mta-yeni.jpg'); 
		background-size:cover;
		opacity: 0.5;
	}
	.login{
		background-color: #fff; 
		position: absolute; 
		width: 400px; 
		height: 400px; 
		top:50%; 
		left: 50%; 
		margin-left: -200px; 
		margin-top:-200px;
		box-shadow: 0px 0px 23px 8px rgba(0,0,0,0.7);
		-webkit-box-shadow: 0px 0px 23px 8px rgba(0,0,0,0.7);
		-moz-box-shadow: 0px 0px 23px 8px rgba(0,0,0,0.7);
	}
	.title{
		padding: 10px;
		width: 100%;
		background-color: #990000;
		color:#fff;
		border-bottom: solid 2px #ccc;
	}
	.login_form{
		padding: 20px;
	}

.main_buttons{
	width: 190px;
	background-color: #353a40 !important;
	color: #fff; 
	float: left; 
	margin: 10px;
	transition-property: all;
    transition-duration: 0.4s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -o-transition-property: all;
    -o-transition-duration: 0.4s;
}

.main_buttons:hover{
	background-color: #E1D2CB !important; 
	color: #343a40;
	cursor: pointer;
}

.main_buttons .card-title{
	font-size:1em;
}

.main-menu-buttons .btn-primary{
	font-weight: bold;
}

.editor_name{ cursor: pointer; margin-left: 50px; }
.editor_name u{ color: #007bff ; margin-right: 10px;}
.editor_name u:hover{ color: #990000; }
.editor_info{
  position: relative;
  margin-left: 50px;
  background-color: #f2f2f2;
  border: solid 1px #dedede;
  padding: 10px;
}

.editor_info::before{
  content: "";
  position: absolute;
  top: -12px;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #dedede;
  z-index: 0;
}

.editor_info::after{
  content: "";
  position: absolute;
  top: -11px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #f2f2f2;
  z-index: 1;
}