html,
body {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}
body {
  margin: 0;
  padding: 60px 0 0 0;
  font-display: block;
  color: #4f5f6f;
  background-color: #f0f3f6;
  font-style: normal;
  line-height: 1.2;
}
body.sag-menu-acik{
  padding-bottom:60px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.1;
}

small {
	display:inline-block;
  font-size:12px;
  line-height:130%;
}

/*footer {
  display: block;
}
video {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: -4px;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
textarea {
  overflow: auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:active,
*:focus {
  outline: none;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3c8dbc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--link-renk-genel-hover);
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}
[role="button"] {
  cursor: pointer;
}

p {
  margin: 0 0 10px;
}

ul {
  margin-top: 0;
}
*:focus {
  outline: none !important;
  -moz-outline-style: none;
}
span:active,
span:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
*/

.alt-marj-5 {
  margin-bottom: 5px !important;
}
.alt-marj-10 {
  margin-bottom: 10px !important;
}
.alt-marj-15{
  margin-bottom:15px;
}
.alt-marj-20 {
  margin-bottom: 20px !important;
}
.alt-marj-30 {
  margin-bottom: 30px !important;
}
.alt-marj-40 {
  margin-bottom: 40px !important;
}

.ust-marj-5 {
  margin-top: 5px !important;
}

.text-turuncu{color:#eb7629;}


.btn.btn-ikon{
	padding: 6px 8px;
}
.btn-ikon{
	width:30px;
  border: transparent solid 1px;
}
.btn-ikon i{
	font-style:normal;
}
@media(max-width:767px){
  .btn {
    padding: 13px 14px;
  }
  .btn-ikon {
    width: 46px;
  }
  .btn-block {
    margin-bottom:10px
  }
}


.blok{
	display:block;
}


/* ARAMA ALANI */
.arama-formu{
  padding:10px;
  margin-bottom:10px;
  background-color:#f90;
}
.arama-form-satir{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.arama-form-stn{
  display:flex;
  padding:0 5px;
  flex-basis:100%;
}
@media(min-width:360px){
  .arama-form-stn:first-child{
      flex-basis: 100%;
  }
  .arama-form-stn:not(first-child){
      flex-basis: 50%;
  }
}
@media(max-width:991px){
  .arama-form-stn{
      margin-bottom:10px;
  }
}
@media(min-width:768px){
  .arama-form-satir{
      flex-wrap:unset;
      height:34px; 
  }
  .arama-form-stn{
      flex-basis:auto!important;
  }
}
/* ARAMA ALANI BITTI */


/* CHECKBOX ve RADIO */

.radio,
.checkbox {
  display: none;
}
.radio + span,
.checkbox + span {
  padding: 0;
}
.radio + span:before,
.checkbox + span:before {
  font-family: FontAwesome;
  content: "\f14a";
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 10px;
  color: #ccc;
  width:22px;
}
.radio:checked + span:before,
.checkbox:checked + span:before {
  color: #ff0000
}
.radio:disabled + span:before,
.checkbox:disabled + span:before {
  opacity: 0.5;
  cursor: not-allowed;
}
.radio:checked:disabled + span:before,
.checkbox:checked:disabled + span:before {
  color: #c8d0da;
}
/* CHECKBOX ve RADIO */



/* TUMUNU SEC ISLEM BUTONLARI */
.tumu-islem-butonlari{
  display:none;
  padding: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgb(126 142 159 / 10%);
}

/* TUMUNU SEC ISLEM BUTONLARI */




.dropdown-menu .yayin-durum small{
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-top: -5px;
}
#reklam-yerleri.open>.dropdown-menu{
	display:flex;
}
.dropdown-toggle{
	display: inline-block;
	/*border: #d2d6de solid 1px;
	padding:5px 10px;*/
	user-select:none;
}
.dropdown-toggle:hover{
	color:#000;
}

.dropdown-menu{
	margin:-1px 0 0 0;
	border: 1px solid #d2d6de;
    border-radius:0;
	display:none;
}
.dropdown-menu.rekyer{
	max-width:990px;
	font-family:Arial,Helvetica,sans-serif;
	height: 70vh;
    overflow: auto;
}

.dropdown-menu>li>span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li.column-menu	{
	/*display: inline-block;
	vertical-align:top;*/
	width:33.3333333333333333%;
	display: flex;
    flex-direction: column;
    overflow: hidden;
}
.dropdown-menu > li.column-menu.secilmisgrup{
	background-color:#e5e5e5;
}
.dropdown-menu > li.column-menu ul {
	display: block;
    list-style: none;
    margin: 10px;
    padding: 0;
    box-sizing: border-box;
}
.dropdown-menu > li.column-menu li {
	display: block;
    border-bottom: #eee solid 1px;
    width: 100%;
}
.dropdown-menu > li.column-menu li a {
	display: block;
	font-size:14px;
    padding: 1px 5px;
    color: #222;
}
.dropdown-menu > li.column-menu li a {
	display: block;
	font-size:14px;
    padding: 1px 5px;
    color: #222;
}
.dropdown-menu > li.column-menu li a.secilmis,
.dropdown-menu > li.column-menu li a:hover {
    background-color: #0078d7;
	color:#fff;
}
.dropdown-menu > li.column-menu li a span{
    color: #999;
}
.dropdown-menu > li.column-menu li a.secilmis span,
.dropdown-menu > li.column-menu li a:hover span{
    color: #ddd;
}

.dropdown-menu > li.column-menu:first-child {
	margin-left: 0;
}
.dropdown-menu > li.column-menu li:first-child{
	padding:1px 5px;
}
.dropdown-menu > li.column-menu li:first-child strong{
	display:block;
	font-size:1.0em;
	color:#340f5a;
}
.dropdown-menu > li.column-menu li:first-child span{
	display:inline-block;
	font-size:14px;
	height:38px;
	color:#f90;
}





/* METIN DETAY SECENEKLER */

.btn-onay-3 {
	background-color: #008d4c;
	border-color: #008d4c;
	color: #fff;
}
.btn-onay-2 {
	background-color: #00bfef;
	border-color: transparent;
	color: #fff;
}
.btn-onay-1 {
	background-color: #f39b19;
	border-color: transparent;
	color: #fff;
}
.btn-onay-88 {
	background-color: #015acf;
	border-color: transparent;
	color: #fff;
}
.btn-onay-55 {
	background-color: #17daaf;
	border-color: transparent;
	color: #fff;
}
.btn-onay-66 {
	background-color: #f00;
	border-color: transparent;
	color: #fff;
}
.btn-onay--9 {
	background-color: #f00;
	border-color: transparent;
	color: #fff;
}
.btn-ustkutu-1 {
	background-color: #0099ff;
	border-color: transparent;
	color: #fff;
}
.btn-ustkutu-0, .btn-ustkutu-2 {
	background-color: #ccc;
	border-color: transparent;
	color: #eee;
}
.btn-onay-0 {
	background-color: #ddd;
	border-color: transparent;
	color: #ccc;
}
.btn-surbit-2 {
	background-color: #99F;
	border-color: transparent;
	color: #fff;
}
.btn-surbit-0, .btn-surbit-1 {
	background-color: #ccc;
	border-color: transparent;
	color: #eee;
}
.btn-surman-1 {
	background-color: #00c0ef;
	border-color: transparent;
	color: #fff;
}
.btn-surman-0, .btn-surman-2 {
	background-color: #ccc;
	border-color: transparent;
	color: #eee;
}
.btn-man-1 {
	background-color: #00a65a;
	border-color: transparent;
	color: #fff;
}
.btn-man-0 {
	background-color: #ccc;
	border-color: transparent;
	color: #eee;
}
.btn-surekli-1 {
	background-color: #c6b603;
	border-color: transparent;
	color: #fff;
}
.btn-surekli-0 {
	background-color: #ccc;
	border-color: transparent;
	color: #eee;
}
.btn-yanmanset-1 {
	background-color: #49c997;
	border-color: transparent;
	color: #fff;
}
.btn-yanmanset-0 {
	background-color: #ccc;
	border-color: transparent;
	color: #eee;
}
.btn-altmanset-1 {
	background-color: #7d6feb;
	border-color: transparent;
	color: #fff;
}
.btn-altmanset-0 {
	background-color: #ccc;
	border-color: transparent;
	color: #eee;
}

.oz-bilgi {
  display: none;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  min-width: 150px;
  max-width: 300px;
  padding: 10px;
  background-color: #666;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  white-space: normal;
  line-height: 140%;
  z-index: 100;
}
.bilgi-ikon:hover .oz-bilgi {
  display: block;
}
.badge.bilgi-ikon{
  width:18px;
  padding: 3px 0;
  border-radius: 9px;
  position:relative;
  cursor: pointer;
}

.metin-ozellikler{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ozellik-zemin{
  background-color: #f8f8f8;
  padding: 5px 10px;
}

label{
  font-size:14px;
  padding-right:20px;
  user-select: none;
  position:relative;
}
.metin-ozellikler label,
.form-inline .form-group{
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  font-weight:bold;
  white-space:nowrap;
  /*overflow: hidden;*/
}

.sagtik-div label{
  white-space:normal!important;
}


@media(min-width:992px){
	.form-inline .form-group{
	  flex-basis: 25%;
	}
	.metin-ozellikler:not(.genoto) label{
	  flex: 25%;
	}
}
@media(min-width:1260px){
	.form-inline .form-group{
	  /*flex-basis: 20%;*/
	  flex: 20%;
	}
}
@media(min-width:1440px){
	.form-inline .form-group{
	  /*flex-basis: 15%;*/
	  flex: 15%;
	}
}
@media(min-width:1440px){
	.metin-ozellikler:not(.genoto) label{
	  flex: 15%;
	}
}
.genoto label{
	padding-right:1px;
}
.metin-ozellikler label a{
  display:block;
  line-height:36px;
  padding:0 5px;
  background-color:#f90;
  color:#fff;
}
@media(min-width:1260px){
	.metin-ozellikler label a{
	  padding:0 9px;
	}
}
.metin-ozellikler label.aktifkat a{
  background-color:#000;
}

.kucuk-baslik{
  display:inline-block;
  color: #999;
  font-size: 0.8rem;
  font-weight: 400 !important;
  margin-bottom:3px;
}


.secildi{
  background-color:#dff0d8!important;
}

.ck-editor__editable{min-height:200px !important}
audio {
  clear:both;
  display:block;
  outline-width: 3px;
  outline-style: solid;
  outline-color: transparent;
  margin-bottom:15px;
}
audio:focus,
audio:hover {
  outline-color: #f00;/*var(--ck-color-widget-blurred-border);*/
}
audio:focus {
  outline-color: #000;/*var(--ck-color-widget-blurred-border);*/
}




#oto-kayit-alani{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--ck-color-toolbar-background);
  border: 1px solid var(--ck-color-toolbar-border);
  padding: 10px;
  border-radius: var(--ck-border-radius);
  margin-bottom: 1.5em;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#oto-kayit-durum-alani {
  display: flex;
  align-items: center;
  position: relative;
}
#oto-kayit-durum-degisen-alan {
  position: relative;
}
#oto-kayit-durum-degisen-alan::after {
content: 'Kaydedildi!';
color: green;
display: inline-block;
margin-right: var(--ck-spacing-medium);
}
#oto-kayit-durum-alani-ic.kaydediliyor #oto-kayit-durum-degisen-alan::after {
  content: 'Kaydediliyor...';
  color: orange;
}
#oto-kayit-durum-alani-ic.kaydedilemedi #oto-kayit-durum-degisen-alan::after {
  content: 'Otomatik kayıt yapılamadı (0020).';
  color: red;
}
#oto-kayit-durum-alani-ic.kaydedilemedi2 #oto-kayit-durum-degisen-alan::after {
  content: 'Otomatik kayıt yapılamadı (0021).';
  color: red;
}
#oto-kayit-durum-alani-ic.hata-olustu1 #oto-kayit-durum-degisen-alan::after {
  content: 'Hata oluştu. Otomatik kayıt yapılamadı. Lütfen el ile kayıt yapın! (0091).';
  color: red;
font-weight:bold;
}
#oto-kayit-durum-alani-ic.kaydediliyor #oto-kayit-durum-degisen-yukleniyor {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-top: 3px solid hsl(0, 0%, 70%);
  border-right: 2px solid transparent;
  animation: oto-yukleniyor-anim 1s linear infinite;
}
#oto-kayit-durum-alani-ic {
  display: flex;
  align-items: center;
}
#oto-kayit-durum-isim {
  font-weight: bold;
  margin-right: var(--ck-spacing-medium);
}
#oto-kayit + .ck.ck-editor .ck-editor__editable {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@keyframes oto-yukleniyor-anim {
  to {
      transform: rotate( 360deg );
  }
}






.sagtik-div{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	right:auto;
	min-width:200px;
	max-width:300px;
	background-color:#fff;
	border:#ddd solid 1px;
	box-shadow:0 5px 5px rgb(0 0 0 / 50%);
	padding:20px;
	z-index:1000;
	text-align:left;
  color: #111 !important;
}

@media(min-width:768px){
.sagtik-div{
	right:0;
	left:auto;
	max-width:500px;
}
}

.sagtik-div.sag-acik{
	display:block;
}
.sagtik-div .div1{
	border-bottom: #ddd solid 1px;
	padding: 5px 0;
}
.sagtik-div .item-check{
  line-height:18px;
	padding: 5px 0 5px 26px;
}
.sagtik-div .item-check span{
	margin-left:-26px;
}

#engelleme.btn{
	white-space:unset;
}
.sagtik-div small{
	display: block;
	color:#999;
	line-height:normal;
	width: auto;
}
/* METIN DETAY SECENEKLER */


/*.form-inline .form-group{
  display: inline-block;
}*/



/* FOOTER */

.footer {
  background-color: #fff;
  position: fixed;
  left: 230px;
  right: 0;
  bottom: 0;
  /*height: 50px;*/
  padding:10px 10px 5px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index:1000;
  box-shadow: 0 0 12px rgb(0 0 0 / 25%);
}
.footer-fixed .footer {
  position: fixed;
}
.footer .footer-block {
  vertical-align: middle;
  /*margin-left: 20px;
  margin-right: 20px;*/
}
.footer .footer-github-btn {
  vertical-align: middle;
}
@media (max-width: 991px) {
  .footer {
    left: 0;
  }
}
.footer-block.buttons .btn strong{
  display:inline-block;
  line-height:normal;
}
@media(min-width:992px) AND (max-width:1100px){
.footer-block.buttons .btn{
  font-size:12px
}	
}
/* FOOTER */




/* SAG MENU */
.orta-bolum {
  margin: 0 10px 10px 10px;
}

@media(min-width:992px){
  .orta-bolum{
    margin-left:240px;
  }
}


.sag-menu {
  background-color: #3a4651;
  margin-bottom:20px;
  position: relative;
  z-index: 20;
  min-height:100px;
  color:rgba(255,255,255,.7);
}
.sag-menu-alan{
  padding:20px;
}
@media(max-width:767px){
  .sag-menu .sidebar-container{
    position:relative;
  }
}

@media(min-width:768px){
  .sag-menu-acik .orta-bolum{
    margin-right:240px;
  }
  .sag-menu {
    width: 230px;
    margin-bottom:0;
    position: fixed;
    top: 50px;
    right:0;
    bottom: 0;
    left: auto;
    z-index: 20;
  }
  .sag-menu-alan{
    padding:20px 10px 60px 10px;
  }
  .footer{
	  right:230px;
  }
}
@media(min-width:1200px){
  .sag-menu-acik .orta-bolum{
    margin-right:290px;
  }
  .sag-menu {
    width: 280px;
  }
  .footer{
	  right:280px;
  }
}
.sag-menu-baslik{
  font-size:14px;
  margin-bottom:10px;
}
.sag-menu-ic{
  margin-bottom:30px;
}
/*@media(max-width:413px){
  .sag-menu-ic{
    display:inline-block;
  }
}*/
.sag-menu-alt-alan{
display:none;
height:0;
}

.btn-galeri-arsiv-alan{
  display:block;
  margin:10px 0 0 0;
}

/*.btn-block span{
  display: inline-block;
  line-height: normal;
  white-space: normal;
}*/

/*@media(min-width:414px){
  .btn-block {
    display: block;
    width: 100%;
  }
  .btn-block + .btn-block {
    margin-top: 5px;
  }
}*/
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}



@media(max-width:767px){
  .sag-menu-ic:first-child{
    margin-bottom:0;
  }
  .sag-alt-acik .sag-menu-alt-alan{
    display:block;
    height:auto;
  }
  .sag-alt-acik .btn-galeri-arsiv-alan{
    margin:10px 0 20px 0;
  }
  .btn-galeri-arsiv-alan:after{
    content: "\f107";
    font-family:'FontAwesome';
    font-size:18px;
    line-height: 15px;
    padding-top:3px;
    color:#fff;
    padding-left:10px;
  }
  .sag-alt-acik .btn-galeri-arsiv-alan:after{
    content: "\f106";
    font-family:'FontAwesome';
    color:#fff;
    padding-left:10px;
  }
}

.fotobu{
max-width:300px;
margin:0 auto;
}
.fotobu .btn-group{
width:100%;
}
.fotobu .btn-group .btn{
width:50%;
}
@media(min-width:768px){
  .btn-galeri-arsiv-alan{
    display:none;
  }
  /*.sag-menu-baslik{
    display:block;
  }*/
  .sag-menu-alt-alan{
    display:block;
  }
  .fotobu{
    max-width:none;
  }
}

#anafotoasil .input-group-btn{
	display:inline-block;width:auto;border:0
}
.anafotoyukle {
	position:relative;
    width: 100%;
    height: auto;
    min-height: 80px;
    max-height: 320px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 15px;
}
.fotobuic{
	position:relative;
	padding-top:56.57%;
	margin-bottom:10px;
	background:transparent url('/fotolar/fotoyok-kucuk.jpg') center center no-repeat;
	background-size:cover;
	cursor:pointer;
}
.fotobuic img{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width: 100%;
    object-fit: cover;
}


/*.fotobuic:before,
.fotobuic:after{
	position:absolute;
	opacity:.3;
	left:0;
	width:100%;
	z-index:0;
}
.fotobuic:before {
	content: "";
	top:0;
	height:100%;
	border:#fff solid 3px;
}
.fotobuic:after {
	content: "\f030";
	font-family:FontAwesome;
	font-size:36px;
	color:#fff;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
}*/


.sag-menu-fotolar{
  margin:-5px -5px 0 -5px;
}

.sag-menu-fotolar::after {
  content: "";
  display: table;
  clear: both;
}

.sag-menu-fotolar .sag-menu-foto {
  float: left;
  padding: 5px;
  position: relative;
  overflow: hidden;
  width: 33.3333333333%;
}
/*@media(min-width:540px){
  .sag-menu-fotolar .sag-menu-foto {
    width: 25%;
  }
}*/
@media(min-width:768px){
  .sag-menu-fotolar .sag-menu-foto {
    width: 50%;
  }
}

@media(min-width:1024px){
  .sag-menu-fotolar .sag-menu-foto {
    width: 33.33333333333333%;
  }
  
  .sag-menu-fotolar.galerialan .sag-menu-foto {
    width: 20%;
  }
}

/*@media(min-width:1200px){
  .sag-menu-fotolar .sag-menu-foto {
    width: 33.33333333333333%;
  }
}*/

.sag-menu-fotolar .sag-menu-foto.active {
  border-color: #ff6161;
}

.sag-menu-fotolar .control-btn {
  display: block;
  position:absolute;
  background-color:#fff;
  color: #4f5f6f;
  cursor: pointer;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius:18px;
  text-align: center;
  opacity: 0.5;
}
.sag-menu-fotolar .control-btn .fa{
	font-size:18px;
}

.sag-menu-fotolar .btn-oynat,
.sag-menu-fotolar .btn-buyut,
.sag-menu-fotolar .btn-secsec{
	top:10px;
}
.sag-menu-fotolar .btn-tasi,
.sag-menu-fotolar .btn-galeri-foto-sil{
	bottom:10px;
}


.sag-menu-fotolar .btn-oynat,
.sag-menu-fotolar .btn-buyut,
.sag-menu-fotolar .btn-tasi{
	left:10px;
}
.sag-menu-fotolar .btn-secsec,
.sag-menu-fotolar .btn-galeri-foto-sil{
	right:10px;
}


.sag-menu-fotolar .control-btn.btn-galeri-metin{
  top:auto;
  right:0;
  bottom:40px;
  left:0;
  border-radius:0;
  width:100%;
  height:auto;
  background-color:rgba(0,0,0,.5);
  color:#fff;
  font-size:14px;
  right:50px;
  padding:5px 10px 5px 15px;
  text-align:left;
  white-space: nowrap;
  overflow:hidden;
  line-height:auto!important;
}
.sag-menu-fotolar .control-btn.btn-galeri-metin em{
  font-style: normal;
}



.sag-menu-fotolar .btn-secsec{
	color:#666;
}
.sag-menu-fotolar .btn-oynat,
.sag-menu-fotolar .btn-buyut{
	color:#f00;
}
.sag-menu-foto.secilmis .btn-secsec {
  background-color: rgba(0,255,0,.8);
  color:#fff;
  opacity:1
}

@media(min-width:992px){
  .sag-menu-fotolar .control-btn {
    width: 24px;
    height: 24px;
    line-height: 26px;
	border-radius:13px;
  }
}

.sag-menu-fotolar .control-btn:hover {
  opacity: 1;
}
.sag-menu-fotolar .control-btn.btn-tasi {
  cursor: move;
}

.sag-menu-fotolar .control-btn.remove {
  color: #ff4444;
}
.sag-menu-fotolar .control-btn.secsec {
  color: #ff4444;
}

.sag-menu-fotolar .image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top:100%;
  overflow:hidden;
  text-align: center;
  border: rgba(255,255,255,.5) solid 1px;
}
.sag-menu-foto.secilmis .image {
  border-color: #0c0;
}


.sag-menu-fotolar .sag-menu-foto.main {
  border-color: #ffb300;
}

.ajs-content video{
	display: block;
    width: 100%;
    height: 100%;
}
/*.dikey-orta{
	top:50%;
	transform:translateY(-50%);
}*/


/*.sag-menu-fotolar .sag-menu-foto.new .image {
  border: 1px #ff6161 solid;
}





.sag-menu-fotolar .sag-menu-foto.new .image {
  font-size: 2.5rem;
}
.sag-menu-fotolar .sag-menu-foto.new:hover {
  opacity: 1;
}*/
/* SAG MENU */





/* GALERI MODAL */
#modal-media .modal-body {
  min-height: 250px;
}

#modal-media .modal-tab-content {
  min-height: 300px;
}

#modal-media .images-container {
  padding: 15px;
  text-align: center;
}
#modal-media .images-container .image-container {
  margin: 0 auto 10px auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  float: none;
}
#modal-media .images-container .image-container:hover {
  border-color: rgba(255, 97, 97, 0.5);
}
#modal-media .images-container .image-container.active {
  border-color: rgba(255, 97, 97, 0.5);
}

#modal-media .upload-container {
  padding: 5px;
}
#modal-media .upload-container .dropzone {
  position: relative;
  border: 2px dashed #ff6161;
  height: 270px;
  overflow:auto;
}
#modal-media .upload-container .dropzone .dz-message-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#modal-media .upload-container .dropzone .dz-message-block .dz-message {
  margin: 0;
  font-size: 24px;
  color: #ff6161;
  width: 230px;
}
/* GALERI MODAL */








.ckeditor-sabit-toolbar{
	position: fixed!important;
    top: 50px;
    width: 100%;
	border-bottom:#c4c4c4 solid 1px !important;
	z-index:500;
}
.ck-editor__editable{min-height:200px !important}
audio {
  clear:both;
  display:block;
  outline-width: 3px;
  outline-style: solid;
  outline-color: transparent;
  margin-bottom:15px;
}
audio:focus,
audio:hover {
  outline-color: #f00;/*var(--ck-color-widget-blurred-border);*/
}
audio:focus {
  outline-color: #000;/*var(--ck-color-widget-blurred-border);*/
}





/* VIDEO PENCERE VB */

#video-ongoruntu-alani{
	font-size:0;
}
#video-ongoruntu,
#video-ongoruntu-foto{
	display:inline-block;
	vertical-align:middle;
	width:calc(50% - 10px);
}
#video-ongoruntu{
	margin-right:10px;
}
#video-ongoruntu-foto{
	margin-left:10px;
}

#video-ongoruntu-foto img{
	max-width:100%;
	max-height:100%;
}

/* VIDEO PENCERE VB */




/* YUKLEME DURUM CUBUGU */
.yukleme-serit-alan{
	background-color: #eee;
}
.yukleme-durum-cubugu {
    height: 10px;
    background-color: #3C0;
    width: 35%;
}

.yukleme-durumu{
	font-size:14px;
	color:#c00;
}
.yukleme-durum-uyari{
  font-size:14px;
	color:#390;
}





/*
#durumcubukdepo,
.suryukleniyor{
	display:none;
	width:100%;height:40px;
	box-sizing:border-box;
	background-color: #fff;
    margin-bottom: 5px;
    margin-right: 5px;
    background-image: url(../images/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
	border:#eee solid 1px;
}

.yukleniyor{
	display:none;
	width:auto;
	box-sizing:border-box;
	margin-top: 5px;
	margin-left: 20px;
	background-image: url(../images/loader.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left:30px;
	color:#f00;
	font-size:14px;
	line-height:20px;
}
.yukleniyor small{
	display:block;margin-top:35%;color:#999;text-align:center;
}*/
/* YUKLEME DURUM CUBUGU */




.video-oynat{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.video-oynat .oynat{
	background-color: #f00;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 5px;
    text-align: center;
    color: #fff;
}

/* galeri pancere */

.glralan{
	margin-left:-5px;margin-right:-5px;overflow:hidden;
}
.glric{
	display:inline-block;
	width:33.3333333333333333%;
	padding:0 5px;
}

.glrfoto{
	position:relative;
	padding-top:60%;
	overflow:hidden;
	border:#ddd solid 1px;
	background-color:#f8f8f8;
}
.glrfoto img,
.glrfoto video,
.glrfoto audio,
.glrfoto iframe{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	max-width:100%;
	max-height:100%;
}

.kaykay1::-webkit-scrollbar {
	 width: 6px;
}
 
.kaykay1::-webkit-scrollbar-track {
	 background: #ecf0f5; 
}
 
.kaykay1::-webkit-scrollbar-thumb {
	 border-radius: 2px;
	 background: rgba(255, 0, 0, 0.3); 
}



.g-foto-satir{
	overflow:hidden;
	font-size:0;
	position:relative;
	border-bottom: #ccc solid 1px;
	margin:8px 0;
	padding:8px 0;
}
.gfoto{
	display:inline-block;
	vertical-align:middle;
	width:140px;
	margin-right:10px;
}
.gfoto-ic{
	position:relative;
	padding-top:60%;
	overflow:hidden;
	background-color:#eee;
}
.gfoto img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	max-width:100%;
	max-height:100%;
}
.gbilgi{
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 150px);
}
.btn-dosya-iptal{
	position: absolute;
    right: 0;
    top: 0;
}



/* galeri pancere */

.bootbox-body{
	padding:20px 10px;
}
.bootbox .modal-dialog .modal-content{
	max-width:350px;
}
.bootbox .modal-dialog .modal-footer{
	padding:10px 20px;
}


#kropPencere .modal-body{
	padding:0;
}


.yukleniyor {
    display: none;
    width: auto;
    box-sizing: border-box;
    margin-top: 5px;
    margin-left: 20px;
    background-image: url(../images/loader.gif);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #f00;
    font-size: 14px;
    line-height: 20px;
}



.modal-logo{
	position:absolute;
	width:auto;
	z-index:999999;
	display:none;
}
.modal-logo.ust-sol{
	top:40px;
	left:60px;
}
.modal-logo.ust-orta{
	top:40px;
	left:50%;
	transform:translateX(-50%);
}
.modal-logo.ust-sag{
	top: 40px;
    right: 60px;
}
.modal-logo.dikey-sol{
	top:50%;
	left:60px;
	transform:translateY(-50%);
}
.modal-logo.dikey-sag{
	top:50%;
	right:60px;
	transform:translateY(-50%);
}
.modal-logo.alt-sol{
	bottom:40px;
	left:60px;
}
.modal-logo.alt-orta{
	bottom:40px;
	left:50%;
	transform:translateX(-50%);
}
.modal-logo.alt-sag{
	bottom:40px;
	right:60px;
}
.modal-logo.orta{
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}




/* INDIRILEBILIR DOSYA ALANI */
.dosyalar{}
.dosya-satir{
	padding:5px;
	/*color:#333;*/
	text-align:left;
	border-bottom:#666 solid 1px;
	font-size:0;
}
.dosya-satir div:not(.pikon){
	display:inline-block;
	vertical-align:middle;
}
.dosya-satir > div:nth-child(1),
.dosya-satir div:nth-child(3){
	width:30px;
	font-size:14px;
}
.dosya-satir > div:nth-child(1){
	padding-right:10px;
}
.dosya-satir > div:nth-child(2){
	overflow:hidden;
	width:calc(100% - 68px);
}
.dosya-satir > div:nth-child(2) span{
	display:block;
	max-width:260px;
	overflow:hidden;
	font-size:14px;
	line-height:normal;
}
.dosya-satir div:nth-child(3){
	text-align:right
}

.pikon{
	display:inline-block;
	width:20px;
	height:26px;
	margin-right:5px;
	overflow:hidden;
	background-image:url(/images/prgikonlar.png);
    background-position: top left;
	background-repeat:no-repeat;
	vertical-align:middle;
}

.pikon.diger{background-position:0 0}
.pikon.cdr{background-position:-20px 0}
.pikon.ai{background-position:-40px 0}
.pikon.pdf{background-position:-60px 0}
.pikon.eps{background-position:-80px 0}
.pikon.rtf{background-position:-100px 0}

.pikon.doc{background-position:0 0}
.pikon.docx{background-position:-20px -26px}
.pikon.xls{background-position:-40px -26px}
.pikon.xlsx{background-position:-60px -26px}
.pikon.dot{background-position:-80px -26px}
.pikon.dotx{background-position:-100px -26px}

.pikon.ppt{background-position:0 -26px}
.pikon.pptx{background-position:-20px -52px}
.pikon.pps{background-position:-40px -52px}
.pikon.ods{background-position:-60px -52px}
.pikon.odt{background-position:-80px -52px}
.pikon.ots{background-position:-100px -52px}

.pikon.xml{background-position:0 -78px}
.pikon.dwg{background-position:-20px -78px}
.pikon.dxf{background-position:-40px -78px}
.pikon.tga{background-position:-60px -78px}
.pikon.txt{background-position:-80px -78px}
.pikon.psd{background-position:-100px -78px}

.pikon.mp4{background-position:0 -104px}
.pikon.m4v{background-position:-20px -104px}
.pikon.mov{background-position:-40px -104px}
.pikon.flv{background-position:-60px -104px}
.pikon.qt{background-position:-80px -104px}
.pikon.mpg{background-position:-100px -104px}

.pikon.avi{background-position:0 -130px}
.pikon.aif{background-position:-20px -130px}
.pikon.mp3{background-position:-40px -130px}
.pikon.rar{background-position:-60px -130px}
.pikon.zip{background-position:-80px -130px}

.pikon.png{background-position:0 -156px}
.pikon.jpg{background-position:-20px -156px}
/* INDIRILEBILIR DOSYA ALANI BITTI */



.text-kirmizi{
	color:#f00;
}
.text-mavi-acik{
	color:#0087c9;
}

.ck-media__wrapper video{
	max-width:100%;
	pointer-events: unset!important;
}



.yetkitd{border:#ccc solid 1px;}
.yetkikutu{padding:5px 0;}
.yetkikutu label{padding-right:20px;}
.yetkikutu.pasif label{color:#ccc;}
.yetiket{display:block;margin-bottom:0;padding:5px 0;font-weight:bold;border-bottom:#ddd dotted 1px;}
.yetkirenk{ background-color:#DCFADA}




.etiket-alan {
    background-color: #fff;
    border: 1px solid #ccc;
    /*box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);*/
    /*display: inline-block;*/
    padding: 4px 6px;
    color: #555;
    /*vertical-align: middle;*/
    /*border-radius: 4px;*/
    width: 100%;
    line-height: 22px;
    cursor: text;
}
.etiket-alan .label {
	padding: 0.4em 0.6em;
	line-height:inherit;
	vertical-align: middle;
}

.etiket-alan .label:before{
	font-family:FontAwesome;
	content: "\f02b";
    padding: 0 5px 0 0;
}


.etiket-alan input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: 120px;
}
.etiket-alan .tag [data-role="remove"]:after {
    content: "×";
    padding: 0 0 2px 5px;
	cursor:pointer;
}



.form-hata{
	border:#f00 solid 1px;
	background-color: #fff4f4;
}


.uyari-zemin2{
  animation: uyari-zemin-anim 1s infinite;
}
@keyframes uyari-zemin-anim {
    from {background-color: #fdc4c4;}  
    to {background-color: #f8f8f8;}  
}



.uyari-zemin{
	background-color: #fdedc1!important;
}
.btn-danger2 {
    color: #9f0101;
	border-color:#d79797;
}


#gorev-alan{
	padding:5px 10px;
}





.paylas-fb,
.paylas-tw,
.bildirim-gonder {
	position:relative;
}
.paylas-fb .badge,
.paylas-tw .badge,
.bildirim-gonder .badge{
  position: absolute;
  top: -7px;
  left: -5px;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 50%;
  background-color: #f00;
  color: #fff;
}
.paylasul .badge{
  padding: 2px 4px;
  border-radius: 50%;
  background-color: #f00;
  margin-top: -2px;
  margin-left: 5px;
}

/* MANSET SIRALAMA */
.sirala{
  list-style:none;
  margin:0;
  padding:0;
}
.sirala li{
  padding:0;
}
.sira-tablo{
  font-size:0;
  border-top: #eee solid 1px;
}
.numara,
.lorta,
.sekle{
  display:inline-block;
  font-size:14px;
  vertical-align:middle;
}
.numara,
.sekle{
  line-height:36px;
}

.numara,
.sekle{
  font-size:14px;
  width:48px;
  position:relative;
  background-color: #F9F9F9;
  user-select: none;
  text-align: center;
}
/*.sirala li:nth-child(-n+10) .numara{
	background-color: #dff0d8;
}
.sirala li:nth-child(n+11) .numara{
	background-color: #efd0d0;
}*/
.lorta{
  width:calc(100% - 96px);
  padding:0 10px;
}
.numara{
  cursor: move;
}
.sekle{
  cursor:pointer;
}
.sekle .cikar:hover{
  color:#f00;
}

.manset-sira-zaman-uyari{
  color:#f00;
  padding:0 0 10px 0;
}
.yayin-zamani-gelmemis{
  display:block;
  padding-top:5px;
  color:rgb(255, 136, 0);
}


.dosya-sil{
	cursor:pointer;
	color:#f00;
}




#video-ongoruntu-alani-yeni{
	/*font-size:0;*/
	min-height:240px;
	max-height:240px;
}
#video-ongoruntu-yeni,
#video-ongoruntu-yeni-foto{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	max-height:280px;
	width:calc(50% - 10px);
}
#video-ongoruntu-yeni{
	margin-right:10px;
}
#video-ongoruntu-yeni-foto{
	margin-left:10px;
}

#video-ongoruntu-yeni-foto img{
	max-width:100%;
	max-height:100%;
}

.modal-medya-nereye{
	font-style:normal;
	color:#f00;
}



.btn-group.kck{
	display:flex;
	flex-wrap: wrap;
}
.btn-group.kck div{
	display:flex;
	flex-wrap: wrap;
	width:100%;
}
.btn-group.kck button{
	flex:1;
	font-size:12px;
	padding: 6px 7px;
	margin-left:0!important
}
.input-group-btn{
	flex:1;
}

.pagination{
	display: inline-block;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
.pagination > li > a, .pagination > li > span{
	float:none;
}


.ust-arama-formu{
	display:inline-block;margin:0;border-radius:0;vertical-align:bottom;
}
.ust-arama-formu .form-control{
	display:inline-block;width:130px;margin-right:-4px;padding:0 10px;/*vertical-align:top;*/
}
.ust-arama-formu select.form-control{
	margin-left:5px;
}
.btn-ust-arama{
	display:inline-block;vertical-align:top;height:34px;width:40px;margin-left:5px;padding:0 10px
}

/*
.sira-tablo td{
  font-size:14px;color:#777;
  }
  .sira-tablo td:nth-child(1){
    width:48px;background-color:#F9F9F9;user-select: none;cursor:move;text-align:center
  } 
  .sira-tablo td:nth-child(3){
    position:relative;
    width:48px;background-color:#F9F9F9;user-select: none;
  }

  .sira-tablo .skose{
  background-color:#eee;
  }
  .sira-tablo .skose td:nth-child(1),
  .sira-tablo .skose td:nth-child(3){
  background-color:#eee;
  }

  .ekle-cikar{
    display:none;
    position:absolute;
    top:auto;
    bottom:5px;
    left:10px;
    width:24px;height:48px;
    color:#666;
    font-size:14px;
  }
  .sira-tablo tr:hover .ekle-cikar{
    display:block;
  }
  .ekle-cikar .ekle,
  .ekle-cikar .cikar{
    width:24px;
    height:24px;
    line-height:24px;
    border:#ddd solid 1px;
    background-color: #fff;
    text-align:center;
    margin-bottom:1px;
    user-select:none;
    cursor:pointer;
  }
  .ekle-cikar .ekle:hover{
    border-color:#0c0;
    color:#0c0;
  }
  .ekle-cikar .cikar:hover{
    border-color:#f00;
    color:#f00;
  }
  */
/* MANSET SIRALAMA BITTI */



/*

dialog{
	border: #f90 solid 1px;
}



.penpen {
	display: none;
}
.penpen-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10001;
}
.penpen-container {
	position:relative;
	background-color: #fff;
	width: 350px;
	max-width: 100vw;
	max-height: 100vh;
	border-radius: 3px;
	overflow-y: auto;
	box-sizing: border-box;
}
.penpen.wide .penpen-container {
	width: 650px;
}
.penpen-header {
	line-height: 48px;
	padding: 0 20px;
	border-bottom: #eee dotted 1px;
}
.penpen-header.gizli {
	display:none;
}
.penpen-title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.25;
	color: var(--text-color);
	box-sizing: border-box;
}
.penpen-text {
	padding: 30px 20px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
	font-size:18px;
}
.penpen-header.gizli + .penpen-text{
	padding-top:60px;
}
.penpen-buttons{
	text-align:right;
	padding: 10px 20px;
	border-top: #eee dotted 1px;
}
.penpen-kapat{
	position:absolute;
	top:10px;
	right:10px;
}

  */