select {
	background-color: rgb(48, 48, 48);
	color: rgba(255, 255, 255, 0.7);
	border: 1px solid black;
	font-size: medium;
}

input {
	background-color: rgb(48, 48, 48);
	color: rgba(255, 255, 255, 0.7);
	border: 1px solid black;
	font-size: medium;
	border-radius: 5px;
}

textarea {
	background-color: rgb(48, 48, 48);
	color: rgba(255, 255, 255, 0.7);
	border: 1px solid black;
	font-size: medium;
	border-radius: 5px;
}

.in-outer-background {
	background-color: rgb(48, 48, 48);
	color: white;
}

.in-outer-background h1 {
	padding-left: 20px;
}

.in-inner-background {
	background-color: rgb(66, 66, 66);
	color: white;
}

.in-control-background {
	background-color: rgb(24, 24, 24);
	color: white;
}

.in-control-bar {
	background-color: rgb(243, 150, 33);
	padding: 10px;
	margin: 10px;
	height: 20px;
	color: black;
}

.in-control-bar a:link {
	color: black;
}

.in-control-bar a:visited {
	color: black;
}

.in-outer-box {
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px
		rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
}

.in-inner-box-left {
	box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.5);
}

.in-inner-box-right {
	box-shadow: inset -15px 0 15px -15px rgba(0, 0, 0, 0.5);
}

.in-sidebar-box {
	margin: 10px;
}

.in-title-bar {
	background-color: rgb(33, 150, 243);
	padding: 10px;
	margin: 10px;
	height: 20px;
}

.in-eventEntry {
	background-color: rgba(24, 24, 24, 0.7);
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4), -1px -1px 0px
		rgba(0, 0, 0, 0.4);
	padding: 5px 10px 5px 10px;
	margin: 5px;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px
		rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	position: relative;
	display: flex;
}

.in-activeEventEntry {
	background-color: rgba(66, 24, 24, 0.7);
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4), -1px -1px 0px
		rgba(0, 0, 0, 0.4);
	padding: 5px 10px 5px 10px;
	margin: 5px;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px
		rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	position: relative;
}

.in-clearedEventEntry {
	background-color: rgba(24, 66, 24, 0.7);
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4), -1px -1px 0px
		rgba(0, 0, 0, 0.4);
	padding: 5px 10px 5px 10px;
	margin: 5px;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px
		rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	position: relative;
}

.in-eventEntry-title {
	display: inline;
	color: rgba(255, 255, 255, 1.0);
	font-size: medium;
}

.in-eventEntry-message {
	display: block;
	font-size: small;
}

.in-eventEntry-icon {
	display: inline;
	color: white;
	padding-right: 10px;
	cursor: pointer;
}

.in-eventEntry-info {
	float: right;
	padding-left: 5px;
}

a.in-toolbar-link {
	color: white;
}

.in-info-value {
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4), -1px -1px 0px
		rgba(0, 0, 0, 0.4);
	font-size: small;
	display: block;
	padding-bottom: 10px;
	padding-left: 5px;
}

.in-info-subscript-title {
	color: rgba(192, 192, 192, 1.0);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4), -1px -1px 0px
		rgba(0, 0, 0, 0.4);
	font-size: smaller;
	margin-left: 5px;
}

.in-info-sub-content {
	margin-left: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 3px;
	margin-top: 2px;
	padding-bottom: 0px;
}

.in-info-subscript {
	color: rgba(243, 150, 33, 0.8);
	text-align: right;
	font-size: x-small;
}

.in-info-error {
	color: rgba(255, 200, 200, 0.8);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4), -1px -1px 0px
		rgba(0, 0, 0, 0.4);
	font-size: small;
	display: block;
	padding-bottom: 10px;
	padding-left: 5px;
}

.in-info-title {
	color: rgba(255, 255, 255, 1.0);
	font-size: medium;
	display: block;
	padding-bottom: 5px;
}

.in-info-small-title {
	color: rgba(255, 255, 255, 1.0);
	font-size: small;
	display: block;
	padding-bottom: 5px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4), -1px -1px 0px
		rgba(0, 0, 0, 0.4);
}

.in-info-subtitle {
	color: rgba(255, 255, 255, 0.9);
	font-size: small;
	display: block;
	padding-left: 2.5px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4), -1px -1px 0px
		rgba(0, 0, 0, 0.4);
}

.in-info-category {
	font-size: large;
	font-weight: bold;
	padding-bottom: 10px;
	color: rgb(243, 150, 33);
}

.in-info-photo {
	padding-left: 5px;
	display: block;
	padding-bottom: 5px;
}

#in-title-logo {
/* 	height: 90px; */
}

#in-activeEvents {
	height: calc(60% -   188px);
	overflow-y: auto;
}

#in-liveEvents {
	height: calc(40% -   188px);
	overflow: hidden;
}

#map {
	position: absolute;
	top: 0;
	bottom: 0;
	width: calc(100% -   296px);
}

#in-infoWindow {
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px
		rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	background-color: rgb(48, 48, 48);
	color: white;
	position: absolute;
	width: calc(80% -   296px);
	max-height: 80%;
	padding-bottom: 5px;
	left: 10%;
	top: 10%;
	z-index: 1010;
	overflow-y: auto;
}

#in-infoWindow-main {
	display: flex;
	flex-wrap: wrap;
}

.in-info-box-inner {
	display: flex;
	flex-wrap: flex;
	margin: 5px;
}

.in-info-box-quarter {
	margin: 5px;
	width: calc(25% -   35px);
}

.in-info-box-third {
	margin: 5px;
	width: calc(33.333% -   35px);
}

.in-info-box-twothird {
	margin: 5px;
	width: calc(66.666% -   35px);
}

.in-info-box-half {
	margin: 5px;
	width: calc(50% -   35px);
}

.in-info-box {
	padding: 10px;
	margin: 5px;
}

.in-info-box-full {
	margin: 5px;
	width: calc(100% -   20px);
}

.in-info-box-half:nth-of-type(2n) {
	/* 	margin-right: 10px;
	margin-left: 5px;
 */
	
}

.in-info-box-half:nth-of-type(2n+1) {
	/* margin-left: 10px;
	margin-right: 5px; */
	
}

.in-info-box-third:nth-of-type(3n) {
	/* 	margin-right: 10px;
	margin-left: 5px;
 */
	
}

.in-info-box-third:nth-of-type(3n+1) {
	/* 	margin-left: 10px;
	margin-right: 5px;
 */
	
}

.in-info-box-third:nth-of-type(3n+2) {
	/* 	margin-left: 5px;
	margin-right: 5px;
 */
	
}

.in-info-box-quarter:nth-of-type(4n) {
	/* 	margin-right: 10px;
	margin-left: 5px;
 */
	
}

.in-info-box-quarter:nth-of-type(4n+1) {
	/* 	margin-left: 10px;
	margin-right: 5px;
 */
	
}

.in-info-box-quarter:nth-of-type(4n+2) {
	/* 	margin-left: 5px;
	margin-right: 5px;
 */
	
}

.in-info-box-quarter:nth-of-type(4n+3) {
	/* 	margin-left: 5px;
	margin-right: 5px;
 */
	
}

#in-loading-background {
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 998;
}

#in-loading-popup {
	display: flex;
	color: white;
	position: absolute;
	width: 300px;
	height: 160px;
	padding: 5px;
	left: calc(50% -   150px);
	top: calc(50% -   80px);
	z-index: 999;
	color: white;
	align-items: center;
	justify-content: center;
}

.in-loading-spinner {
	font-size: 40px;
	color: rgb(243, 150, 33);
}

.in-map-popup {
	color: white;
}

.in-map-popup table {
	color: white;
}

.in-map-popup th {
	color: white;
	font-size: small;
	font-weight: bold;
}

.in-map-popup td {
	color: rgba(255, 255, 255, 0.7);
	font-size: small;
	font-weight: none;
	text-align: center;
}

.in-sidebar {
	z-index: 99;
	right: 0;
	position: absolute;
	top: 0;
	width: 296px;
	height: 100%;
	border-left: 1px solid rgb(24, 24, 24);
}

.in-sidebar-left {
	z-index: 99;
	left: 0;
	position: absolute;
	top: 0;
	width: 296px;
	height: 100%;
	border-right: 1px solid rgb(24, 24, 24);
}

#in-map-styles-menu {
	
}

button.in-map-selected {
	background-color: rgb(33, 150, 243);
	color: white;
}

button.in-map-active {
	background-color: rgb(33, 150, 33);
	color: white;
}

button.in-map-disabled {
	background-color: rgba(150, 150, 150, 0.7);
	color: rgba(66, 66, 66, 0.8);
	border-bottom-color: rgba(33, 33, 33, 0.7);
	border-top-color: rgba(33, 33, 33, 0.7);
	border-left-color: rgba(33, 33, 33, 0.7);
	border-right-color: rgba(33, 33, 33, 0.7);
}

.in-fa-inverse-disabled {
	color: rgba(150, 150, 150, 0.7);
}

.in-fa-inverse-unselected {
	color: rgb(243, 150, 33);
}

.in-fa-inverse-selected {
	color: rgb(33, 150, 243);
}

.in-fa-inverse-active {
	color: rgb(33, 150, 33);
}

hr.in-section-split-rule {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

.in-list-bullet {
	padding-left: 5px;
	padding-right: 5px;
	color: white;
}

.in-photo-container {
	border: 1px solid rgba(0, 0, 0, 0.7);
	float: left;
	background-color: rgba(33, 33, 33, 0.4);
	border-radius: 0px 0px 5px 5px;
	margin: 2.5px;
}

.in-photo-container-picture {
	padding: 0;
	display: block;
}

.in-photo-subtitle {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	padding-right: 5px;
	float: right;
}

.in-highslide-img {
	border: none;
}

.in-editing-complete-button {
	background-color: rgb(33, 150, 33);
	border: 1px solid rgb(33, 150, 33);
}

.in-editing-ok-button {
	background-color: rgb(33, 150, 33);
	border: 1px solid rgb(33, 150, 33);
}

.in-editing-ok-button:hover {
	background-color: rgb(33, 150, 33) !important;
	box-shadow: 0 0 0 0 !important;
	cursor: not-allowed;
}

.in-editing-info-button {
	background-color: rgb(33, 150, 243);
	border: 1px solid rgb(33, 150, 243);
}

.in-editing-disabled-button {
	background-color: rgb(48, 48, 48);
	color: rgb(150, 150, 150);
	border: 1px solid rgb(0, 0, 0);
}

.in-editing-selected-button {
	background-color: rgba(243, 150, 33, 1);
	border: 1px solid rgb(32,32,32);
	color: rgb(32,32,32) !important;
}

.in-editing-selected-button:hover {
	background-color: rgba(243, 150, 33, 1) !important;
	box-shadow: 0 0 0 0 !important;
	cursor: not-allowed;
}

.in-editing-other-button {
	background-color: rgb(150, 150, 150);
	border: 1px solid rgb(150, 150, 150);
	color: rgb(0,0,0) !important;
}

.in-editing-other-button:hover {
	color: rgb(243,150,33) !important;
	border: 1px solid rgb(0,0,0);
}

.in-editing-cancel-button {
	background-color: rgb(150, 33, 33);
	border: 1px solid rgb(150, 33, 33);
}

.in-editing-error-button {
	background-color: rgb(150, 33, 33);
	border: 1px solid rgb(150, 33, 33);
}


.in-editing-error-button:hover {
	background-color: rgb(150, 33, 33) !important;
	box-shadow: 0 0 0 0 !important;
	cursor: not-allowed;
}

.in-editing-button {
	border-radius: 5px;
	color: white;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cancel- font-size: 16px;
	box-shadow: none;
	margin: 2px 5px;
	font-size: medium;
	-webkit-transition-duration: 0.25s; /* Safari */
	transition-duration: 0.25s;
	cursor: pointer;
	outline: none;
}

.in-editing-complete-button:hover {
	color: rgb(33, 150, 33);
}

.in-editing-cancel-button:hover {
	color: rgb(150, 33, 33);
}

.in-editing-info-button:hover {
	color: rgb(33, 150, 243);
}

.in-editing-disabled-button:hover {
	background-color: rgb(48, 48, 48) !important;
	box-shadow: 0 0 0 0 !important;
	cursor: not-allowed;
}


.in-editing-button:hover {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
}

.in-ctrl-icon {
	font-size: 15px;
}

.in-ctrl-stack-2x {
	font-size: 30px;
	left: 0;
	top: 0;
}

.in-ctrl-stack-2_3x {
	font-size: 20px;
	left: 0;
	top: 0;
}

.in-ctrl-stack-1x {
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	line-height: inherit;
}

.in-ctrl-stack {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.mapboxgl-popup-close-button {
	z-index: 999;
	line-height: 20px;
	font-size: 20px;
	padding: 0px 4px;
	background-color: rgba(33, 33, 33, 0.5);
	border-radius: 0 3px 0 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
	border-left: 1px solid rgba(160, 160, 160, 0.7);
	border-bottom: 1px solid rgba(160, 160, 160, 0.7);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
	-webkit-transition-duration: 0.25s; /* Safari */
	transition-duration: 0.25s;
}

.mapboxgl-popup-close-button:hover {
	background-color: rgb(33, 150, 243);
	color: white;
}

.mapboxgl-popup-content {
	position: relative;
	background: #222;
	border: 1px solid gray;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
	padding: 10px 10px 15px;
}

.in-sidebar-content {
	background-color: rgb(48, 48, 48);
}

#in-sidebar-dynamic {
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

#in-dynamic-sidebar-content {
	position: absolute;
	width: 100%;
	height: 100%;
}

#in-sidebar-default-content {
	width: 100%;
	height: 100%;
}

#in-ui-selector {
	z-index: 2;
}

.in-info-overlay-window {
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px
		rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	color: white;
	position: absolute;
	padding-bottom: 5px;
	z-index: 999;
	overflow-y: auto;
}

.in-uicontexts-selection {
	color: white;
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 100;
	padding: 10px;
	border-radius: 5px;
	background-color: rgb(66, 66, 66);
}

.in-popup-window {
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px
		rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	background-color: rgb(48, 48, 48);
	color: white;
	position: absolute;
	width: 512px;
	height: 512px;
	padding-bottom: 5px;
	z-index: 1000;
	overflow: hidden;
}

.in-popup-window-toolbar-title {
	display: inline;
	float: left;
	position: relative;
	top: -5px;
	width: 100%;
}

.in-popup-window-toolbar-title-text {
	padding-left: 10px;
	display: inline;
	float: left;
	position: relative;
}

.in-popup-window-toolbar-title-close {
	padding-left: 10px;
	float: right;
	position: absolute;
	right: 0px;
}

.in-popup-window-main {
	display: flex;
	flex-wrap: wrap;
	height: calc(100% -   60px);
}

.in-info-table {
	display: table;
	padding-bottom: 5px;
	border-collapse: collapse;
}

.in-info-table-row {
	display: table-row;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.in-info-table-header-row {
	display: table-row;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.in-info-table-row:last-child {
	border-bottom: none;
}

.in-info-table-cell {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding: 2px 5px 2px 5px;
}

.in-info-table-cell-header {
	font-weight: bold;
	text-align: middle;
}

.in-info-table-cell:last-child {
	border-right: none;
}

.in-info-table-column {
	display: table-column;
}

.in-info-table-header {
	background-image:
		url(/cimphony/cartographic/frameworks/jquery/tablesorter/bg.png);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
}

.in-info-table-header-sort-up {
	background-image:
		url(/cimphony/cartographic/frameworks/jquery/tablesorter/asc.png);
}

.in-info-table-header-sort-down {
	background-image:
		url(/cimphony/cartographic/frameworks/jquery/tablesorter/desc.png);
}

.in-info-table-header-title {
	padding-left: 12px;
}

.in-info-subtitle-icon {
	color: rgba(243, 150, 33, 0.7);
}

.in-connection-error-popup {
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 1em;
	border-radius: 0.5em;
	background-color: rgba(0, 0, 0, 0.5);
}

.in-tabs-left {
	position: relative;
	padding-left: 6.5em;
}

.in-tabs-left .ui-tabs-nav {
	position: absolute;
	left: 0.25em;
	top: 0.25em;
	bottom: 0.25em;
	width: 6em;
	padding: 0.2em 0 0.2em 0.2em;
}

.in-tabs-left .ui-tabs-nav li {
	right: 1px;
	width: 100%;
	border-right: none;
	border-bottom-width: 1px !important;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	overflow: hidden;
}

.in-tabs-left .ui-tabs-nav li.ui-tabs-selected, .in-tabs-left .ui-tabs-nav li.ui-state-active
	{
	border-right: 1px solid transparent;
}

.in-tabs-left .ui-tabs-nav li a {
	float: right;
	width: 100%;
	text-align: right;
}

.in-tabs-left .ui-tabs-panel {
	height: 40em;
}

.in-tabs-right {
	position: relative;
	padding-right: 6.5em;
}

.in-tabs-right .ui-tabs-nav {
	position: absolute;
	right: 0.25em;
	top: 0.25em;
	bottom: 0.25em;
	width: 6em;
	padding: 0.2em 0.3em 0.2em 0em;
	background-color: rgba(0, 0, 0, 0);
}

.in-tabs-right .ui-tabs-nav li {
	width: 100%;
	border: 1px solid transparent;
	border-left: none;
	border-bottom-width: 1px !important;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	overflow: hidden;
	background-color: black;
	color: lightgray;
	font-size: small;
}

.in-tabs-right .ui-tabs-nav li.ui-tabs-selected, .in-tabs-right .ui-tabs-nav li.ui-state-active
	{
	background-color: #222;
	border: 1px solid #333;
	border-left: 1px solid transparent;
}

.in-tabs-right .ui-tabs-nav li a {
	width: 100%;
}

.in-tabs-right .ui-tabs-panel {
	height: auto;
}

ul.in-tab-list {
	font-size: small;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.in-tab-list li.in-tab-selected {
	background-color: rgb(33, 150, 243);
	color: black;
}

ul.in-tab-list li a:link, ul.in-tab-list li a:visited {
	color: white;
}

ul.in-tab-list li a:hover {
	color: rgb(243, 150, 33);
}

ul.in-tab-list li.in-tab-selected a:hover {
	color: black;
}

ul.in-tab-list li a:link.in-tab-selected, ul.in-tab-list li a:visited.in-tab-selected
	{
	color: black;
}

ul.in-tab-list li {
	background-color: rgb(48, 48, 48);
	padding: 0.1em 0.2em 0.1em 0.2em;
	margin: 0.1em;
	border-radius: 0.2em;
	color: white;
	transition: background-color 250ms linear, color 250ms linear;
}

ul.in-tab-list li a img {
	vertical-align: text-top;
	padding-right: 0.2em;
	width: 1em;
	height: 1em;
}

.in-display-overlay-popup {
	display: grid;
}

.in-top-left-container {
	position: absolute;
	left: 1em;
	top: 1em;	
	z-index: 997;
}

.in-scada-summary-container {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 0.25em;

}

.in-scada-summary-container table tbody tr[data-status="Active"][data-acknowledged=false] td{
	color:rgb(255,64,64);
	font-weight: bold;
}

.in-scada-summary-container table tbody tr td i{
	opacity:0.7;
}

.in-scada-summary-container table tbody tr[data-status="Active"][data-acknowledged=true] td{
	color:rgb(255,128,64);
}

.in-scada-summary-container table tbody tr[data-status="Inactive"][data-acknowledged=false] td{
	color:rgba(255,255,255, 0.7);
	font-weight: bold;
}

.in-scada-summary-container table tbody tr[data-status="Inactive"][data-acknowledged=true] td{
	color:rgba(255,255,255, 0.5);
}

#in-scada-summary-container-header {
	background-color: rgba(24,24,24,0.5);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 0.25em 0.25em 0 0;
    padding: 0.1em;
}

#in-scada-summary-container-body{
	min-height: 3em;
	max-height: 8em;
	border: 1px solid rgba(255,255,255,0.2);
    border-top: none;
	border-radius: 0 0 0.25em 0.25em;
}

#in-scada-summary-container-header span{
	color: rgb(243,150,33);
	font-weight: bold;
	padding-left: 0.2em;
}

#in-scada-summary-container-header a.in-scada-header-control{
	font-size : small;
	padding: 0.2em;
}

#in-scada-summary-container-header .fa-exclamation-triangle{
	color:rgb(255,64,64);
	padding-left: 0.2em;
}

.in-link-disabled, .in-link-disabled:link, .in-link-disabled:hover, .in-link-disabled:visited{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

#in-ogs-sidebar-logo{
	padding: 0px 20px 0px 20px;
	height: 54.5px;
	width: 256px;
	float: right;
	overflow: hidden;
	position: absolute;
	bottom: 5px
}