﻿/* 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. */

/* ReSharper disable CssPropertyDoesNotOverrideVendorProperty */
/* ReSharper disable DeclarationIsEmpty */
/*Override the default container */
@media (min-width: 480px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 70%;
	}
}

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: 480px) {
	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: 80%;
/*background-color: yellow;*/
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px auto;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	line-height: 60px; /* Vertically center the text there */
}

/*nav {
	background-color: #0e416b;
	color: #fff
}
*/
/*.navbar {
	margin-bottom: 0;
	border-radius: 0;
	background-color: #0e416b;
	color: #fff
}
*/
/*.navbar-custom {
	background-color: #88ace0;
}
*/
/*.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
	/ *color: #505050* /
	color: #105050
}
*/
/*.navbar-toggler {*/
	/*background-color: #0e416b;*/
	/*background-color: #7AAFDB;
	color: #fff;
	border: 1px solid #303030;*/
	/*border-radius: 0.25rem;*/
/*}*/

/*.navbar-toggler-icon {
	background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000...p='round' stroke-miterlimit='10' d='M47h22M4 15h22M423h22'/%3e%3c/svg%3e);*/
	/*content: "VV";*/
/*}*/

@media (max-width: 480px) {
	body {
		width: 70%;
	}

	.footer {
		width: 100%;
	}

	.navbar {
		width: 100%;
	}

	.text-center {
		font-size: 60%;
	}


}

/* --------------------------------------------------------------------------------------------- */
/* SNMC background-color: #006a99; */
/* ELM  background-color: #00996a; */
.snmcCompany {
	/*background-color: #006a99;*/
	/* SNMC-ELM */
	background-color: #003366;
}

.text-yellow {
	color: #ffff00 !important;
}

.comm-title {
	color: #666666;
	text-shadow: 2px 2px 7px #303030;
}

/* Override the primary button color */
.btn-primary {
	/* SNMC-ELM */
	background-color: #003366;
}

.jumpToBottom {
	/*margin-right: 25px;*/
	float: right;
	vertical-align: middle;
}

/*.rtAlign {
	text-align: right;
	padding-right: 5px;
}
*/
.money {
	text-align: right;
	/*padding-right: 10px;*/
}

.moneyPadRight {
	text-align: right;
	padding-right: 10px;
}

.center-content-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*gap: 1ch;*/
}



/* Div with table with fixed header
-------------------------------------------------- */
.tableFixedHead {
/*	overflow-y: auto;
	height: 90%;
*/

	display: table;
	width: 100%;
	margin: auto;
	border-collapse: collapse;
	table-layout: fixed;
	height: 100%;
}
/*
.tableFixedHead table {
	border-collapse: collapse;
	width: 90%;
}

.tableFixedHead thead tr th
{
	position: sticky;
	top: 0px;
}
*/
.tableFixedHead td
{
	padding: 8px 16px;
}

.rowAboveLine {
	border-top: 1px dotted #808080;
}

.rowUnderline {
	/*border-top: 1px dotted #808080;*/
	border-bottom: 1px dotted #808080;
}

/* Employee edit tab tables
-------------------------------------------------- */
.tableEmpEdit {
	width: 100%;
}

	.tableEmpEdit th td {
		margin: 0 5px 0 5px;
		padding: 0 5px 0 5px;
	}

/* Tab control styles
-------------------------------------------------- */
.tabs {
	height: 100%;
	width: 100%;
	text-align: left;
}

.tab-nav-wrapper {
	width: 100%;
	overflow-x: auto;
	position: relative !important;
	z-index: 999 !important;
	top: 3px;
}

.tabs ul {
	display: block;
	/*width: max-content;*/
	overflow-y: hidden;
	margin: 0;
	padding-inline-start: 5px;
}

	.tabs ul li {
		display: inline-block;
		border: 1px solid grey;
		border-bottom: 3px solid blue;
		background-color: #1b6ec2;
		border-top-left-radius: 1rem !important;
		border-top-right-radius: 1rem !important;
	}

		.tabs ul li.active {
			border: 1px solid black;
			border-bottom: 3px solid white;
		}

		.tabs ul li a {
			text-decoration: none;
			color: white;
			padding: 10px;
			line-height: 50px;
			position: relative;
			font-weight: bold;
		}

.tab-content-wrapper {
	position: relative !important;
	z-index: 1 !important;
	border: 3px solid blue;
	padding: 20px;
	min-height: 40px;
	border-top-left-radius: 0.5rem !important;
	border-top-right-radius: 1rem !important;
	border-bottom-right-radius: 1rem !important;
	border-bottom-left-radius: 1rem !important;
}



/*Steps formatting
-------------------------------------------------- */
	.step{
		width:90%;
		height:760px;
	}

	/* Make circles that indicate the steps of the form: */
	.stepnum {
		height: 15px;
		width: 15px;
		margin: 0 2px;
		background-color: #808080;
		border: none;
		border-radius: 50%;
		display: inline-block;
		opacity: 0.5;
	}

	/* Mark the active step: */
	.stepnum.active {
		opacity: 1;
	}

	/* Mark the steps that are finished and valid: */
		.stepnum.finish {
			background-color: #1943e4;
		}



/*tests*/
.temptest {
	font-style: italic;
	color: red;
}

@media (max-width: 768px) {
	.comm-title {
		font-size: 2rem;
	}


	#progressContainer {
		position: relative;
		width: 200px;
		border: 1px solid #ccc;
	}

	#progressBar {
		width: 90%;
		background-color: #00f;
		height: 30px;
		color: #fff;
	}

}



