* {
	-webkit-print-color-adjust: exact !important;
	/* Chrome, Safari */
	color-adjust: exact !important;
	/*Firefox*/
}

body {
	width: 100%;
	height: 100%;
	font-size: 1.25em;
	/* fix Scrollbar overlay in IE*/
	-ms-overflow-style: scrollbar;
	-webkit-print-color-adjust: exact !important;
	/* Chrome, Safari */
	color-adjust: exact !important;
}

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

a {
	cursor: pointer;
	cursor: hand;
	text-decoration: none !important;
}

input[readonly] {
	background-color: white !important;
}

.springboard-full-screen {
	
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak,
	.x-ng-cloak {
	display: none !important;
}

/*
*** LOGIN SECTION ***
*/
.login-topbar {
	background: white;
	margin-bottom: 15%;
}

.login-container {
	padding: 40px;
	color: white;
}

.language-sel {
	color: black;
}

.login-button {
	width: 100% !important;
	height: 40px;
	text-transform: uppercase;
}

.login-input {
	color: white;
	border: none;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid white;
	background: none;
}

#loginUsername {
	background-repeat: no-repeat;
	background-position: 100% 5px;
	background-size: 20px;
}

#loginPassword {
	background-repeat: no-repeat;
	background-position: 100% 5px;
	background-size: 20px;
}

.login-input::-webkit-input-placeholder {
	color: white;
	opacity: 0.7;
}

.login-input:-moz-placeholder {
	color: white;
	opacity: 0.7;
}

.login-input::-moz-placeholder {
	color: white;
	opacity: 0.7;
}

.login-input:-ms-input-placeholder {
	color: white;
	opacity: 0.7;
}

#User {
	fill: #ffffff;
}

.login-bottombar {
	width: 100%;
}

.login-bottombar .copyright-notice {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	color: white;
	font-size: 0.80em;
}

.copyright-notice a {
	color: white;
}

.helpicon {
	width: 20px;
}

/*
*** NAVBAR SECTION ***
*/
@media ( min-width :767px) {
	.navbar {
		padding: 0;
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
	}
	.top-nav-collapse {
		padding: 0;
	}
	ul.nav li.msover:hover>ul.dropdown-menu {
		display: block;
	}
	ul.nav li.msover:hover>div.dropdown-menu {
		display: block;
	}
	nav.navbar div.msover:hover>div.dropdown-menu {
		display: block;
		margin-top: 0;
	}
	nav.navbar div.msover:hover>ul.dropdown-menu {
		display: block;
		margin-top: 0;
	}
	.open>.dropdown-menu {
		margin-top: 0;
	}
	.open>.event-table-menu {
		position: absolute;
		margin-top: 33px;
		top: inherit;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.fixProfileIcon {
	max-width: 100px;
}

.navbar .container {
	width: 100%;
}

.navbar-image::after {
	float: left;
	height: 50px;
	display: inline-block;
	margin: auto 5px;
	cursor: pointer;
}

.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}

.springboard {
	min-width: 412px;
	padding: 25px;
	font-size: 1.0em;
	overflow-y: auto;
	overflow-x: hidden;
	height: auto;
}

.springboard-app {
	color: white;
	cursor: pointer;
	cursor: hand;
}

@media ( max-width : 767px) {
	.springboard {
		min-width: 350px;
		font-size: 0.8em;
	}
	.logo-login{
	 padding-left: 15px !important;
	}

}

span.spinner {
	background-image: url('/assets/images/icons/spinner.svg');
	height: 30px;
	width: 30px;
	display: block;
	clear: none;
	position: fixed;
	right: 10px;
	top: 55px;
	z-index: 1000000;
}

span.spinner-free {
	background-image: url('/assets/images/icons/spinner.svg');
	height: 30px;
	width: 30px;
	display: block;
	clear: none;
	position: fixed;
	right: 10px;
	z-index: 1000000;
}

.position-inherit {
	position: inherit !important;
}

span.spinner-inline {
    background-image: url('/assets/images/icons/spinner.svg');
    background-repeat: no-repeat;
  	background-size: 20px 20px;
    height: 20px;
    width: 20px;
    display: block;
    clear: none;
    right: 10px;
    z-index: 1000000;
    left: 0px;
    top: 20px;
    position: relative;
}

/*
*** PORTAL SECTION ***
*/
.portal-section {
	width: 100%;
	height: 100%;
}

.portal-container {
	padding-top: 20px;
}

.portal-section-padding-top {
	padding-top: 50px;
}

/*
*** ALERT SECTION ***
*/
.alert {
	margin-bottom: 0;
	padding: 10px;
}

.alert-icon {
	font-size: 40px;
}

.alert-icon-container {
	padding-right: 10px;
	display: table-cell;
	vertical-align: middle;
}

.navbar-summary {
	min-width: 300px;
}

.alert-title {
	padding-bottom: 5px;
	font-size: 12px;
}

.alert-text {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}

.alert-message {
	font-size: 11px;
}

/*
*** DROPDOWN-MENU SECTION ***
*/
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/*
*** EVENT TABLE MENU SECTION ***
*/
.event-table-btn-group {
	position: inherit;
}

.event-table-menu {
	position: absolute;
	margin-top: 33px;
	top: inherit;
}

.event-table-col-options-menu {
	position: absolute;
	margin-top: auto;
	left: inherit;
	top: inherit;
}

.project-selection {
	margin-top: 6px;
}

/*
*** Gauge
*/
@font-face {
	font-family: "lcd-plain";
	src: url("../fonts/lcd-plain/lcd-plain.eot");
	src: url("../fonts/lcd-plain/lcd-plain.eot?#iefix")
		format("embedded-opentype"), url("../fonts/lcd-plain/lcd-plain.woff")
		format("woff"), url("../fonts/lcd-plain/lcd-plain.ttf")
		format("truetype"), url("../fonts/lcd-plain/lcd-plain.svg#LCD")
		format("svg");
}

svg.gauge {
	font-family: "lcd-plain";
}

.tooltip-inner {
	white-space: pre-wrap;
	text-align: left;
}

.tooltip .tooltip-inner {
	color: white;
	background-color: #696969;
	/* border-radius: 5px; */
}

.tooltip.top .tooltip-arrow {
	border-top-color: gray ! important;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: gray ! important;
}

.tooltip.left .tooltip-arrow {
	border-left-color: gray ! important;
}

.tooltip.right .tooltip-arrow {
	border-left-color: gray ! important;
}

/* Footable */
.footable-row-detail-row {
	line-height: 2.0em;
}

/*
*** CHART ITEM COLOR ***
*/
.chart-item-color {
	height: 50px;
	width: 50px;
	border-radius: 3px;
	cursor: pointer;
	border: 2px solid black;
}

.input-table-cell-color {
	height: 35px !important;
	margin-top: 23px;
}
.header-bgcoclor {
	height: 34px;
	width: 110px;
	border-radius: 3px;
	cursor: pointer;
	border: 2px solid black;
}

.chart-item-color-preview {
	width: 50px;
	height: 28px;
	border-radius: 3px;
}

.color-selection {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	margin-right: 3px;
	border: 1px solid gray;
}

/* a:not(.styled){ */
/* 	color: #777; */
/* } */
.navbar-default .navbar-brand {
	font-size: 2.5em;
}

.appMenu {
	font-size: 1.25em !important;
	color: #9e9e9e !important;
	border-top: none !important;
}

.appMenu.in {
	height: 50% !important;
}

.panel-default>.panel-heading {
	color: white;
}

.panel-title {
	color: white;
	font-weight: bold;
}

li.active {
	font-weight: bold;
}

/*
*** Horizontal Bar ***
*/
.horizontal-bar {
	height: 50px;
	width: 450px;
}

/*Form validation*/
.form-group .help-block {
	display: none;
}

.form-group.has-error .help-block {
	display: block;
}

.error-color {
	color: #a94442;
}

.scheduler-margin {
	margin-bottom: 6px;
}

.full-width {
	width: 100%;
}

.gauge-container {
	height: 100%;
	text-decoration: none !important;
}

.pointer {
	cursor: pointer;
	cursor: hand;
}

svg.gauge {
	width: 100%;
}

.expresion-validation-result-text {
	color: green;
	margin-top: 2%;
}

/* fix for gauge in ie 11 */
@media all and (-ms-high-contrast: none) , ( -ms-high-contrast : active)
	{
	svg.gauge {
		padding-bottom: 65%;
	}
}

.box-content {
	overflow: hidden;
}

.no-space-break {
	white-space: nowrap;
}

.breadcrumb {
	background: none;
	padding: 0;
	font-size: 15px;
	overflow: hidden;
	max-height: 30px;
	color: #333;
}

.breadcrumb>.active, .breadcrumb a {
	color: #e8621d !important;
}

.breadcrumb>li+li:before {
	font-family: 'Glyphicons Halflings';
	content: "\e080";
	font-size: 10px;
	color: #333;
}

.scrollable-menu {
	height: auto;
	max-height: 350px;
	overflow-x: hidden;
}

.font-weight-normal {
	font-weight: normal !important;
}

.table-last-column {
	text-align: right;
}

.table-column {
	vertical-align: middle !important;
}

.font-size-sm {
	font-size: 0.8em;
}

.disabled-button-popup-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	cursor: not-allowed;
}

.popover {
	max-width: 600px;
}

#tableEntityEditorAlert>.alert {
	display: inline-block;
	padding: 5px;
	width: 20%;
	left: 21px;
}

#tableEntityEditorAlert .close {
	right: 0px;
}

.square {
	float: right;
	width: 15px;
	height: 15px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid rgba(0, 0, 0, .2);
}

.state-ok {
	background: #c5e134;
}

.state-warning {
	background: #f1a842;
}

.state-alarm {
	background: #e62738;
}

.state-undefined {
	background: #eceded;
}

/* The "new" buttons above the users/connections table in the edit mode of these apps */
.new-entity-btn {
	margin-bottom: 1em;
}

.highcharts-tooltip {
	z-index: 9998;
}

.toast-center {
	top: 30%;
	margin: 0 auto;
	left: 45%;
	display: none;
}

.gauge-container-analytics {
	font-size: 130%;
	text-align: center;
	padding-bottom: 3%;
}

.icon-flipped {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}

.sortorder:after {
	color: #e8621d;
	content: '\25bc';
}

.sortorder.reverse:after {
	color: #e8621d;
	content: '\25b2';
}

.scrolling {
	overflow: auto !important;
}

.modal {
	overflow: auto !important;
}

.anadetails {
	min-height: 90px !important;
}

.defaultFistColumn {
	border-left: 1px solid rgb(221, 221, 221);
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	/* background-color: transparent; */
	color: #000000;
}

.dropdown-menu-site-selector {
	padding-top: 0px;
}

.form-control:focus {
	box-shadow: inset 0 1px 1px rgb(0 0 0/ 8%), 0 0 8px #ddd;
}

.input-search {
	padding: 3px 20px; 
	border: none;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #ddd;
	min-width: 350px;
}


.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
 }
 
 .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #f8f8f8;
 }

.mce-btn .mce-txt {
    font-size: small !important;
}
.c-green{
	color: rgb(27, 182, 56);
}
.c-gray{
	color: #696969;
}
.c-red{
	color: #df0d0e;
}
.c-bold{
	font-weight: bold;
}

table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle !important;
}

.required:after {
    content:" *";
    color: red;
}

@media print { 
	
	/* .break-here { 
		float: none !important; 
    	position: static !important;
		page-break-after: always;
	 } */
	/* .widgetPlaceholder  {
	float: none !important; 
    position: static !important;
	page-break-after: always;
 }  */
}
.mt-10 {
    margin-top: 10px;
}
.btn.btn-default {
  color: #444;
  background-color: #FAFAFA;
}