@font-face {
	font-family: 'Cuprum';
	src: url('fonts/Cuprum-Regular.eot');
	src: url('fonts/Cuprum-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Cuprum-Regular.woff') format('woff'),
		url('fonts/Cuprum-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body,
html {
	font-family: 'Cuprum', sans-serif;
	height: 100%;
	background: #eee;
	font-size: 16px
}

* {
	transition: 0.5s
}


.logoKapsayan {
	display: flex;
	align-items: center;
}

.logoKapsayan img {}

.logoKapsayan .logoMetin {
	font-size: 20px;
	margin: 0;
}


.ustKusakZemin {}


.container-fluid {
	padding: 0;
}

.container-fluid.slaytKapsayan {
	background-image: url(../img/tarama20.png), url(../kurumsal/arkaplan.jpg);
	background-position: center, center;
	background-repeat: repeat, no-repeat;
	z-index: 99;
	position: relative;
	min-height: 450px;

}

.ustKusak.p1,
.ustKusak.p2,
.ustKusak.p3 {
	height: auto
}

/*
.container-fluid.slaytKapsayan #aramaSekmeleri   { display:flex; background:#fff }
.container-fluid.slaytKapsayan #aramaSekmeleri  .nav-item { flex:1 1 auto!important }
.container-fluid.slaytKapsayan #aramaSekmeleri .nav-link { padding:8px 8px; text-shadow:none }
*/

.dilKapsayan a {
	opacity: 0.3;
	color: #000;
	margin: 0 2px
}

.dilKapsayan a.active {
	opacity: 1;
}

.ustKusakZemin {
	background: #ffffff;
}

img.kurumLogo {
	max-height: 80px;
}

.kurumLogoMetin {
	font-size: 14px;
}

img.responsive {
	max-width: 200px;
}

.dropdown-menu.uye a.dropdown-item {
	padding: 0 10px;
	margin: 0
}

.dropdown-menu.uye .dropdown-divider {
	margin: 4px 0;
}

.ustAltiKusak {
	background: #ffffff80;
	width: 100%;
}


.slaytSloganKapsayan {
	color: #fff;
	text-shadow: 1px 1px 0 #00000080;
}

.slaytSloganKapsayan h2 {
	font-size: 26px;
}


.slaytGorselKapsayan {
	position: relative;
}

.slaytGorselKapsayan {
	perspective: 900px;
	top: -20px;
}

.slaytGorselKapsayan img {
	position: absolute;
	top: 0px;
	right: 0;
	margin-right: 90px;
	transform: rotateY(-45deg);
	width: 320px;
	-webkit-filter: drop-shadow(20px 15px 15px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(20px 15px 15px rgba(0, 0, 0, 0.1));

}

.slaytGorselKapsayan img:nth-child(1) {
	right: -100px;
	top: 0;
	transform: rotateY(-45deg);
}

.slaytGorselKapsayan img:nth-child(2) {
	right: -60px;
	top: -15px;
	transform: rotateY(-45deg);
}

.slaytGorselKapsayan img:nth-child(3) {
	right: -20px;
	top: -30px;
	transform: rotateY(-45deg);
}

.slaytGorselKapsayan img:hover {
	transform: rotateY(-40deg);
}

.slaytKapsayan .vetisAramaForm select {
	/*width:20%*/
}

.slaytKapsayan .btn {
	position: relative;
	border: 1px solid #fff;
	padding-left: 45px;
	color: #fff;
}

.slaytKapsayan .btn span {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 1rem;
	line-height: 3rem;
	padding: 0px 10px;
	border-radius: 5px 0 0 5px;
	background: #00000050;
}

.slaytKapsayan .vetisAramaForm .btn.btn-secondary {
	border-color: #999
}

.container {
	max-width: 1140px !important;
}

.container.icerik {
	min-height: 300px;
}

.anasayfaKutular .kutu {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.anasayfaKutular .kutu .card {
	border-radius: 20px 0 20px 0
}

.anasayfaKutular .kutu .card .card-body {
	height: 290px;
	overflow: auto;
}

.anasayfaKutular .kutu .card .card-header {
	border-radius: 20px 0 0 0
}

.anasayfaKutular .kutu .card .card-header i {
	color: #ffffff50 !important;
}

.anasayfaKutular .kutu p a {
	border-bottom: 1px dotted #666;
	text-decoration: none;
}

.anasayfaKutular .kutu.kutuphaneDokumanlari p a:before {
	content: '\f019';
	margin-right: 5px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.anasayfaKutular .kutu.linkler p a:before {
	content: '\f0c1';
	margin-right: 5px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}


.container.icerik .sayfaBasinaDon {
	position: static;
	margin-left: 0px;
	padding: 0px;
	background: none;
	border: none;
	cursor: pointer;
}

#girisForm .girisSecenekLinkleri a {
	border-bottom: 1px dotted var(--primary)
}

form label { text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap}
.custom-checkbox label { overflow:visible; }


/*sifre islemler*/
.sifrekontrol-bar {
	height: 10px;
	width: 100%;
	margin-top: 5px;
}

.sifrekontrol-0 {
	background-color: #e0e0e0;
	width: 0%;
}

.sifrekontrol-1 {
	background-color: #ff6f6f;
	width: 20%;
}

.sifrekontrol-2 {
	background-color: #ffb74d;
	width: 40%;
}

.sifrekontrol-3 {
	background-color: #ffff66;
	width: 60%;
}

.sifrekontrol-4 {
	background-color: #d4e157;
	width: 80%;
}

.sifrekontrol-5 {
	background-color: #66bb6a;
	width: 100%;
}

/*sifre islemler*/


/* vetis arama kutulari*/
.vetisAramaForm {}

.vetisAramaForm .form-control-lg {
	height: calc(3.5rem + 2px);
}

.vetisAramaForm select[name=veritabani] {
	/*flex: 0 0 40%*/
}

.vetisAramaForm input[name=query] {}

ul#aramaSekmeleri.nav-tabs {
	border: none
}

ul#aramaSekmeleri.nav-tabs .nav-link.active {
	opacity: 1;
	top: 0px;
	z-index: 99;
	border: 1px solid #ccc;
	border-bottom: none;
	box-shadow: none;
}

/*
ul#aramaSekmeleri.nav-tabs .nav-link.active:after { content:'\f0dd'; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size:20px;
position:absolute; left:50%; margin-left:-5px;  bottom:-13px; z-index: 99;
}
*/
ul#aramaSekmeleri.nav-tabs .nav-link {
	transition: 0.5s;
	position: relative;
	top: 1px;
	border: none;
	opacity: 0.6;
	background: #fff;
	border-right: 1px solid #ccc;
	border-top: 5px solid #cccccc;
}

.vetisAramaForm input.form-control {
	border-bottom: 1px solid var(--secondary)
}

.aramaAlti {
	border: 1px solid rgba(0, 0, 0, 0.125);
}

#tumVetis {
	cursor: pointer;
}

#vetisKutular .kutu .card-header {
	background: #fff;
	height: 120px;
}

#vetisKutular .kutu .card-body {
	background: #f9f9f9;
}

#vetisKutular .kutu .saglama {
	position: absolute;
	width: 126px;
	top: 123px;
	/*box-shadow:0 1px 2px #00000020;*/
	left: 0px;
	transform-origin: 0% 0%;
	transform: rotate(-90deg);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 6px;
	/*border-radius: 30px 30px 0 0*/
}

#vetisKutular .kutu .favori {
	position: absolute;
	left: 22px;
	top: 13px;
	cursor: pointer;
	font-size: 16px;
	color: #ccc;
	text-shadow: 0px 0px #00000050
}

#vetisKutular .kutu .favori.active {
	color: #f00;
	transition: 0.5s;
	animation: scale 0.5s linear 1;
}

#vetisKutular .kutu .card-header img {
	max-height: 30px;
}

#vetisKutular .kutu .card-header h5 i.fa-angle-down {
	position: absolute;
	right: 5px;
}


span.favoriler {
	display: inline-block;
}

span.favoriler.active {
	background: #ec1751 !important;
	border: 1px solid #ec1751 !important;
}


ul.filtreSekmeler {
	padding: 0;
}

ul.filtreSekmeler li {
	list-style: none;
	display: inline-block;
	cursor: pointer;
	background: #eee;
	padding: 4px 10px;
	margin: 0 7px 7px 0;
	border-radius: 5px;
	border-bottom: 5px solid #ccc
}

ul.filtreSekmeler li.active {
	color: #fff;
}


ul#harfSekmeler {
	display: inline-block;
}

ul#harfSekmeler li {
	padding: 0 5px;
	font-size: 20px;
	cursor: default;
	color: #4f5859;
	opacity: .3;
	border: none;
	margin: 0 3px 3px 0;
}

ul#harfSekmeler li.mevcut {
	cursor: pointer;
	opacity: 1
}


/*canli destek */
/*canli destek */
/*canli destek */

.canliDestekBtn {
	position: fixed;
	right: 15px;
	bottom: 50px;
	border-radius: 10px;
	font-size: 1.5rem;
}

.canliDestekPencere {
	position: fixed;
	bottom: 35px;
	width: 320px;
	right: -350px;
	;
	box-shadow: -3px -3px 3px #00000020;
	z-index: 999
}

.canliDestekPencere.aktif {
	right: 10px;
}

.canliDestekPencere .card-header {
	background: var(--gray);
	color: white;
	cursor: pointer;
}

.canliDestekPencere.cevrimIci .card-header {
	background: var(--success);
	color: white
}

.canliDestekPencere form .input-group {
	width: 100%
}

.canliDestekPencere .mesajlarKapsayan {
	height: 200px;
	overflow: auto;
}

.canliDestekPencere .mesajlar {
	list-style-type: none;
}

.canliDestekPencere .mesajlar li {
	padding: 5px 10px;
	font-size: 0.85rem;
	line-height: 1.0rem;
	margin-bottom: 0.5rem;
	margin: 0 1rem 0.5rem 1rem;
	border-radius: 10px;
	background: var(--light);
	position: relative;
}

.canliDestekPencere .mesajlar li small {
	font-size: 0.6rem
}

.canliDestekPencere .mesajlar li.uye {
	margin-right: 45px
}

.canliDestekPencere .mesajlar li.admin {
	margin-left: 45px;
	background: #00550020;
}

.canliDestekPencere .mesajlar li:after {
	font-size: 2rem;
	top: 5px;
	position: absolute;
}

.canliDestekPencere .mesajlar li.admin:after {
	content: "\1F892";
	right: -8.5px;
	color: #00550020;
}

.canliDestekPencere .mesajlar li.uye:after {
	content: "\1F890";
	left: -8.5px;
	color: var(--light)
}

.canliDestekPencere .mesajlar li img,
.canliDestekPencere .mesajlar li iframe {
	width: 100% !important;
	cursor: pointer;
}

/*canli destek */
/*canli destek */
/*canli destek */

/* yazisayfasi */
ul.yaziListe {
	padding-left: 0;
}

ul.yaziListe li {
	list-style: none
}

/* yazisayfasi */

.gizlilik {
	bottom: 0rem;
	left: auto;
}

.gizlilik .icerik {
	background: rgba(52, 58, 64, 0.80);
	width: 1920px;
	max-width: 1108px !important;
	padding: 20px
}

.gizlilik .icerik a {
	color: var(--warning);
}

.altKusak {
	min-height: 300px;
	padding-bottom: 80px !important;
}

.altKusak .sosyalMedyalar a {
	display: inline-block;
	border: none;
	color: white;
	font-size: 1.3rem;
	border-radius: 50%;
	opacity: 0.7;
	margin: 0 5px 5px 0;
	width: 40px;
	line-height: 40px;
	text-align: center;
}

.altKusak .sosyalMedyalar a:hover {
	opacity: 1;
}

.altKusak ul {
	padding: 0;
}

.altKusak a {
	color: #fff;
	border-bottom: 1px dotted #bbb;
	text-decoration: none
}

.altKusak a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	text-decoration: none
}

.altKusak h6 {
	font-size: 1.1rem;
	/* border-bottom:1px dashed #ffffff50; padding:0 0 5px 0;*/
}

#footer {
	margin-top: -36px !important;
	height: 36px;
	background: #00000065;
}

img.altYerliUretim {
	filter: grayscale(100%) brightness(200%);
}

.sayfaBasinaDon {
	position: fixed;
	bottom: -30px;
	right: 50%;
	margin-right: 570px;
	padding: 5px 10px 7px 10px;
	background: #ffffff30;
	border: 1px solid #ffffff30;
	cursor: pointer;
}

.pencere .modal-body img {
	margin-right: 1rem;
}


/*Uye penceresi*/
.strength-bar {
	height: 10px;
	width: 100%;
	margin-top: 5px;
}

.strength-0 {
	background-color: #e0e0e0;
	width: 0%;
}

.strength-1 {
	background-color: #ff6f6f;
	width: 20%;
}

.strength-2 {
	background-color: #ffb74d;
	width: 40%;
}

.strength-3 {
	background-color: #ffff66;
	width: 60%;
}

.strength-4 {
	background-color: #d4e157;
	width: 80%;
}

.strength-5 {
	background-color: #66bb6a;
	width: 100%;
}

.fa-eye.goz {
	position: absolute;
	z-index: 999;
	right: 1.2rem;
	margin-top: -1.6rem;
	opacity: 0.5;
}



/* buradan aşağısı bootstrap özelleştirme*/
/* buradan aşağısı bootstrap özelleştirme*/
/* buradan aşağısı bootstrap özelleştirme*/
/* buradan aşağısı bootstrap özelleştirme*/
/* buradan aşağısı bootstrap özelleştirme*/
/* buradan aşağısı bootstrap özelleştirme*/
i[data-dil] {
	font-style: normal;
}

.tooltip-inner {
	max-width: 400px;
}

ul li {
	list-style: none;
}

.borderless td {
	border: none;
}

.table-sm td {
	padding: 1px 5px;
}

.badge {
	font-weight: 400;
}

.card-body {
	padding-top: 1rem !important;
}

.modal-content {
	box-shadow: 0px 0px 20px #00000050;
}

.modal-lg {
	max-width: 1000px;
}

.modal .nav-link {
	opacity: 0.5;
}

.modal .nav-link.active {
	background: #1e2b37;
	color: #fff;
	box-shadow: inset 0px 2px 2px #00000050;
	opacity: 1;
}

.modal-header {
	padding: 0.5rem 1rem !important;
}

.modal-open {
	overflow: auto;
	padding-right: 0 !important;
}

label.switch {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 20px;
}

label.switch input {
	position: absolute;
	z-index: 99;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 0px
}

.slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 4px;
	bottom: 4px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #080;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

input:checked+label,
input:checked+label small {
	font-weight: 600;
}


.custom-control-inline {
	width: 160px;
	margin-bottom: 2px;
	align-items: left !important;
	justify-content: left !important;
}

.custom-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input-group-append {
	/*margin-left: -1px;*/
}

.input-group-append,
.input-group-prepend {
	/*display: -ms-flexbox; display: flex;*/
}

input.sec,
input.secimTum+label.custom-control-label,
input.sec,
input.secim+label.custom-control-label {
	margin-bottom: 1rem;
}

/* table içindeki checkbox için */

input[type='number'] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input:focus,
select:focus {
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3) !important;
	;
}

textarea,
select[multiple] {
	height: 80px;
}

input:invalid {
	border-right: 5px solid red
}

.form-group label {
	margin: 0;
	font-size: 85%;
	/*position:relative; top:30px; left:15px;*/
}


.note-float-left {
	margin-right: 1rem;
}

/*a { color:#000; }*/
hr {
	margin: 15px 0;
	width: 100%
}

hr.alt {
	margin: 5px 0;
	width: 100%;
	border: none;
	height: 1px;
	background: #ffffff40;
	box-shadow: 0 -1px 0 #00000040;
}

.btn,
button {
	cursor: pointer;
}

.btn-group .btn.active:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -7edpx;
	bottom: -6px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 5px solid #000;
}

.btn.btn-secondary {
	color: #fff;
}

.btn-outline-secondary {
	background: #00000015;
	border: 1px solid #00000025;
}

.btn-group-toggle i.fas {
	margin-right: 4px
}

th {
	font-weight: normal;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.small {
	font-size: 82% !important;
}

.text-white-25 {
	color: rgba(255, 255, 255, 0.25) !important
}

.text-white-75 {
	color: rgba(255, 255, 255, 0.75) !important
}

.text-black-25 {
	color: rgba(0, 0, 0, 0.25) !important
}

.text-black-75 {
	color: rgba(0, 0, 0, 0.75) !important
}

p {
	margin-bottom: 0.3rem;
}

mark {
	background: #fe0;
}

::-webkit-input-placeholder {
	/* Edge */
	color: #00000035 !important;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #00000035 !important;
	;
}

::placeholder {
	color: #00000035 !important;
	;

}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0;

}

ul.pagination {}

ul.pagination li.page-item.active a {
	background: #ec1751;
	border: none
}

.modal.fade {
	opacity: 1;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	transform: translate(0);

}

.modal-md {
	max-width: 700px !important;
}

.modal-md p {
	margin: 0 0 5px 0;
}

@-webkit-keyframes don {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes don {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.alarm {
	animation: alarm 1s linear infinite;
}

@keyframes alarm {
	50% {
		opacity: 0.0;
	}
}

@keyframes scale {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.5);
	}

	100% {
		transform: scale(1);
	}
}

.alarmKisa {
	animation-name: alarm;
	animation-duration: 0.4s;
	animation-timing-function: ease-out;
	animation-iteration-count: 3;
}

/* animasyon css */
.animated {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

/* animasyon css */

/* responsive */
@media screen and (max-width:768px) {
	* {
		transition: 0.5s;
	}

	.container-fluid.slaytKapsayan {
		min-height: auto;
	}

	.vetisLogoOrta {
		text-align: center;
	}

	.ustKusakZemin {
		height: auto
	}

	#aramaSekmeleri,
	#turSekmeler {
		font-size: 80% !important;
	}

	.slaytKapsayan {
		height: auto;
		padding: 25px 0 !important;
	}

	.dropdown-menu.uye {
		left: -100px !important;
		top: 20px !important;
	}

	.sayfaBasinaDon {
		display: none
	}

	.slaytSloganKapsayan {
		margin-top: 0px;
		min-height: auto !important;
	}

	.slaytSloganKapsayan h2 {
		font-size: 0.9rem;
	}

	.gizlilik .icerik {
		width: 1920px;
		max-width: 320px !important;
	}

	.gizlilik {
		z-index: 99;
		left: 50%;
		margin-left: -160px;
	}

}

/*versiyon*/

/* responsive */