/*green-115740*/
/*red-DA291C*/

html {
	font-size: 14px;
	scroll-behavior: smooth;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

html {
	position: relative;
	min-height: 100%;
}

a {
	color: #0366d6;
	text-decoration: none;
}

	a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
		cursor: pointer;
	}

body {
	/* Margin bottom by footer height */
	background-image: url(../image/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 60px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	line-height: 60px; /* Vertically center the text there */
}

.vertical-center {
	min-height: 80%; /*Fallback for browsers do NOT support vh unit*/
	min-height: 80vh; /*These two lines are counted as one :-)   */
	display: flex;
	margin-top: -40px;
	align-items: center;
}

img {
	cursor: pointer;
}

select {
	text-align: center;
}

.sselect {
	text-align: left !important;
}

.btnSubmit {
}

.message {
	color: #ffffff;
	font-weight: bold;
}

p {
	text-align: justify;
}

ol {
	list-style-position: inside;
}

ul {
	list-style-position: outside;
	text-indent: -8px; /* key property */
	margin-left: 0px; /* key property */
}

.capitalise {
	text-transform: capitalize;
}

@keyframes glowing {
	0% {
		background-color: #2ba805;
		box-shadow: 0 0 5px #2ba805;
	}

	50% {
		background-color: #49e819;
		box-shadow: 0 0 20px #49e819;
	}

	100% {
		background-color: #2ba805;
		box-shadow: 0 0 5px #2ba805;
	}
}

@keyframes condemned_blink_effect {
	0% {
		visibility: hidden;
	}

	50% {
		visibility: hidden;
	}

	100% {
		visibility: visible;
	}
}
/*fa-------------------------------------------------------*/
.fa-gicon {
	color: #115740;
}

.fa-yicon {
	color: #f6f10a;
}

.fa-ricon {
	color: #DA291C;
	margin-bottom: 0;
}

.fa-dredicon {
	color: darkred;
	margin-bottom: 0;
}

.fa-wicon {
	color: #ffffff;
	margin-bottom: 0;
}

.fa-oicon {
	color: orangered;
	margin-bottom: 0;
}

.fa-grayicon {
	color: gray;
	margin-bottom: 0;
}

.fa-lgrayicon {
	color: lightgray;
	margin-bottom: 0;
}

.fa-bicon {
	color: darkblue;
	margin-bottom: 0;
}

.fa-pinkicon {
	color: #f000ff;
	margin-bottom: 0;
}

.fa-sblueicon {
	color: #ffaa1d;
	margin-bottom: 0;
}

.fa-greenicon {
	color: green;
	margin-bottom: 0;
}

/*-------------------------------------------------- */

.btn {
	color: #ffffff;
	margin: 2px;
}

.btn-nonclick {
	border: 2px solid black;
	background-color: lightgray;
}

.btn-click {
	border: 2px solid black;
	background-color: #DA291C;
}

.btn-action {
	background-color: #DA291C;
	float: right;
}

	.btn-action .glyphicon {
		color: #fff;
	}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.btn-gray {
	background-color: rgba(0,0,0,.5);
}

.btn-darkgray {
	background-color: darkgray;
	float: right;
}
.btn-orange {
	background-color: orange;
}

.btn-red {
	background-color: #DA291C;
}

.btn-green {
	background-color: green;
}

.btn-Storage {
	background-color: #115740;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: white;
	width: 120px;
	line-height: 0.9;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

	.btn-Storage:hover {
		color: #ffffff;
		transform: scale(1.25);
		border-color: #E8E8E8;
	}

	.btn-Storage span {
		color: whitesmoke;
		font-size: 10px;
	}

.btn-Wine {
	background-color: #00A300;
	color: white;
	width: 120px;
	line-height: 0.9;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

	.btn-Wine:hover {
		color: #ffffff;
		transform: scale(1.25);
		border-color: #E8E8E8;
	}

	.btn-Wine span {
		color: antiquewhite;
		font-size: 10px;
	}

.btn-reset {
	background-color: #DA291C;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: white;
	width: 120px;
	height: 43px;
	line-height: 0.9;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

	.btn-reset:hover {
		color: #ffffff;
		transform: scale(1.25);
		border-color: #E8E8E8;
	}

.btn-result {
	font-size: 25px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	text-align: center;
	color: #ffffff;
	background-color: #add8e6;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.btn-alert {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	text-align: center;
	color: #ffffff;
	background-color: #DA291C;
	border-radius: 5px;
	animation: glowing 2000ms infinite;
}

	.btn-alert span {
		display: block;
		color: whitesmoke;
		font-size: 10px;
	}

@keyframes glowing {
	0% {
		background-color: #DA291C;
		box-shadow: 0 0 5px #FFA500;
	}

	50% {
		background-color: #FFA500;
		color: #DA291C;
		box-shadow: 0 0 20px #DA291C;
	}

	100% {
		background-color: #DA291C;
		box-shadow: 0 0 5px #FFA500;
	}
}

.btn-group {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

	.btn-group button {
		font-size: 15px;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
		background-color: #115740;
	}

		.btn-group button.active {
			background-color: #DA291C;
		}


/*-------------------label-----------*/
label {
	color: #115740;
	font-size: 14px;
}

.label-text {
	color: #115740;
	font-size: 20px;
	font-family: Arial;
}

.lable-display {
	font-family: Arial;
	color: rgba(0,0,0,1);
	font-size: 26px;
	display: block;
	min-height: 30px;
}

.a-disabled {
	pointer-events: none;
}
/*-------------------nav-----------*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

[data-toggle="collapse"] div {
	color: gray;
	margin-top: 8px;
	border-bottom: 1px solid lightgray;
}


/*-------------------table-----------*/
.table-hover tbody tr:hover td {
	background: yellow;
	color: red;
	cursor: pointer;
}

table {
	font-size: 20px;
}

	table tr th:last-child {
		white-space: nowrap;
		width: 1px;
	}

	table tr td:last-child {
		white-space: nowrap;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		width: 1px;
	}

	table tr th:first-child {
	}

	table tr td:first-child {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

/*Spinner----------------------------------------------------------------------------------------------*/

.center-div {
	width: 300px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -150px;
}

.center-div-fixed {
	width: 300px;
	height: 300px;
	position: relative;
	margin-top: 50px;
}

.center-div-text {
	color: #ffffff;
	font-size: 20px;
	font-family: text-901;
	text-align: center
}

.spinner {
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: Black;
	/*    filter: alpha(opacity=70);*/
	opacity: 0.4;
}

.loader {
	margin: auto;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #006633;
	border-bottom: 16px solid #006633;
	border-left: 19px solid #da291c;
	border-right: 19px solid #da291c;
	width: 180px;
	height: 180px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.inner-div {
	background-image: url("../image/LogoRound.png");
	background-repeat: no-repeat;
	background-position: center;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*---------------------------------------*/

.text-headerdisplay {
	color: #115740;
	font-family: 'text-901';
	font-size: 48px;
	text-align: center;
	/*    text-shadow: 5px 5px 10px black;*/
}

.text-header {
	color: #115740;
	font-family: 'text-901';
	font-size: 24px;
	text-align: center;
}

select {
	text-align-last: center;
}

input[type="email"] {
	text-align: center;
}

input[type="text"], input[type="number"], input[type="password"] {
	text-align: center;
}

	input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

input::placeholder {
	font-family: text-american !important;
	font-size: 18px !important;
	color: gray !important;
}

/*checkbox----------------------------------------------------------------------------------------------*/
.chkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: Arial;
	color: black;
}

	/* Hide the browser's default checkbox */
	.chkbox input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #006633;
}

/* On mouse-over, add a grey background color */
.chkbox:hover input ~ .checkmark {
	background-color: #fff;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/* When the checkbox is checked, add a green background */
.chkbox input:checked ~ .checkmark {
	background-color: #006633;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.chkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.chkbox .checkmark:after {
	left: 8px;
	top: 3px;
	width: 10px;
	height: 15px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*radion button----------------------------------------------------------------------------------------------*/
.rbtn {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: Arial;
	color: white;
}

	/* Hide the browser's default radio button */
	.rbtn input {
		position: absolute;
		opacity: 0;
	}

/* Create a custom radio button */
.rcheckmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #006633;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rbtn:hover input ~ .rcheckmark {
	background-color: #fff;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/* When the radio button is checked, add a green background */
.rbtn input:checked ~ .rcheckmark {
	background-color: #006633;
}

/*Create the indicator (the dot/circle - hidden when not checked)*/
.rcheckmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.rbtn input:checked ~ .rcheckmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.rbtn .rcheckmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/*---------------------------------------*/

.validator-inline {
	display: inline-block;
}

.validation-summary-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #e80c4d;
}

.validation-summary-errors {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bolder;
	color: #DA291C;
	text-align: center;
	font-size: 18px;
}

	.validation-summary-errors ul {
		list-style: none;
		margin-left: -40px;
	}

/*---------------------------------------*/
@font-face {
	font-family: "text-american";
	src: url('../font/American Typewriter Regular.ttf');
}

@font-face {
	font-family: 'text-901';
	src: url('../font/incised-901-compact-bt.ttf');
}

@font-face {
	font-family: 'text-futura';
	src: url('../font/ufonts.com_futura-t-light.ttf');
}

.font-futura {
	font-family: text-futura;
}

.font-american {
	font-family: text-american;
	font-weight: bold;
	color: #DA291C;
}

.font-901 {
	font-family: text-american;
}
/*---------------------------------------*/

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
	text-shadow: 0 0 3px #e5e5e5;
}

.navbar-custom {
	color: #ffffff;
	background-color: #115740;
	box-shadow: 0px 8px 8px -6px rgba(0,0,0,.5);
}

/*---------------------------------------*/
accordion-header {
	Margin-top: 5px;
}

.accordion-button {
	background-color: #DA291C;
	color: #ffffff;
	font-size: large;
}

	.accordion-button:not(.collapsed) {
		color: #115740;
		background-color: lightgray;
		box-shadow: 0px 8px 8px -6px rgba(0,0,0,.5);
		border-left: 2em solid #115740;
	}

	.accordion-button:hover {
		color: #115740;
		background-color: lightgray;
		box-shadow: 0px 8px 8px -6px rgba(0,0,0,.5);
		border-left: 2em solid #115740;
	}
/*---------------------------------------------*/

.dialogbox {
	background-color: #115740;
	color: #ffffff;
	opacity: 0;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	display: none;
	text-align: center;
	vertical-align: central;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	position: fixed;
}

/*---------------------------------------------*/

.image-animate {
	transform: scale(1);
	z-index: 1;
}

	.image-animate:hover {
		transform: scale(2.5);
		position: relative;
		z-index: 102;
	}

/*---------------------------------------------*/
.card {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	width: 100%;
	height: auto;
	margin: 5px 5px 5px 5px;
	box-shadow: 5px 10px 18px #888888;
}

	.card:hover {
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
		background-color: gold;
	}

.card-overlay {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5); /* Black see-through */
	color: #f1f1f1;
	width: 100%;
	transition: .5s ease;
	opacity: 0;
	color: white;
	font-size: 20px;
	padding: 20px;
	text-align: center;
}

.card-title {
	color: #115740;
}

.card-text {
	color: darkgray;
	text-align: center;
}

.card-img-top {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
/*---------------------------------------------*/
.flip-card {
	background-color: transparent;
	height: 250px;
	width: 100%;
	margin-top: 10px;
	/*        border: 1px solid #f1f1f1;*/
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
	box-shadow: 5px 10px 18px #888888;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
	background-color: #115740;
	color: #fff;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 20px;
	text-shadow: -1px -1px 1px;
}

/* Style the back side */
.flip-card-back {
	background-color: #115740;
	color: white;
	transform: rotateY(180deg);
}

.flip-card-img {
	width: 50%;
	margin-top: 10px;
}

/*---------------------------------------*/
img.inactive {
	filter: grayscale(100);
}