﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
	color: #0366d6;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	line-height: 60px; /* Vertically center the text there */
}

.searchDiv {
	margin-bottom: 12px;
	margin-right: 20px;
	padding-right: 20px;
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

	.searchDiv input {
		margin-bottom: 12px;
		margin-right: 20px;
		padding-right: 20px;
		width: 250px;
		box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
	}

	.searchDiv button {
		width: 80px;
	}

.odd {
	background-color: blue;
}

.even {
	background-color: yellow;
}

.wordgrid .row {
	font-size: 120%;
	padding: 10px 0;
}

	.wordgrid .row:nth-child(2n+3) {
		background-color: rgba(0, 0, 0, 0.05);
	}

	.wordgrid .row:first-child {
		background-color: silver;
	}

	.wordgrid .row > div:first-child {
		font-weight: bold;
	}



.inner-form {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}


.jumbotron {
	background-image: url("../braord.webp");
	background-size: cover;
	padding: 25px;
}
.jumbotron > div:first-child {
	color: white;
	text-shadow: 2px 2px 2px black;
	background-color: rgba(255, 255, 255, .2);
	box-shadow: rgba(0, 0, 0, .4), 10px 10px inset;
	padding: 10px 10px;
	margin-bottom: 20px;
	border-radius: 20px;
}

.inner-form .input-field {
	height: 68px;
/*	border-radius: 34px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	margin-bottom: 30px;
*/
}

	.inner-form .input-field input {
		height: 100%;
		background: transparent;
		border: 0;
		display: block;
		width: 100%;
		padding: 10px 0;
		font-size: 16px;
		color: #000;
		margin-left: 35px;
	}
		/*
         .inner-form .input-field input.placeholder {
            color: #222;
            font-size: 16px;
        }
*/
		.inner-form .input-field input:hover, .inner-form .input-field input:focus {
			box-shadow: none;
			outline: 0;
		}

	.inner-form .input-field.first-wrap {
		flex-grow: 1;
		display: flex;
		align-items: center;
		background: #d9f1e3;
	}

		.inner-form .input-field.first-wrap input {
			flex-grow: 1;
		}

	.inner-form .input-field.second-wrap {
		min-width: 216px;
	}

		.inner-form .input-field.second-wrap .btn-search {
			height: 100%;
			width: 100%;
			white-space: nowrap;
			font-size: 16px;
			color: #fff;
			border: 0;
			cursor: pointer;
			position: relative;
			z-index: 0;
			background: #00ad5f;
			transition: all .2s ease-out, color .2s ease-out;
			font-weight: 300;
		}

			.inner-form .input-field.second-wrap .btn-search:hover {
				background: #009451;
			}

			.inner-form .input-field.second-wrap .btn-search:focus {
				outline: 0;
				box-shadow: none;
			}

@media screen and (max-width: 992px) {
	.inner-form .input-field {
		height: 50px;
	}
}

@media screen and (max-width: 767px) {
	.inner-form .input-field.second-wrap {
		min-width: 100px;
	}

		.inner-form .input-field.second-wrap .btn-search {
			font-size: 13px;
		}
}
