@font-face {
	font-family: OpenSans;
	src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
}
@font-face {
	font-family: PTSansNarrow;
	src: url(../fonts/PT_Sans_Narrow/PT_Sans-Narrow-Web-Regular.ttf);
}
@font-face {
	font-family: "Proxima Nova";
	src: url(../fonts/Proxima_Nova/ProximaNova-Regular.otf);
}
html,
body {
	width: auto !important;
	overflow-x: hidden !important;
	padding-bottom: 0 !important;
	font-family: PTSansNarrow;
	font-size: 14px;
}
@keyframes panel {
	from {
		opacity: 0.0;
		width: 20%;
	}
	to {
		opacity: 0.97;
		width: 85%;
	}
}
@keyframes overlay {
	from {
		opacity: 0.0;
	}
	to {
		opacity: 0.3;
	}
}
.navbar-default .navbar-nav > li > a {
	color: #eee;
}
#sidePanel {
	position: relative;
	z-index: 2000;
}
#sidePanel .overlay {
	animation-name: overlay;
	animation-duration: 0.3s;
}
#sidePanel .commentBox {
	animation-name: panel;
	animation-duration: 0.3s;
}
.table-responsive {
	padding-bottom: 150px;
}
.actionHeader {
	min-width: 50px;
}
.layoutJSON {
	background: #ddd;
	border: 1px solid black;
	margin-top: 10px;
	padding: 10px;
}
.layoutItem {
	width: 200px;
	float: left;
}
.addWidgetRow {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
div.widget > div.panel > div.panel-body {
	height: 100% !important;
}
.icon-rotate-90 {
	-webkit-transform: rotate(90deg);
	/* Safari and Chrome */
	-moz-transform: rotate(90deg);
	/* Firefox */
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-o-transform: rotate(90deg);
	/* Opera */
	transform: rotate(90deg);
}
.chart-data-table > thead > tr > th,
.chart-data-table > tbody > tr > td {
	padding-left: 12px !important;
	position: relative;
}
.chart-data-table > thead > tr > th {
	width: 150px;
	min-width: 100px;
	text-align: center;
	position: relative;
	white-space: nowrap;
	padding-top: 12px;
}
.button-remove-column {
	position: absolute;
	top: -12px;
	right: calc(50% - 12px);
}
.button-remove-row {
	position: absolute;
	left: -12px;
	top: calc(50% - 12px);
}
.button-remove-row.centered {
	left: calc(50% - 12px) !important;
}
.chart-data-table .sp-replacer {
	height: 24px !important;
	width: 24px !important;
	top: 6px !important;
}
.chart-data-table .sp-preview {
	width: 100% !important;
	height: 100% !important;
}
.react-grid-item {
	overflow: hidden;
}
div.chart-alert {
	width: 100%;
	position: absolute;
	top: calc(50% - 50px);
	padding: 12px;
}
div.chart-alert i {
	display: block;
	font-size: 48px;
	width: 24px;
	height: 24px;
	margin-left: 12px;
	float: left;
}
div.chart-alert-message {
	height: 48px;
	width: 80%;
	margin: auto;
	font-size: 16px;
	text-align: center;
	padding-left: 36px;
	display: table-cell;
	vertical-align: middle;
}
.panel-default > .panel-heading > .panel-title {
	font-size: large;
	font-weight: bold;
}
div.widget > div.panel > div.panel-body.calendarWidget {
	overflow-y: auto;
	margin-right: 5px;
	height: calc(100% - 50px) !important;
	-webkit-overflow-scrolling: touch;
}
.inlineEditContainer {
	min-height: 25px;
}
.fc-content {
	cursor: pointer;
}
footer img {
	max-height: 2em;
}
footer .footer-links {
	list-style: none;
}
.login-links {
	list-style: none;
	padding: 0;
	display: block;
	text-align: center;
	margin-top: 8px;
}
.login-links li {
	padding: 0 8px;
	display: inline-block;
	border-right: 1px solid #fff;
	margin: 0;
}
.login-links li a {
	display: inline;
	color: #337ab7;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.login-links li:last-child {
	border-right: none;
}
.preview-mode {
	padding-top: 32px;
}
.preview-alert {
	position: fixed;
	top: 0;
	height: 32px;
	width: 100%;
	background-color: #f17531;
	z-index: 2000;
	box-shadow: 0px 1px 10px rgba(50, 50, 50, 2);
	text-align: center;
	color: #fff;
	padding-top: 4px;
}
.page-header {
	margin-top: 20px;
}
#widget-holder .widget-row .widget {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
#widget-holder .widget-row .infobox .infobox-icon .fa {
	font-size: 3.5vw;
}
#widget-holder .widget-row .infobox .infobox-value {
	font-size: 2vw;
}
#widget-holder .widget-row .infobox .infobox-label {
	font-size: 0.8vw;
}
#widget-holder .widget-row .infobox .panel-footer {
	font-size: 0.8vw;
}
.infobox-value-1 .panel-heading {
	padding-left: 0px;
	padding-right: 0px;
}
.infobox-value-1 .panel-footer {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
.infobox-value-1 .infobox-right {
	text-align: center;
}
