@media only screen and (max-width: 600px)
                       and (min-width: 300px) {
     video#mapDisplay {
     		width: 95%;
     }
}

#navbarTogglerDemo01 {
    z-index: 2;
}

body {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	
	background: url('../img/bg-desktop.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

#background_wrap {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    
    background-size: cover;
    background-image: url('../img/bg-mobile.jpg');
    background-position: top center;
    background-repeat: no-repeat;
	overflow-y: scroll;
    -webkit-background-size: 100% 100%;
    background-position-x: center;
}

.content-body > ul {
  margin-left: 1rem;
}

.navbar-nav > ul {
	margin-left: 0;
}

.container {
	background: rgba(255,255,255,0.5);
    color: #000;
    border-radius: 5px 5px 5px 5px;
    /* padding-left: 10px; */
	padding-bottom: 20px;
}

@media (max-width: 2299px) {
	.content {
		margin-top: 10%;
	}
	.content, .container {
		max-width: 1320px;
	}
}

@media (min-width: 2300px) {	
	.content {
		margin-top: 5%;
	}
}

.footer {
/* 	position: fixed; */
    height: 21%;
    bottom: 0;
    width: 100%;
    margin-top: 10px;
}

.collapse {
    visibility: visible;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.form-control {
    width: 100%;
    margin-bottom: 5px;
}

.col-sm-8 {
	padding-right: 0px;
}

.navbar-brand {
    float: left;
    padding: 1px 0px;
    font-size: 10px;
    line-height: 20px;
}

.nav-logo {
	height: 48px;
}

.nav-search {
	margin-top: 8px;
	margin-left: 35px;
}

.nav-search-btn {
	height: 38px;
	margin-bottom: 5px;
}

.nav-search-input {
	width: 300px !important;
}

.error {
	color: red;
}

a, .s-link {
	color: navy;
}

.home-auth-nav {
	margin-top: 35px;
}

.navbar-nav {
	padding-right: 5px;
}

.row {
  --bs-gutter-y: 1.5rem;
  margin-top: calc(1 * var(--bs-gutter-y));
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #3ea0bd;
  border-color: #2e6da4;
}

.navbar .nav-item > .nav-link.active  {
    color: grey;
    font-weight: 501;
    background-color: #e8e8e8;
}

.nav-item {
	background-color: #eef3f9;
	border: 4px solid #f8f9fa;
}

.navbar-nav .nav-link {
    padding-left: 10px;
}

.card-medium {
	height: 25px !important;
	width: 400px !important;
}

.card.card-small {
	height: 25px !important;
}

.btn-secondary {
	color: grey !important;
	background-color: #f4f4f4 !important;
	margin-top: 0px;
	margin-right: 5px;
}

#dropdownMenuButton2, 
#dropdownMenuButton3,
#dropdownMenuButton4 {
  /*margin-bottom: 5px;
  margin-top: 5px;*/
}

#dropdownMenuButton3 {
	text-decoration: none;
	font-size: 35px;
	margin-left: 10px;
	margin-right: 5px;
	/*margin-bottom: 5px;*/
	color: dimgrey;
}

li.divider {
	border: solid #c5d0e1 1px;
    padding-bottom: 7px;
    background-color: lightgray;
}

.modal-dialog {
  margin-top: 75px;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 1280px;
		margin: 4.75rem auto;
	}
}

@media (min-width: 576px)  and (max-width: 659px)  {
	.container, .container-sm {
	  max-width: 540px;
	}
}

@media (min-width: 660px)  and (max-width: 767px)  {
	.container, .container-md, .container-sm {
	  max-width: 648px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container, .container-md, .container-sm {
	  max-width: 800px;
	}
}

.div-flex-inline {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.div-flex-inline div {
	padding-top: 5px;
}

.social-icons {
	margin-right: 60px;
}

@media (max-width: 991px) {	
	.nav-single {
		align-items: center;
	    display: flex;
		flex-direction: column;
	}
	
	.nav-primary, .nav-critical {
		width: 50%;
    	text-align: center;
	}
	
	.nav-primary {
    	margin-left: -5px;
	}
	
	.owner-menu {
		display: inline;
		margin-top: 15px;
	}
	
	#dropdownMenuButton3 {
		display: none;
	}
	
	.content {
	  margin-top: 16%;
	}
	
	.navbar-nav {
		margin-bottom: 5px;
	}
}

@media (min-width: 992px) {	
	.dropdown-menu {
	  margin-left: -20px;
	}
	
	.owner-menu {
	  left: -95px !important;
	}
	
	.admin-menu {
	  left: -72px !important;
	}
	
	#dropdownMenuButton4 {
		display: none;
	}
}

@media (max-width: 661px) {
	.content {
	  margin-top: 20%;
	}
	
	.div-flex-inline {
		display: inline;
	}
	
	.social-icons {
		margin-top: 20px;
		margin-right: 10px;
	}
}

.nav-primary {
	color: #fff !important;
	background-color: #3ea0bd;
	border-color: #2e6da4;
	border-radius: 5px;
	line-height: 1.5;
}

.nav-warning {
	color: #fff !important;
    font-weight: bold;
    background-color: rgb(229, 165, 10);
	border-radius: 5px;
}

.nav-critical {
	color: #fff !important;
    font-weight: bold;
    background-color: #c46a68;
	border-radius: 5px;
}

.nav-danger {
  color: #fff !important;
  background-color: #c46a68;
  border-color: #dc3545;
  border-radius: 5px;
  line-height: 1.5;
}

label {
	margin-top: 5px;
}

.form-label {
  margin-bottom: 1px;
}

.login-sign-up {
	--bs-gutter-y: 0.7rem;
}

li.nav-item.nav-single {
    cursor: pointer;
    text-align: center;
    margin-top: 0px;
    margin-left: 0px;
}

.nav-item form, a.nav-link {
	width: 100%;
}

li {
    margin-top: 10px;
    margin-left: 10px;
}

.content-body li {
	margin-left: 25px;
}

.h1, h1 {
	font-size: calc(1rem + 0.5vw);
}

.h2, h2 {
  font-size: calc(1.115rem + .4vw);
}

.h1, .h2, .h3, h1, h2, h3 {
    line-height: 1.3;
}

p {
  margin-bottom: 0.4rem;
}

.navbar {
  position: fixed;
  width: 100%;
  opacity: 0.96;
  z-index: 5000;
  top: 0;
}

.toggle-chat, .toggle-survey {
  padding: 20px;
}


.back-to-top {
  position: fixed;
	right: 2rem;
	bottom: 2rem;
	border-radius: 100%;
	background: #c8cbd5;
	padding: 0.5rem;
	border: solid #373b40 3px;
	cursor: pointer;
	opacity: 70%;
	transition: opacity 0.5s;
}

.hidden {
  opacity: 0%;
}

.back-to-top-icon {
  width: 2rem;
  height: 2rem;
  color: #373b40;
}

.dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.btn-disabled, .btn-disabled:hover {
	background-color: #bfbfbf;
	border: solid 1px gray;
	color: #f7f1f1;
}

.note-editable {
  opacity: 0.8;
  background-color: white;
}

.alert-margined {
  top: 25px;
  z-index: 20;
}

.dropdown-menu {
    display: none !important;
}

.dropdown-menu.show {
    display: block !important;
}

.back-to-login {
  bottom: 10px;
  right: 10px;
  position: absolute;
}

@media (max-width: 551px) {
	.logout-page .alert {
		height: 100px;
	}
	
	.logout-alert {
		height: 100px;
	}
}

.logout-page .alert {
	text-align: center;
}

.logout-page .btn {
	width: 180px;
	margin-left: 10px;
}

@media (max-width: 2299px) {
	.logout-page {
	  margin-top: 10%;
	  max-width: 1140px;
	}
}

.confirm-req {
  position: absolute;
  right: 5px;
  line-height: 18px;
  bottom: 3px;
}

.confirm-info {
	width: 64%
}

#confirmMailSent {
	display: none;
}

#mailSentError {
	display: none;
}

@media (min-width: 300px) {	
	.card-group {
		display: flex;
		flex-flow: row wrap;
	}
}

.nav-item input, .nav-item button {
  border: none;
  width: 100%;
}

.img-center-modal {
	text-align: center;
}

.img-preview-thumb {
	border: solid blue 1px;
	cursor: zoom-in;
}

.js-disabled {
	font-size: 1.52em;
	text-align: center;
	margin: 10px;
	border: 1px solid cadetblue;
	padding: 10px;
	top: 90px;
	display: inline-block;
	position: relative;
}

.manual-container {
	width: 92%;
}

.manual-img-preview {
	display: table;
	margin: 15px;
	width: 100%;
	padding: 15px;
	background-color: whitesmoke;
}

.manual-bottom-info {
	position: relative;
	right: 0px;
	font-size: 14px;
	font-style: italic;
}

.js-form-message {
  margin-top: 1.5rem;
  margin-left: 10px;
}

.last-change-date {
	color: #aca7a7;
	font-style: italic;
	display: flex;
	justify-content: space-between;
	right: 0;
	position: relative;
	margin-bottom: 10px;
}

.mat-expansion-panel-header-description {
  display: inherit !important;
}

.nav-link-survey {
    background-color: #bf71371c;
	height: 100%;
}

@media (max-width: 991px) {
	.row .login-sign-up {
	  flex-wrap: wrap-reverse;
	}
	
	.col-sm-6.text-sm-end {
	  margin-bottom: 35px;
	}
	
	.js-form-message {
  		margin-top: 0;
	}
}

.social-youtube {
  margin-top: 3px;
}

.social-url {
	margin-right: 15px;
}

.social-icons a {
	text-decoration: none;
}
