@charset "UTF-8";
/*
 *	master css file for AssureTemp 4.0
 */
/* ----- variables ----- */
/* ----- end variables ----- */
/* ----- base styles ----- */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*
svg, svg * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
*/
header,
footer,
article,
section,
nav,
menu,
hgroup,
button {
  display: block;
}

html,
body {
  font-family: "Open Sans", arial, sans-serif;
  color: #636B75;
  margin: 0;
  height: 100%;
  background: #FFFFFF;
  overflow: hidden;
}

a {
  color: black;
  text-decoration: none;
}

img {
  border: 0;
}

input, textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*
textarea {
	padding-top: 4px;
	margin-top: 10px;
}
*/
input::-ms-clear {
  width: 0;
  height: 0;
}

header, footer {
  clear: both;
  color: white;
  background-color: rgb(42, 100, 160);
  /*
  // fallback bg
  background: #114FA7;
  // W3C bg
  background: -webkit-linear-gradient(left, #1d2593 0%, $mainColor 30%, #2993e5 58%, #172293 100%);
  background: linear-gradient(to right, #1d2593 0%,$mainColor 30%,#2993e5 58%,#172293 100%);
  // testing alternate gradients:
  //background: -webkit-linear-gradient(left, $neutralDark 0%, $primaryColor 15%, $primaryBright 33%, $primaryLight 50%, $primaryColor 90%, $neutralDark 100%);
  //background: linear-gradient(to right, $neutralDark 0%, $primaryColor 15%, $primaryBright 33%, $primaryLight 50%, $primaryColor 90%, $neutralDark 100%);
  */
}

.login-gradient {
  background: -webkit-linear-gradient(left, #7C9DC0 0%, #B4C1CA 30%, #4FD1F8 58%, #7C9DC0 100%);
  background: linear-gradient(to right, #7C9DC0 0%, #B4C1CA 30%, #4FD1F8 58%, #7C9DC0 100%);
  border: none;
  margin-bottom: 2px;
}

/* old header style
header {
	padding: 0px;
	border-left: 1px solid $lightBorderColor;
	border-right: 1px solid $lightBorderColor;
	// min-height: 10px;
	// overflow: auto;
}
*/
header {
  height: 60px;
  padding: 0;
  position: relative;
}

header > h1 {
  line-height: 40px;
  padding: 0px 10px;
}

header > div {
  padding: 0px 8px;
  font-weight: bold;
  border: 1px solid transparent;
}

.header-account-controls {
  margin: 5px 0 0 0;
}

#header-accounts-link {
  display: block;
  font-size: 14px;
  padding: 0;
  margin: 0 0 0 2px;
}

#header-account-spacer {
  float: left;
  width: 150px;
  height: 10px;
}

.feature-block,
.hardware-block {
  padding: 15px 15px 0 0;
}

header p {
  float: left;
  color: white;
  padding-top: 12px;
  padding-left: 5px;
}

header a {
  color: white;
}

header select {
  margin-right: 20px;
  color: white;
  background-color: #0085c0;
}

footer {
  height: 16px;
  padding: 1px 16px;
  font-size: 10px;
}

footer > div {
  padding: 0px;
}

/*
header ul {
	height: 30px;
	margin: 20px 5px 0px 5px;
	float: left;
}

header li {
	display: inline;
	list-style-type: none;
}
*/
h2 {
  margin: 10px 5px;
}

/*
h3 {
	display: inline-block;
	line-height: 25px;
	padding: 10px 10px 5px 10px;
	color: $mainColor;
	font-weight: bold;
}
*/
h3 {
  padding: 10px 10px 5px 10px;
  color: #0085c0;
  font-weight: 400;
}

h4 {
  padding: 10px 10px 5px 10px;
  color: #0085c0;
  font-weight: 400;
}

p {
  padding: 10px 10px 5px 10px;
}

/*
table, th, td {
	border-bottom: 1px solid $activeBackground;
}
*/
table {
  margin: 10px auto;
  padding: 0px;
  border-collapse: collapse;
  clear: both;
  background-color: #ffffff;
}

.expanded table {
  background-color: #E5EBF2;
}

th {
  text-align: left;
  vertical-align: bottom;
  padding: 4px 4px 2px 10px;
  color: #0085c0;
  cursor: pointer;
  border-bottom: 1px solid #D3D3D3;
  font-weight: 400;
}

.nopad {
  padding: 0px !important;
}

.stripe-one {
  background-color: #F5F5FF;
}

.stripe-two {
  background-color: white;
}

/* are we going to remove the stripes?
tbody > tr:nth-of-type(even):not(.inactive) {
	background-color: $activeBackground;
}
*/
/* use a class for row hover effect to make it easier to turn off
tbody > tr:hover {
	background-color: $activeBackground!important;
}
*/
/* testing out putting class on tbody...
tbody > tr.not-expanded:hover {
	background-color: $activeBackground;
}

tbody > tr.expanded {
	background-color: $activeBackground;
	//border: 1px solid $textColor!important;
	//border-top: 1px solid $textColor!important;
	outline: thin solid $textColor;
	//-moz-box-shadow:    2px 2px 3px black;
	//-webkit-box-shadow: 2px 2px 3px black;
	//box-shadow:         2px 2px 3px black;
}

tbody > tr.not-expanded {
	border-bottom: 1px solid $activeBackground;
}
*/
#header-path-region {
  position: absolute;
  top: 4px;
  right: 0;
  left: 325px;
  margin: 0;
  height: 18px;
  font-size: 11px;
  overflow: hidden;
}

.breadcrumb-link {
  cursor: pointer;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

#header-roles-region {
  position: absolute;
  top: 26px;
  right: 0;
  left: 325px;
  margin: 0;
}

#header-facilities-region {
  padding: 10px;
  height: 40px;
}

#header-facilities-region span {
  top: -15px;
}

.not-expanded {
  cursor: pointer;
  border-bottom: 1px solid #FBFAF5;
}

.not-expanded:hover td {
  background-color: #FBFAF5;
  color: black;
  text-shadow: 1px 1px 0 white;
  border-top: 1px solid #0085c0 !important;
}

.not-expanded:hover {
  border-bottom: 1px solid #0085c0;
}

.not-expanded:hover th {
  background-color: #FBFAF5;
}

.expanded {
  color: #393939;
  background-color: #E5EBF2;
  outline: thin solid #636B75;
}

td {
  padding: 10px 7px 10px 14px;
  text-align: left;
}

td.number-cell {
  text-align: ".";
}

tbody > tr:first-child > td {
  padding-top: 10px;
}

.widget-cell {
  vertical-align: top;
}

.floating-table-header {
  position: fixed;
  top: 60px;
  background-color: white;
  font-weight: bold;
  color: Gray;
  cursor: pointer;
  border-bottom: 2px solid Gray;
}

.floating-table-header-home {
  position: fixed;
  top: 90px;
  background-color: white;
  font-weight: bold;
  color: Gray;
  cursor: pointer;
  border-bottom: 2px solid Gray;
}

.floating-table-header-home-smaller {
  position: fixed;
  top: 90px;
  background-color: white;
  font-weight: bold;
  font-size: 12px;
  color: Gray;
  cursor: pointer;
  border-bottom: 2px solid Gray;
}

.floating-table-header-small {
  position: fixed;
  top: 60px;
  background-color: white;
  font-weight: bold;
  font-size: 10px;
  color: Gray;
  cursor: pointer;
  border-bottom: 2px solid Gray;
}

.fth-block {
  display: inline-block;
  padding: 4px 4px 2px 10px;
}

.floating-table-header-small .fth-block {
  padding: 0;
  margin: 0;
}

/*
.floating-table-header table {
	width: 600px;
	background-color: white;
	margin: 0px auto;
}
*/
.table-header-category {
  color: black;
  font-weight: bold;
  text-align: center;
  border: 1px solid #D3D3D3;
}

hr {
  clear: both;
  margin: 10px 0px;
  border: 0;
  height: 1px;
  background: #D3D3D3;
  /*
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
  background-image:		-moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image:		 -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image:			-o-linear-gradient(left, #ccc, #333, #ccc);
  */
}

/*
form {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
*/
/* ----- end base styles ----- */
/* ----- layout styles ----- */
.width_container {
  width: 100%;
  height: 100%;
  margin: 0px auto;
}

.main-wrapper {
  width: 100%;
  height: 100%;
}

#main-region {
  height: 100%;
  margin-top: -60px;
  padding-top: 60px;
  margin-bottom: -16px;
  padding-bottom: 16px;
  /*border: 1px solid blue;*/
}

.home-wrapper {
  height: 100%;
  width: 100%;
  margin-bottom: -30px;
  padding-bottom: 30px;
}

.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.sidebar {
  float: left;
  height: 100%;
  width: 21%;
  min-width: 300px;
}

.main {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: auto;
}

.main-2 {
  float: left;
  height: 100%;
  width: 70%;
}

#sidebar-region {
  height: 100%;
}

.layout-controls {
  width: 80%;
  margin-top: -38px;
  /*
  position: relative;
  top: -27px;
  */
}

.report-tab {
  margin-top: -27px;
  padding: 3px;
  border-radius: 3px 0 0 0;
  background-color: #EEEEEE;
  overflow: auto;
}

.controls-bar {
  position: fixed;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid lightgrey;
  background-color: #EEEEEE;
  z-index: 22;
}

#sidebar-controls {
  display: inline-block;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid lightgrey;
  background-color: #EEEEEE;
}

.report-options-bar {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid lightgrey;
  background-color: #EEEEEE;
}

#checklist-controls {
  margin-top: 5px;
  position: relative;
  min-height: 40px;
}

#sensor-controls {
  height: 32px;
}

#sensor-layout-spacer {
  width: 100%;
  height: 32px;
}

.sensor-asset-select {
  max-width: 350px;
}

#reports-controls {
  margin-top: 5px;
  min-height: 32px;
}

.content-buttons {
  display: none;
  width: 100%;
  height: 40px;
  float: left;
  clear: left;
  /*border: 1px solid yellow;*/
}

#main-content {
  width: 100%;
  height: 100%;
  /*
  margin-top: -40px;
  padding-top: 40px;
  */
}

.main-container {
  width: 100%;
  height: 100%;
}

.content-1 {
  width: 100%;
  height: 100%;
  float: left;
  min-width: 200px;
  /*border: 1px solid red;*/
}

.content-2 {
  display: none;
}

.resize-handle-right {
  border-right: 2px solid #0085c0;
}

.resize-handle-bottom {
  border-bottom: 2px solid #0085c0;
}

.content-1, .content-2 {
  overflow-y: auto;
  overflow-x: hidden;
}

#secondary-region {
  position: relative;
  overflow: auto;
}

#sidebar-tree-region {
  position: absolute;
  top: 42px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

/*
#content-charts {
	overflow: hidden;
}

#content-charts {
	float: left;
	//height: 50%;
	height: 100px;
	width: 100%;
	//min-width: 800px;
	//border: 1px solid black;
}

.charts-container {
	height: 100%;
	width: 100%;
}
*/
#alerts-list-region,
#alerts-container {
  width: 100%;
}

.alerts-list {
  width: 100%;
}

.alerts-list tbody > tr > td:nth-child(2) {
  vertical-align: top;
}

.tsandcs-list {
  width: 100%;
}

.tandc-section {
  min-height: 100px;
  border-bottom: 1px solid black;
  margin: 5px 5px 35px 5px;
}

.tandc-unpushed {
  background-color: #FFFF7F;
}

.tsandcs-box {
  height: 350px;
  width: 850px;
}

.for-modal {
  width: 400px;
  margin: 5px auto;
}

.incident-report {
  width: 700px;
  margin: 5px auto;
}

.export-form {
  margin: 7px;
}

.export-label {
  display: inline-block;
  width: 40px;
  text-align: right;
  padding-right: 4px;
}

.export-readings-type {
  padding-right: 50px;
}

.billing-report {
  min-width: 700px;
  margin: 10px;
}

.mkt-report {
  width: 700px;
  margin: 5px auto;
  overflow: auto;
}

.asset-type,
.unit-type,
.unit-schedule {
  width: 450px;
  margin: 5px auto;
}

.checklist-form {
  width: 80%;
  margin: 5px auto;
}

.medium-fixed {
  width: 675px;
  margin: 5px auto;
}

.medium-fixed textarea {
  width: 300px;
  height: 100px;
}

.user-form,
.assessment-subscription-form {
  margin: 10px 25px;
}

.user-form input[type=text] {
  width: 250px;
}

.assessment-subscription-text {
  width: 250px;
}

#subscription-description {
  width: 248px;
}

.assessment-subscription-button-box {
  width: 100%;
  overflow: auto;
  padding: 5px;
}

#schedules-filter-box {
  position: relative;
  top: -45px;
}

.constant-box {
  min-width: 250px;
  min-height: 90px;
  padding: 5px;
  margin: 5px;
  border: 1px solid #0085c0;
  border-radius: 10px;
}

#constant-units {
  width: 400px;
}

.constant-box .assessment-subscription-parameter {
  margin: 15px;
}

.assessment-subscription-formula .assessment-subscription-parameter {
  margin: 5px 15px;
  min-height: 50px;
}

.constant-select-box ul {
  display: block;
  margin: 10px;
}

li.js-select-constant {
  display: block;
  padding: 3px;
  cursor: pointer;
  border-bottom: 1px solid #EEEEEE;
}

.js-select-constant:hover {
  background-color: #FBFAF5;
}

.assessment-subscription-selection-info-box ul {
  padding-left: 40px;
}

.assessment-subscription-selection-info-box li {
  display: list-item;
  list-style-type: disc;
  font-size: 14px;
  color: black;
  padding: 3px;
}

.assessment-subscription-formula {
  margin: 5px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
}

.assessment-subscription-display-constant {
  font-size: 11px;
  margin: 5px;
  padding: 5px;
  border: 1px solid #0085c0;
  border-radius: 10px;
}

.assessment-subscription-display-formula {
  font-size: 11px;
  margin: 3px;
  padding: 3px;
}

.assessment-subscription-list-display ul {
  padding-left: 20px;
}

.assessment-subscription-list-display li {
  display: list-item;
  list-style-type: disc;
  font-size: 11px;
  color: black;
  padding: 2px;
}

.schedules-list {
  color: black;
  font-size: 11px;
}

.assessment-subscription-date {
  width: 80px;
}

.assessment-subscription-optional label {
  margin-left: 5px;
}

.frequency-mode-choice {
  width: 400px;
}

.frequency-mode-box {
  display: inline-block;
  width: 250px;
  margin-left: 5px;
}

#frequency-options {
  margin-top: 15px;
}

.assessment-schedule-optional-box {
  margin: 5px;
}

#schedules-preview-region {
  min-height: 100px;
}

#schedules-region {
  min-height: 100px;
}

/* ----- below styles need to be sorted ----- */
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

nav ul li {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
}

nav ul li a {
  color: #0085c0;
  text-decoration: none;
  font-size: 14px;
}

nav ul li a:hover {
  text-decoration: underline;
}

.field-label {
  display: none;
}

input:focus ~ .field-label {
  display: block;
}

.assets-list,
.checklists-list,
.alerts-list,
.logs-list,
.units-list,
.archives-list {
  font-size: 12px;
}

.assets-list th,
.checklists-list th,
.alerts-list th,
.units-list th {
  padding-top: 3px;
  padding-left: 8px;
  padding-right: 2px;
  padding-bottom: 3px;
}

.assets-list td,
.checklists-list td,
.alerts-list td,
.units-list td {
  padding-top: 3px;
  padding-left: 8px;
  padding-right: 2px;
  padding-bottom: 3px;
}

#user-units-details table {
  margin: 5px 0;
}

.help-text {
  display: none;
  margin: 20px;
  padding: 10px;
  color: #0085c0;
  font-size: 1em;
  border: 1px solid #0085c0;
}

.help-widget {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 3px;
  color: #0085c0;
  text-align: center;
  font-size: 1.2em;
  border: 1px solid #0085c0;
  border-radius: 16px;
  cursor: pointer;
}

.sidebar-widget {
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin: 7px 3px 0 3px;
  color: white;
  background-color: #0085c0;
  text-align: center;
  font-size: 0.6em;
  border: 1px solid #0085c0;
  border-radius: 8px;
  cursor: pointer;
}

.sidebar-widget:hover {
  box-shadow: 0 0 7px #888888;
}

.js-expand-sidebar {
  display: none;
}

.sort-widget {
  display: inline-block;
  float: right;
}

.close-widget {
  width: 20px;
  padding: 0px;
  margin: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: sans-serif;
  color: #2848D7;
  border: 1px solid #D3D3D3;
  cursor: pointer;
}

.close-widget:hover {
  background-color: #D3D3D3;
  border-color: #888888;
  box-shadow: 2px 2px 15px #aaaaaa;
}

.sort-column {
  background-color: #E5F8FE;
}

.filter-column {
  background-color: #E0FFDF;
}

.sort-and-filter-column {
  background-color: #CCFFE6;
}

.unsortable {
  background-color: #F9F9F9;
  cursor: default;
}

.filter-column.unsortable {
  background-color: #D0EECE;
}

.unsort-cell {
  background-color: #F9F9F9;
}

.help-hover {
  position: absolute;
  padding: 10px;
  background-color: #FBFAF5;
  border: 1px solid black;
  z-index: 33;
}

.ui-dialog.main-dialog {
  font-family: "Open Sans", arial, sans-serif;
  color: #636B75;
  background: #FFFFFF;
  font-size: 13px;
}

.ui-dialog.main-dialog > form > button {
  margin: 2px 4px;
  border: 1px solid #D3D3D3;
  color: #555;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #fbfbfb;
  background-image: -webkit-linear-gradient(top, #fbfbfb, #f0f0f0);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  padding: 8px 10px;
  width: auto;
  text-align: center;
}

.ui-datepicker {
  font-size: 9pt !important;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px;
}

.status-active, .status-inactive, .status-oot, .status-high-warn, .status-low-warn, .status-comm, .status-none, .status-power {
  cursor: pointer;
  border-bottom: 1px solid #FBFAF5;
}

/*
.not-expanded:hover td {
	background-color: $activeBackground;
	color: black;
	text-shadow: 1px 1px 0 white;
	border-top: 1px solid $mainColor !important;
	border-bottom: 1px solid $mainColor !important;
}
*/
.status-inactive:hover td, .status-none:hover td {
  background-color: #FBFAF5;
  color: black;
  text-shadow: 1px 1px 0 white;
  border-top: 1px solid #0085c0 !important;
  border-bottom: 1px solid #0085c0 !important;
}

.status-active:hover td {
  background-color: #F7FEF2 !important;
  color: black;
  text-shadow: 1px 1px 0 white;
  border-top: 1px solid #0085c0 !important;
  border-bottom: 1px solid #0085c0 !important;
}

tbody.selected .status-active:hover td {
  background-color: #0085c0 !important;
}

.status-oot:hover td {
  background-color: #FFF2F2 !important;
  color: black;
  text-shadow: 1px 1px 0 white;
  border-top: 1px solid #0085c0 !important;
  border-bottom: 1px solid #0085c0 !important;
}

tbody.selected .status-oot:hover td {
  background-color: #0085c0 !important;
}

.status-high-warn:hover td {
  background-color: #F9EAEA !important;
  color: black;
  text-shadow: 1px 1px 0 white;
  border-top: 1px solid #0085c0 !important;
  border-bottom: 1px solid #0085c0 !important;
}

tbody.selected .status-high-warn:hover td {
  background-color: #0085c0 !important;
}

.status-low-warn:hover td {
  background-color: #EAEAFF !important;
  color: black;
  text-shadow: 1px 1px 0 white;
  border-top: 1px solid #0085c0 !important;
  border-bottom: 1px solid #0085c0 !important;
}

tbody.selected .status-low-warn:hover td {
  background-color: #0085c0 !important;
}

.status-comm:hover td {
  background-color: #FFFAF2 !important;
  color: black;
  text-shadow: 1px 1px 0 white;
  border-top: 1px solid #0085c0 !important;
  border-bottom: 1px solid #0085c0 !important;
}

tbody.selected .status-comm:hover td {
  background-color: #0085c0 !important;
}

.status-power:hover td {
  background-color: #FFFFF2 !important;
  color: black;
  text-shadow: 1px 1px 0 white;
  border-top: 1px solid #0085c0 !important;
  border-bottom: 1px solid #0085c0 !important;
}

tbody.selected .status-power:hover td {
  background-color: #0085c0 !important;
}

.sensors-list, .checklists-list {
  width: 100%;
  margin-top: 0;
}

.sensors-list tbody {
  font-size: 11px;
}

.sensors-list tr:hover td {
  cursor: pointer;
  background-color: #FBFAF5;
}

.sensors-list .selected:hover td,
.checklists-list .selected:hover td {
  background-color: #50A6C2;
}

.unit-path-display {
  width: 250px;
}

.sensorsReports-list .unit-path-display {
  width: auto;
}

/*
.last-reading-date-display {
	width: 133px;
}
*/
.status-active > td:nth-child(2) {
  border-right: 7px solid #5EEC00;
}

.status-inactive > td:nth-child(2) {
  border-right: 7px solid black;
}

.status-oot > td:nth-child(2) {
  border-right: 7px solid red;
}

.status-high-warn > td:nth-child(2) {
  border-right: 7px solid #F5B6B8;
}

.status-low-warn > td:nth-child(2) {
  border-right: 7px solid #B6B6FF;
}

.status-comm > td:nth-child(2) {
  border-right: 7px solid #FFA500;
}

.status-power > td:nth-child(2) {
  border-right: 7px solid #FFFF00;
}

.asset-unit-links {
  padding: 10px 0 0 10px;
  font-size: 14px;
}

.asset-unit-links a:hover {
  text-decoration: underline;
}

.asset-header h3 {
  padding-top: 4px;
}

.asset-header .section-selector {
  margin-top: 7px;
}

.asset-type-header {
  position: relative;
  top: -2px;
  padding-left: 10px;
  font-size: 14px;
  color: #CD795F;
}

div.followup-status-reopen-unassigned,
tr.followup-status-reopen-unassigned > td:nth-child(3) div {
  display: inline-block;
  text-align: center;
  color: white;
  background: #e01600;
  border-radius: 15px;
  padding: 0.4rem 1rem;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

div.followup-status-unassigned,
tr.followup-status-unassigned > td:nth-child(3) div {
  display: inline-block;
  text-align: center;
  color: white;
  background: #e01600;
  border-radius: 15px;
  padding: 0.4rem 1rem;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

div.followup-status-reopen-assigned,
tr.followup-status-reopen-assigned > td:nth-child(3) div {
  display: inline-block;
  text-align: center;
  color: black;
  background: #ffbb00;
  border-radius: 15px;
  padding: 0.4rem 1rem;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

div.followup-status-assigned,
tr.followup-status-assigned > td:nth-child(3) div {
  display: inline-block;
  text-align: center;
  color: black;
  background: #ffe800;
  border-radius: 15px;
  padding: 0.4rem 1rem;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

div.followup-status-fip,
tr.followup-status-fip > td:nth-child(3) div {
  display: inline-block;
  text-align: center;
  color: white;
  background: #3787ff;
  border-radius: 15px;
  padding: 0.4rem 1rem;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

div.followup-status-closed,
tr.followup-status-closed > td:nth-child(3) div {
  display: inline-block;
  text-align: center;
  color: black;
  background: #50d05e;
  border-radius: 15px;
  padding: 0.4rem 1rem;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

div.followup-status-closed-no-resolution,
tr.followup-status-closed-no-resolution > td:nth-child(3) div {
  display: inline-block;
  text-align: center;
  color: white;
  background: #e01600;
  border-radius: 15px;
  padding: 0.4rem 1rem;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

div.followup-status-closed-outside-resolution,
tr.followup-status-closed-outside-resolution > td:nth-child(3) div {
  display: inline-block;
  text-align: center;
  color: black;
  background: #ffe800;
  border-radius: 15px;
  padding: 0.4rem 1rem;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

.followup-comment {
  width: 400px;
  height: 100px;
}

.followup-resolution {
  padding: 10px 15px;
}

.followup-resolution span {
  padding-right: 6px;
  padding-left: 4px;
}

.followup-resolution label {
  padding-right: 6px;
}

.admin-wrap {
  width: 100%;
  height: 100%;
}

nav {
  float: left;
  width: 190px;
  padding: 0 0 20px 0;
}

.with-nav-wrap {
  float: right;
  width: 100%;
  margin-left: -190px;
  overflow: auto;
}

.with-nav {
  margin-left: 190px;
}

.admin-side-wrap {
  position: absolute;
  float: left;
  width: 190px;
  top: 60px;
  bottom: 16px;
}

.admin-side {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid #D3D3D3;
}

.admin-side-section {
  position: relative;
  width: 100%;
  min-height: 50px;
  float: left;
  padding: 20px 3px 20px 3px;
  border-top: 1px solid #D3D3D3;
}

.admin-side-section-label {
  position: absolute;
  top: 3px;
  left: 3px;
  color: #999;
  font-size: 12px;
}

.admin-side-section-wrap {
  padding-top: 10px;
}

.admin-side-filter-wrap {
  position: relative;
  padding: 0 0 25px 15px;
}

.admin-side-filter label {
  width: 150px;
  position: absolute;
  top: 11px;
  left: 12px;
  z-index: 1;
  font-size: 13px;
  cursor: text;
  pointer-events: none;
  color: #999;
}

.admin-side-filter input {
  position: absolute;
  top: 5px;
  left: 5px;
}

.admin-layer-1 {
  z-index: 1;
}

.admin-layer-2 {
  z-index: 2;
}

/*
ul.testing1 {
	border: 1px solid blue;
	display: block;
	font-size: 14px;
	font-weight: 400;
	min-width: 210px;
	margin: 10px 15px 5px 0px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

ul.testing1 li {
	display: inline;
	padding: 2px 5px;
	border: 1px solid $lightBorderColor;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.testing2 {
	border: 1px solid red;
	font-weight: bold;
}
*/
ul.alerts-selector {
  display: block;
  font-size: 14px;
  font-weight: 400;
  min-width: 210px;
  margin: 5px 10px 2px 2px;
  padding: 5px;
  list-style-type: none;
  text-align: center;
}

ul.alerts-selector li {
  display: inline;
  padding: 2px 5px;
  border: 1px solid #D3D3D3;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.loading {
  width: 300px;
  height: 50px;
}

ul.chart-range,
ul.section-selector {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  margin: 10px;
  padding: 0;
  list-style-type: none;
  text-align: center;
  position: static;
  z-index: 11;
}

ul.chart-range li,
ul.section-selector li {
  display: inline;
  padding: 2px 5px;
  margin: 3px;
  border: 1px solid #D3D3D3;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  transition: all 0.2s ease;
}

ul.chart-range li:hover,
ul.section-selector li:hover {
  border-color: #888888;
  box-shadow: 2px 2px 5px #aaaaaa;
}

.active-selector {
  color: white;
  background-color: #0085c0;
  border-color: #D3D3D3;
}

ul.report-selector {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 2px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

ul.report-selector li {
  display: inline;
  padding: 2px 5px;
  margin: 3px;
  border: 1px solid #D3D3D3;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  color: black;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#EEEEEE), to(#C3C3C3));
  background-image: -moz-linear-gradient(linear, 0% 0%, 0% 90%, from(#EEEEEE), to(#C3C3C3));
  background-image: -o-linear-gradient(linear, 0% 0%, 0% 90%, from(#EEEEEE), to(#C3C3C3));
  background-image: linear-gradient(to bottom, #EEEEEE, #C3C3C3);
  transition: all 0.2s ease;
}

ul.report-selector li:hover {
  border-color: #888888;
  box-shadow: 2px 2px 5px #aaaaaa;
}

ul.report-selector li.active-selector {
  color: white;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#C3C3C3), to(#556867));
  background-image: -moz-linear-gradient(linear, 0% 0%, 0% 90%, from(#C3C3C3), to(#556867));
  background-image: -o-linear-gradient(linear, 0% 0%, 0% 90%, from(#C3C3C3), to(#556867));
  background-image: linear-gradient(to bottom, #C3C3C3, #556867);
}

ul.report-selector li.js-dd-report {
  display: none;
}

#features-region {
  width: 100%;
  min-height: 30px;
  overflow: auto;
  background-color: #EEEEEE;
  border-bottom: 2px solid #0085c0;
}

#features-list-region {
  position: fixed;
  left: 35px;
}

ul.feature-selector {
  display: block;
  float: left;
  margin: 3px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: 14px;
  font-style: bold;
  color: #636B75;
  background-color: #EEEEEE;
}

ul.feature-selector li {
  display: inline-block;
  padding: 4px 10px 2px 10px;
  margin: 0;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
}

ul.feature-selector li:hover {
  box-shadow: 0 0 5px #888888;
}

.active-feature {
  transition: all 0.5s ease;
  color: white;
  background-color: #0085c0;
}

.constrained {
  width: 100%;
  margin: 10px;
  overflow: auto;
}

.constrained-globaladmin {
  overflow: auto;
}

.global-admin-set td,
.global-admins-list td {
  padding: 0px 10px 0px 0px;
}

.unit-select {
  margin: 0px;
  table-layout: fixed;
}

.unit-select td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.unit-select td:last-child {
  width: 100px;
}

.unit-select td:nth-child(2) {
  text-align: left;
}

.unit-select tr {
  height: 27px;
}

.unit-usertype {
  margin: 0px;
  padding: 0px;
}

.users-list,
.above-users-list {
  width: 100%;
}

.users-list {
  font-size: 10px;
}

.row-action-button {
  width: 50px;
}

ul.users-selector {
  display: block;
  font-size: 14px;
  font-weight: 400;
  min-width: 210px;
  margin: 5px 10px 2px 2px;
  padding: 5px;
  list-style-type: none;
  text-align: center;
}

ul.users-selector li {
  display: inline;
  padding: 2px 5px;
  border: 1px solid #D3D3D3;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.more-users-controls {
  margin-top: 30px;
  overflow: auto;
}

.monitors-list {
  width: 100%;
}

.monitors-list table tbody tr {
  cursor: pointer;
}

.monitors-list table th {
  cursor: auto;
}

.monitors-list table tbody tr:hover {
  background-color: #FBFAF5;
}

.monitors-list-sensors,
.expanded-monitor-sensors {
  width: 96%;
  font-size: 10px;
  margin: 5px;
  padding: 5px;
}

.monitors-list-sensors th,
.expanded-monitor-sensors th {
  padding: 2px;
}

.monitors-list-sensors td,
.expanded-monitor-sensors td {
  padding: 2px;
}

#monitors-region .sensors-list {
  width: 99%;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

#monitors-region .sensors-list th {
  padding: 3px;
}

#monitors-region .sensors-list td {
  padding: 3px;
  color: black;
}

.assuretemp-select-hardware-box {
  padding: 3px 0 0 5px;
}

.monitors-sensors-toggle-box {
  padding-left: 5px;
}

.hardware-breadcrumb {
  cursor: pointer !important;
  color: #0085c0 !important;
}

.hardware-breadcrumb:hover {
  text-decoration: underline !important;
}

.password-message, .login-message {
  display: none;
  padding: 12px 0px 4px 0px;
  color: red;
}

#gateway-test {
  width: 300px;
  height: 150px;
}

.units-list tr {
  cursor: pointer;
  border-bottom: 1px solid #EEEEEE;
}

.units-list th {
  padding: 2px 5px 5px 5px;
}

.units-list td {
  padding: 2px 15px 2px 2px;
}

.spaced-out {
  width: 85px;
}

.indent-spacer {
  display: inline-block;
  height: 15px;
  width: 25px;
  border-left: 1px dashed #636B75;
}

.multi-select {
  height: 200px;
}

.empty-cell {
  border: none;
}

.panel {
  padding: 5px 20px;
}

.add-monitor,
.add-display {
  width: 100%;
  clear: both;
  padding: 10px 14px;
  outline: thin solid black;
  background-color: #FBFAF5;
}

.password-box {
  display: none;
  padding: 10px 14px;
  margin: 0px 0px 10px 0px;
  outline: thin solid black;
  background-color: #FBFAF5;
}

.form-box {
  padding: 10px 14px;
  margin: 0px 0px 10px 0px;
  outline: thin solid black;
  background-color: #FBFAF5;
}

.widget-margin {
  margin: 7px;
}

.panel-section-container {
  border-bottom: 5px;
  overflow: auto;
  width: 100%;
}

.panel-section {
  box-sizing: border-box;
  width: 33%;
  float: left;
  padding: 10px 30px;
  margin: 0px -15px;
  min-height: 75px;
}

.panel-divider {
  float: left;
  position: relative;
  width: 30px;
  height: 200px;
  margin: 0px;
}

.line {
  position: absolute;
  left: 49%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #636B75;
  z-index: 1;
}

.wordwrapper {
  text-align: center;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  z-index: 2;
}

.word {
  color: #636B75;
  letter-spacing: 1px;
  padding: 3px;
  font: bold 12px arial, sans-serif;
  background: #FBFAF5;
}

/*
#ip-status {
	height: 40px;
	width: 40px;
}
*/
.ip-box {
  display: inline-block;
  width: 120px;
}

#ipList {
  width: 200px;
  height: 100px;
}

.loading-spin {
  position: relative;
  min-height: 500px;
  height: 100%;
  width: 100%;
  margin: 120px auto;
}

.loading-view-container {
  /*
  height: 100%;
  width: 100%;
  margin: 20px auto;
  */
  min-height: 500px;
  height: 100%;
  position: relative;
}

.loading-text {
  margin: 0;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/*
div.container4 {
    height: 10em;
    position: relative;
}
div.container4 p {
    margin: 0;
    background: yellow;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
*/
.dataTables_wrapper {
  margin: 5px auto;
}

.header-button {
  transition: all 0.2s ease;
}

.header-button:hover {
  cursor: pointer;
  background: #555;
  border: 1px solid grey;
  border-radius: 2px;
}

.logo {
  padding: 5px;
}

.logo-small {
  padding: 0px;
  margin: 10px 0 10px 10px;
  height: 40px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.middle-medium {
  width: 50%;
  margin: 5px auto;
  overflow: auto;
}

.middle-wide {
  width: 80%;
  margin: 5px auto;
  overflow: auto;
}

.clear {
  clear: both;
}

.clear-right {
  clear: right;
}

.inline {
  display: inline-block;
}

.accordion .ui-icon {
  margin: 0px 0px 0px 3px;
  cursor: pointer;
}

.accordion dt {
  cursor: pointer;
}

.uniform-width {
  min-width: 70px;
  text-align: center;
}

.center {
  text-align: center;
}

.center-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.initial p {
  margin: 10px 0px 10px 0px;
}

.nexto {
  position: relative;
  top: 3px;
  display: inline-block;
}

.ui-jqgrid {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.ui-jqgrid tr {
  font-size: 11px;
  cursor: pointer;
}

.button-container {
  display: inline-block;
  width: 90px;
  padding: 1px;
}

.small-button {
  margin: 0px;
  padding: 2px 4px;
  border-radius: 0px;
  font-size: 12px;
}

/*
a.button {
	display: inline-block;
	height: 12px;
}
*/
/*
.current,
.button,
button {
	margin: 5px;
	padding: 5px 10px;
	border-radius: 2px;
}
*/
.asset-buttons {
  margin: 5px;
}

.button,
button {
  display: inline-block;
  margin: 5px;
  padding: 4px 8px;
  width: auto;
  text-align: center;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #393939;
  border: 1px solid #D3D3D3;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  background-color: #fbfbfb;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#FFFFFF), to(#D9D9D9));
  background-image: -moz-linear-gradient(linear, 0% 0%, 0% 90%, from(#FFFFFF), to(#D9D9D9));
  background-image: -o-linear-gradient(linear, 0% 0%, 0% 90%, from(#FFFFFF), to(#D9D9D9));
  background-image: linear-gradient(to bottom, #FFFFFF, #D9D9D9);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.button:hover,
button:hover {
  border-color: #888888;
  box-shadow: 2px 2px 15px #aaaaaa;
}

.button .small,
button.small {
  margin: 5px 3px;
  padding: 2px 5px;
  font-size: 11px;
}

.disabled {
  cursor: default !important;
  border-color: #CCCCCC !important;
  color: #CCCCCC !important;
}

.disabled:hover {
  border-color: #CCCCCC !important;
  box-shadow: none !important;
}

button.emphasized {
  font-weight: 900 !important;
  font-size: 16px !important;
  border-color: black !important;
  color: black !important;
  box-shadow: 2px 2px 15px #aaaaaa !important;
}

button.emphasized:hover {
  border-color: black !important;
  box-shadow: 3px 3px 20px #999999 !important;
}

/*
.current,
.button,
button {
	margin: 2px 4px;
	border: 1px solid #D3D3D3;
	color: #555;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	background-color: #fbfbfb;
	background-image: -webkit-linear-gradient(top, #fbfbfb, #f0f0f0);
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 8px 10px;
	width: auto;
	text-align: center;
}

.current {
	color: $mainColor;
	font-weight: bold;
	border: 1px solid white;
	background: $lightBorderColor;
}

.button,
.small-button,
button {
	display: inline-block;
	color: black;
	border: 1px solid #D9D9D9;
	//box-shadow: 2px 2px 10px #D9D9D9;
	cursor: pointer;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#FFFFFF), to(#D9D9D9));
	-webkit-transition: all .2s;
	transition: all .2s;
}

.button:hover,
.small-button:hover,
button:hover {
	border: 1px solid #888888;
	// background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(192,192,192,0.9)), to(rgba(64,64,64,0.75)));
	box-shadow: 2px 2px 15px #aaaaaa;
}
*/
.button-spacer {
  height: 25px;
  width: 70px;
}

.button-sized {
  height: 25px;
  vertical-align: middle;
  margin: 5px;
  padding: 5px;
}

.dynamic-container {
  clear: both;
  padding: 10px 14px;
  margin: 10px;
  outline: 1px solid black;
  background-color: #FBFAF5;
}

.filter-spacer {
  height: 40px;
  width: 100px;
}

.message {
  position: fixed;
  max-width: 400px;
  bottom: 16px;
  right: 0px;
  z-index: 99;
  font-size: 12px;
  line-height: 13px;
}

.message p {
  min-width: 140px;
  color: black;
  background-color: #D3D3D3;
  padding: 10px;
  margin-right: 20px;
}

/*
.message:empty {
	display: none;
}
*/
.search {
  clear: both;
  margin: 10px auto 5px auto;
  text-align: right;
}

.search form {
  display: inline-block;
}

.section-close {
  border-top: 1px solid #D3D3D3;
  min-height: 10px;
}

section {
  margin: 10px 15%;
}

.section {
  margin-left: 10px;
}

.missing {
  margin: 15px;
}

.settings {
  padding: 5px 10px;
  /*
  background: #DCF8F5;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  */
}

.settings:after {
  content: "";
  display: block;
  clear: both;
}

.settings-buttons {
  width: 100%;
  padding: 5px;
}

.settings-block {
  margin: 0px 10px 10px 0px;
  min-width: 350px;
  min-height: 70px;
  float: left;
  display: table;
  text-align: left;
}

.settings-block p,
.settings-block-inner {
  /* this doesn't work in oldie */
  position: relative;
  margin: 0px;
  padding: 0px;
  display: table-cell;
  vertical-align: middle;
}

.short-wide {
  min-height: 15px;
  min-width: 500px;
}

.setting-section-label,
.login-heading {
  color: #0085c0;
  font-size: 14px;
  font-weight: bold;
}

.setting-label {
  display: inline-block;
  min-width: 200px;
  height: 20px;
  margin-right: 5px;
  margin-top: 3px;
  text-align: right;
  color: #555;
  font-size: 13px;
  vertical-align: top;
  padding-top: 4px;
}

.setting-label-top {
  vertical-align: top;
}

.label-sized {
  display: inline-block;
  padding-left: 5px;
  font-size: 13px;
}

.setting-label-short {
  display: inline-block;
  width: 50px;
  height: 20px;
  margin-right: 5px;
  text-align: right;
  color: #555;
  font-size: 13px;
}

.setting-label-long {
  display: inline-block;
  width: 250px;
  height: 20px;
  margin-right: 5px;
  text-align: right;
  color: #555;
  font-size: 13px;
}

.setting-data {
  display: inline-block;
  min-width: 40px;
  padding-left: 4px;
  line-height: 20px;
  font-size: 14px;
  padding-top: 6px;
}

.setting-contain {
  display: inline-block;
  padding-left: 4px;
  line-height: 20px;
  font-size: 14px;
}

.small-form-block {
  padding: 0 15px;
  font-size: 13px;
}

.user-tags {
  max-width: 800px;
  overflow: auto;
}

.user-tag-block {
  padding: 0 10px 10px 10px;
}

.user-preferences {
  line-height: 25px;
}

textarea {
  vertical-align: top;
  overflow: auto;
  resize: none;
}

​ .info-box {
  text-align: left;
}

input[type=range] {
  margin: 5px;
}

input.input-long {
  width: 300px;
}

input.input-short {
  width: 90px;
}

.range-display {
  display: inline-block;
  min-width: 20px;
  text-align: right;
}

.minutes-label,
.seconds-label {
  display: inline-block;
  width: 50px;
}

.extra-info {
  float: left;
  width: 100px;
}

/* currently unused
.setting-switch {
	line-height: 28px;
	font-size: 14px;
}
*/
.setting-block {
  padding: 5px;
  border: 1px solid #D3D3D3;
}

.setting-big {
  display: inline-block;
  color: #0085c0;
  font-size: 20px;
  min-width: 150px;
  margin-right: 5px;
  text-align: right;
}

.setting-medium {
  display: inline-block;
  color: black;
  font-size: 13px;
  min-width: 150px;
  margin-right: 5px;
  text-align: right;
}

/* expanded row item */
.exp-container {
  overflow: hidden;
}

.exp-buttons {
  height: 100%;
  float: left;
  padding: 0 0 10px 15px;
}

.exp-block {
  margin: 5px 20px 20px 5px;
  float: left;
}

.exp-label {
  float: left;
  height: 20px;
  margin-right: 5px;
  margin-left: 15px;
  color: #555;
  font-size: 13px;
}

.exp-blob {
  float: left;
  margin-left: 15px;
}

/* edit form */
.edit td,
.edit th {
  padding: 3px 5px;
}

.edit th {
  color: #0085c0;
}

.int {
  width: 40px;
}

.long {
  width: 300px;
}

input[type=text],
input[type=password],
textarea {
  margin: 3px 2px;
  padding: 4px;
  border: 1px solid #D3D3D3;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(100, 100, 100, 0.4);
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.setting-data input[type=text] {
  margin: 0 !important;
}

.setting-data input[type=checkbox] {
  margin-top: 5px;
}

.setting-data textarea {
  margin: 0 !important;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 10px #4FD1F8;
  border: 1px solid #4FD1F8;
}

input.error:focus {
  color: black;
  outline: none;
  box-shadow: 0 0 10px red;
  border: 1px solid red;
}

select {
  margin: 1px;
  padding: 2px;
}

input::-webkit-input-placeholder { /* WebKit browsers */
  color: #AAAAAA;
  opacity: 1;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #AAAAAA;
  opacity: 1;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #AAAAAA;
  opacity: 1;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #AAAAAA;
  opacity: 1;
}

.optional-field:focus::-webkit-input-placeholder {
  transition: text-indent 0.5s 0.5s ease;
  text-indent: -100%;
  opacity: 1;
}

.optional-field:focus:-moz-placeholder {
  transition: text-indent 0.5s 0.5s ease;
  text-indent: -100%;
  opacity: 1;
}

.optional-field:focus::-moz-placeholder {
  transition: text-indent 0.5s 0.5s ease;
  text-indent: -100%;
  opacity: 1;
}

.optional-field:focus:-ms-input-placeholder {
  transition: text-indent 0.5s 0.5s ease;
  text-indent: -100%;
  opacity: 1;
}

/* end edit form */
.scroller {
  cursor: pointer;
}

.altrows {
  background: #FBFAF5;
}

.events-temp {
  font-weight: bold;
  text-align: center;
  line-height: 300px;
}

.empty-content-area {
  height: 200px;
}

.error {
  padding-left: 4px;
  color: red;
}

.valid {
  padding-left: 4px;
  color: green;
}

.help-inline {
  width: 100%;
  text-align: center;
}

.none {
  height: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}

.empty-page {
  height: 240px;
}

.inactive {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  background: #999999;
}

/*
.unconfig > tbody > tr {
	line-height: 20px;
}
*/
.unconfig td {
  padding: 5px;
  vertical-align: middle;
}

.unconfig {
  margin-top: 15px;
}

#ip-check {
  width: 100px;
  height: 40px;
}

#ip-check-file {
  width: 250px;
  height: 40px;
}

#ip-check-list {
  width: 125px;
  height: 40px;
}

.spinner-container {
  width: 125px;
  height: 40px;
}

.spinner-container-small {
  width: 90px;
  height: 40px;
  text-align: center;
}

#totals-spin {
  float: right;
  display: inline-block;
  width: 90px;
  height: 40px;
  text-align: center;
  margin-top: -37px;
  margin-right: 3px;
}

.generate-spin {
  width: 160px;
  height: 40px;
}

.spin-small {
  width: 40px;
  height: 40px;
}

.dates-box {
  padding: 5px;
}

.log-filter-box {
  width: 100%;
}

.archive-filter-box {
  margin-left: 150px;
  width: 80px;
}

#sidebar-filter {
  margin-top: 5px;
}

#sidebar-filter-label {
  top: 12px;
}

#sidebar-filter-status {
  position: absolute;
  left: 160px;
}

.sidebar-filter-small {
  color: black;
  font-size: 10px;
  line-height: 6px;
}

.spin-medium {
  width: 65px;
}

.status {
  display: inline-block;
  height: 40px;
  width: 40px;
}

#gateway-region {
  max-width: 1200px;
}

#gateway-ip-status {
  margin-top: -10px;
}

p {
  padding: 10px 10px 5px 10px;
}

dl a {
  display: inline-block;
  margin-right: 7px;
  color: #383c43;
  font-size: 14px;
  font-weight: 400;
}

dd {
  line-height: 18px;
  padding-left: 9px;
  padding-bottom: 0px;
  -webkit-margin-start: 0px;
}

.accordion > dd {
  padding-left: 0;
}

dt {
  padding: 2px;
  margin-right: 0;
  color: #383c43;
  font-size: 14px;
  font-weight: 400;
}

#dialog-region {
  background-color: white;
}

#overview-region {
  position: relative;
  overflow: auto;
}

#overview-region .asset-filter {
  margin: 5px;
}

#primary-region > div:first-child {
  height: 100%;
}

#section-region > div:first-child {
  height: 100%;
}

#items-region {
  min-height: 500px;
}

#items-region > div:first-child {
  min-height: 500px;
  height: 100%;
}

#checklists-list-region {
  min-height: 500px;
  height: 100%;
}

#sensors-list-region {
  min-height: 500px;
}

#sensors-form-region {
  font-size: 11px;
}

#assessments-list-region {
  width: 100%;
  min-height: 500px;
}

#refresh-container {
  display: none;
}

.refresh-data {
  padding: 9px;
}

/*
#sidebar-controls {
	padding-bottom: 10px;
	border-bottom: 1px solid lightgrey;
}
*/
.sidebar-filter {
  margin: 7px 5px 0px 7px !important;
}

.sidebar-unit-path {
  font-size: 11px;
  font-style: oblique;
  border-top: 1px solid lightgrey;
}

.leaf {
  padding: 5px 10px;
  font-weight: bold;
  color: #0085c0;
  border-bottom: 1px solid lightgrey;
  cursor: pointer;
}

.leaf:last-child {
  border-bottom: none;
}

.leaf:hover {
  text-decoration: underline;
}

.filtered-node {
  padding: 5px 10px;
  font-weight: bold;
  color: #0085c0;
  border-bottom: 1px solid lightgrey;
  cursor: pointer;
}

.filtered-node:last-child {
  border-bottom: none;
}

.filtered-node:hover {
  text-decoration: underline;
}

.sidebar-tree-root {
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
}

.selected {
  color: white;
  background-color: #0085c0;
}

.selected a {
  color: white;
  font-weight: bold;
}

.selected .check-status-icon {
  -webkit-filter: drop-shadow(-1px -1px 1px #ddd) drop-shadow(1px 1px 1px #222);
  filter: drop-shadow(-1px -1px 1px #ddd) drop-shadow(1px 1px 1px #222);
}

.manual-readings-display th {
  cursor: default;
}

.selected-row td {
  background-color: #DEFAFF;
}

.selected-row:hover td {
  background-color: #B8D2D6 !important;
}

tbody.selected td {
  color: white;
  background-color: #0085c0 !important;
}

tbody.selected:hover td {
  color: white !important;
  text-shadow: 1px 1px 0 black !important;
  background-color: #0085c0 !important;
}

.checklist-inactive {
  color: #8C979A !important;
  background: #DADEDF !important;
  background-color: #DADEDF !important;
}

.checklist-inactive:hover td {
  color: #888888 !important;
  background-color: #DDDDDD !important;
}

.checklist-status-display {
  color: black !important;
  font-weight: bold !important;
}

.checkall {
  width: 32px;
}

td.unselected, th.unselected {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("./../images/check-mark-3-24-grey.png") no-repeat;
  background-position: 5px 50%;
}

td.selected, th.selected {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("./../images/check-mark-3-24-blue.png") no-repeat;
  background-position: 5px 50%;
}

td.js-close {
  vertical-align: top;
}

#alerts-container {
  display: inline-block;
}

.more-alert-controls {
  margin-top: 10px;
  overflow: auto;
}

.alert-action {
  margin-right: 15px;
}

.js-show-page:hover {
  text-shadow: 0 0 5px #888888;
}

.current-page {
  color: #0085c0;
  font-weight: 900;
}

/*
.select-count {
	display: inline-block;
	width: 45px;
	border: 1px solid blue;
}

.select-label {
	display: inline-block;
	width: 150px;
	border: 1px solid red;
}
*/
.permissions td {
  align: right;
  vertical-align: top;
}

.arrow-menu {
  display: inline-block;
  margin-bottom: 3px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid white;
}

.arrow-widget {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 2px 0 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid silver;
  cursor: pointer;
  transition: all 0.3s ease;
}

.arrow-widget-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid silver;
  cursor: pointer;
  transition: all 0.3s ease;
}

.arrow-widget-up-big {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid silver;
  cursor: pointer;
  transition: all 0.3s ease;
}

.arrow-widget-down-big {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid silver;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ui-icon-pencil {
  cursor: pointer;
}

.ui-icon-pencil-big {
  max-height: 30px;
  max-width: 30px;
}

.logs-link {
  color: #0085c0;
  text-decoration: underline;
}

.header-link {
  transition: all 0.2s ease;
}

.header-link:hover {
  cursor: pointer;
  color: #55bde9;
  font-weight: 600;
}

.header-menu {
  margin: 0 0 0 0;
  position: relative;
  top: 20px;
  border-radius: 2px;
  z-index: 99;
  transition: all 0.2s ease;
  color: white;
  font-weight: 400;
  line-height: 37px;
}

.header-menu:hover {
  cursor: pointer;
  color: #55bde9;
}

.header-menu:hover .arrow-menu {
  border-top-color: #55bde9;
}

.header-menu-active {
  cursor: pointer;
  color: white !important;
  border-color: #D3D3D3;
  box-shadow: 0 0 10px #4FD1F8;
}

.header-menu-active .arrow-menu {
  border-top-color: white !important;
}

.header-menu ul {
  display: none;
  position: absolute;
  top: 37px;
  right: -1px;
  transition: all 0.3s ease;
  border: 1px solid #D3D3D3;
  box-shadow: 0 0 10px #4FD1F8;
}

/*
.header-menu-hover,.header-menu:hover > ul {
	display: block !important;
}
*/
.header-menu ul li {
  width: 150px;
  padding: 0px;
  text-align: center;
  background-color: #FBFAF5;
  display: block;
  color: #636B75;
  border-bottom: 1px solid #D3D3D3;
}

.header-menu ul li:last-child {
  border-bottom: none;
}

.header-menu ul li:hover {
  background: #0085c0;
  color: white;
  text-shadow: none;
  cursor: pointer;
}

/*
.header-menu ul:hover ul {
	display: block;
}
*/
#chart1_div, #chart2_div {
  width: 100%;
  height: 300px;
}

#sound-chart {
  margin-left: 110px;
  width: 100%;
  height: 100%;
}

#data-scale {
  display: none;
  width: 110px;
  height: 250px;
  float: left;
  clear: left;
  position: relative;
  margin-top: 15px;
}

.vertical-axis {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #0085c0;
  margin-left: 55px;
}

.scale-bar {
  position: absolute;
  margin-left: 41px;
  height: 2px;
  width: 30px;
  background-color: #0085c0;
}

.bar-label {
  position: absolute;
  margin-left: 5px;
  color: #0085c0;
  font-size: 14px;
}

.bar-value {
  position: absolute;
  margin-left: 75px;
  color: #0085c0;
  font-size: 14px;
}

.max-bar {
  top: 0;
}

.min-bar {
  bottom: 0;
}

#chart1_div h3 {
  float: left;
  width: 100%;
  text-align: center;
}

#sound-chart h3 {
  width: 50%;
}

#product-name {
  margin: 10px 10px 10px 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.6em;
  cursor: pointer;
}

.hidden {
  display: none;
}

.secure-gateway-details {
  display: none;
  margin-top: 30px;
}

/* --- compact middle layout used for login form and password reset layouts --- */
.compact-middle {
  width: 450px;
  margin: 15px auto;
}

.compact-middle form {
  width: 425px;
  margin: 15px 0 0 6px;
}

.compact-middle label {
  width: 175px;
  float: left;
  clear: both;
  text-align: right;
  margin-right: 15px;
}

.compact-middle input {
  width: 180px;
  margin-right: 15px;
}

.login-page {
  position: relative;
  color: white;
  overflow: hidden;
}

.login-back-back {
  width: 100%;
  height: 100%;
  background: #114FA7;
  background: -webkit-linear-gradient(left, #1d2593 0%, #0085c0 30%, #2993e5 58%, #172293 100%);
  background: linear-gradient(to right, #1d2593 0%, #0085c0 30%, #2993e5 58%, #172293 100%);
}

.login-back {
  float: left;
  width: 100%;
  height: 50%;
  background: #114FA7;
  background: -webkit-linear-gradient(left, #1d2593 0%, #0085c0 30%, #2993e5 58%, #172293 100%);
  background: linear-gradient(to right, #1d2593 0%, #0085c0 30%, #2993e5 58%, #172293 100%);
}

.login {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  width: 335px;
  padding: 15px 0;
  background-color: #0D3B7D;
  background: rgba(0, 0, 0, 0.25);
}

.login .login-message {
  padding-top: 0;
  width: 335px;
  text-align: center;
}

.login label {
  width: 100px;
  margin-top: 2px;
}

.login input {
  margin-right: 0;
  box-shadow: none;
}

.login input:focus {
  outline: none;
  box-shadow: 0 0 10px #4FD1F8;
  border: 1px solid #4FD1F8;
}

.login button {
  margin-left: 145px;
  margin-top: 10px;
}

.login a {
  float: left;
  display: block;
  margin-left: 25px;
  margin-top: 10px;
  clear: both;
  color: white;
  font-size: 10px;
  text-decoration: none;
}

.login a:hover {
  text-decoration: underline;
}

form.one-line {
  width: 450px;
  margin: 10px auto;
}

form.one-line label,
form.one-line input {
  margin-top: 8px;
  margin-right: 10px;
}

form.one-line label {
  width: 120px;
}

form.one-line .spinner-container {
  width: 65px;
}

/* --- end of compact middle stuff --- */
/* --- switches --- */
.switch {
  display: inline-block;
  top: 5px;
  position: relative;
  margin: 1px;
  height: 20px;
  width: 60px;
  /*background: rgba(0, 0, 0, 0.25);*/
  background: #D3D3D3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 28px;
  line-height: 20px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.switch-label:active {
  font-weight: bold;
}

.switch-label-off {
  padding-left: 2px;
}

.switch-label-on {
  padding-right: 2px;
}

/*
 * Note: using adjacent or general sibling selectors combined with
 *			 pseudo classes doesn't work in Safari 5.0 and Chrome 12.
 *			 See this article for more info and a potential fix:
 *			 http://css-tricks.com/webkit-sibling-bug/
 */
.switch-input {
  display: none;
}

.switch-input:checked + .switch-label {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 30px;
  background: red;
  /* Note: left: 50% doesn't transition in WebKit */
}

.switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: 28px;
  height: 16px;
  background: #65bd63;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
  background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
  background-image: -o-linear-gradient(top, #9dd993, #65bd63);
  background-image: linear-gradient(to bottom, #9dd993, #65bd63);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch-blue .switch-selection {
  background: #3aa2d0;
  background-image: -webkit-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: -moz-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: -o-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: linear-gradient(to bottom, #4fc9ee, #3aa2d0);
}

.switch-blue .switch-input:checked + .switch-label-on ~ .switch-selection {
  background: #3aa2d0;
  background-image: -webkit-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: -moz-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: -o-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: linear-gradient(to bottom, #4fc9ee, #3aa2d0);
}

.switch-yellow .switch-selection {
  background: #c4bb61;
  background-image: -webkit-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -moz-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -o-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: linear-gradient(to bottom, #e0dd94, #c4bb61);
}

/* --- END switches --- */
/* --- LEDs --- */
.led-red, .led-yellow, .led-green, .led-blue {
  display: inline-block;
  margin: 0px 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.led-red {
  background-color: #e01600;
}

.led-yellow {
  background-color: #ffe800;
}

.led-green {
  background-color: #50d05e;
}

.led-blue {
  background-color: #3787ff;
}

/* --- END LEDs --- */
/* ----- begin asset tree dropdown menu ----- */
.menu {
  position: relative;
}

.menu > ul.list {
  display: none;
  position: absolute;
  top: -50px;
  z-index: 999;
  width: 150px;
  margin: 0;
  padding: 5px;
  list-style: none;
  background: #fff;
  color: #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
}

.menu > ul.list li {
  padding: 3px;
  border-bottom: solid 1px #ccc;
}

.menu > ul.list li:hover {
  cursor: pointer;
  background: #0085c0;
  color: #fff;
}

.menu > ul.list li:last-child {
  border: none;
}

/* ----- end asset tree dropdown menu ----- */
/*
.label-in-left {
	position: relative;
	left: -150;
}
*/
.label-in {
  position: relative;
  right: 158px;
}

.panel .label-in {
  position: relative;
  right: 185px;
}

/*
#alerts-container .label-in {
	right: 410px;
}
*/
div.label-in-up {
  top: -35px;
}

div.label-in-not-floated {
  right: 0px;
}

.label-in label {
  width: 150px;
  position: absolute;
  top: 11px;
  left: 12px;
  z-index: 1;
  font-size: 13px;
  cursor: text;
  pointer-events: none;
  color: #999;
}

.label-in input {
  position: absolute;
  top: 5px;
  left: 5px;
}

#sidebar-controls .label-in input {
  top: 5px;
}

/*
.label-in label {
	display: inline-block;
	position: relative;
	width: 150px;
	left: 160px;
	z-index: 1;
	font-size: 14px;
	cursor: text;
	pointer-events: none;
	color: #999;
}
*/
.sound-chart {
  margin-left: 110px;
  padding: 5px;
  width: 80%;
  height: 300px;
  background: white;
  overflow: hidden;
}

.sound-chart .column {
  float: left;
  cursor: pointer;
}

.sound-chart .column div {
  margin: 1px;
  background-color: #EEEEEE;
}

.sound-chart .label-cell {
  text-align: right;
  padding-right: 2px;
}

.sound-chart .dates-row {
  width: 100%;
  overflow: hidden;
}

.sound-chart .date-cell {
  float: left;
  margin: 1px;
  text-align: center;
}

.sound-chart .info-row {
  width: 100%;
  height: 25px;
  margin: 0;
  padding: 0;
  border: 1px solid grey;
}

.sound-info {
  display: inline-block;
  margin-left: 32px;
  padding-left: 5px;
  padding-right: 5px;
}

.sync-status-widget {
  width: 20px;
  height: 20px;
  background: url("./../images/sync20.png") no-repeat center;
}

/*
#monitors-region {
	padding: 10px 5% 0 5%;
}
*/
.monitors-list .settings {
  position: relative;
}

.sync-status-box {
  position: absolute;
  top: 0px;
  right: 0px;
}

/*
#ipFile {
	//width: 220px;
	// IE 11 too wide still, set width with size attribute on element in template
}
*/
.checklists-list {
  min-width: 300px;
}

.checks-list {
  width: 100%;
}

.question-text-column {
  max-width: 500px;
  word-wrap: break-word;
  white-space: pre-wrap;
}

/*
.checklist-header {
	//width: 100%;
	//overflow: auto;
	position: fixed;
	z-index: 22;
}
*/
.checklist-header-item {
  margin: 5px;
}

.sensor-header-item {
  margin: 5px;
}

.date {
  min-width: 135px;
}

.question-text,
.info-text {
  padding: 7px;
  white-space: pre-wrap;
}

.question-text {
  font-weight: 900;
}

.info-text {
  font-style: italic;
}

.answers {
  min-width: 150px;
  padding: 5px;
}

.answers input {
  display: inline-block;
  vertical-align: top;
  margin: 3px 0px 0px 0px;
}

.answers textarea {
  width: 300px;
  height: 100px;
}

.answers label {
  display: inline-block;
  width: 90%;
  padding: 0px 0px 0px 7px;
}

.answer-line {
  padding: 3px 0px 0px 0px;
}

.answers button {
  margin: 3px 0px 0px 0px;
}

.expanded .answers {
  float: left;
  width: 100%;
}

.annotateAnswers {
  min-width: 150px;
  padding: 5px;
}

.annotateAnswers input {
  display: inline-block;
  vertical-align: top;
  margin: 3px 0px 0px 0px;
}

.annotateAnswers textarea {
  width: 300px;
  height: 100px;
}

.annotateAnswers label {
  display: inline-block;
  width: 90%;
  padding: 0px 0px 0px 7px;
}

.annotateAnswers button {
  margin: 3px 0px 0px 0px;
}

#annotations-box {
  pointer-events: none;
}

.annotateAnswers input,
.annotateAnswers textarea,
#annotations-box button {
  pointer-events: auto;
}

.answer-type-details {
  margin: 5px;
  padding: 5px;
  border: 1px solid #D8D8CA;
}

.answer-buttons {
  display: inline-block;
  visibility: hidden;
}

.answer-type-category {
  overflow: auto;
}

.js-show-more-answers {
  display: none;
}

.subscription-show-header {
  margin-left: 40px;
}

#subscription-filter {
  width: 200px;
  left: -20px;
}

label[for=subscription-filter] {
  width: 195px;
  left: -14px;
}

.check-answers td,
.subscription-conditions td {
  padding: 3px;
}

comment {
  display: inline-block;
  white-space: pre-wrap;
}

.subscription-condition-time,
.subscription-condition-times {
  width: 275px;
  font-size: 11px;
}

.subscription-condition-hour-minute {
  width: 120px;
}

.subscription-show {
  font-size: 16px !important;
}

.subscription-show table {
  margin-left: 50px;
}

.monthly-checklist-fields {
  margin-left: 75px;
  font-size: 13px;
}

table.checks-list {
  margin-top: 0;
  margin-right: 10px;
  padding-right: 10px;
  border-top: 1px solid #FBFAF5;
}

.checklist-checks-list {
  width: 100%;
}

.all-checks-list {
  width: 100%;
}

#checks-list-region {
  margin-top: 30px;
}

#checks-list-region,
#all-checks-list-region {
  overflow: auto;
}

.display-checkedby {
  position: relative;
  top: -5px;
  display: inline-block;
  margin-left: 3px;
}

.display-answer-unselected {
  position: relative;
  top: -3px;
  display: inline-block;
  color: #666666;
  font-size: 12px;
}

.display-checkbox-unselected {
  display: inline-block;
  height: 15px;
  width: 30px;
  background: url("./../images/checkbox-unselected.png") no-repeat center;
  background-size: 15px;
  margin-top: 3px;
}

.display-answer-selected {
  position: relative;
  top: -3px;
  display: inline-block;
  color: black;
  font-size: 14px;
  font-weight: bold;
}

.display-checkbox-selected {
  display: inline-block;
  height: 15px;
  width: 30px;
  background: url("./../images/checkbox-selected.png") no-repeat center;
  background-size: 15px;
  margin-top: 3px;
}

#device-days-region {
  clear: both;
  overflow: auto;
}

#device-days-region td {
  text-align: center;
}

.head-small {
  font-size: 11px;
}

.check-expanded {
  position: relative;
}

.checkbox {
  float: left;
  padding: 10px;
}

.check-code {
  float: left;
  padding: 10px;
}

.check-description {
  float: left;
  max-width: 55%;
  padding: 10px;
}

.check-question {
  float: left;
  clear: left;
  width: 52%;
}

.check-comment {
  float: left;
  clear: left;
  width: 52%;
  padding: 10px;
}

.check-action {
  float: left;
  clear: left;
  width: 52%;
  padding: 10px;
}

.check-comment textarea {
  width: 100%;
  height: 100px;
}

.check-scores {
  margin-right: 10px;
  padding: 10px;
  float: right;
  width: 40%;
}

.score-label {
  display: inline-block;
  vertical-align: top;
  width: 120px;
}

.score-blob {
  display: inline-block;
  width: 55%;
  padding: 0px 0px 0px 7px;
}

.check-history {
  font-size: 12px;
  background-color: white;
  margin: 10px;
  padding: 10px;
  float: right;
  clear: right;
  width: 40%;
  height: 250px;
  overflow: auto;
  border: 1px solid black;
}

.check-history > div {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid silver;
}

.check-history::-webkit-scrollbar {
  -webkit-appearance: none;
}

.check-history::-webkit-scrollbar:vertical {
  width: 11px;
}

.check-history::-webkit-scrollbar:horizontal {
  height: 11px;
}

.check-history::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

.check-status-icon {
  display: inline-block;
  height: 32px;
  width: 32px;
}

.check-header-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
}

.check-header-unchecked,
.check-status-unchecked {
  background-color: #3787ff;
  -webkit-mask: url("./../images/icon-circle-divide.svg") no-repeat 50% 50%/contain;
  mask: url("./../images/icon-circle-divide.svg") no-repeat 50% 50%/contain;
}

.check-header-missed,
.check-status-missed {
  background-color: #e01600;
  -webkit-mask: url("./../images/icon-circle-x.svg") no-repeat 50% 50%/contain;
  mask: url("./../images/icon-circle-x.svg") no-repeat 50% 50%/contain;
}

.check-header-attention,
.check-status-attention {
  background-color: #e01600;
  -webkit-mask: url("./../images/icon-circle-alert.svg") no-repeat 50% 50%/contain;
  mask: url("./../images/icon-circle-alert.svg") no-repeat 50% 50%/contain;
}

.check-header-partial,
.check-status-partial {
  background-color: #ffbb00;
  -webkit-mask: url("./../images/icon-circle-dot-dashed.svg") no-repeat 50% 50%/contain;
  mask: url("./../images/icon-circle-dot-dashed.svg") no-repeat 50% 50%/contain;
}

.check-header-fixed,
.check-status-fixed {
  background: #50d05e;
  -webkit-mask: url("./../images/icon-circle-star.svg") no-repeat 50% 50%/contain;
  mask: url("./../images/icon-circle-star.svg") no-repeat 50% 50%/contain;
}

.check-header-checked,
.check-status-checked {
  background: #50d05e;
  -webkit-mask: url("./../images/icon-circle-check-big.svg") no-repeat 50% 50%/contain;
  mask: url("./../images/icon-circle-check-big.svg") no-repeat 50% 50%/contain;
}

#report-container {
  background: #FFFFFF;
}

.report-selection-block {
  padding: 5px 8px;
}

.status-legend {
  border: 2px solid black;
  font-weight: bold;
}

.status-legend td {
  text-align: center;
  padding: 10px;
  background-color: white;
}

/*
#report-container table {
	border-collapse: collapse;
}
#report-container th,
#report-container td {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
*/
ol.calendar {
  display: block;
  clear: both;
  width: 640px;
  margin: 0 auto;
  padding: 12px 0 0 20px;
  overflow: auto;
}

ol.calendar li {
  list-style: none;
}

/*
.calendar-labels {
	height: 30px;
	//display: block;
	//width: 588px;
	//margin: 0 auto;
	//padding-left: 20px;
}
*/
.status-report-title {
  overflow: auto;
}

.month-header {
  display: inline-block;
  float: right;
  padding-right: 30px;
}

ol.calendar li li {
  width: 80px;
  height: 80px;
  float: left;
  margin: 3px;
  padding: 3px;
  overflow: auto;
  background-color: white;
  border: 1px solid #D3D3D3;
}

li#lastmonth li,
li#nextmonth li {
  background-color: #D3D3D3;
}

li#nextmonth li {
  margin-bottom: 25px;
}

#thismonth ul {
  margin-bottom: 25px;
}

ol.calendar li ol.calendar-labels li {
  width: 78px;
  height: 18px;
  float: left;
  margin: 4px;
  padding: 3px;
  overflow: hidden;
  font-size: 12px;
  border: none;
}

.calendar-number {
  float: left;
  width: 69px;
  height: 20px;
}

.status-holder {
  float: left;
  width: 32px;
  height: 32px;
  margin-top: 10px;
  margin-left: 3px;
}

.temp-log-header {
  width: 990px;
  margin: 3px 5px;
}

.temp-log-header td {
  padding: 3px;
}

.temp-log-header h2,
.temp-log-header h3 {
  padding: 3px;
  margin: 0;
  color: #000066;
}

.temp-log-label {
  display: inline-block;
  width: 100px;
  text-align: right;
  padding-right: 4px;
}

.temp-log-entry {
  display: inline-block;
  padding-left: 3px;
  padding-right: 10px;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  color: #000066;
  border-bottom: 1px solid #000066;
}

.empty-blank {
  width: 175px;
}

.temp-log-table {
  margin: 5px 5px;
  border: 1px solid #000066;
}

.temp-log-table th {
  border: 1px solid #000066;
}

.temp-log-table td {
  width: 30px;
  height: 20px;
  padding: 2px;
  overflow: hidden;
  border: 1px solid #000066;
  text-align: center;
}

.temp-log-table tbody > tr:first-child > td {
  padding-top: 2px;
}

.temp-log-table td:first-child {
  text-align: left;
}

.temp-out-of-tolerance {
  background-color: #FFA500;
}

td.temp-left-cell {
  border-right: none;
}

td.temp-right-cell {
  border-left: 1px dashed #000066;
}

.temp-dot {
  background-color: #000066;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.temp-log-disclaimer {
  width: 990px;
  margin: 0 5px 60px 5px;
  text-align: center;
}

.temp-log-h3 {
  margin-top: 20px;
  color: #000066;
}

.temp-log-extra {
  margin: 0 0 0 10px;
}

.temp-log-extra td {
  padding: 2px;
  border: 1px solid #000066;
}

.temp-log-instructions {
  overflow: auto;
  margin: 10px 5px 60px 5px;
  width: 990px;
  height: 820px;
  padding: 30px;
  border: 1px solid #D3D3D3;
  background-color: #eeeeee;
}

.temp-log-extra-block {
  float: left;
  margin-left: 50px;
  margin-bottom: 15px;
}

.report-options {
  padding: 5px;
}

.sensors-report-options {
  padding: 15px;
}

.sensorsReports-list {
  width: 100%;
}

/*
.sensorsReports-list [data-sort="org.path"] {
    width: 50%;
}
*/
.log-type-select,
.archive-type-select {
  width: 300px;
  padding: 2px 10px 2px 10px;
  margin: 5px 15px 5px 5px;
  border: 1px solid #D3D3D3;
}

.checklist-status-select {
  padding: 2px 10px 2px 10px;
  margin: 5px 15px 5px 5px;
  border: 1px solid #D3D3D3;
}

.inline-selector-label {
  display: inline-block;
  position: relative;
  top: -13px;
}

.export-container {
  width: 1200px;
}

.check-compliance-list {
  min-width: 80%;
}

/* margin adjustments now in totals-spin
.js-totals {
	margin-top: -37px;
	margin-right: 3px;
}
*/
.compliance-totals-row {
  border-top: 2px solid black;
  font-weight: bold;
  color: black;
}

#compliance-unit,
#missed-unit,
#annotations-unit,
#logs-unit {
  width: 100%;
  margin: 10px;
  clear: both;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: black;
}

.compliance-report-inactive {
  background-color: #DDDDDD;
}

.show-inactive-assets-box {
  margin-left: 10px;
}

.share-date-box {
  margin-left: 10px;
}

.weekday-parts {
  margin-left: 15px;
}

.annotate-checks tr {
  border-bottom: 1px solid #D3D3D3;
}

.checks-list td,
.annotate-checks td {
  vertical-align: top;
}

.checks-list,
.annotate-checks {
  font-size: 14px;
}

#user-history-region,
.user-history-list {
  width: 100%;
}

/*
// eoscene corporate colors
$primaryColor: #7C9DC0;		// eoscene "corporate blue"
$primaryLight: #B4C1CA;		// eoscene "corporate light blue"
$primaryBright: #4FD1F8;	// eoscene "corporate cyan"
$secondaryColor: #CD795F; 	// eoscene "corporate red"
$neutralDark: #556867;		// eoscene "corporate gray"
$neutralLight: #D8D8CA;		// eoscene "corporate tan"
*/
.corporate-blue {
  background-color: #7C9DC0;
}

.corporate-light-blue {
  background-color: #B4C1CA;
}

.corporate-cyan {
  background-color: #4FD1F8;
}

.corporate-red {
  background-color: #CD795F;
}

.corporate-gray {
  background-color: #556867;
}

.corporate-tan {
  background-color: #D8D8CA;
}

.test-swatch {
  margin: 5px;
  height: 50px;
  width: 150px;
  float: left;
  clear: left;
}

.test-swatch-followup {
  text-shadow: 1px 1px 1px darkgrey;
}

.test-followup-reopen-unassigned {
  background-image: url("./../images/7dia2.png");
  background-repeat: repeat;
  color: #FF3366;
  border: 1px solid #FF3366;
}

.test-followup-reopen-assigned {
  background-image: url("./../images/7square2.png");
  background-repeat: repeat;
  color: #DF5081;
  border: 1px solid #DF5081;
}

.test-followup-unassigned {
  background-image: url("./../images/7dia.png");
  background-repeat: repeat;
  color: #BF6C9B;
  border: 1px solid #BF6C9B;
}

.test-followup-assigned {
  background-image: url("./../images/7square.png");
  background-repeat: repeat;
  color: #9F89B6;
  border: 1px solid #9F89B6;
}

.test-followup-fip {
  background-image: url("./../images/7fip.png");
  background-repeat: repeat;
  color: #6FB4CB;
  border: 1px solid #6FB4CB;
}

.test-followup-closed {
  background-image: url("./../images/7plus.png");
  background-repeat: repeat;
  color: #4FD1F8;
  border: 1px solid #4FD1F8;
}

/* this was version 1
.test-followup-reopen-unassigned {
	background-color: #FF3366;
	background-image: url("./../images/7dia2.png");
  	background-repeat: repeat;
}
.test-followup-reopen-assigned {
	background-color: #DF5081;
	background-image: url("./../images/7square2.png");
  	background-repeat: repeat;
}
.test-followup-unassigned {
	background-color: #BF6C9B;
	background-image: url("./../images/7dia.png");
  	background-repeat: repeat;
}
.test-followup-assigned {
	background-color: #9F89B6;
	background-image: url("./../images/7square.png");
  	background-repeat: repeat;
}
.test-followup-fip {
	background-color: #6FB4CB;
	background-image: url("./../images/7fip.png");
  	background-repeat: repeat;
}
.test-followup-closed {
	background-color: #4FD1F8;
	background-image: url("./../images/7plus.png");
  	background-repeat: repeat;
}
*/
.test-gradient-block {
  width: 100px;
  height: 100px;
  padding: 5px;
}

#hva-placeholder {
  width: 1100px;
}

.widget-select-box {
  display: inline-block;
  padding: 5px;
}

.widget-select {
  width: 300px;
}

.workgroup-select-box {
  padding: 10px;
}

.assessment-select-box {
  display: inline-block;
}

.question-select-box {
  display: inline-block;
  padding: 5px;
}

.tag-select-box {
  display: inline-block;
  padding: 5px;
}

.chosen-select {
  width: 200px;
}

.question-option-line input,
.question-option-line label {
  line-height: 18px;
  margin: 5px;
}

.question-preset-option-line input,
.question-preset-option-line label {
  font-size: 13px;
  margin: 5px;
}

.workgroup-select,
.assessment-select,
.question-select {
  width: 300px;
}

.form-select-box {
  display: inline-block;
  padding: 5px;
}

.form-select {
  width: 300px;
}

.progress-bar-box {
  display: inline-block;
}

.progress-bar {
  width: 200px;
  height: 15px;
  background-color: #C9C9C9;
}

.progress-bar-hover {
  position: absolute;
  padding: 10px;
  background-color: #FBFAF5;
  border: 1px solid black;
  z-index: 33;
}

.header-tip-hover {
  position: absolute;
  padding: 10px;
  background-color: #FBFAF5;
  border: 1px solid black;
  z-index: 33;
}

.color-square {
  display: inline-block;
  position: relative;
  top: 7px;
  width: 15px;
  height: 15px;
  padding: 5px;
  margin: 0px 5px 5px 0px;
}

.yes-progress {
  height: 15px;
  background-color: #75EA00;
}

.no-progress {
  height: 15px;
  background-color: #EA0000;
}

.na-progress {
  height: 15px;
  background-color: #EA7500;
}

.idk-progress {
  height: 15px;
  background-color: #EAEA00;
}

.yes-square {
  background-color: #75EA00;
}

.no-square {
  background-color: #EA0000;
}

.na-square {
  background-color: #EA7500;
}

.idk-square {
  background-color: #EAEA00;
}

/*
// jira colors
.yes-progress {
    height: 15px;
    background-color: #6AF3B3;
}
.no-progress {
	height: 15px;
	background-color: #FD795F;
}
.na-progress {
    height: 15px;
    background-color: #B2A4EE;
}
.idk-progress {
	height: 15px;
	background-color: #FEDF6D;
}

.yes-square {
	background-color: #6AF3B3;
}

.no-square {
	background-color: #FD795F;
}

.na-square {
	background-color: #B2A4EE;
}

.idk-square {
	background-color: #FEDF6D;
}
*/
/*
// fresh modern colors
.yes-progress {
    height: 15px;
    background-color: #028b73;
}
.no-progress {
	height: 15px;
	background-color: #fd6b79;
}
.na-progress {
    height: 15px;
    background-color: #ab9db8;
}
.idk-progress {
	height: 15px;
	background-color: #ffcb5f;
}

.yes-square {
	background-color: #028b73;
}

.no-square {
	background-color: #fd6b79;
}

.na-square {
	background-color: #ab9db8;
}

.idk-square {
	background-color: #ffcb5f;
}
*/
/*
//ugly colors
.yes-progress {
    height: 15px;
    background-color: $primaryColor;
}
.no-progress {
	height: 15px;
	background-color: $secondaryColor;
}
.na-progress {
    height: 15px;
    background-color: $neutralDark;
}
.idk-progress {
	height: 15px;
	background-color: #CDC25F;
}

.yes-square {
	background-color: $primaryColor;
}

.no-square {
	background-color: $secondaryColor;
}

.na-square {
	background-color: $neutralDark;
}

.idk-square {
	background-color: #CDC25F;
}
*/
.total-square {
  background-color: #C9C9C9;
}

/*
.assessment-questions-layout {
	position: relative;
}
*/
.secondary-region-header {
  position: fixed;
  /*
  position: absolute;
  left: 0;
  top: 0;
  */
}

.standard-container {
  border: 10px solid #D3D3D3;
  outline: 1px solid #0085c0;
}

/*
.standard-container:first-child {
	padding-top: 30px;
}
*/
.assessments-list {
  width: 100%;
  font-size: 12px;
}

.assessments-triangle {
  margin-left: -20px;
  margin-top: -20px;
}

.assessment-question-list {
  padding-top: 34px;
}

.fourteen {
  color: black;
  font-size: 14px;
}

.twenty-four {
  color: black;
  font-size: 24px;
}

.thirty-four {
  color: black;
  font-size: 34px;
}

.fourty-four {
  color: black;
  font-size: 44px;
}

.banana {
  color: yellow;
  background-color: black;
}

.assessments-options-bar {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid lightgrey;
  background-color: #EEEEEE;
}

.assessments-options {
  padding: 5px;
}

.assessments-layout-controls {
  padding: 10px 15px;
}

.assessments-layout-controls span {
  padding-right: 6px;
  padding-left: 4px;
}

.assessments-layout-controls label {
  padding-right: 6px;
}

.assessment-priority-display {
  padding: 0 0 0 0 !important;
}

.assessment-priority-head {
  padding: 0 0 0 0 !important;
  width: 16px;
  background: -webkit-linear-gradient(bottom, #0085c0 0%, #8082a9 25%, #b4808f 50%, #dd7d6e 75%, #ff7a3f 100%);
  background: linear-gradient(to top, #0085c0 0%, #8082a9 25%, #b4808f 50%, #dd7d6e 75%, #ff7a3f 100%);
}

/*
.assessment-header {
	z-index: 22;
}
*/
.assessment-header-info {
  padding: 5px 15px;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  vertical-align: top;
}

.assessment-header-info button {
  margin: 0 0 0 3px;
  vertical-align: top;
}

.assessment-header-info .progress-bar {
  margin-top: 0;
}

ul.assessment-selector {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 7px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

ul.assessment-selector li {
  display: inline;
  padding: 2px 5px;
  margin: 3px;
  border: 1px solid #D3D3D3;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  transition: all 0.2s ease;
}

ul.chart-range li:hover,
ul.section-selector li:hover {
  border-color: #888888;
  box-shadow: 2px 2px 5px #aaaaaa;
}

.assessment-selector .active-selector {
  color: white;
  background-color: #0085c0;
  border-color: #D3D3D3;
}

.assessment-files {
  padding: 1px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
}

.assessment-files td {
  padding: 1px;
}

.assessment-questions-page-control {
  padding: 5px;
}

.files {
  width: 500px;
}

.cap-header-info {
  padding: 5px 15px;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
}

ul.cap-selector {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 7px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

ul.cap-selector li {
  display: inline;
  padding: 2px 5px;
  margin: 3px;
  border: 1px solid #D3D3D3;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cap-selector .active-selector {
  color: white;
  background-color: #0085c0;
  border-color: #D3D3D3;
}

.cap-dash {
  float: left;
  width: 49%;
  padding: 20px;
}

#cap-dash-2 {
  margin-top: 30px;
}

.cap-form {
  padding-top: 40px;
}

.cap-form input {
  width: 250px;
}

.cap-form textarea {
  height: 100px;
  width: 300px;
}

.cap-process-form {
  padding-top: 40px;
}

.cap-actions-list {
  width: 100%;
}

.cap-heading {
  padding-left: 50px;
}

.cap-question {
  padding: 10px;
}

.cap-label {
  display: inline-block;
  width: 240px;
  height: 20px;
  margin-right: 5px;
  text-align: right;
  color: #555;
  font-size: 13px;
}

.cap-textarea {
  width: 480px;
  height: 120px;
}

.cap-field {
  margin-left: 4px;
  width: 240px;
}

.rca-header-info {
  padding: 5px 15px;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
}

ul.rca-selector {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 7px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

ul.rca-selector li {
  display: inline;
  padding: 2px 5px;
  margin: 3px;
  border: 1px solid #D3D3D3;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.rca-selector .active-selector {
  color: white;
  background-color: #0085c0;
  border-color: #D3D3D3;
}

.probing-question {
  padding: 10px;
}

.probing-question input,
.probing-question label {
  line-height: 18px;
  margin: 5px;
}

.probing-question textarea {
  width: 300px;
  height: 100px;
}

.rca-dashboard-image {
  float: left;
  width: 49%;
  padding: 20px;
}

.assessment-question-display {
  width: 100%;
  padding: 20px;
  overflow: auto;
  border-bottom: 1px solid #D3D3D3;
}

.assessment-question-changed {
  float: right;
  margin-top: -28px;
  margin-right: 15px;
  color: #0085c0;
}

.unanswered-answer {
  background-color: #ECECEC;
}

.yes-answer {
  background-color: #E5FAD0;
}

.no-answer {
  background-color: #FAD0D0;
}

.na-answer {
  background-color: #FAE5D0;
}

.idk-answer {
  background-color: #FAFAD0;
}

.assessment-question-left-side {
  float: left;
  overflow: auto;
  width: 55%;
  padding: 20px;
}

.assessment-question-right-side {
  float: left;
  width: 44%;
  padding: 25px;
}

.comment-status,
.textarea-status {
  margin-right: 25%;
  font-size: 13px;
  color: #999999;
}

.assessment-question-primary-standards {
  margin: 5px;
  font-weight: bold;
  color: black;
  text-shadow: 1px 0 #D3D3D3;
}

.assessment-question-see-also-standards {
  margin: 5px;
}

.assessment-question-related-standards {
  float: right;
  margin: 0 0 20px 20px;
}

.show-standard:hover {
  text-decoration: underline;
  cursor: pointer;
}

.show-standard-hover {
  position: absolute;
  padding: 10px;
  background-color: #FBFAF5;
  border: 2px solid black;
}

.assessment-question-title {
  float: left;
  margin: 0 25px 0 5px;
  font-weight: bold;
  color: black;
  text-shadow: 1px 0 #D3D3D3;
}

.assessment-question-text,
.assessment-question-helptext {
  white-space: pre-wrap;
  margin: 5px;
}

.standards-box {
  white-space: nowrap;
}

.standard-display {
  font-size: 16px;
}

.assessment-question-comment {
  width: 80%;
  height: 90px;
}

.assessment-question-answers textarea {
  width: 80%;
  height: 90px;
}

.assessment-answer-line {
  display: inline-block;
  margin: 15px;
}

.assessment-answer-line input,
.assessment-answer-line label {
  line-height: 18px;
  margin: 5px;
}

.assessment-answer {
  margin: 5px;
}

.assessment-question-icons {
  float: left;
  margin: 10px 0 0 50px;
}

.document-required-icon {
  float: left;
  width: 22px;
  height: 22px;
  line-height: 18px;
  margin-right: 10px;
  color: #636B75;
  padding-left: 3px;
  font-size: 16px;
  font-weight: 900;
  text-shadow: 1px 0 #636B75;
  border: 2px solid #636B75;
  border-radius: 11px;
}

.heavier-risk-icon {
  float: left;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-right: 10px;
  color: white;
  background-color: #636B75;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 900;
  text-shadow: 1px 0 white;
}

.assessment-question-history {
  width: 90%;
  height: 75px;
  overflow: auto;
  background-color: white;
  font-size: 12px;
  padding: 6px;
}

.assessment-question-history div {
  margin: 6px;
  padding: 4px;
  border-bottom: 1px solid lightgrey;
}

.assessment-question-history::-webkit-scrollbar {
  -webkit-appearance: none;
}

.assessment-question-history::-webkit-scrollbar:vertical {
  width: 11px;
}

.assessment-question-history::-webkit-scrollbar:horizontal {
  height: 11px;
}

.assessment-question-history::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

.assessment-question-followup-info {
  clear: both;
  padding: 10px;
}

.question-history-content {
  color: black;
  font-size: 14px;
  font-weight: bold;
}

.question-history-content a {
  text-decoration: underline;
}

.question-answer-display {
  color: black;
  font-size: 18px;
  font-weight: bold;
}

.question-saved-answer {
  padding-left: 20px;
}

.followups-list {
  width: 100%;
  font-size: 11px;
}

.ep-layout,
.ep-home-layout,
.ep-library-layout,
#section-region {
  width: 100%;
  height: 100%;
}

/*
.ep-home-layout,
.ep-library-layout {
	display: table;
}
*/
.library-folder-title {
  padding-left: 50px;
}

.library-folder-description {
  padding: 10px 10px 5px 50px;
}

.toc-side {
  float: left;
  width: 30%;
  height: 100%;
}

.table-of-contents {
  float: left;
  width: 40%;
  border: 2px solid #D3D3D3;
}

.toc-item {
  padding: 15px;
  border-bottom: 2px solid #D3D3D3;
  transition: background 0.1s ease-in;
  cursor: pointer;
}

.toc-item:hover {
  background: #D4FEFC;
}

/*

}
#css-table .col {
  display: table-cell;
  width: 25%;
 */
.toc-left {
  float: left;
  width: 0;
  height: 100%;
  background: #114FA7;
  background: -webkit-linear-gradient(left, white 0%, #D3D3D3 100%);
  background: linear-gradient(to right, white 0%, #D3D3D3 100%);
}

.toc-right {
  float: right;
  width: 0;
  height: 100%;
  background: #114FA7;
  background: -webkit-linear-gradient(left, #D3D3D3 0%, white 100%);
  background: linear-gradient(to right, #D3D3D3 0%, white 100%);
}

.toc-section-link {
  font-size: 17px;
  color: darkblue;
  font-weight: bold;
}

/*
.toc-section-link:hover {
	text-decoration: underline;
}
*/
.toc-section-description {
  font-size: 14px;
  padding-left: 30px;
}

.nested-sidebar,
.nested-content {
  float: left;
  padding: 10px;
}

.nested-sidebar {
  width: 20%;
  font-size: 14px;
}

.nested-content {
  width: 80%;
}

.nested-content img {
  width: 100%;
}

.nested-sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nested-sidebar ul li {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
}

.nested-sidebar ul li a {
  color: #0085c0;
  text-decoration: none;
  font-size: 14px;
}

.nested-sidebar ul li a:hover {
  text-decoration: underline;
}

.list-parameter-select {
  padding: 7px;
  margin-left: 21px;
}

.aar-view {
  overflow: scroll;
}

.aar-view img {
  width: 700px;
}

.readings-report-layout {
  height: 100%;
}

.readings-report {
  height: 100%;
}

#report-readings-region {
  max-height: 66%;
  overflow: scroll;
}

.row-control {
  margin: 5px;
}

.select-questions-from,
.select-users-from,
.select-templates-from,
.select-units-from,
.select-workgroups-from,
.select-assets-from,
.select-costCenters-from {
  float: left;
  width: 70%;
  font-size: 10px;
  padding-right: 3px;
  border-right: 1px solid #D3D3D3;
  margin-right: 3px;
}

.select-questions-to,
.select-users-to,
.select-templates-to,
.select-units-to,
.select-workgroups-to,
.select-assets-to,
.select-costCenters-to {
  float: left;
  width: 29%;
  font-size: 10px;
}

#selected-questions-region {
  width: 100%;
}

.add-item {
  font-size: 28px;
}

.remove-item {
  display: inline-block;
  font-size: 28px;
  cursor: pointer;
}

.selected-question,
.selected-user,
.selected-template,
.selected-unit,
.selected-workgroup,
.selected-costCenter {
  padding: 1px;
  border: 1px solid #D3D3D3;
  cursor: ns-resize;
  display: table;
  float: left;
  width: 100%;
}

.selected-question-item,
.selected-user-item,
.selected-template-item,
.selected-unit-item,
.selected-workgroup-item,
.selected-asset-item,
.selected-costCenter-item {
  display: table-cell;
  vertical-align: middle;
  min-width: 19px;
}

.question-description,
.user-description,
.template-description,
.workgroup-description,
.costCenter-description {
  padding-left: 5px;
}

.select-user-units-from {
  float: left;
  width: 49%;
  font-size: 10px;
  padding-right: 3px;
  border-right: 1px solid #D3D3D3;
  margin-right: 3px;
}

.select-user-units-to {
  float: left;
  width: 49%;
  font-size: 10px;
}

.select-user-units-to #selected-units-region {
  width: 100%;
}

#user-units-details {
  margin-left: 20px;
}

.deleted-user {
  color: red;
}

#asset-details {
  font-size: 9px;
}

.already-selected {
  background: DarkGray !important;
  cursor: default;
}

.other-selected {
  background: #8291B1 !important;
  cursor: default;
}

#costCenters-options #costCenter-filter {
  min-width: 150px;
}

.assessment-answer-confirm-text {
  margin: 10px;
  padding: 10px;
}

.assessment-chart-container {
  position: relative;
  float: left;
  width: 400px;
  height: 300px;
  margin: 5px;
  padding: 5px;
  border: 1px solid #0085c0;
  border-radius: 10px;
  cursor: pointer;
}

.assessment-report-center {
  position: absolute;
  top: 125px;
  left: 165px;
}

.reports-list {
  font-size: 11px;
}

.calibrated-icon {
  display: inline-block;
  position: relative;
  top: 6px;
  width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
  cursor: pointer;
  background: url("./../images/c6.png") no-repeat;
  background-size: contain;
}

.calibration-expired-icon {
  display: inline-block;
  position: relative;
  top: 6px;
  width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
  cursor: pointer;
  background: url("./../images/c5.png") no-repeat;
  background-size: contain;
}

.alert-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 420;
}

.alert-modal {
  width: 300px;
  height: 200px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
  background-color: #151B84;
  color: white;
  border: 1px solid white;
  text-align: center;
  z-index: 421;
}

/*
.already-selected.not-expanded:hover td {
	background-color: DarkGray !important;
}
*/
/* custom tooltips?
.tooltip {
    display: inline;
    position: relative;
}

.tooltip:hover:after {
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
    transition-delay: 2s;
}

.tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    transition-delay: 2s;
}
*/
/* what size does the home page break at?

we need two special mobile views:
- a tablet sized view
- a phone sized view

we can assume for now that both of these views will be task-specific i.e. not admins*/
@media all and (min-width: 1400px) and (max-width: 1699px) {
  .width_container {
    width: 100%;
  }
}
@media all and (min-width: 1700px) {
  .width_container {
    width: 100%;
  }
}
.main-touch-menu {
  display: none;
}

/*
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	.main-touch-menu ol,
	.main-touch-menu ul {
		list-style: none;
	}

	.main-touch-menu {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		margin: 10px;
		width: 100%;
		font-family: sans-serif;
	}

	.main-touch-menu li {
		display: block;
		width: 24.99%;
		float: left;
		margin-left: 2px;
		border: 1px solid #000;
	}

  	.compact-middle {
		//width: 450px;
		//margin: 15px auto;
	}

	.compact-middle form {
		//width: 425px;
		//margin: 15px 0 0 6px;
	}

	.compact-middle label {
		//width: 175px;
		//float: left;
		//clear: both;
		//text-align: right;
		//margin-right: 15px;
	}

	.compact-middle input {
		//width: 180px;
		//margin-right: 15px;
	}

	.login-page {
		//position: relative;
		//color: white;
		//overflow: hidden;
	}

	.login-back-back {
		//width: 100%;
		//height: 100%;
		//background: #114FA7;
		//background: -webkit-linear-gradient(left, #1d2593 0%, $mainColor 30%, #2993e5 58%, #172293 100%);
		//background: linear-gradient(to right, #1d2593 0%,$mainColor 30%,#2993e5 58%,#172293 100%);
	}

	.login-back {
		//float: left;
		//width: 100%;
		//height: 50%;
		//background: #114FA7;
		//background: -webkit-linear-gradient(left, #1d2593 0%, $mainColor 30%, #2993e5 58%, #172293 100%);
		//background: linear-gradient(to right, #1d2593 0%,$mainColor 30%,#2993e5 58%,#172293 100%);
	}

	.login {
		//position: absolute;
		//top: 15%;
		//left: 0;
		//right: 0;
		//width: 335px;
		//padding: 15px 0;
		//background-color: #0D3B7D; // fallback for IE 8
		//background:rgba(0,0,0,0.25);
	}

	.login .login-message {
		//padding-top: 0;
		//width: 335px;
		//text-align: center;
	}

	.login label {
		//width: 100px;
		//margin-top: 2px;
	}

	.login input {
		//margin-right: 0;
		//box-shadow: none;
	}

	.login input:focus {
		//outline: none;
		//box-shadow: 0 0 10px $focusColor;
		//border: 1px solid $focusColor;
	}

	.login button {
		//margin-left: 176px;
		//margin-top: -15px;
	}

	.login a {
		//float: left;
		//display: block;
		//margin-left: 25px;
		//margin-top: 10px;
		//clear: both;
		//color: white;
		//font-size: 10px;
		//text-decoration: none;
	}

	.login a:hover {
		//text-decoration: underline;
	}

	form.one-line {
		//width: 450px;
		//margin: 10px auto;
	}

	form.one-line label,
	form.one-line input {
		//margin-top: 8px;
		//margin-right: 10px;
	}

	form.one-line label {
		//width: 120px;
	}

	form.one-line .spinner-container {
		//width: 65px;
	}
}
*/

/*# sourceMappingURL=application.css.map */
