﻿/*	GENEL ALAN	*/

body {
	font-family: 'Poppins', sans-serif;
	font-size:12px;
	line-height:1.9;
	font-weight:400;
	background:#f3f5f9;
	overflow-y:scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:700;
	font-family: 'Encode Sans Condensed', sans-serif;
	color:#2199d6;
}
h1 {
	font-size:24px;
	padding:30px 0 20px 0;
	text-align:center;
	margin:0;
	border-bottom:1px solid #eee;

}
h3 {
	font-size:16px;
	color:#4a4a4a;
	text-align:center;
	line-height:22px;
	margin-top:20px;
}
h4 {
	font-size:14px;
	color:#999;
	text-align:center;
}
h5 {
	font-size:15px;
	color:#000;
}
.fs-11{
    font-size: 11px!important;
}
.title{
	font-weight:700;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size:24px;
	padding:30px 0 20px 0;
	text-align:center;
	margin:0;
	border-bottom:1px solid #eee;
}
a {
	text-decoration:none;
	cursor:pointer;
}
label{
	font-weight:700;
}
.ta-l{
    text-align: left!important;
}
@media (min-width:768px) {

  .row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
  }
  
}

.small{
	font-size:12px;
	color:#666;
	padding:10px 5px 0 5px;
}
.form-control{
	font-size:14px;
}
.header {
	margin-top:70px;
	height:30px;
}
.header a{
	float:right;
	margin-left:20px;
	text-decoration:none;
}
.header a img{
	margin-top:-4px;
}
.main {
	min-height:400px;
	margin: 0 auto 10px auto;
	border:4px solid #eee;
	background: #fff;
}
.btn-warning{
	margin-right:-42px;
}
.bold{
	font-weight:700;
}
.orcid-note{
	background:#e9f6fb;
	padding:20px 20px 10px 20px;
}
.orcid-note p{
	margin-bottom:5px;
}
.orcid-note a{
	font-weight:500;
}

.oturum-alani {
	width:300px;
	display:block;
	margin:0 auto 0 auto;
}

.oturum {
	padding-bottom:30px;
	min-height:490px;
}
.oturum input, .oturum select{
	box-shadow: none !important;
}
.oturum .btn-success{
	padding:5px 40px;
	margin-top:10px;
	border-bottom:5px solid #508e05;
	background:#6dbc0b;
	width:100%;
	
	font-weight:700;
	font-family: 'Encode Sans Condensed', sans-serif;
	text-shadow:0 1px 0 #508e05;
	font-size:16px;
}

.oturum .btn-default{
	position:absolute;
	left:20px;
	top:45px;
}
.oturum .btn-info{
	padding:7px 60px;
	border:1px solid #ddd;
	border-bottom:5px solid #ddd;
	margin-top:20px;
	width:100%;
	background:#fff;
	color: #999;
	
	font-weight:700;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size:14px;
}
.tanitim {
	border-right:2px dashed #eee;
	min-height:490px;
	padding-bottom:40px;
		
}
.thumbnail{
	border:1px solid #eee;
	padding:5px;
	margin:10px 0 10px 0;
}
.info {
	margin:12px auto;
	display:block;
	text-align:center;
	text-shadow:1px 1px 0 #fff;
	text-shadow:0 1px 0 #fff;

}
.info a {
	color:#2d932b;
	font-weight:700;
	padding:0 8px 0 0;
}
.info a:hover {
	color:#878787;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .3s linear;
	-transition:all .2s linear
}

footer{
	text-shadow:0 1px 0 #fff;
	padding-bottom:100px;
	
}
footer p, footer img{
	margin:0;
}

.pr-0{
	padding-right:0 !important;	
}
.pl-0{
	padding-left:0 !important;	
}
.p-20{
	padding:20px !important;	
}
.pt-20{
	padding-top:20px !important;	
}
.p-0{
	padding:0;
}
.font-red{
	color:#f00;
}
.dikkat{
	color:#F00;
	display:none;
	font-size:12px;
}
.basarili{
	text-align:center;
	margin:40px 0;
	font-size:100px;
	color:#508e05;
}


.page-logo a{
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size:24px;
	font-weight:700;
	color:#ff146c;
	margin:-6px 0 0 12px !important;
	text-decoration:none !important;
}
.page-logo a span{
	color:#4eaedf;
}
.page-logo a:hover{
	text-decoration:none;
}


.select2-selection {
	height:38px !important;
	line-height:36px !important;
	border-radius: 0 !important;
	border:1px solid #d4dde7 !important;
}
.select2-selection__rendered {
	height:38px !important;
	line-height:34px !important;
}
.select2-selection__arrow{
	margin-top:3px;
}
input[type="text"], input[type="email"], textarea{
	border-radius: 0 !important;
	border:1px solid #d4dde7;
	font-size:13px !important;
}



.i-checks {
  padding-left: 20px;
  cursor: pointer;
}

.i-checks input {
  position: absolute;
  margin-left: -20px;
  opacity: 0;
}

.i-checks input:checked + i {
  border-color: #23b7e5;
}

.i-checks input:checked + i:before {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #23b7e5;
}

.i-checks input:checked + span .active {
  display: inherit;
}

.i-checks input[type="radio"] + i,
.i-checks input[type="radio"] + i:before {
  border-radius: 50%;
}

.i-checks input[disabled] + i,
fieldset[disabled] .i-checks input + i {
  border-color: #dee5e7;
}

.i-checks input[disabled] + i:before,
fieldset[disabled] .i-checks input + i:before {
  background-color: #dee5e7;
}

.i-checks > i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 4px;
  margin-left: -20px;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cfdadd;
}

.i-checks > i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.i-checks > span {
  margin-left: -20px;
}

.i-checks > span .active {
  display: none;
}

.i-checks-sm input:checked + i:before {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
}

.i-checks-sm > i {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-left: -18px;
}

.i-checks-lg input:checked + i:before {
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
}

.i-checks-lg > i {
  width: 30px;
  height: 30px;
}



.tarih_sayac {
	margin:10px auto;
	text-align:center;
	text-shadow:none !important;
	border:1px solid #eee;
	width:320px;
}
.tarih_sayac .tarih{
	font-size:14px;
	font-weight:bold;
	background:#fff;
	line-height:30px;
	color:#4a4a4a;
	margin-bottom:0;
	height:30px;		
}

.tarih_sayac .tarih span{
	padding-top:5px;
	width:19.7%;
	height:30px;
	display:block;
	float:left;
	border-right:1px solid #eee;
}
.tarih_sayac .tarih span:last-child{
	border:none;
}
.tarih_sayac .yazi{
	font-size:10px;
	background:#fff;
	height:20px;
	color:#666;
	margin-bottom:0;
		
}

.tarih_sayac .yazi span{
	width:19.7%;
	display:block;
	float:left;
	border-right:1px solid #eeee;
}

.tarih_sayac .yazi span:last-child{
	border:none;
}
.tarih_sayac .not{
	font-size:12px;
	background:#eee;
	line-height:30px;
	border-top:5px solid #ddd;
	color:#444;
		
}


.nokta ul{
    list-style: none;
    padding: 0;
    display: inline;

}
.nokta ul li{
     display: inline;
}

.nokta ul li:not(:last-child)::after {
    content: "\2022";
    margin: 0 5px;
}



.search-area {
	width:95%;
	border:1px solid #ccc;
	display:none;
	position:absolute;
	z-index:9999;
	background:#fff;

}
.search-area ul{
	padding:0;
	margin:0;
	list-style:none;

}
.search-area ul li{
	padding:5px 20px;
	border-bottom:1px solid #eee;
	line-height:26px;
	cursor:pointer;

}
.search-area ul li:last-child{
	border-bottom: none;

}








.program-bilgi{
}
.program-bilgi .etkinlik{
	font-size:16px;
	font-weight:600;
	padding:15px;
	color:#fff;
	font-family: 'Encode Sans Condensed', sans-serif;	
}
.program-bilgi .etkinlik .nav{

}
.program-bilgi .etkinlik .nav a{
	color:#fff;
}
.program-bilgi .etkinlik .nav a:hover, .program-bilgi .etkinlik .nav .open> a,.program-bilgi .etkinlik .nav .open>a:focus, .program-bilgi .etkinlik .nav .open>a:hover {
   color:#333;
}
.program-bilgi .etkinlik-detay{
	font-family: 'Encode Sans Condensed', sans-serif;	
	font-size:13px;
	padding:10px 15px;
	background:#eee;
}
.program-bilgi .etkinlik-detay b{
	font-weight:700;
}
.program-bilgi .etkinlik-detay i{
	margin-right:3px;
}
.program-bilgi .etkinlik-detay span{
	margin-right:30px;
}
.program-bilgi .etkinlik-aciklama{
	font-size:13px;
	padding:10px 15px;
	text-align:justify;
	line-height:22px;
	background:#f9f9f9;
}
.program-bilgi .bildiri{
	background:#f9f9f9;
}
.program-bilgi .bildiri li{
	border-bottom:1px dashed #ddd;
	padding:10px 0;
}
.program-bilgi .bildiri li p{
	font-size:13px;
	margin:0;
	padding:0;
	color:#444444;
}
.program-bilgi .bildiri li p b{
	font-weight:700;
}
.program-bilgi .bildiri li p .baslik{
	font-weight:600;
	line-height:26px;
	margin:0;
	padding:0;
	color: #48465b;
}
.program-bilgi .bildiri li:last-child{
	border-bottom: none;
}




.vcard-bildiri{
	font-family: 'Encode Sans Condensed', sans-serif !important;	
}
.vcard-bildiri .alan{
	padding:20px 30px 10px 30px;
	
}
.vcard-bildiri .alan .baslik{
	font-family: 'Encode Sans Condensed', sans-serif;	
	font-size:20px;
	line-height:32px;
	font-weight:700;
	margin-bottom:10px;
}
.vcard-bildiri .alan .yazarlar{
	font-family: 'Encode Sans Condensed', sans-serif;	
	font-size:14px;
	line-height:18px;
	font-weight:400;
	margin-bottom:10px;
}
.vcard-bildiri .alan .yazarlar b{
	font-weight:600;
}
.vcard-bildiri .orta{
	font-family: 'Encode Sans Condensed', sans-serif;	
	padding:20px 30px;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	font-size:15px;

	background: rgb(249,249,249); 
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 50%, rgba(249,249,249,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 50%,rgba(249,249,249,1) 100%); 
	background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 50%,rgba(249,249,249,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=0 ); 
}
.vcard-bildiri .yazar{
	padding:30px;
	font-family: 'Encode Sans Condensed', sans-serif;
}
.vcard-bildiri .yazar img{
	border-radius:50%;
	
}
.vcard-bildiri .yazar h3{
	font-family: 'Encode Sans Condensed', sans-serif;
	margin:0 0 5px 0;
	font-weight:700;
	font-size: 22px;
	text-align: left!important;
}
.vcard-bildiri .yazar p{
	font-family: 'Encode Sans Condensed', sans-serif;	
	margin:0;
	line-height:22px;
}
.vcard-bildiri .yazar table{
	line-height:22px;
}
.vcard-bildiri .liste{
	font-family: 'Encode Sans Condensed', sans-serif;
	padding:0 30px;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	font-size:14px;

}
.vcard-bildiri .liste h3{
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
.vcard-bildiri .liste .tarih{
	font-size:12px;
}
.vcard-bildiri .liste .baslik{
	font-weight:700;
	padding:5px 0 2px 0;
}
.vcard-bildiri .liste .yazarlar{
	font-weight:400;
	font-size:12px;
}
.vcard-bildiri .liste .yazarlar b{
	font-weight:600;
}


