.yeniform {
	width: 100%;
	height: auto;
}

.yeniform .liste {
	width: 100%;
	height: auto;
	position: relative;
}

.yeniform .liste #fiyatTipiSpan {
	position: absolute;
	right: 10px;
	top: 39px;
}

.yeniform .liste .labelbaslik {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	display: block;
	font-weight: 700;
}

/*yeni_table*/



table.yeni_table tr th:last-child,
table.yeni_table tr td:last-child {
	text-align: right;
}

table.yeni_table tr th:first-child,
table.yeni_table tr td:first-child {
	padding-left: 0 !important;
	text-align: left;
}

table.yeni_table .isim {
	min-width: 220px;
	display: block;
}

.delete {
	width: 20px;
	height: 20px;
	background: rgb(255 44 44);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	font-size: 12px;
}

a.delete {
	color: #fff !important;
}

.yeniform .btn {
	padding: 0.9rem 20px;
}



.drag-target {
	height: 100%;
	width: 40px;
	position: fixed;
	top: 0;
	left: -40px;
	z-index: 1036;
}

.navbar-brand .brand-logo {
	background: url(../../app-assets/images/logo/vuexy-logo.png) no-repeat;
	background-position: -65px -54px;
	height: 24px;
	width: 35px;
}
@media(max-width:1200px) {
	table.yeni_table .isim {
		min-width: 100px;
		display: block;
	}

	.yeniform .liste {
		margin-top: 10px;
	}

	.header-navbar .navbar-header .navbar-brand {
		top: 15px;
	}

	
}



