


/* defaults */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #C1C1C1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:   #C1C1C1;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #C1C1C1;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #C1C1C1;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:   #C1C1C1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}
a {
  text-decoration: none !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.button-success,
.button-error,
.button-warning,
.button-secondary {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.button-success {
  background: #1cb841;
}
.button-error {
  background: #ca3c3c;
}
.button-warning {
  background: #df7514;
}
.button-secondary {
  background: #42b8dd;
}
.bold {
  font-weight: bold;
}
/* end defaults */










/* container */
body {
  background: #f1f4f4;
  font-family: Calibri, sans-serif !important;
}
.centered {
  width: 1000px;
  margin: 0px auto;
}
.body_container {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  padding: 40px;
  /* margin-top:45px; */
}
.body_pad_home {
  padding: 30px !important;
}
.body_pad_search {
  padding: 50px 70px 60px 70px !important;
}
/* end container */











/* search box */
.search_container {
  max-width: 700px;
}

#searchBox {
  border: none;
  outline: none;
  padding-left: 15px;
  line-height: 65px;
  width: 550px;
  border:2px solid rgb(93, 182, 213);
  box-shadow: none;
  border-radius: 3px;
  background: #fff;
}
#searchBox1 {
  border: none;
  outline: none;
  padding-left: 15px;
  line-height: 28px;
}
#auto-suggest-box {
  min-height: 250px;
  width: 691px;
  margin-top: 1px;
  left: -1px;
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 1000;
}
#auto-suggest-box1 {
  min-height: 150px;
  right: -1px;
  left: -1px;
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 1000;
}
.icon-search {
  background: #0093B0;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  border-radius: 3px;
  cursor: pointer;
}
#searc-complete-result a.selected li{background:#f4f1f1 !important;}
/* end search box */










#scrollTop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 3px;
  background: #555;
  opacity: 0.2;
  padding: 10px 12px 10px 12px;
  cursor: pointer;
}
#scrollTop span {
  color: #fff;
  font-size: 24px;
}
#scrollTop:hover {
  opacity: 0.5;
}




/* top news bar */
#newsbar_container {
  background: #E57742;
  display: none;
}
#newsbar_inner {
  position: relative;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #E57742;
  text-align: center;
  border-bottomm: 1px solid #ddd;
  padding-bottom: 0px;
  color: #fff;
  font-size: 16px;
}
#newsbar_heading {
  margin-right: 20px;
}
#newsbar_heading .icon-circle-right {
  font-size: 10px;
}
#newsbar_text {
  font-size: 15px;
}
#newsbar_text a {
  text-decoration: none;
  color: #fff;
}
#newsbar_close {
  text-decoration: none;
  position: absolute;
  top: 3px;
  right: 10px;
  font-weigt: 800;
  font-size: 13px;
  color: #fff;
}
#newsbar_open {
  text-decoration: none;
  font-size: 13px;
  position: absolute;
  top: 6px;
  right: 6px;
  font-weigt: 800;
  color: #E57742;
  display: none;
}
#newsbar_close:hover {
  color: #999;
}
#show_news {
  background: #E57742;
  height: 4px;
  width: 100%;
}
/* end top news bar */










/* page headers */
.dia-navul.right a {
  /* color: rgba(0,0,0,0.55); */
}
.header_cilt:hover,
.header_harf:hover,
.header_menu:hover {
  background: #fff;
  color: #000;
}
.dia-navul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.dia-navul>li {
  float: left;
  line-height: 65px;
  border-right: 1px solid rgba(191,191,191,0.45);
}
.dia-navul>li>a {
  text-decoration: none;
  color: #999;
}
.dia-navul>li>a:hover {
  color: #000;
}


#header_container {
  display: table;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px #cbcbcb !important;
  box-shadow: 0 1px 2px #cbcbcb !important;
  z-index: 1198;

}

.header_logo {
  padding-right: 20px;
  padding-left: 4px;
}
.header_logo img {
  height: 46px;
  vertical-align: middle;
  margin-bottom: 4px;
}
.header_search {
  position: relative;
  padding: 0 20px 0 20px;
  border-right: none !important;
}
.header_right {
  float: right;
}
.header_cilt {
  padding: 0 15px 0 15px;
  border-left: 1px solid rgba(191,191,191,0.45);
}
.header_harf {
  padding: 0 15px 0 15px;
}
.header_cilt span,
.header_harf span {
  font-size: 12px;
}
.header_menu {
  position: relative;
  border-right: none !important;
  padding: 1px 20px 0 20px;
  color: rgba(0,0,0,0.5);
}
.header_user {
  position: relative;
  border-left: 1px solid rgba(191,191,191,0.45);
  border-right: none !important;
  padding: 1px 20px 0 20px;
  color: rgba(0,0,0,0.5);
}
.hover-menu {
  position: absolute;
  display: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: #fff;
  border: 1px solid #ddd;
  right: 0;
  margin-top: 0px;
  z-index: 1000;
}
.header_user .hover-menu {
  width: 220px;
}
.header_menu .hover-menu {
  width: 260px;
}
.hover-menu-button {
  cursor: pointer;
}
.hover-menu ul {
  list-style: none;
  maring: 0px;
  padding: 0px;
}
.hover-menu ul li {
  float: none;
  line-height: 40px;
  text-align: right;
  padding: 0 15px 0 10px;
  border-bottom: 1px solid #ededed;
}
.hover-menu ul li a {
  text-decoration: none;
  color: #666;
}
.hover-menu ul li a:hover {
  color: #000;
}
.menu-top-left {
  text-align: right;
}
.menu-top-left li {
  line-height: 42px;
}
.menu-top-left li a {
  font-size: 14px;
}
.menu-top-left li a:hover {
  background: inherit !important;
  color: #F38041;
}
#menu .pure-menu-link:focus {
  background: #fff !important;
}

.pure-form .pure-img {
  opacity: 0.6;
  height: 30px !important;
}
.pure-form .pure-img:hover {
  opacity: 1;
}
.brand-logo {
  height: 20px;
  margin: 0px;
}
.home-search-container {
  padding: 45px 0 25px 0;
}
.arrow-selected {
  font-weight: bold;
}
.alphabet {
  margin: 30px auto;
  text-align: center;
  margin-bottom: 20px;
}
.alphabet span {
  text-align: center;
  margin-bottom: 30px;
  margin-right: 2px;
}
.alphabet span {
  text-decoration: none;
  color: #666;
  font-size: 18px;
}
.alphabet a:hover {
  font-weight: bold;
}
#letter-button {
  background: #fff;
  color: #333;
  font-weight: bold;
  border: 2px solid #D0D5D7;
  border-radius: 3px;
}
#letter-button:hover {
  border-color: #A2ABAE;
}
/* end page headers */











/* footer */
.flink {
  text-decoration: none;
  color: #666;
  line-height: 25px;
}
.flink:hover {
  text-decoration: underline;
}
#fcilt a,
#fcilt span {
  text-decoration: none !important;
  color: #666;
  line-height: 27px;
}
#fcilt a:hover {
  font-weight: bold;
}
#fcilt div:hover {
  background: #fff;
}
#fcilt {
  padding-right: 20px;
}
#fcilt div {
  float: left;
  text-align: center;
  background: #e1eaea;
  padding: 4px 5px 4px 5px;
  width: 30px;
  margin-bottom: 6px;
  margin-right: 6px;
}
.fal div {
  background-color: inherit !important;
  padding: 0px 3px 1px 3px !important;
  width: 20px !important;
}
.fal a {
  font-size: 16px !important;
}
#grida li a div {
  opacity: 0.9;
  border-radius: 2px;
  background: #fff;
}
#grida li a div:hover {
  opacity: 1;
}
#grida li a div {
  padding: 12px;
  box-shadow: 1px 1px 3px 1px rgba(214,197,214,0.8);
}
#grida li a div:hover {
  box-shadow: 1px 1px 3px 1px #d6c5d6;
}
#grida li a {
  text-decoration: none;
}
#grida li  a img {
  margin-bottom: 10px;
}
#grida h2 {
  color: #E16328;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 0px;
}
#grida h3 {
  color: #666;
  font-size: 15px;
  font-weight: normal;
  line-height: 21px;
  margin-top: 5px;
}
#grida h3 b {
  font-size: 12px;
  color: #555;
}
/* end footer */





/* Tipso Bubble Styles */
.tipso_bubble,.tipso_bubble > .tipso_arrow{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;  opacity:1}
.tipso_bubble{position:absolute;text-align:center;border-radius:3px; z-index:9999; opacity:1}
.tipso_style{border-bottom:1px dotted}
.tipso_title{border-radius:6px 6px 0 0}
.tipso_content{word-wrap:break-word;padding:0.3em 0.5em 0.3em}
.tipso_bubble.tiny{font-size:0.6rem}
.tipso_bubble.small{font-size:0.9rem;}
.tipso_bubble.default{font-size:1rem}
.tipso_bubble.large{font-size:1.2rem;width:100%}.tipso_bubble > .tipso_arrow{position:absolute;width:0;height:0;border:8px solid;pointer-events:none}.tipso_bubble.top > .tipso_arrow{border-top-color:#000;border-right-color:transparent;border-left-color:transparent;border-bottom-color:transparent;top:100%;left:50%;margin-left:-8px}.tipso_bubble.bottom > .tipso_arrow{border-bottom-color:#000;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;bottom:100%;left:50%;margin-left:-8px}.tipso_bubble.left > .tipso_arrow{border-left-color:#000;border-top-color:transparent;border-bottom-color:transparent;border-right-color:transparent;top:50%;left:100%;margin-top:-8px}.tipso_bubble.right > .tipso_arrow{border-right-color:#000;border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent;top:50%;right:100%;margin-top:-8px}.tipso_bubble .top_right_corner,.tipso_bubble.top_right_corner{border-bottom-left-radius:0}.tipso_bubble .bottom_right_corner,.tipso_bubble.bottom_right_corner{border-top-left-radius:0}.tipso_bubble .top_left_corner,.tipso_bubble.top_left_corner{border-bottom-right-radius:0}.tipso_bubble .bottom_left_corner,.tipso_bubble.bottom_left_corner{border-top-right-radius:0}
/* END - Tipso Bubble Styles */






/* article page */
.article_header_container {border:none; padding:0px; margin-left:1px; }
.article_title {margin-bottom:4px !important; font-size:20px;}
.article_title h1 {color: #444; line-height:36px;}
.article_info{color:#999 !important; margin-bottom:5px; width:760px; font-size:0.7em}
.article_info h2{color:#777;}
.arabic_title{font-size:1.6em; margin-bottom:0.2em; color:#777}
.article-dt{font-family:calibri light;}

.pnl{border:1px solid #ededed;padding:20px;margin-bottom:40px;position:relative;border-radius: 3px;line-height: 25px;font-size: 15px;color: #666;}
.pln-header{position:absolute;top: -13px;left: 10px;background:#fff;padding-left: 10px;padding-right: 10px;}

.authors_container {position: relative; color:#777; font-size:15px;}
.authors_popup {padding: 8px 0 8px 0;position: absolute;display: none;box-shadow: 0 1px 2px rgba(0,0,0,0.2);background: #fff;border: 1px solid #ddd;width: 275px;left: 0;margin-top: 10px;z-index: 1000;}
.authors_popup>div {padding: 4px 20px 4px 20px; font-size: 15px;}
.authors_popup img {position: absolute; top: -9px; left: 8px;}
.authors_container a {color: #398fd1;}
.authors_container a:hover {text-decoration: underline !important;}
.article_tools_container {margin-top: 10px; padding-bottom: 10px; margin-bottom: 20px;}

.m-content a{color:#0093b0;}
.m-content a:hover{text-decoration:underline;}
.m-content br{} 

.tbl_tool {
  width: 100%;
}
.tool_td {
  width: 30px;
}
.tool_painter,
.tool_print,
.tool_msg {
  opacity: 0.5;
  height: 24px;
  cursor: pointer;
  line-height: 24px;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 2px;
}
.tool_painter:hover,
.tool_print:hover,
.tool_msg:hover {
  opacity: 1;
}
.tool_painter {
  background: #F4ECD9;
}
.tool_print {
  margin-left: 5px;
  background: #ccc;
}
.tool_msg {
  margin-left: 5px;
  background: #0093B0;
}




		.article-part-header{background:#f4f1f1;  margin-bottom:17px; border-radius:1px; position:relative;}
		.article-part-header.kor-part{background-color:#f1f4f4 !important; }
		.article-part-header .yazim-arrow{position:absolute; bottom:-10px; left:20px; z-index:1}
		.part-author{padding-left:15px; line-height:55px}
		.part-title{display:none}
		.part-title a{color:#666}
		.part-authors{font-size:16px}
		.part-authors span{color:#888}
		.part-authors a{color:#0093b0}
		.part-info{padding-right:15px;text-align:right; padding-top:16px}
		.atif-btn{float:right;position:relative; cursor:pointer; color:#0093B0; font-size:19px; padding-top:1px; margin-left:14px;border-left: 1px solid rgba(233, 138, 92, 0.29); padding-left: 14px;}
		.atif-btn.top{position:absolute; top:5px; right:0px;}
		.atif-btn.top .atif-kutusu{border-top:1px solid #ddd;}
		.atif-btn.top .ak-list{height:280px; overflow-y:auto; overflow-x:hidden;}
		.atif-kutusu{position:absolute;text-align:left; right:-15px; top:42px; background:#fff; width:330px; display:none; box-shadow: 0 2px 3px rgba(0,0,0,0.4); padding:20px; z-index:5; font-size:15px; color:#666}
		.ak-title{border-bottom:1px solid #ddd; padding-bottom:8px; font-size:18px; line-height:23px !important}
		.ak-muellif{line-height:18px; padding-top:10px;}
		.ak-site{line-height:18px; padding-top:12px;}
		.ak-yayinci{line-height:18px; padding-top:12px;}
		.ak-ilkyayin{line-height:18px; padding-top:12px;}
		.ak-adres{line-height:18px; padding-top:12px;}
		.ak-copy{border-top:1px solid #ddd; padding-top:10px; margin-top:10px;}
		.ak-copy span{background:#f9f9f9; color:#666; padding:4px 15px 4px 15px; border:1px solid #ddd; border-radius:2px; cursor:pointer}
		.ak-copy span:hover{background:#f1f1f1;}
		.ak-copytext{display:none; line-height:17px;}
		.msg-btn{ float:right; margin-left: 14px; cursor:pointer; font-size:21px; color: #967A7A}
		.msg-btn a{color: #967A7A}
		.print-btn{float:right; cursor:pointer; font-size:20px; color: #967A7A; padding-top:1px;}
		
.article-part-nav-info{position:absolute; background:#E98A5C; top:-11px; left:15px; list-style-type:none; margin:0px; padding:0px; color:#fff; border-radius:2px;}
.article-nav-prev{cursor:pointer; padding:0 7px 0 8px;  height:21px; float:left; border-right:1px solid #F3BFA7; line-height:0px; padding-top:0.3rem}
.article-nav-prev span, .article-nav-next span{font-size:11px;}
.article-nav-prev.kor{border-right:1px solid #ddd;}
.article-nav-next{cursor:pointer; padding:0 7px; height:21px;float:left; line-height:0px; padding-top:0.3rem}
.article-nav-next.kor{border-left:1px solid #ddd;}
.article-nav-passive{cursor:default;}
.article-nav-passive span{opacity:0.3; cursor:default;}
.article-nav-prev.kor span, .article-nav-next.kor span{color:#afa1a1;}
.article-nav-numbers{padding:0 12px; height:21px;line-height:21px; float:left;border-right:1px solid #F3BFA7; font-size:13px; font-weight:bold; letter-spacing: 3px;}
.article-nav-open-info{cursor:pointer; padding:0 9px; height:21px; line-height:22px; float:left; border:none; font-size:13px; font-weight:bold;}
.article-nav-info-li{float:left; height:21px; background:rgb(181, 164, 164); font-size:13px; line-height:21px; height:21px; padding:0 10px; display:none; border-top-right-radius: 2px; border-bottom-right-radius: 2px;}


.tipso_style{border-bottom:none !important;}
.article-ps{font-size: 14px; line-height: 20px; padding-top: 10px; color: #888;}
.article-country-container{border:1px solid #ddd; margin-bottom:0px}
.article-country-container.sepya{border:1px solid #c5bead;}
.country-flag{padding: 25px 40px 25px 40px; margin-bottom: 10px; border-bottom: 1px solid #ddd;}
.country-flag img{width:100%; border:1px solid #ededed;}
.flag-props{padding-top:0px; padding-bottom:10px}
.flag-props>div b{font-size:15px; line-height:20px;}
.flag-props>div:not(.country-flag){padding:6px 20px;}
.flag-ps{border-top:1px solid #ededed; padding-left:20px; padding-right:20px; color:#888; padding-top:15px !important; font-size:14px;  padding-bottom:15px; margin-top:10px;}
.ah-header<div<div{padding-left:40px;}


.right-gallery{ margin-bottom:40px; }
.right-gallery img{width:100%; ;border-radius:3px;}
.right-gallery:hover{}
.right-info{font-size:14px; color:#777; padding-top:5px;}
.right-info>p{margin: 0}
.right-info>p:first-child{margin-bottom: 5px;}
.right-gallery a{text-decoration:none !important}

.madde_suggested_container{border:none; margin-bottom:40px; padding-bottom:20px;}
.suggested_caption{font-size: 18px; font-weight: bold; color: #E16327; font-weight: bold; margin-bottom: 0px; padding: 0px 0px 5px 0px;padding:15px; background:#ededed; color:#777;}
.suggested_inner{padding:15px; }
.related-subjects{list-style-type:none;  margin:0px; padding:0px;}
.related-subjects a:last-child li  {border-bottom:nonee !important;}
.related-subjects a:first-child li  {padding-top:0px !important;}
.related-subjects li{padding:20px 0px 20px 0px; border-bottom:1px solid #F7D7C8;}
.related-subjects li:hover{}
.related-subjects a li{text-decoration:none; ;font-size:17px;}
.related-subjects a:hover li .rs-adi{color:#266FA4 !important}
.related-subjects li .rs-mahiyet{font-size:16px; color:#e16327;  padding-bottom:3px;}
.related-subjects li .rs-adi{font-size:17px; font-weight:bold; color:#444}
.related-subjects li .rs-tanitim{color:#777 !important; font-size:16px;}
.related-subjects li a:hover{text-decoration:underline; color:#4985B8;}
.related-subjects .list_start{border-top:3px solid #ddd; margin-top:20px; padding-top:20px;}
.list a{color:rgb(73, 133, 184) !important;}
.title_info{padding-top:12px; color:#777; font-size:16px;}


span.hdr{font-weight:bold;}
.chapter_sprtr{border-color:#eee; height:2px; border:none; color:#eee; background-color:#eee; margin-bottom:40px; margin-top:20px}
.bibliyografya{font-weight:bold; color:#555; font-size:16px;}




.madde_sayfa_atif{padding-bottom:150px;}
.madde_sayfa_atif a{font-size:18px; font-weight:bold; color:#4078c0;}

/* fixed left bar */
.article-left-bar{position:fixed; margin-left:-118px; margin-top:20px; padding-top:4px; padding-bottom:4px; background:#fff;border-radius:3px;box-shadow: 0 1px 2px rgba(0,0,0,0.2);}
.bar-line{border-bottom:1px solid #f4f1f1;}
.bar-line-nav{border-bottom:1px solid #ddd; }
.bar-cell{text-align:center;}
.bar-cell.bleft{padding:10px 2px 4px 10px}
.bar-cell.bright{padding:10px 10px 4px 2px;}
.bar-cell.fup{padding:14px 2px 4px 10px;}
.article-left-bar .icon-align-left, .article-left-bar .icon-align-left .icon-align-justify{cursor:pointer;}
.bar-cell span:hover{opacity:0.8}
.bar-cell .icon-chevron-circle-left{font-size:20px; color:#666}
.bar-cell .icon-chevron-circle-right{font-size:20px; color:#666}
.bar-cell #txtup{font-size:15px; cursor:pointer}
.bar-cell #txtdown{font-size:20px;  cursor:pointer}
.bar-cell #pagecolorSepia, .bar-cell #pagecolorWhite{display: inline-block; width:21px; height:21px; cursor:pointer}
.bar-cell #pagecolorSepia{background-color: #F4ECD9;margin-right: 2px; border:1px solid #E4D0A3; cursor:pointer}
.bar-cell #pagecolorWhite{background-color: #fff; border: 1px solid #BCBCBC; cursor:pointer}

.fadeout {
    position: relative; 
    bottom: 4em;
    height: 4em;
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    ); 
}

.article-plan{border:1px solid #ededed;padding:20px;margin-bottom:40px;position:relative;border-radius: 3px;line-height: 25px;font-size: 15px;color: #666;}
.article-plan .plan-caption{position:absolute;top: -13px;left: 10px;background:#fff;padding-left: 10px;padding-right: 10px;}
.article-plan .preview-caption{position:absolute; top: -13px;left: 40px;background:#fff;padding-left: 10px;padding-right: 10px;}
.article-plan .ind1{}
.article-plan .ind2{padding-left:15px;}
.article-plan .ind3{padding-left:30px;}
.article-plan .ind4{padding-left:45px;}
.article-plan .ind5{padding-left:60px;}
.article-plan .ind6{padding-left:75px;}
	
/* end - article page */



/* responsive view */
@media screen and (min-width: 35.5em) {
  .letter-container {
    text-align: right;
  }
}
@media screen and (min-width: 48em) {
  .letter-container {
    text-align: right;
  }
}
@media screen and (min-width: 64em) {
  .letter-container {
    text-align: right !important;
  }
}
@media screen and (min-width: 80em) {
  .letter-container {
    text-align: right !important;
  }
}
/* end - responsive view */









/* article content */
.tbl-frame{width:100%; overflow-x:scroll;}
.tbl-frame.border{border:1px solid #ddd}
.tbl-frame.p5{padding:5px}
.tbl-frame.p10{padding:10px}
.tbl-frame.p15{padding:15px}
.tbl-frame.p20{padding:20px}
.tbl-frame.p25{padding:25px}
.tbl-frame.hg400{height:400px; overflow-y:scroll;}
.tbl-frame.hg500{height:500px; overflow-y:scroll;}
.tbl-frame.hg600{height:600px; overflow-y:scroll;}
.tbl-frame.hg700{height:700px; overflow-y:scroll;}
.tbl-frame.hg800{height:800px; overflow-y:scroll;}

.tbl1.f18 td{font-size:18px !important;}
	
.tbl1{width:100%; border:1px solid #ddd;}
.tbl1.noborder, .tbl1.noborder td{border:none !important;}
.tbl1.top tr td{vertical-align:top;}
.tbl1.w90{width:90%;}
.tbl1.w80{width:80%;}
.tbl1.w70{width:70%;}
.tbl1.w60{width:60%;}
.tbl1.w50{width:50%;}
.tbl1.center{margin:0 auto;}
.tbl1 tr.baslik td{background:#f4f1f1; font-weight:bold; padding:12px 7px 12px 7px;}
.tbl1 tr.bg1 td{background:#f4f1f1;}
.tbl1 tr.bg2 td{background:#f4f1f1;}
.tbl1 tr.bold td{font-weight:bold;}

.tbl1 tr th{border-bottom:1px solid #ddd; padding:7px 9px 7px 9px; border-right:1px solid #ddd; background:#f4f1f1; text-align:left; font-size:16px}

.tbl1 tr td{vertical-align:middle; border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:7px 9px 7px 9px; line-height:20px; font-size:16px;text-align:left;}
.tbl1 tr td.top{vertical-align:top}
.tbl1 tr td.center{text-align:center;}
.tbl1 tr td.textleft{text-align:left;}
.tbl1 tr td.textright{text-align:right;}
.tbl1 tr td.justify{text-align:justify;}


.tbl0.noborder, .tbl0.noborder td{border:none !important;}
.tbl0 tr td{vertical-align:middle; border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:5px 4px 5px 0px; line-height:20px; font-size:16px;text-align:left;}
.tbl0 tr td.justify{text-align:justify;}

.tbl1 tr td.rotate {height: 10px;white-space: nowrap;}
.tbl1 tr td.rotate > div {transform: translate(2px, 51px) rotate(270deg);width:10px;}

.tbl3{width:100%; margin-bottom:10px;margin-top:10px;}
.tbl3.noborder, .tbl3.noborder td{border:none !important;}
.tbl3.center{margin:0 auto;}
.tbl3{border:1px solid #ddd;}
.tbl3 tr td{vertical-align:middle; border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:5px 4px 5px 4px; line-height:20px; font-size:14px;text-align:left;}
.tbl3 tr td.center{text-align:center;}
.tbl3 tr td.textleft{text-align:left;}
.tbl3 tr td.textright{text-align:right;}
.tbl3 tr td.justify{text-align:justify;}
.tbl3 tr.baslik td{background:#f4f1f1; font-weight:bold; padding:12px 7px 12px 7px;}

.tbl5{width:100%; border:1px solid #ddd;overflow-x:auto;}
.tbl5.noborder, .tbl5.noborder td{border:none !important;}
.tbl5.top tr td{vertical-align:top;}
.tbl5.center{margin:0 auto;}
.tbl5 tr.baslik td{background:#f4f1f1; font-weight:bold; padding:5px 1px 5px 1px;}
.tbl5 tr td{vertical-align:middle; border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:5px 0px 5px 0px; line-height:20px; font-size:11px; text-align:left;}
.tbl5 tr td.top{vertical-align:top}
.tbl5 tr td.center{text-align:center;}
.tbl5 tr td.textleft{text-align:left;}
.tbl5 tr td.textright{text-align:right;}
.tbl5 tr td.justify{text-align:justify;}

.tbltr{width:100%; border:1px solid #ddd;}
.tbltr.noborder, .tbltr.noborder td{border:none !important;}
.tbltr.center{margin:0 auto;}
.tbltr tr.baslik td{background:#f4f1f1; font-weight:bold; padding:7px 2px 7px 1px;}
.tbltr tr.baslikdar td{vertical-align:top;background:#f4f1f1; font-size:60%;font-weight:bold; padding:7px 2px 7px 1px;}
.tbltr tr td{vertical-align:middle; border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:7px 2px 7px 1px; line-height:20px;font-size:75%;text-align:center;}
.tbltr tr td.textboldar{font-family:Times;font-weight:bold;font-size:90%;}
.tbltr tr td.textboldkr{font-family:Times;font-weight:normal;font-size:70%;position: relative; top:1.1pt;}
.tbltr tr td.textbolddia{font-family:Times;font-weight:bold;font-size:75%}
.tbltr tr td.rotate {height: 196px;white-space: nowrap;}
.tbltr tr td.rotate > div {transform: translate(17px, 90px) rotate(270deg);width:5px;}

.tblvz{width:100%; border:1px solid #ddd;overflow-x:auto;}
.tblvz.noborder, .tblvz.noborder td{border:none !important;}
.tblvz.center{margin:0 auto;}
.tblvz tr td{text-align:center;vertical-align:middle; border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:5px 0px 5px 0px; line-height:20px; font-size:100%;}

.halfo {font-size:150%;position: relative; top:2.0pt}
.halfu {font-size:150%;position: relative; top:4.1pt;}
.halfx {font-size:150%;position: relative; top:3.0pt;}

.cerceve{width:100%; border:1px solid #ddd; font-size:16px}
.cerceve.w90{width:90%;}
.cerceve.w80{width:80%;}
.cerceve.w70{width:70%;}
.cerceve.noborder{border:none !important;}
.cerceve.center{margin:0 auto;}
.cerceve.textcenter{text-align:center;}
.cerceve.textleft{text-align:left;}
.cerceve.textright{text-align:right;}
.cerceve.justify{text-align:justify;}
.cerceve.p10{padding:10px}
.cerceve.p20{padding:20px}
.cerceve.p30{padding:30px}

.m-content .arapca1{}

.dimg{width:100%;}
.dimg.w90{width:90%;}
.dimg.w80{width:80%;}
.dimg.w70{width:70%;}
.dimg.w60{width:60%;}
.dimg.w50{width:50%;}
.dimg.center{margin:0 auto; display:block;}
.dimg.border{border:1px solid #ededed;}
.dimg-mus{}
.dimg-mat{}

.atif-container {line-height: 1.2;}
.sr-atif-madde {font-weight: bold; color: #383838; font-style: italic; font-size: .85rem;}
.sr-atif-madde:hover {color: #7e7e7e;}
.sr-atif-desc {color: #666666; font-size: .95rem !important; display: block;}
/* end - article content */

/*.modal{background-color:#0000004f;text-align:center;z-index:10000000;top:0;bottom:0;left:0;right:0;position:fixed;display:none}
.modal-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;max-width:660px;max-height:90%;width:660px;margin:0 auto;text-align:left;border:1px solid #ccc;border-top:none;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:0 0 5px #ccc;-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;z-index:1000001}
.modal-top{background-color:#e6e5e5;padding:20px 20px;font-size:18px}.modal-container{padding:20px 20px;font-size:13px}
.modal-bottom{background-color:#e6e5e5;padding:10px 20px}
.modal>.modal-box>div.close-button {position: absolute;right: -15px;top: -15px;color: #888;cursor: pointer;font-size: 20px;background-color: #e6e5e5;border-radius: 50%;width: 35px;height: 35px;align-items: center;text-align: center;line-height: 1.79;border: 1px solid #e6e5e5;}
.modal>.modal-box>div.close-button:hover{background-color: #CCCCCC;}
.modal>.modal-box>div.close-button:active{background-color: #e6e5e5;}
.modal>.modal-box>div.close-button>.icon-close {position: unset}*/

.modal{
  background-color:#0000004f;
  text-align:center;
  z-index: 10000;
  top:0;
  bottom:0;
  left:0;
  right:0;
  position:fixed;
  overflow: auto;
  display: none;
}
.modal-body {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
  position: relative;
  width: auto;
  padding: 30px 0;
  box-sizing: border-box;
  transform: translate(0,0);
}
.modal-box{
  position: relative;
  background-color:#fff;
  max-width: 660px;
  width: 90%;
  margin: 0 auto;
  text-align:left;
  border:1px solid #ccc;
  border-top:none;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  box-shadow:0 0 5px #ccc;
  -moz-box-shadow:0 0 5px #ccc;
  -webkit-box-shadow:0 0 5px #ccc;
}
.modal-top{background-color:#e6e5e5;padding:20px 20px;font-size:15px; text-align: center}
.modal-container{padding:20px 20px;font-size:13px}
.modal-bottom{background-color:#e6e5e5;padding:10px 20px}
.modal>.modal-body>.modal-box>div.close-button {position: absolute;right: -15px;top: -15px;color: #888;cursor: pointer;font-size: 20px;background-color: #e6e5e5;border-radius: 50%;width: 35px;height: 35px;align-items: center;text-align: center;line-height: 1.79;border: 1px solid #e6e5e5;}
.modal>.modal-body>.modal-box>div.close-button:hover{background-color: #CCCCCC;}
.modal>.modal-body>.modal-box>div.close-button:active{background-color: #e6e5e5;}
.modal>.modal-body>.modal-box>div.close-button>.icon-close {position: unset}
.modal-loading {
  display: none;
  text-align: center;
}
.modal-loading > img {
  width: 50px;
  height: 50px;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group > label {
  display: inline-block;
  margin-bottom: .5rem;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #cccccc;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(204,204,204,.5);
}

textarea.form-control {
  height: auto;
  resize: vertical;
}

.tdv-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tdv-btn:hover {
  color: #212529;
  text-decoration: none;
}
.tdv-btn-primary {
  color: #fff;
  background-color: #4CAFD2;
  border-color: #4CAFD2;
}
.tdv-btn-primary:hover {
  color: #fff;
  background-color: #499bbe;
  border-color: #499bbe;
}
.tdv-btn-primary:not(:disabled):not(.disabled).active,
.tdv-btn-primary:not(:disabled):not(.disabled):active,
.show>.tdv-btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4987aa;
  border-color: #4a87aa;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.tdv-btn-primary.focus, .tdv-btn-primary:focus {
  color: #fff;
  background-color: #499bbe;
  border-color: #4891b4;
  box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}
.tdv-btn.focus, .tdv-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}