.ita {
	font-style: italic;
}

@font-face {
	font-family: 'Museo300';
	src: url('../fonts/museo300-regular-webfont.eot');
	src: url('../fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/museo300-regular-webfont.woff') format('woff'),
	url('../fonts/museo300-regular-webfont.ttf') format('truetype'),
	url('../fonts/museo300-regular-webfont.svg#Museo300') format('svg');
	font-weight: normal;
	font-style: normal;

}

html {
	margin: auto;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
	width: 768px;
}

div, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
	outline: 0;
}

/* for conference use */
div.conference {
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: white;
}

/* for conference use */
div.logout {
	float: left;
	background-color: white;
}

body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
}

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

.content-container {
	padding-top: 25px;
	width: 100%;
	min-width: 1200px;
}

.cwhite {
	color: white;
}

ol, ul {
	list-style: none;
}

b {
	font-weight: bold;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.mt-20px {
	margin-top: 20px
}

.padding5 {
	padding: 5px !important;
}

.mb-10px {
	margin-bottom: 10px !important;
}

.mb-20px {
	margin-bottom: 20px !important;
}


.mb-5px {
	margin-bottom: 5px !important;
}

.ml-20px {
	margin-left: 20px !important;;
}

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

.d-block {
	display: block !important;
}

.d-inline-block {
	display: inline-block !important;
}

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

.pointer {
	cursor: pointer !important;
}

.break-word {
	white-space: pre-wrap; /* CSS3 */
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -pre-wrap; /* Opera <7 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* IE */
}

.headf {
	font-family: 'Museo300';
	font-size: 24px;
	line-height: 1.5;
}

.modal-open {
	padding-right: 0 !important;
	touch-action: manipulation;
}

/* page styles */
#container {
	position: relative;
	width: 768px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

#header {
	width: 100%;
}

.ecode {
	float: left;
	clear: none;
	margin: 0;
	font-size: 18px;
	width: 200px;
	height: 30px;
}

.elabel {
	margin-right: 10px;

	padding-top: 4px;
	padding-right: 4px;
	font-size: 18px;
	float: left;
	clear: none;
	width: 130px;
	text-align: right;
	background-color: #eeeeee;
}

.elabelcode {
	padding: 4px;
	border: 2px solid #eeeeee;
	font-size: 18px;
	float: left;
	clear: none;
	width: 165px;
	font-style: italic;
	text-align: right;
	color: white;
	background-color: black;
}

#elabelcodewrap {
	float: left;
	clear: none;
	background-color: #888888;
	padding: 1px;
	margin-right: 10px;
}

.fullwidth {
	float: left;
	clear: none;
	margin: 0;
	width: 100%;
}

.codewrapper {
	float: left;
	clear: none;
	width: 100%;
	margin: 0;
}

#buttons {
	padding: 10px;
	background-color: #dddddd;
}

#usertext {

	height: 80px;
}

.ecd {
	color: gray;
	font-size: 12px;
	font-style: italic;
}

#loginbox {
	text-align: center;
	margin: 0 auto;
	padding: 50px;
}

.cwhite {
	color: white;
}

#chart_div {
	position: relative;
	margin: auto;
	width: 512px;
}

#chartrow {
	position: relative;
	float: left;
	clear: none;
	margin: 0;
	width: 100%;
	text-align: center;
}

#chartrow1 {
	position: relative;
	float: left;
	clear: none;
	margin: 0;
	width: 100%;
	text-align: center;
}

#chart1_div {
	position: relative;
	margin: auto;
	width: 512px;
	background-color: #e9e8ef;
}


.vText {
	-moz-transform: rotate(-90deg) translate(0, 100%);
	-moz-transform-origin: 0% 100%;
	-o-transform: rotate(-90deg) translate(0, 100%);
	-o-transform-origin: 0% 100%;
	-webkit-transform: rotate(-90deg) translate(0, 100%);
	-webkit-transform-origin: 0% 100%;
	transform: rotate(-90deg) translate(0, 100%);
	transform-origin: 0% 100%;
	writing-mode: bt-rl;
	filter: flipV flipH;
}

#radiobuttons {
	width: 100%;
	text-align: center;
}

#radiobuttons1 {
	width: 100%;
	text-align: center;
}

.rb {
	float: left;
	clear: none;
	width: 125px;
}

#alttitle {
	float: right;
	clear: none;
	width: 350px;
	overflow: hidden;
	text-align: center;
	margin-right: 17px;
}

#overlay {
	float: left;
	clear: none;
	margin: 0;
	width: 100%;
}

#logo {
	background: url("/static/images/spencermetricspilogo.svg") no-repeat;
	background-size: contain;
	height: 35px;
	width: 200px;
	margin-bottom: 5px;
}

.fill-viewport {
	height: 100vmin;
}

.fill-height {
	height: 100%;
}

.fill-width {
	width: 100%;
}

.truncate {
	text-overflow: ellipsis;
}

.copyright-footer {
	display: inline-block;
	width: 100%;
}

.copyright-wrapper {
	text-align: right;
	margin-top: 5px;
}

.copyright-label {
	text-align: right;
	font-size: 10px;
	color: gray;
	line-height: 12px;
}

.centered {
	margin: auto;
}

.charts-placeholder {
	height: 400px;
}

.subevent-details-chart {
	height: 365px;
}

.separate-top-10 {
	margin-top: 10px;
}

.subevent-event-label {
	font-size: 20px;
}

/*hard code fix for bootstrap 3 glyphs*/
.glyphicon-home:before {
	margin-left: -2px;
}

/* dialogs common styles */
div.modal.fade > div.modal-dialog.modal-dialog-big {
	width: 1200px;
}

.modal-dialog-checkbox {
	transform: scale(1.5);
	cursor: pointer;
}

div.modal.fade > div.modal-dialog.modal-dialog-middle {
	width: 600px;
}

.consumables-table {
	margin-left: 10px;
	margin-right: 10px;
}

.consumables-header-row {
	line-height: 38px;
}

.consumable-value {
	text-align: center;
	font-weight: bold;
}

.combobox-table {
	position: relative;
}

.combobox-button {
	height: 35px !important;
	width: 25px !important;
	float: right !important;
	padding: 0px !important;
}

.combobox-triangle {
	margin-top: 10px;
	margin-left: 3px;
}

.combobox-select {
	position: absolute;
	z-index: 9999;
	float: left;
	overflow-y: auto;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.combobox-select option:hover {
	cursor: pointer;
	background: #CCC !important;

}

.combobox-select option:nth-child(even) {
	background: #f5f5f5;
}

.start-time {
	margin-top: 10px;
}

.start-time > div {
	padding: 0 !important;
	margin-top: 5px;
}

.end-time {
	margin-top: 10px;
}

.end-time > div {
	padding: 0 !important;
	margin-top: 5px;
}

.label-offset {
	margin: 0 0 15px 20px;
	color: darkgray;
}

.across-time {
	margin-top: 10px;
	font-size: 14px;
	color: #0088cc;
	text-align: end;
}

.across-time > .switch {
	margin-bottom: -4px;
}

.presets-window {
	width: 60%;
	position: fixed;
	top: 25%;
	left: 25%;
	border: 1px solid black;
	background: white;
	z-index: 5;
	border-radius: 5px;
}

.sharing-window {
	width: 60%;
	position: fixed;
	top: 25%;
	left: 25%;
	border: 1px solid black;
	background: white;
	z-index: 6;
	border-radius: 5px;
}

.preset-header {
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid black;
	background: gray;
	color: white;
	height: 50px;
	font-weight: 700;
	font-size: 16px;
}

.middle-window {
	border-left: 1px solid black;
}

.presets-field {
	height: 350px;
	padding: 20px;
	overflow-y: auto;
}

.presets-list {
	text-align: left;
}

.presets-list li {
	cursor: pointer;
	padding: 10px 10px 5px 10px;
}

.presets-list li.selected {
	background: lightgray;
}

.presets-list .glyphicon {
	float: right;
	margin: 0 5px 0 5px;
	font-size: 18px;
}

.presets-inputs {
	margin-bottom: 10px;
}

.close-btn {
	color: #868686;
	margin: 0 5px 0 0;
	font-size: 12px;
}

.preset-dropdown {
	background-color: white;
	width: 360px;
	border: none;
	height: 250px;
	overflow-y: scroll;
	z-index: 3 !important;
}

.preset-dropdown li {
	padding: 5px 15px 5px 15px;
	font-size: 16px;
	height: 40px;
}

.preset-dropdown li:hover {
	background-color: #ddd;
}

.presets-searcher {
	width: 65%;
}

.preset-btn {
	font-size: 13px !important;
	margin: -3px 2px !important;
}

.share-btn {
	font-size: 13px !important;
	margin-top: -10px !important;
}

.selectable-area {
	width: 75%;
	height: 100%;
	display: inline-block;
}

.remove-cond-btn {
	color: #c53430;
	font-size: 30px;
	margin-left: -15px;
	cursor: pointer;
}

.add-cond-btn {
	color: #459b45;
	font-size: 30px;
	cursor: pointer;
}

.active-preset-label {
	cursor: pointer;
	margin: 10px;
	font-size: 15px;
	font-weight: 600;
}

.gear-icon {
	height: 30px;
	margin-top: -7px;
}

.active-preset-line {
	margin-top: 15px;
}

.disable-active-preset {
	margin-top: -7px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-20-px {
	margin-top: -20px !important;
}

#pressAlarmModal .modal-content{
	padding: 20px;
}

.alarms-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2px;
	margin-bottom: 20px;
}

.alarms-grid > div{
	padding: 2px;
	text-align: center;
}

.alarms-grid button {
	width: 100%;
	height: 50px;
	border-radius: 10px;
	border: none;
}

.alarm-body textarea {
	resize: none;
	width: 100%;
	height: 70px;
	margin-bottom: 5px;
}

.alarm-body .glyphicon{
	margin-left: 55px;
}

.alarm-body .alarm-comment {
	height: 120px;
	margin-top: 20px;
}

.alarm-btn.disabled {
	background: #fafafa !important;
	color: #cbcbcb !important;
}

.alarms-list {
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	padding: 5px;
}

.alarm-log-info {
	height: 60px;
	border: 1px solid;
	border-radius: 5px;
	text-align: center;
	margin: 3px 0 3px 0;
	padding-top: 20px;
}

.alarm-log-info.alarm-log-comment {
	border: none;
	text-align: left;
	background-color: #bed2ea;
	padding-top: 2px;
	overflow: hidden;
}

.alarm-btn-notification {
	margin-right: -40px !important;
	margin-top: 10px !important;
	color: white;
	background: red;
	border-radius: 20px;
	text-align: center;
	width: 20px !important;
	font-size: 15px;
}

.alarm-log-info.details {
	height: 40px;
	padding-top: 2px;
}

.details-list {
	font-size: 14px;
	padding: 0px 25px;
	height: 90px;
	margin-bottom: 20px;
	overflow: auto;
}

.dash-alarm-info {
	border-radius: 5px;
	font-size: 18px;
}

.alarm-items-info-dot {
	height: 15px;
	width: 15px;
	background-color: #22ff44;
	border-radius: 50%;
	border: solid #bdbdbd 1px;
	display: inline-block;
}

.color-picker-square {
	height: 20px;
	width: 20px;
	display: inline-block;
	border: solid 1px #cdcdcd;
	border-radius: 30%;
	cursor: pointer;
}

.export-to-csv-modal {
	width: 700px !important;
}

.export-all-btn {
	font-size: 12px !important;
	margin-left: 5px;
}

.hidden {
	display: none;
}
