/*.nav-tabs {
	border-bottom: none !important;
}

	border-color: #ffffff;	border-color: #f2f2f2;
	border-style: outset;

*/

#tabs a:link {
	color: steelblue;
	text-decoration: none;
	background-color: lightgray;
	border-top-right-radius: .5rem;
	border-top-left-radius: .5rem;
	font-size: 15px;
}

.nav-link {
	color: steelblue;
	text-decoration: none;
	background-color: #dfdfdf;
	border-color: lightgrey !important;
	border-bottom-color: transparent !important;
	display: block;
	padding: .21rem 1rem .21rem 1rem;
}
.nav-link:hover {
	border-color: blue !important;
}
.nav-tabs {
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-color: lightgrey;
}

.arama-tab:link {
	padding: .2rem 2rem .2rem 2rem !important;
	font-size: 17px !important;
	font-weight: 700 !important;
}

.cbor {
	border-color: lightgrey !important;
	border-style: solid;
}

.tab-pane {
	border-top: none !important;
	border-bottom-right-radius: .5rem;
	border-bottom-left-radius: .5rem;
	border-color: lightgrey !important;
	border-width: 1px;
	border-style: solid;
}

.overlay2 {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */
	height: 100%;
	width: 0;
	position: fixed; /* Stay in place */
	z-index: 10; /* Sit on top */
	left: 0;
	top: 0;
	background-color: rgb(11, 46, 72); /* Black fallback color */
	background-color: rgba(11, 46, 72, 0.5); /* Black w/opacity */
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */
	height: 100%;
	width: 0;
	position: fixed; /* Stay in place */
	z-index: 20; /* Sit on top */
	left: 0;
	top: 0;
	background-color: rgb(11, 46, 72); /* Black fallback color */
	background-color: rgba(11, 46, 72, 1); /* Black w/opacity */
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.4s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
	position: relative;
	/*margin-left:20px;*/
	top: 3em; /* 25% from the top */
	width: 100%; /* 100% width */
	text-align: left; /* Centered text/links */
	/*margin-top: 20px; *//* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
	/*padding: 8px;*/
	text-decoration: none;
	/*	font-weight:bold;*/
	color: #818181;
	display: block; /* Display block instead of inline */
	/* transition: 0.3s; Transition effects on hover (color) */
	color: #eeeeee;
	/*font-size: 23px;*/
	letter-spacing: 2px;
	padding: 1.0rem 1.2rem 1.0rem 1.8rem;
	position: relative;
	font-size: 1.00rem;
	transition: 0.1s;
	border-bottom: 1px solid rgb(18, 73, 114);
}

	/* When you mouse over the navigation links, change their color */
	.overlay a:hover, .overlay a:focus {
		color: navy;
		background-color: rgb(171,186,205);
	}



/* Position the close button (top right corner) */
.overlay .closebtn {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	margin-bottom: 5px;
	text-decoration: none;
	/*	font-weight:bold;*/
	display: block; /* Display block instead of inline */
	transition: 0.2s; /* Transition effects on hover (color) */
	color: #eeeeee;
	/*font-size: 23px;*/
	padding: 0.1rem 0.5rem 0.9rem 0.6rem;
	font-size: 1.60rem;
	border:none;
}


	/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
	/*@media screen and (max-height: 450px) {
	.overlay a {
		font-size: 20px
	}

	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}*/