/* Style so some buttons do not get highlighted when clicked */
.btn.no-focus:focus,
.btn:focus.no-focus {
  outline: none;
  box-shadow: none;
}

/* Styles for alternating row colors */
.row-alternate:nth-child(odd) {
	background-color: #f2f6f6;
}
.row-alternate:nth-child(even) {
	background-color: #fff;
}
.row-hover:hover {
	background-color: #d9d9d9;
	cursor: pointer;
}
/* Style for a grid header */
.grid-header {
	font-weight: bold;
	font-size: 1.0em;
	background-color: #f5f5f5;
}
.innovative-only {
    background-color: #c8dceb;
}
.innovative-only-warning {
    background-color: #f05b56;
}
.innovative-logo {
	width: 127px; /* Set the width of the SVG */
	height: auto;
}
.innovative-logo-sm {
	height: 30px;
	width: auto; /* Set the width of the SVG */
}
.innovative-map {
	width: 165px; /* Set the width of the SVG */
	height: auto;
	padding-left:200px;
}

input:required {
	background-color: lightyellow;
}

.login-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: 100vh;
}
  
.login-box {
	max-width: 300px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}  

.sr-details-modal-body {
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}

#srChangeStatusModal .modal-content {
    box-shadow: 20px 20px rgba(0, 0, 0, 0.3);
}
