@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

html,
body {
	height: 100%;
	width: 100%;
}

body {
	display: table;
	margin: 0;
}

#top {
	width: 100%;
	display: table-row;
}

#middle {
	width: 100%;
	height: 100%;
	display: table-row;
}

#bottom {
	width: 100%;
	display: table-row;
}

/* Custom scrollbars.  See https://css-tricks.com/custom-scrollbars-in-webkit/ */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background: #333355;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #666699;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

::-webkit-scrollbar-corner {
	background-color: #333355;
}

u {
	color: #E0E0BB;
}

a:link,
a:visited,
a:active {
	color: #E0E0BB;
	text-decoration: none;
}

#bannerDiv a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #E0E0BB;
	text-decoration: underline;
}

#bannerDiv a:hover {
	color: inherit;
	text-decoration: underline;
}

.headerTable td {
	padding-right: 20px;
}

.nav li a {
	display: inline-block;
}

.nav li i {
	display: inline-block;
}

.nav li i:focus {
	display: inline-block;
	outline: none;
}

.fft input {
	color: black;
	font-size: 80%;
}

.fft input:disabled {
	color: white;
	font-size: 80%;
	background-color: #444444;
}

.errorBannerClass {
	background-color: #dd3333;
	color: #222233;
}

.whole-page {
	background-color: #333344;
	color: #E0E0E3;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: medium;
}

.topNavClass {
	background-color: #222233;
	color: #E0E0E3;
}

.leftNavClass {
	background-color: #222233;
	color: #E0E0E3;
}

.leftNavClass a {
	color: #E0E0E3;
}

.leftNavClass a:hover {
	color: #333355;
}

.loginLabel {
	font-weight: normal;
}

.loginTableCell {
	padding-top: 5px;
	padding-left: 5px;
}

.loginInput {
	font-size: 80%;
	color: black;
}

.resetPasswordLabel {
	font-weight: normal;
}

.resetPasswordTableCell {
	padding-top: 5px;
	padding-left: 5px;
}

.resetPasswordInput {
	font-size: 80%;
	color: black;
}

.telemetryInput {
	font-size: 80%;
	color: black;
}

.mainDetailWindowClass {
	background-color: #333344;
	color: #E0E066;
}

.sensorInListClass {
	border-color: #222233;
	border-style: solid;
	border-width: 2px;
	color: #E0E0E3;
	text-decoration: none;
	width: 99%;
}

.sensorInListClass:hover {
	border-color: #444444;
	border-style: solid;
	border-width: 2px;
	color: #E0E0E3;
	text-decoration: none;
	width: 99%;
}

.sensorInListClassUnselected {
	background-color: #333344;
}

.sensorInListClassSelected {
	background-color: #191919;
}

.alertThresholdEditBoxClass {
	font-size: 125%;
	color: black;
}

.REMOVED_FOR_NOW_alertThresholdEditBoxClass[readonly] {
	color: #E0E0E3;
	background-color: #333344;
}

.accelerationByFreqChartHeaderClass {
	width: 100%;
	color: #E0E0E3;
}

.defaultButtonClass {
	color: black;
	font-size: 72%;
	line-height: 15px;
}

.roleSelectClass {
	width: 30%;
}

.permissionTable {
	width: 100%;
	margin-top: 10px;
}

.selectClassForRoleManagement {
	width: 60%;
	float: right
}

.headerButtonClass {
	color: black;
	font-size: 80%;
	line-height: 15px;
}

.yesNoButtonClass {
	color: black;
	font-size: 300%;
	line-height: 120%;
}

.timelineInput {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 400px;
	background-color: white;
	color: black;
	font-size: 72%;
	float: left;
}

.nameplate input,
.nameplate textarea {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 400px;
	background-color: white;
	color: black;
}

.nameplate input:disabled,
.nameplate textarea:disabled {
	background-color: #333344;
	color: #E0E0E3;
}

.nameplateLabel {
	padding-top: 2px;
	width: 150px;
}

.nameplateRow {
	vertical-align: top;
}

.nameplateRow>td {
	padding-bottom: 20px;
}

.tabsFiller {
	background-color: #191919;
	height: 100%;
}

.required-field {
	box-shadow: 0 0 5px red;
}


.tabsdemoDynamicHeight md-content {
	background-color: transparent !important;
	height: 100%;
}

.tabsdemoDynamicHeight md-content {
	background: #191919;
	height: 100%;
}

.tabsdemoDynamicHeight md-tabs {
	height: 100%;
}

.tabsdemoDynamicHeight md-tabs-content-wrapper {
	background: #191919;
}

.tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper {
	background-color: transparent !important;
}

.tabsdemoDynamicHeight md-content h1:first-child {
	margin-top: 0;
	color: #E0E0E3;
	font-size: medium;
}

.tabsdemoDynamicHeight md-tabs-canvas {
	height: 32px;
}

.tabsdemoDynamicHeight md-content md-tab-item {
	background-color: #222233;
	color: #E0E0E3;
	margin-right: 24px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
}

.tabsdemoDynamicHeight md-ink-bar {
	color: #000000;
	background: #E0E0E3;
}

md-tab-item.md-active {
	background-color: #337AB7;
}

md-tabs .md-tab.md-active {
	background-color: #337AB7;
	color: #E0E0E3;
}

md-tabs .md-tab.md-disabled {
	background-color: #333344;
	color: #E0E0E3;
	opacity: 1;
}


.table-extended {
	table-layout: fixed;
	height: 100%;
}

.table-extended td {
	vertical-align: top;
	height: 100%;
}

.selectedElement {
	color: #E0E066;
}

.formRow td {
	vertical-align: top;
}

.formCell {
	padding-bottom: 20px;
}

.formDivConstrained {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}

.formLabel {
	float: right;
	padding-right: 10px;
}

.formCell input,
.formCell textarea,
.formCell select {
	width: 100%;
	background-color: white;
	color: black;
	border-width: 2px;
	border-style: inset;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: inherit;
	padding-bottom: 0px;
	line-height: normal;
}

.formCell input:disabled,
.formCell textarea:disabled,
.formCell select:disabled {
	width: 100%;
	background-color: #191919;
	color: #E0E0E3;
	border-width: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: inherit;
	padding-bottom: 0px;
}

.md-datepicker {
	width: 100%;
}

.md-datepicker-input-container {
	width: 100%;
}

.crud-autofill-template span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: medium;
	color: black;
}

.crud-autofill-template li {
	height: auto;
	line-height: normal;
	padding-left: 2px;
}

.autokomplete {
	height: 28px;
}

.autokomplete md-autocomplete-wrap {
	height: 28px;
}

.autokomplete md-autocomplete-wrap input {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: medium;
	line-height: normal;
	height: 28px;
	padding-left: 2px;
}

.auditDiff {
	color: #E0E066;
}

table.fftTable td {
	padding-right: 5px;
	padding-bottom: 5px;
}

.templateDownloadURL {
	font-size: 80%;
	margin-right: 20px;
}

.tableDumperAllParams {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.tableDumperParamCell {
	background-color: green;
	color: white;
	display: inline-block;
	height: 40px;
	margin: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
}

.tableDumperParamCell button {
	color: black;
}

.tableDumperParamCell input {
	color: black;
}

.tableDumperParamCell select {
	color: black;
}

.importTable td {
	padding-right: 20px;
}

.importError {
	color: red;
}

.importWarning {
	color: yellow;
}

.importOK {
	color: green;
}

.lightboxModal {
	display: block;
	position: fixed;
	z-index: 5001;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
}

.lightboxInvisible {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 255px;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0);
	z-index: 1;
}

.lightboxInvisibleEnvelope {
	display: block;
	position: absolute;
	left: 0;
	top: 285px;
	width: 100%;
	height: 153px;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0);
	z-index: 1;
}

.lightboxTimelineNote {
	display: block;
	position: absolute;
	left: 0;
	top: 87px;
	width: 100%;
	height: 63px;
	overflow: auto;
	background-color: #242424;
	z-index: 3;
	padding-top: 8px;
}

.lightboxTimelineNavigator {
	display: block;
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	height: 28px;
	overflow: auto;
	background-color: #2B2B2B;
	z-index: 3;
	padding-left: 54px;
	padding-top: 2px;
}

.lightboxSpan {
	font-size: 300%;
	width: 100%;
	text-align: center;
}

md-datepicker input {
	pointer-events: none;
}

md-datepicker div {
	background-color: white;
}

.table-graph {
	table-layout: fixed;
	width: 100%;
}

.table-graph-timeline {
	background-color: #242424;
	table-layout: fixed;
	width: 100%;
}

.table-graph-cell-margin {
	overflow: hidden;
	position: relative;
	width: 70px;
}

.table-graph-cell-center {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.table-graph-button {
	border: none;
	outline: none;
	cursor: pointer;
}

.rotate-text-transform {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	font-size: 120%;
	margin-top: 120px;
	margin-left: -165px;
	width: 400px;
	text-align: center;
}

.rotate-timeline {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	font-size: 120%;
	margin-top: 60px;
	margin-left: -160px;
	width: 400px;
	text-align: center;
}

.invisible-button {
	display: block;
	width: 100%;
	height: 255px;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
	text-align: center;
}

.superimpose {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
}

.thresholdBorder {
	border: 10px solid #191919;
}

.thresholdLabel {
	font-weight: bold;
	font-size: 120%;
}

.componentScreen {
	background: #191919;
	color: #E0E0E3;
}

.noteHighlightUser {
	color: #ffffff;
	margin-right: 5px;
}

.noteHighlightAlert {
	color: #ff8888;
	margin-right: 5px;
}

.noteHighlightConfig {
	color: #ff7f00;
	margin-right: 5px;
}

.ticketHighlight {
	color: #ffff00;
	margin-right: 5px;
}

.alertSwitch {
	margin-top: 0px;
	margin: 0px 0;
}

/* "off" bar color */
md-switch:not([disabled]) .md-bar {
	background-color: #660000;
}

md-switch[disabled] .md-bar {
	background-color: #444444;
}

/* "off" switch color */
md-switch:not([disabled]) .md-thumb {
	background-color: #cc0000;
}

md-switch[disabled] .md-thumb {
	background-color: #999999;
}

/* "on" bar color */
md-switch:not([disabled]).md-checked .md-bar {
	background-color: #006600;
}

md-switch[disabled].md-checked .md-bar {
	background-color: #444444;
}

/* "on" switch color */
md-switch:not([disabled]).md-checked .md-thumb {
	background-color: #00cc00;
}

md-switch[disabled].md-checked .md-thumb {
	background-color: #999999;
}

.noOutline:focus {
	outline: none;
}

.headerSpan {
	margin-left: 3px;
	margin-right: 5px;
}

.adminLabel {
	color: #e194f1;
}

.adminControl {
	background-color: #e194f1;
}

.configLabel {
	vertical-align: top;
	line-height: 1.4;
}

.configLabelSmall {
	vertical-align: top;
	line-height: 1.7;
}

.md-padding-proax {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.sensor-charts-div {
	height: 100%;
	overflow: auto;
	padding-top: 155px;
}

.report-table-div {
	height: 100%;
	overflow: auto;
	padding-top: 170px;
}

.fixed-div {
	z-index: 2;
	position: fixed;
}

.timelineFiller {
	background-color: #191919;
	height: 5px;
}

.dashboardFiller {
	background-color: #191919;
	height: 10px;
}

/* This will disable the panel animation */
md-tabs [role="tabpanel"] {
	transition: none;
}

/* This will disable the `ink-bar` animation (border-bottom of selected tab) */
md-tabs md-ink-bar {
	transition: none;
}

.green-dot {
	height: 20px;
	width: 20px;
	background-color: #00cc00;
	border-radius: 50%;
	display: inline-block;
}

.red-dot {
	height: 20px;
	width: 20px;
	background-color: #cc0000;
	border-radius: 50%;
	display: inline-block;
}

.maintenance {
	background: #191919;
	color: #E0E0E3;
	font-size: medium;
}

.reportTableTools {
	font-size: 120%;
	width: 100%;
}

.scale-button {
	position: absolute;
	top: 5px;
	left: 5px;
}

.scale-container {
	position: absolute;
	top: 30px;
	left: 5px;
	background-color: #2b2b2b;
	width: 50px;
	height: 210px;
}

.font-sm {
	font-size: 60%;
	text-align: center;
}

.fa-size {
	font-size: 120%;
}

.pl-1 {
	padding-left: 10px;
}

.mb-1 {
	margin-bottom: 10px;
}

.mr-1 {
	margin-right: 10px;
}

.w-20 {
	width: 20%;
}

.status-bar {
	color: black;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.status-bar-tab {
	max-width: none !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.ticket {
	position: absolute;
	right: 0px;
	top: 171px;
	z-index: 1;
	height: 30px;
}

.ticketNoBanner {
	position: absolute;
	right: 0px;
	top: 135px;
	z-index: 1;
	height: 30px;
}

.statusFiller {
	position: absolute;
	right: 0px;
	top: 171px;
	width: 50%;
}

.statusFillerNoBanner {
	position: absolute;
	right: 0px;
	top: 134px;
	width: 50%;
}

@media screen and (max-width: 1700px) {
	.statusFillerNoBanner {
		top: 148px;
	}
}

.tabTopFiller {
	position: absolute;
	right: 0px;
	top: 200px;
	width: 80%;
}

.tabTopFillerNoBanner {
	position: absolute;
	right: 0px;
	top: 164px;
	width: 80%;
}

.tooltip-adjustments {
	font-size: 120%;
}

.fftCompare {
	position: absolute;
	right: 0;
	top: 10;
}

.fftOverall {
	color: white;
	background-color: #00009988;
	border: 2px solid white;
}

.fftComponent {
	overflow: hidden;
	position: relative;
	width: 50px;
	background-color: #191919;
}

.rotate-text-fft {
	line-height: 90%;
	transform: rotate(270deg);
	font-size: 120%;
	width: 400px;
	text-align: center;
}

.w-100 {
	width: 100%;
}

.header-text {
	color: #E0E066;
}

.h-25 {
	height: 25px;
}

.green {
	background-color: green;
}

.yellow {
	background-color: yellow;
}

.red {
	background-color: red;
}

.status-setup {
	border-radius: 50%;
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-top: 2px;
	margin-left: 5px;
}

.setup-md-tab {
	text-align: left;
}

.preference-input-text {
	font-size: 100%;
	color: black;
}

.dashboard-preference-input {
	font-size: 85%;
	color: black;
}

.note-attachment {
	padding: 2px 0 2px 10px;
	width: 400px;
	float: left;
}

.hierarchy-management-input {
	font-size: 85%;
	color: black;
}

.scope-radio-button {
	margin-right: 15px;
}

.scope-radio-button {
	margin-right: 15px;
}

.alert-management-table-header td {
	color: white;
	font-size: 80%;
	border: 1px solid #aaaaaa;
	padding-top: 5px;
	padding-bottom: 5px;
}

.alert-management-first-column {
	background: #444444;
	border: 1px solid #aaaaaa;
}

.alert-management-row td {
	vertical-align: middle;
}

.fftBottomLightbox {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 5001;
	display: block;
	background-color: rgba(0, 0, 0, 0.9);
	overflow: auto;
}

.customer-management-row td {
	vertical-align: middle;
	text-align: center;
}

.customer-management-input {
	font-size: 85%;
	color: black;
	margin: 5px;
	width: 90%;
}

.customer-management-parent {
	font-size: 85%;
	color: black;
	width: 100%;
}

.numericFieldWithoutArrows[type="number"]::-webkit-outer-spin-button,
.numericFieldWithoutArrows[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.numericFieldWithoutArrows[type="number"] {
	-moz-appearance: textfield;
}

.image-container {
	position: relative;
	width: fit-content;
}

.image-container .galery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	color: #FFF;
	background: rgba(0, 0, 0, .6);
}

.table-manufacturer {
	table-layout: fixed;
}

.header-manufacturer td {
	padding-left: 10px;
}

.sensor-params-alert {
	padding: 10px;
	background-color: red;
	border: 1px solid darkred;
	border-radius: 5px;
	color: white;
}