﻿/* 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 */
}






/* Demo Tracker styling */


body {
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
}

/* Small (576px and up) */
@media (min-width: 576px) {
	body {
		/* margin-bottom: 129px; */
	}
}

/* Medium (768px and up) */
@media (min-width: 768px) {
	body {
		/* margin-bottom: 134px; */
	}
}

/* Large (992px and up) */
@media (min-width: 992px) {
	body {
		/* margin-bottom: 80px; */
	}
}

/* Large (1200px and up) */
@media (min-width: 1200px) {

}


/* Navigation */

nav {
	font-family: 'Montserrat', sans-serif;
	/* background-color: #00b8d1; */
	background-image: url("/img/new-bg-1920.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	/* background-size: 50%; */
    /* background-position: right; */
	padding: 10px 0 !important;
	
}
nav .nav-logo {
	width: auto;
    height: 40px;
	margin: 0 15px 15px 15px;
}
.navbar-brand {
	font-weight: 700;
	color: #fff !important;
	font-size: 12px;
	white-space: normal;
    text-align: center;
    word-break: break-all;
}
.navbar-brand span {
	display: inline-block;
}
.navbar-collapse {
	flex-grow: 0;
}
.nav-item a {
	color: #fff !important;
	font-weight: 700;
	font-size: 16px;
}
.navbar-light .navbar-toggler {
	/* background-color: #fff; */
	background-color: transparent;
	border: none;
}
.navbar-light .navbar-toggler:hover {
	/* background-color: #fff !important; */
	/* border-color: rgba(0,0,0,.1) !important; */
	background-color: transparent !important;
	border: none;
}
.navbar-light .navbar-toggler .fa-bars {
	color: #fff;
	margin: 0 auto;
	font-size: 26px;
}
.navbar-brand-container {
	margin: 0 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-nav {
	text-align: right;
	margin-top: 10px;
}
.navbar-nav li {
	padding-right: 15px;
}
.btn.btn-primary {
	margin: 5px 0 0 auto;
    padding: 3px 10px 3px 15px;
    border: solid 3px #1b6ec2;
    background-color: #ffffff;
    color: #1b6ec2;
    border-radius: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    font-size: 13px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    align-items: center;
	font-size: 16px;
	height: 38px;
	/* margin-left: 10px; */
}
button i {
	font-size: 24px;
    margin-left: 10px;
}
button:hover {
	/* background-color: #c2e9ff !important; */
	background-color: #d1efff !important;
	background-color: #ddf3ff !important;
	background-color: #e5f6ff !important;
	
	
	/* color: #fff !important; */
	/* border-color: #ff8135 !important; */
}

/* Small (576px and up) */
@media (min-width: 576px) {
	nav {
		padding: .5rem 1rem;
	}
	.navbar-brand-container {
		/* margin-right: auto; */
		/* display: block; */
		/* width: initial; */
		/* justify-content: center; */
	}
	.navbar-nav {
		margin-top: 0;
	}
	.navbar-nav li {
		padding-right: 0;
	}
	nav .nav-logo {
		margin: 0 15px 0 0;
	}
	.navbar-brand-container {
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: initial;
	}
	.navbar-brand {
		margin-right: 0;
	}
	nav > .container {
		justify-content: start !important;
	}
}

/* Medium (768px and up) */
@media (min-width: 768px) {
	nav .nav-logo {
		width: auto;
		height: 55px;
		margin: margin: 5px 15px 5px 0;
	}
	.navbar-brand {
		font-weight: 700;
		color: #fff !important;
		font-size: 16px;
	}

}

/* Large (992px and up) */
@media (min-width: 992px) {

}

/* Large (1200px and up) */
@media (min-width: 1200px) {

}




/* Home page */

.home-page {
	/* background-color: #e0edf4; */
	/* background-color: #00b8d1; */
	/* background-image: url("/img/demo-tracker-bg.jpg"); */
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
    /* background-position: top center; */
}
.home-col {
	background-color: #00b9d3;
    border-radius: 25px;
	padding: 25px 50px;
	margin: 15px auto 15px auto;
	/* min-height: 500px; */
	padding: 0;
	max-width: 555px;
}
.home-col .form-group {
	margin-bottom: 0;
}
.home-col .form-group label {
	color: #fff;
	font-weight: bold;
}
.home-input-container {
	margin: 0 auto;
    width: 90%;
    display: block;
    max-width: 350px;
}
.home-input-container input {
	margin-bottom: 15px;
}
/* .home-input-container.second-screen { */
	/* margin-left: 108px; */
/* } */
.home-continue-container {
	margin: 0 auto;
	/* width: 20%; */
    display: block;
	/* margin-right: 10px; */
}
.home-continue-container button {
	margin: 0 auto !important;
}
.home-continue-container label {
	font-size: 1px;
}
.home-col .bg-image {
	background-color: #00b9d3;
	background-image: url("/img/demo-tracker-bg-small-text.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
    background-position: bottom;
	/* height: 375px; */
	height: 60vw;
    border-radius: 25px;
}
.home-col .bg-image-blue {
	background-color: #00b9d3;
	background-image: url("/img/blue-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
    background-position: top;
	/* height: 375px; */
	height: 27vw;
	/* height: 175px; */
    border-radius: 25px;
}
.home-col h1 {
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-align: center;
    font-size:24px;
	color: #fff;
	margin: 20px 0 15px 0;
}
.home-input-submit {
	display: inline-block;
    margin-left: 15px;
	width: 100%;
    margin-bottom: 20px !important;
}
.home-input-submit button {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Small (576px and up) */
@media (min-width: 576px) {
	.home-col .bg-image {
		height: 325px;
	}
	.home-col .bg-image-blue {
		height: 150px;
	}
}

/* Medium (768px and up) */
@media (min-width: 768px) {

	.home-col {
		min-height: 500px;
	}
	.home-input-container {
		margin-left: 50px;
		width: 58%;
		display: inline-block;
	}
	.home-input-container input {
		/* margin-bottom: 0; */
	}
	.home-continue-container {
		width: 20%;
		display: inline-block;
		margin-right: 20px;
	}
	.home-continue-container button {
		margin-left: 10px !important;
	}
	.home-col .bg-image {
		height: 375px;
	}
	.home-col .bg-image-blue {
		height: 175px;
	}
	.home-col h1 {
		font-size:36px;
	}
	.home-input-submit {
		display: inline-block;
		margin-left: 15px;
		width: initial;
		margin-bottom: 0 !important;
	}
	.home-input-submit button {
		margin: 5px 0 0 auto !important;
	}
}

/* Large (992px and up) */
@media (min-width: 992px) {

}

/* Large (1200px and up) */
@media (min-width: 1200px) {

}






/* Demo list page */

.demo-list-col {
	background-color: #e0edf4;
    border-radius: 25px;
	padding: 25px 20px;
	/* margin-top: 50px; */
	margin: 15px auto;
	min-height: 500px;
}
.demo-list-submit button {
	/* float: center; */
	margin: 0 auto;
	display: block;
}
.demo-list-col h4 {
	margin-bottom: 1.5rem;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	color: #343a40;
}
.demo-list-col .form-group {
	margin-bottom: 25px;
	color: #343a40;
}
.demo-list-col input[type=checkbox] {
	-webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #1b6ec2;
    width: 1.5em;
    height: 1.5em;
    border: 0.15em solid #1b6ec2;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    /* display: grid; */
    place-content: center;
    margin-right: 7px;
	display: inline-flex;
	line-height: 1;
}

.demo-list-col input[type=checkbox]::before {
	font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    /* transition: 120ms transform ease-in-out; */
    /* box-shadow: inset 1em 1em black; */
    position: relative;
    bottom: -2px;
    right: 3px;
	font-weight: 600;
}
.demo-list-col input[type=checkbox]:checked::before {
	transform: scale(1);
}

/* Small (576px and up) */
@media (min-width: 576px) {

}

/* Medium (768px and up) */
@media (min-width: 768px) {
	.demo-list-col {
		padding: 40px;
	}
.demo-list-submit button {
	/* float: right; */
	margin-right: 0;
}

}

/* Large (992px and up) */
@media (min-width: 992px) {

}

/* Large (1200px and up) */
@media (min-width: 1200px) {

}






/* Demo tracker page */

.demo-tracker {
	margin-top: 15px;
}
.row.demo-tracker-top {
	margin-bottom: 14px;
}


.tracker-header {
	display: flex;
    align-items: center;
}
.tracker-header h4 {
	margin-bottom: 1.5rem;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	color: #343a40;
	text-align: center;
}
.tracker-header span {
	display: inline-block;
}

/* .logos-top > div:first-child { */
	/* display: flex; */
/* } */
/* .logos-top > div:first-child > div { */
	/* display: flex; */
    /* align-items: center; */
	/* margin: 15px; */
/* } */
/* .logos-top > div:first-child > div:first-child { */
	/* width: 60%; */
/* } */
/* .logos-top > div:first-child > div:last-child { */
	/* width: 40%; */
/* } */

.vendor-name-solution thead tr > th:first-child {
	border: none;
	border-right: solid 1px #fff;
}
.vendor-name-solution thead tr > th:last-child {
	border: none;
}
.vendor-name-solution tbody {
	background-color: #fff;
	color: #343a40;
}
.vendor-name-solution tbody tr > td:first-child {
	border: none;
	border-left: solid 1px #343a40;
	border-right: solid 1px #343a40;
	border-bottom: solid 1px #343a40;
}
.vendor-name-solution tbody tr > td:last-child {
	border: none;
	border-right: solid 1px #343a40;
	border-bottom: solid 1px #343a40;
	line-height: 2.25;
}
.vendor-name-solution .form-control {
	border-color: gray;
}





.demo-tracker .jumbotron {
	background-color: #e0edf4;
    border-radius: 25px;
	padding: 20px 10px;
}
.demo-tracker .jumbotron h4 {
	margin-bottom: 1.5rem;
	font-weight: 700;
	/* font-family: 'Montserrat', sans-serif; */
	text-transform: capitalize;
	color: #343a40;
	line-height: 1.5;
	font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
}
.demo-tracker .jumbotron p {
	font-size: 14px;
	color: #343a40;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	margin-left: 10px;
	margin-right: 10px;
}
div.error-container ul{
	margin-bottom:0px!important;
}

.vendor-graphic-div {
	margin: 15px 0;
}


.observations-col {
	margin-top: -20px;
}
.observations-col > div:first-child {
	border-radius: 50px !important;
    background: rgb(240,81,44);
    background: -moz-linear-gradient(90deg, rgba(240,81,44,1) 0%, rgba(245,129,53,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(240,81,44,1) 0%, rgba(245,129,53,1) 100%);
    background: linear-gradient(90deg, rgba(240,81,44,1) 0%, rgba(245,129,53,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0512c",endColorstr="#f58135",GradientType=1);
    color: #fff;
    font-size: 12px;
    padding: 10px 15px !important;
	display: flex;
	z-index: 1;
    position: relative;
	top: 45px;
	min-height: 80px;
}
.observations-col > div:first-child > div:first-child {
	min-width: 75px;
}
.observations-col > div:first-child > div:first-child img {
	width: 65px;
	height: 65px;
	position: absolute;
    top: -30px;
    left: 15px;
}
.observations-col > div:first-child > div:last-child {
	margin-right: 10px;
}
.observations-col > div:first-child > div:last-child .title {
	font-weight: bold;
	margin-bottom: 15px;
	/* font-size: 16px; */
}
.observations-col > div:last-child {
	position: relative;
    /* top: -45px; */
	border: none !important;
}
.observations-col textarea {
	padding: 50px 10px 10px 10px;
	height: 300px !Important;
}




.score-table thead tr > th {
	border: none !important;
}
.score-table thead tr > th:first-child {
	border-left: solid 1px #343a40 !important;
	border-top: solid 1px #343a40 !important;
}
.score-table thead tr > th:nth-child(2) {
	border-top: solid 1px #343a40 !important;
	border-left: solid 1px #fff !important;
    border-right: solid 1px #fff !important;
}
.score-table thead tr > th:last-child {
	border-right: solid 1px #343a40 !important;
	border-top: solid 1px #343a40 !important;
}
.score-table tbody {
	background-color: #fff;
	color: #000;
}
.score-table tbody tr > td {
	border: none !important;
}
.score-table tbody tr:last-child > td {
	border-bottom: solid 1px #343a40 !important;
}
.score-table tbody tr > td:first-child {
	border-left: solid 1px #343a40 !important;
	border-top: solid 1px #343a40 !important;
}
.score-table tbody tr > td:nth-child(2) {
	border-top: solid 1px #343a40 !important;
	border-left: solid 1px #343a40 !important;
    border-right: solid 1px #343a40 !important;
}
.score-table tbody tr > td:last-child {
	border-right: solid 1px #343a40 !important;
	border-top: solid 1px #343a40 !important;
}
.score-table input {
	width: 100%;
}



/* Small (576px and up) */
@media (min-width: 576px) {
	.demo-tracker .jumbotron {
		padding: 40px;
	}
	.demo-tracker .jumbotron h4 {
		margin-left: 0;
		margin-right: 0;
	}
	.demo-tracker .jumbotron p {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Medium (768px and up) */
@media (min-width: 768px) {
	.demo-tracker {
		margin-top: 30px;
	}
	.observations-col textarea {
		height: 400px !Important;
	}
}

/* Large (992px and up) */
@media (min-width: 992px) {

}

/* Large (1200px and up) */
@media (min-width: 1200px) {

}















/* Footer */

footer {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	/* background-color: #e0edf4; */
	/* background-color: #00b8d1; */
	/* background-color: #000; */
	color: gray;
	padding: 7px 14px;
	line-height: 1.5rem !important;
    /* padding-top: 15px; */
	padding-top: 0;
	padding-bottom: 0;
	position: relative !important;
	border-top: none !important;
}
footer a {
	color: gray;
	text-decoration: underline;
}
footer a:hover {
	color: rgb(18, 20, 22);
}

footer > .container > .row > div:first-child {
	display: flex;
    flex-wrap: wrap;
	align-content: center;
	padding: 7px 0 14px 0;
}

footer > .container > .row > div:first-child span {
	display: inline-flex;
	flex-wrap: wrap;
}
footer > .container > .row > div:last-child {
	display: flex;
    align-items: center;
    justify-content: end;
	flex-wrap: wrap;
	padding: 7px 0 14px 0;
}
footer > .container > .row > div:last-child span {
	/* display: inline-flex; */
}
.footer-501-logo {
	width: auto;
    height: 40px;
	margin-left: 15px;
}
.footer-mage-logo {
	width: auto;
    height: 55px;
	margin: 5px 0 5px 15px;
}

