@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,latin-ext);

@font-face {
    font-family: 'Montserrat';
    src: url('montserrat/Montserrat-Bold.eot');
    src: url('montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('montserrat/Montserrat-Bold.woff2') format('woff2'), url('montserrat/Montserrat-Bold.woff') format('woff'), url('montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
a:hover, a:focus {
    color: #0d6096;
}
body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    color: #363636;
    font-size: 14px;
    font-family: Roboto, Geneva, sans-serif;
    background: url(images/siteBg.jpg) no-repeat top center #e7e7e7;
    background-size: contain;
}
.minibaslik {
    font-size: 16px;
    color: #3b96a7;
}
p {
    margin: 12px 0 12px 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
h1 {
    color: #414143;
    font-size: 2em;
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight: 400;
}
.panel-body {
    padding: 10px !important;
}
.panelicerik
{
    padding:10px;
    background-color: #f8f8f8;
}
label {
    font-weight: normal;
	font-size:13px ;
}

h2 {
    font-size: 2em;
    color: #801223;
}

h3 {
    color: #282828;
    font-size: 2em;
    border-bottom: 1px solid #cacaca;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight: 400;
}
.bg{
	background-color: #F21C3E!important;
}

h4 {
    font-size: 17px;
    color: #3b96a7;
    margin: 0;
    padding: 0;
	line-height: 55px !important;
}

a {
    color: #1B7C8D;
}
    a:hover, a:focus {
        
        text-decoration:none !important;
        color:#404040;
    }
    a, a:focus, a:hover, a:active {
        outline: 0;
        text-decoration: none;
		font-size: 14px;
    }

   
}  

td, th {
    padding: 0;
    font-size: 14px;
}

.spaceDiv {
    clear: both;
    height: 10px;
}

.clear {
    height: 30px;
    clear: both !important;
}

.padding0 {
    padding: 0 !important;
}

.padding5 {
    padding: 5px !important;
}

.padding10 {
    padding: 10px !important;
}

.padding15 {
    padding: 15px !important;
}

.padding20 {
    padding: 20px !important;
}

.margin0 {
    margin: 0 !important;
}

.margin10 {
    margin: 10px !important;
}

.margin15 {
    margin: 15px !important;
}

.margin20 {
    margin: 0px 0px !important
}

.marginpadding0 {
    padding: 0 !important;
    margin: 0 !important;
}

a.imgHover img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity:50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

div.siteMainWrapper {

    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.71);
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.71);
}

div.siteTopRow {
    padding: 5px;
    border-bottom: 2px solid #2e5a7c;
}

nav.siteMainNav {
    font-family: 'Montserrat';
    min-height: 42px;
    background-size: contain;
    background-blend-mode: soft-light;
    background-color: #2e5a7c;
    border: none;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
}
@media (min-width: 768px)
{
.navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
}
}
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 11px;
    font-size: 13px;
    border: none;
}

@media (max-width: 991px) and (min-width: 768px){
	.dropbtn {
    font-size: 7px;
}
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fdfc8d;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 10px;
}

.dropdown-content a:hover {background-color: #2e5a7c;color:#fff;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #fdfc8d; color: #000;}

	.fa-caret-down{
		padding-left: 3px;
	}
.navbar-default .navbar-text, .navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-size:12px;
  
}
.navbar-nav>li>a {

    line-height: 22px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px;
}
.navbar-default .navbar-text, .navbar-default .navbar-nav > li > a:hover {
    background: #fdfc8d;
	color: #000;
}

.navbar-default .navbar-toggle {
     background-color: #7d2f75;
    border-color: #dc7fd2;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #7d2f75;
    border-color: #dc7fd2;
    }

ul.topMenu li {
    display: block;
    float: right;
}

    ul.topMenu li a {
        padding: 4px 4px;
        color: #353535;
        text-decoration: none;
        font-size: 14px;
    }
     ul.topMenu li a span {
       padding-left: 5px;
    }

        ul.topMenu li a:hover {
            
            
            text-decoration: none;
        }

div.kapak {
    -webkit-box-shadow: 3px -1px 5px rgba(0,0,0,.33);
    -moz-box-shadow: 3px -1px 5px rgba(0,0,0,.33);
    box-shadow: 3px -1px 5px rgba(0,0,0,.33);
   
    
    position: relative;
}
@media (max-width: 1191px)
{
nav.siteMainNav
{
    background-size: cover;
}
div.kapak
{
    margin-top: 0px;
}
}
@media (max-width:768px)
{
nav.siteMainNav {
    background-image: none;
}
}
@media all and (max-width: 991px) and (min-width: 768px) {
    .navbar-default .navbar-text, .navbar-default .navbar-nav > li > a {
        color: #FFF;
        font-size: 10px !important;
    }
}
.kapakYazi {
    position: relative;
    display: block;
    text-align: center;
    padding: 5px;
    left: -4px;
        background-color: #6A6A6A;
    border-radius: 5px;
    bottom: 0;
    color: #FFF;
   
    

    width: 104%;
}
.ciltyazi
{
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
     margin-bottom: 20px;
}
.kapakYaziEn {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #323232;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    color: #FFF;
    font-size: 1.2em;
    width: 100%;
}

.carousel {
    margin-bottom: 0;
}

div.siteHizliArama {
    border-radius: 0px;
    font-size: .9em !important;
}
.siteHizliArama > .panel-heading {
    border-radius: 0px !important;
    background-color: #2e5a7c !important;
    border-color: #2e5a7c !important;
}
.siteHizliAramaInput {
    margin-top: 10px;
}

div.siteContent {
    border-right: 1px dashed #D4D4D4;
    border-left: 1px dashed #D4D4D4;
    font-size: .9em;
}

div.siteFooter {
    color: #FFF;
    background: #6f6f6f !important;
    padding: 5px;
    font-size: .9em;
}

img.indexLogo {
    padding: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #D8D8D8;
	filter: grayscale(100%);
}

img.indexLogo:hover{
	filter: none;
	transition: 1s;
}

.lookUsFooter {
    text-align: center;
    font-size: .8em;
}

    .lookUsFooter a {
        color: #646A6C;
    }

a.list-group-item-dergi {
    padding: 5px 15px;
}
.list-group-border 
{
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
     margin-bottom: 20px;
}

a.list-group-item-lookus {
	background-color: transparent;
	border: 1px solid #2e5a7c !important;
	color: #2e5a7c;
	font-size: 15px;
    padding: 8px 15px !important;
    border-radius: 5px;
    margin-bottom: 2px;
}
a.list-group-item-lookus1 {
    font-size: 15px;
    color: #FFF;
    background: #AE1626;
    background-image: -webkit-linear-gradient(bottom,#F21C3E, #0b8db7);
    background-image: -moz-linear-gradient(bottom, #F21C3E, #0b8db7);
    background-image: -o-linear-gradient(bottom, #F21C3E, #0b8db7);
    background-image: -ms-linear-gradient(bottom, #F21C3E, #0b8db7);
    background-image: linear-gradient(to top,#F21C3E, #F21C3E);
    padding: 8px 15px !important;
    border-radius: 5px;
    margin-bottom: 2px;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border: 1px solid #41a8bb !important;
}
.searchpanel h3 
{
    padding-bottom:0px !important;
}
.label-danger, .badge-danger {
    background-color: #186a79 !important;
    border-color: #186a79;
}
.list-group
{
    box-shadow: none !important;
    margin-bottom: 0px !important;
}
.left-button
{
   margin-bottom: 20px;
}
a.list-group-item-lookus:last-child
{
    margin-bottom: 0px !important;
}

a.list-group-item-lookus:hover {
    background-color: #2e5a7c;
    color: #fff;
}
.btn-search {
    background-color: #2e5a7c !important;
    border-color: #2e5a7c !important;
	color: #fff!important;
}
.panel-logos
{
        background: #F5F5F5;
    border: 1px solid #E4E4E4;
    border-radius: 0px;
    box-shadow: none;
}
/*Makale listeleme*/
h2.journalIssueTitle {
    font-size: 1.3em;
}

.journalIssueTitlePanel {
    font-weight: bold;
}

.journalArticleTitleTR {
    font-size: 1em;
    padding-bottom: .3em;
    font-weight: bold;
    display: block;
    color: #3e4d5c;
}

.journalArticleTitleEN {
    font-size: 1em;
    padding-bottom: .3em;
    color: #5D0001;
    font-weight: bold;
    display: block;
}

.journalArticleAuthor {
    font-size: .9em;
    padding-bottom: .3em;
    color: #3e4d5c;
    font-weight: normal;
    display: block;
}

.journalArticleLinks {
    font-size: .9em;
    padding-bottom: .3em;
    color: #3e4d5c;
    font-weight: normal;
    display: block;
}

a.journalArticleLabel {
    float: right;
}

    a.journalArticleLabel:hover {
        text-decoration: none;
    }

    a.journalArticleLabel span:hover {
        background: #3e4d5c;
        color: #FFF;
    }
/* Makale içi */
.journalArticleinTitleDOI {
    font-size: 0.8em;
    font-family: Helvetica, Arial;
    font-size: 8pt;
    color: #575747;
    line-height: 160%;
}

    .journalArticleinTitleDOI a {
        font-family: Helvetica, Arial;
        font-size: 8pt;
        color: #575747;
        text-decoration: none;
    }

.journalArticleinTitletur {
    font-size: 1.5em;
    padding-bottom: .3em;
    font-weight: bold;
    display: block;
    line-height: 1.4em;
    color: #363636;
}

.journalArticleinTitleeng {
    font-size: 1.5em;
    padding-bottom: .3em;
    font-weight: bold;
    display: block;
    line-height: 1.4em;
    color: #363636;
}

.journalArticleinAuthor {
    font-size: .9em;
    padding-bottom: .3em;
    color: #3e4d5c;
    font-weight: normal;
    display: block;
}
/* Makale içi */
.breadcrumbTitle {
    font-size: 1.3em;
}

div.siteArticleShare {
    margin-top: 55px;
    font-family: Helvetica, Arial;
    font-size: 8pt;
    background: #F5F5F5;
}

    div.siteArticleShare a {
        padding: 4px;
    }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #6f2d77;
    border-color: #6f2d77;
}

.label-primary, .badge-primary {
    background-color: #EB5768;
    border-color: #EB5768;
}

a.list-group-item-dergi {
    border: 1px solid #DBDBDB;
    background: #E9E9E9;
}

    a.list-group-item-dergi:hover {
        background: #BF1717;
        background-color: #fdfc8d!important;
        color: #000;
    }

.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

    .accordion-heading .accordion-toggle {
        display: block;
        padding: 8px 15px;
    }

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.td_pubtype {
       color: #7e3076;
	
}

    .td_pubtype b {
        padding: 10px 10px 10px 20px;
        display: block;
        background: #F2F2F2;
        margin-bottom: 10px;
        margin-top: 10px;
        border: 1px solid #ddd;
        color: #196573;
    }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: #69a7b7;
}

.panelboard {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f8f8f8;
}
.covid{
	padding: 23px!important;
}
.butonform{
    font-weight:bold;
   
    padding-top:15px;
    padding-bottom:15px;
    border: solid 1px #dbdbdb;
	background-image: -webkit-linear-gradient(bottom, #e4e4e4, #fff);
	background-image: -moz-linear-gradient(bottom, #e4e4e4, #fff);
	background-image: -o-linear-gradient(bottom, #e4e4e4, #fff);
	background-image: -ms-linear-gradient(bottom, #e4e4e4, #fff);
	background-image: linear-gradient(to top, #e4e4e4, #fff);
    margin-bottom:15px;
	    margin-right: 15px;
}
.butonform i {
    font-size:17px;
    margin-right:5px;
}

.logolar {
        padding-top:15px;
    padding-bottom:15px;
    border: solid 1px #dbdbdb;
	    background-color: #fbfbfb;
    margin-bottom:15px;
}


.panel-title {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    padding: 0px !important;
}

.panel-default > .panel-heading {
    color: #fafafa;
    background-color: #6a6a6a;
    border-color: #e6e9ed;
    margin-bottom: 5px;
}

a:hover, a:focus {
    text-decoration: none !important;
    color: #999;
}


.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
	z-index: -99 !important; 
}
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}

@media (max-width: 768px) {
	
	.xs-text-center
	{
		text-align:center;
	}
	
}
.id{
	width: 1em;
    margin-left: 2px;
}

.fa-orcid {
	color: #a2c83a;
}

.header-minititle {
	padding-top: 100px;
    color: #2e5a7c;
    font-size: 15px;
}

@media screen and (max-width: 991px) {
	.header-minititle {
		padding-top: 60px;
		color: #2e5a7c;
		font-size: 15px;
	}
}

@media screen and (max-width: 700px) {
	.header-minititle {
		padding-top: 75px;
		color: #2e5a7c;
		font-size: 15px;
	}
}

@media screen and (max-width: 600px) {
	.header-minititle {
		padding-top: 65px;
		color: #2e5a7c;
		font-size: 15px;
	}
}

@media screen and (max-width: 500px) {
	.header-minititle {
		padding-top: 25px;
		color: #2e5a7c;
		font-size: 14px;
	}
}

@media screen and (max-width: 499px) {
	.header-minititle {
		padding-top: 0px;
	}
}

.erciyes-img {
	max-width: 115px;
}

@media screen and (max-width: 991px) {
	.erciyes-img {
	max-width: 80px!important;
	}
}

@media screen and (max-width: 700px) {
	.erciyes-img {
	max-width: 95px!important;
	}
}

@media screen and (max-width: 600px) {
	.erciyes-img {
	max-width: 80px!important;
	}
}

@media screen and (max-width: 500px) {
	.erciyes-img {
	max-width: 65px!important;
	}
}

@media screen and (max-width: 499px) {
	.erciyes-img {
	max-width: 50px!important;
	}
}

.metricsbtn {
	border: 7px solid #fdfc8d;
    border-radius: .8em;
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center;
    font-size: 19px;
    margin: 70px 0px 17px 0px;
    color: red;
    font-weight: 600;
    letter-spacing: 0.8px;
	transition: .5s;
}

.metricsbtn:hover {
	border: 7px solid #fdfc8d;
	background-color: #fdfc8d;
	font-weight: 600;
	font-size: 19px;
	color : red;
	
}