/*uetds.net*/

.navbar-nav li a:hover {
	color: #555 !important;
	background-color: #f0f1e0 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

.text-success {
	color: #28a745 !important;
}

.content {
	min-height: 400px;
	font-size: 12px;
}

.form-control {
	__font-size: 11px;
}

.row-bdy [class^="col-md-"] {
	padding: 3px;
}

.row-hdr,
.row-bdy {
	margin: 0px;
}

.table td,
.table th {
	padding: .25rem;
}

thead a {
	color: black;
}

.copyright {
	font-size: 10px;
}

.select-group-append {
	font-size: 90%;
	width: 90px;
	height: 38px;
	background: #e5f2ff;
	border-left: 0px;
	border-radius: 0px .25em .25em;
	cursor: pointer;
}

.nav-item.active .nav-link {
	border-bottom: 3px solid #ffc107;
	padding-bottom: .3em;
}

@media print {
	a[href]:after {
		content: none !important;
	}

	.form-control {
		padding: 0px;
		border: 0px;
		background: transparent !important;
		height: auto;
	}

	select {
		-webkit-appearance: none;
	}

	textarea {
		resize: none;
	}

	tr {
		page-break-inside: avoid;
	}

	::-webkit-input-placeholder {
		color: transparent !important;
	}

	:-moz-placeholder {
		color: transparent !important;
	}

	::-moz-placeholder {
		color: transparent !important;
	}

	:-ms-input-placeholder {
		color: transparent !important;
	}
}

@media only screen and (max-width : 1024px) {

	.table td,
	.table th,
	.form-control,
	.btn {
		font-size: 11px;
	}

	.form-control {
		padding: 0px 3px;
	}

	div.form-control {
		padding: .375rem .75rem;
	}

	.logoTitle {
		font-size: 17px;
	}

	.userTitle {
		text-align: center !important;
		padding-bottom: 10px;
	}

	.copyright {
		text-align: center;
		border: 1px solid #e6e6e6;
		background: #e8f0fe;
	}

	.copyright a {
		font-size: 10px;
		display: block;
	}

	.select-group-append {
		height: auto;
	}

	.input-group-text {
		padding: 0 10px;
	}
}

.blink {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.sefertakip-row {
	border: 1px solid silver;
	padding: 50px;
	padding: 10px 0;
	border-radius: 10px;
}

.sefertakip-sender {
	padding: 2px;
	width: 25%;
	margin-top: 10px;
	border: 1px solid silver;
	background: #f5f3f3;
	text-align: center;
	float: left;
}

.sefertakip-receiver {
	padding: 2px;
	width: 25%;
	margin-top: 10px;
	border: 1px solid silver;
	background: #f5f3f3;
	text-align: center;
	float: right;
}

.sefertakip-row:nth-of-type(odd) {
	background: #fffdee;
}

.ui-autocomplete {
	max-height: 200px;
	overflow: auto;
}

#header-fixed {
	position: fixed;
	top: 0px;
	display: none;
	background-color: white;
}