/*** CSS File: /themes/iWell-2.0/css/formalize.css ***/
.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  -moz-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url('../themes/iWell-2.0/css/../images/button.png?1298351022') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
button:hover,
a.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  text-decoration: none;
}
button:active,
a.button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#dddddd, #eeeeee);
  background-image: -moz-linear-gradient(#dddddd, #eeeeee);
  background-image: -o-linear-gradient(#dddddd, #eeeeee);
  background-image: linear-gradient(#dddddd, #eeeeee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}
button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a.button {
  *padding-bottom: 3px;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(../themes/iWell-2.0/css/../images/icons/arrow.png);
    background-repeat: no-repeat;
    background-position: 94% center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border-color: #666666;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ie6_button,
* html button,
* html a.button {
  background: #dddddd url('../themes/iWell-2.0/css/../images/button.png?1298351022') repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto;
}

* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}


/*** CSS File: /themes/iWell-2.0/css/main.css ***/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/*
Description: Collection of Mixins for CSS properties that require vendor prefixes
Version: 2.0
Author: Carlos Villarreal Mora, cvillarreal@designiosolutions.com
Date: 5/17/2011
*/
/*****************************************************
 * Rounded Corners
 *****************************************************/
/*****************************************************
 * Box Shadow
 *****************************************************/
/*****************************************************
 * GRADIENTS
 *****************************************************/
/***** 2 colors, vertical ****************************/
/***** 3 colors, vertical ****************************/
/***** 2 colors, horizontal **************************/
/***** 3 colors, horizontal ****************************/
/****** Background Size (for repeating gradients) ****/
/*****************************************************
 * Rotation
 *****************************************************/
/*****************************************************
 * CSS Transitions
 *****************************************************/
/*****************************************************
 * Columns
 *****************************************************/
.innerGlow {
  -webkit-box-shadow: inset 0 0 1px white;
  -moz-box-shadow: inset 0 0 1px white;
  box-shadow: inset 0 0 1px white;
}
/** General. */
.uppercase {
  text-transform: uppercase;
}
input.error,
select.error {
  border-color: #7b0000 !important;
}
.battery i.fa-battery-full {
  color: #41AF1C;
}
.battery i.fa-battery-three-quarters {
  color: #41AF1C;
}
.battery i.fa-battery-half {
  color: orange;
}
.battery i.fa-battery-quarter {
  color: red;
}
.battery i.fa-battery-empty {
  color: #999;
}
.status {
  text-align: center;
}
.status i.fa-circle.online {
  color: #41AF1C;
}
.status i.fa-circle.offline {
  color: red;
}
.status i.fa-circle.notfound {
  color: #999;
}
#info {
  overflow: hidden;
}
div#battery {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #CCC;
  font-family: "Roboto Condensed";
}
div#battery div {
  padding: 15px;
}
div#battery div:nth-child(2) {
  border-top: 1px solid #ccc;
}
div#battery div p {
  margin: 0;
  padding: 0;
}
div#battery div span {
  font-weight: bold;
}
div#battery #percentage {
  padding-right: 20px;
}
div#battery #percentage i.fa-battery-full {
  color: #41AF1C;
}
div#battery #percentage i.fa-battery-empty {
  color: #999;
}
div#battery #percentage i.fa-battery-three-quarters {
  color: #41AF1C;
}
div#battery #percentage i.fa-battery-half {
  color: orange;
}
div#battery #percentage i.fa-battery-quarter {
  color: red;
}
div#battery #status i.fa-circle.online {
  color: #41AF1C;
}
div#battery #status i.fa-circle.offline {
  color: red;
}
div#battery #status i.fa-circle.notfound {
  color: #999;
}
/** Data grids. */
.grid-view.monitor th,
.grid-view.monitor td {
  padding: 5px;
  vertical-align: middle;
}
.grid-view.monitor .imei {
  width: 160px;
}
.grid-view.monitor .primary-reading,
.grid-view.monitor .reading-every,
.grid-view.monitor .frequency {
  width: 80px;
  text-align: center;
}
.grid-view.monitor .assigned-well {
  width: 130px;
}
.grid-view.monitor .monitor-type {
  width: 165px;
}
.grid-view.monitor .assigned-to {
  width: 160px;
  text-align: left;
}
.grid-view.monitor .assigned-to span.link,
.grid-view.monitor .assigned-to i.unlink {
  cursor: pointer;
}
.grid-view.monitor .assigned-to span.link:hover,
.grid-view.monitor .assigned-to i.unlink:hover {
  color: #ac8921;
}
.grid-view.monitor .battery,
.grid-view.monitor .button-column {
  text-align: center;
}
.grid-view.monitor .battery {
  width: 30px;
}
.grid-view.monitor .button-column {
  width: 35px;
}
.grid-view.monitor .options {
  vertical-align: middle;
}
.grid-view.monitor .options a,
.grid-view.monitor .options i {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
}
.grid-view.monitor .options a.config_values i {
  width: 16px;
  height: 16px;
  background-image: url('../themes/iWell-2.0/css/../images/icons/wr31config.png');
  background-repeat: no-repeat;
}
/** Remote configuration. */
.configuration_values.view .browse,
.configuration_values.view #add-reading {
  display: inline-block;
}
.configuration_values.view .clear,
.configuration_values.view #save-reading {
  display: none;
}
.configuration_values.save .browse,
.configuration_values.save #add-reading {
  display: none;
}
.configuration_values.save .clear,
.configuration_values.save #save-reading {
  display: inline-block;
}
.configuration_values .actions {
  overflow: hidden;
  font-family: "Roboto Condensed";
  font-size: 15px;
}
.configuration_values .actions > div.filters {
  float: left;
  width: 50%;
}
.configuration_values .actions > div.browse,
.configuration_values .actions > div.clear {
  float: right;
  width: 60%;
  text-align: right;
}
.configuration_values .actions > div.browse .fullSync,
.configuration_values .actions > div.clear .fullSync {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 6px;
  background-color: #33cc33;
  font-weight: normal;
  font-size: 0.8em;
  color: #fff;
}
.configuration_values .actions > div.browse .fullSync.pending,
.configuration_values .actions > div.clear .fullSync.pending {
  background-color: #FF9900;
}
.configuration_values .actions > div.clear a {
  display: inline-block;
  height: 27px;
  color: #ac8921;
  line-height: 27px;
  vertical-align: middle;
  cursor: pointer;
}
.configuration_values .actions > div.clear a:hover {
  text-decoration: underline;
}
.configuration_values .actions label {
  margin-right: 1.5em;
}
.configuration_values .actions label b {
  margin-right: 0.5em;
}
.configuration_values .actions label span {
  font-weight: normal;
}
.configuration_values .actions .pagination {
  padding-left: 1em;
}
.configuration_values .actions .pagination a {
  display: inline-block;
  width: 20px;
  height: 27px;
  line-height: 27px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(../themes/iWell-2.0/css/../images/sprites-iwell-2-web-app.png);
  background-color: transparent;
  background-repeat: no-repeat;
}
.configuration_values .actions .pagination a.first {
  background-position: -95px -393px;
}
.configuration_values .actions .pagination a.previous {
  background-position: -145px -393px;
}
.configuration_values .actions .pagination a.next {
  background-position: -192px -393px;
}
.configuration_values .actions .pagination a.last {
  background-position: -245px -393px;
}
.configuration_values .actions .pagination span {
  display: inline-block;
  height: 27px;
  line-height: 27px;
}
.configuration_values .actions .pagination span .latest {
  border-radius: 2px;
  padding: 1px 5px;
  background-color: #FC0;
  font-size: 0.6em;
  font-style: normal;
  text-transform: uppercase;
  vertical-align: top;
}
.configuration_values .fields {
  margin-top: 1em;
  margin-bottom: 2em;
}
.configuration_values .fields .fieldSection {
  border: 1px solid #CCC;
  margin: 0 0 5px;
  padding: 3px;
  width: 100%;
}
.configuration_values .fields .fieldSection header {
  border: 0;
  height: auto !important;
  margin: 0 0 3px !important;
  padding: 0 !important;
  color: white;
  text-align: left;
}
.configuration_values .fields .fieldSection header h4 {
  background: #515151;
  font-weight: normal;
  padding: 6px 8px;
}
.configuration_values .fields .fieldSection header h4 span.pumper_name {
  margin-left: 1em;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
.configuration_values .fields .fieldSection table {
  width: 100%;
  table-layout: fixed;
}
.configuration_values .fields .fieldSection table td {
  padding: 0.5em;
  width: 20%;
}
.configuration_values .fields .fieldSection table .grey {
  color: #999;
}
.configuration_values .fields .fieldSection table div {
  position: relative;
}
.configuration_values .fields .fieldSection input {
  height: 33px !important;
}
.configuration_values .fields .fieldSection input.error {
  border-color: #950C0C !important;
}
.configuration_values .fields .fieldSection label.error {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  border-radius: 0 4px 4px 4px;
  padding: 4px;
  min-width: 150px;
  max-width: 200px;
  color: #FFF !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 1em !important;
  background-color: #950C0C;
}
.configuration_values .center {
  padding: 2em;
  text-align: center;
}
.configuration_values .cancel {
  color: #ac8921;
}
.configuration_values .cancel:hover {
  text-decoration: underline;
}
/** Forms */
.monitor_ui div#basic-info {
  overflow: hidden;
  width: 72%;
}
.monitor_ui div#basic-info select {
  margin: 3px 0;
  width: 160px;
}
.monitor_ui div#basic-info div.left {
  float: left;
  width: 48%;
}
.monitor_ui div#basic-info div.right {
  float: right;
  width: 48%;
}
.monitor_ui.probe_form form.monitor p {
  overflow: hidden;
}
.monitor_ui.probe_form form.monitor #birthdate {
  margin-left: -3px;
}
.monitor_ui.probe_form form.monitor .right label {
  margin-left: 20px;
}
.monitor_ui.probe_form form.monitor label {
  width: 140px;
}
.monitor_ui.probe_form form.monitor label.sm {
  width: 80px;
}
.monitor_ui.probe_form form.monitor label.lg {
  width: 220px;
}
.monitor_ui.probe_form form.monitor label + label {
  font-weight: normal;
}
.monitor_ui.probe_form form.monitor input[type='text'],
.monitor_ui.probe_form form.monitor select {
  width: 160px;
}
.monitor_ui.probe_form form.monitor input[type='text'].sm,
.monitor_ui.probe_form form.monitor select.sm {
  width: 50px;
}
.monitor_ui.probe_form form.monitor input[type='checkbox'] {
  margin: 0;
}
.monitor_ui.probe_form form.monitor select.lg {
  width: 280px !important;
}
.monitor_ui.probe_form form.monitor #MonitorProbe_serial_number-error {
  margin-right: 8px;
}
.monitor_ui.probe_form form.monitor label.error {
  float: left;
  padding: 4px;
  border-radius: 4px;
  width: auto;
  background-color: #950C0C;
  color: #FFF;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 1em !important;
}
.monitor_ui.monitor_form #technical {
  width: 72%;
}
.monitor_ui.modify_unit_form form.monitor div.left {
  width: 408px;
  float: left;
  margin-bottom: 0;
}
.monitor_ui.modify_unit_form form.monitor div.left input[type='text'],
.monitor_ui.modify_unit_form form.monitor div.left select {
  width: 250px;
}
.monitor_ui.modify_unit_form form.monitor div.right {
  width: 320px;
  float: left;
  margin-bottom: 0;
}
.monitor_ui.modify_unit_form form.monitor div.right input[type='text'],
.monitor_ui.modify_unit_form form.monitor div.right select {
  width: 160px !important;
}
.monitor_ui.modify_unit_form form.monitor .right + .right {
  width: 224px;
}
.monitor_ui.modify_unit_form form.monitor div#battery {
  float: left;
}
.monitor_ui.modify_unit_form form.monitor div#battery div {
  width: 180px !important;
}
.monitor_ui.modify_unit_form form.monitor div#battery #percentage {
  padding: 0 !important;
}
.monitor_ui.modify_unit_form form.monitor span {
  display: block;
  margin-top: 8px;
  margin-bottom: 3px;
  font-family: "Roboto Condensed";
  font-size: 15px;
}
.monitor_ui.modify_unit_form form.monitor label {
  font-family: "Roboto Condensed";
  font-size: 15px;
  margin-right: 0;
  width: 120px;
}
.monitor_ui.modify_unit_form form.monitor label i {
  float: right;
  font-style: normal;
}
.monitor_ui.modify_unit_form form.monitor label + label {
  font-weight: normal;
}
.monitor_ui.modify_unit_form form.monitor label.error {
  color: #7B0000;
  width: 100%;
  padding-left: 120px;
}
.monitor_ui.modify_unit_form form.monitor #birthdate {
  margin-left: -3px;
}
.monitor_ui.modify_unit_form form.monitor #MonitorUnit_model,
.monitor_ui.modify_unit_form form.monitor #MonitorUnit_cloud,
.monitor_ui.modify_unit_form form.monitor #MonitorUnit_cellular_carrier,
.monitor_ui.modify_unit_form form.monitor #MonitorUnit_power_source {
  display: inline-block;
  margin-bottom: 0;
}
.monitor_ui.modify_unit_form form.monitor #MonitorUnit_model label,
.monitor_ui.modify_unit_form form.monitor #MonitorUnit_cloud label,
.monitor_ui.modify_unit_form form.monitor #MonitorUnit_cellular_carrier label,
.monitor_ui.modify_unit_form form.monitor #MonitorUnit_power_source label {
  font-weight: normal;
  margin-bottom: 0;
}
.monitor_ui.modify_unit_form form.monitor .errorMessage {
  padding-left: 120px;
  font-weight: bold;
  padding: 3px 0 3px 120px;
}
.monitor_ui.modify_unit_form .probes_notes {
  margin-top: 40px;
}
.monitor_ui.modify_unit_form .probes_notes table td:first-child {
  padding: 0.4em 1em;
  width: 126px;
}
.monitor_ui.modify_unit_form .probes_notes table td:nth-child(2) {
  width: 150px;
}
.monitor_ui.modify_unit_form .probes_notes table td:last-child {
  width: 18px;
}
.monitor_ui.modify_unit_form .probes_notes footer {
  margin: 0 !important;
}
.monitor_ui.modify_unit_form .probes_notes footer div.summary {
  padding: 0;
}
.monitor_ui.monitor_config_form div#info div.left,
.monitor_ui.monitor_config_form div#contract div.left {
  height: 287px;
  float: left;
  background: url(../themes/iWell-2.0/css/../images/monitor_diagram.png);
  background-repeat: no-repeat;
  overflow: hidden;
  width: 42%;
  box-sizing: border-box;
  padding-left: 87px;
  padding-top: 130px;
}
.monitor_ui.monitor_config_form div#info div.left p label,
.monitor_ui.monitor_config_form div#contract div.left p label {
  width: 150px;
}
.monitor_ui.monitor_config_form div#info div.right,
.monitor_ui.monitor_config_form div#contract div.right {
  box-sizing: border-box;
  padding-left: 20px;
  width: 56%;
}
.monitor_ui.monitor_config_form div#info span.radio-item input,
.monitor_ui.monitor_config_form div#contract span.radio-item input {
  margin: 0 6px 0 0;
  line-height: 27px;
}
.monitor_ui.monitor_config_form div#info span.radio-item label,
.monitor_ui.monitor_config_form div#contract span.radio-item label {
  margin: 0 40px 0 0;
}
.monitor_ui.monitor_config_form div#info div.right div#battery,
.monitor_ui.monitor_config_form div#contract div.right div#battery {
  float: left;
}
.monitor_ui.monitor_config_form div#info div.right select,
.monitor_ui.monitor_config_form div#contract div.right select {
  width: 120px;
}
.monitor_ui hr {
  clear: both;
}
.monitor_ui h3 {
  margin: 30px 0 20px 0;
}
.monitor_ui form p {
  margin: 0 0 1em !important;
}
.monitor_ui form h3.mb0 {
  margin-bottom: 0;
}
.monitor_ui form span.notice {
  display: block;
  margin-bottom: 20px;
}
.monitor_ui form .hidden {
  display: none;
}
.monitor_ui form div {
  overflow: hidden;
}
.monitor_ui form div.left {
  float: left;
  width: 45%;
}
.monitor_ui form div.right {
  float: right;
  width: 55%;
}
.monitor_ui form div.info_left {
  float: left;
  width: 66%;
}
.monitor_ui form div.info_right {
  float: right;
  width: 32%;
}
.monitor_ui form label {
  display: inline-block;
  margin-right: 8px;
  color: #333;
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 15px;
  line-height: 27px;
}
.monitor_ui form .autocomplete {
  width: 120px;
}
.monitor_ui form div#technical p label,
.monitor_ui form div#warranty p label {
  min-width: 160px;
}
.monitor_ui form div#technical .fa-exclamation-triangle,
.monitor_ui form div#warranty .fa-exclamation-triangle {
  color: red;
}
.monitor_ui form div#technical #monitor-selection,
.monitor_ui form div#warranty #monitor-selection {
  cursor: pointer;
}
.monitor_ui form div#technical #monitor-selection a,
.monitor_ui form div#warranty #monitor-selection a {
  color: #ac8921;
  text-decoration: none;
}
.monitor_ui form div#technical #monitor-selection i,
.monitor_ui form div#warranty #monitor-selection i {
  color: #ac8921;
  margin-left: 5px;
}
.monitor_ui form div#technical #monitor-selection img,
.monitor_ui form div#warranty #monitor-selection img {
  cursor: pointer;
}
.monitor_ui form div#technical div.left {
  width: 48%;
}
.monitor_ui form div#technical div.right {
  width: 48%;
}
.monitor_ui form.configure .red {
  color: #e84033;
}
.monitor_ui form.configure .blue {
  color: #1f66d2;
}
.monitor_ui form.configure .green {
  color: #67d236;
}
.monitor_ui form.configure .white {
  color: #ffffff;
}
.monitor_ui form.configure .yellow {
  color: #f8d44c;
}
.monitor_ui form.configure div#configuration {
  overflow: hidden;
  padding-bottom: 2em;
}
.monitor_ui form.configure div#configuration div.input {
  float: left;
  width: 50px;
}
.monitor_ui form.configure div#configuration div.probes .inner-table {
  padding: 0;
  width: 612px;
}
.monitor_ui form.configure div#configuration div.probes .inner-table tr {
  border: 0;
}
.monitor_ui form.configure div#configuration table {
  width: 100%;
}
.monitor_ui form.configure div#configuration table th,
.monitor_ui form.configure div#configuration table td {
  padding: 5px;
}
.monitor_ui form.configure div#configuration table th input,
.monitor_ui form.configure div#configuration table td input {
  vertical-align: middle;
}
.monitor_ui form.configure div#configuration table thead tr {
  border-bottom: 4px solid #b4b4b4;
}
.monitor_ui form.configure div#configuration table thead tr th {
  font-weight: 700;
  text-align: left;
  line-height: 1.2rem;
}
.monitor_ui form.configure div#configuration table tbody tr {
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  background: transparent url(../themes/iWell-2.0/css/../images/bg-noise-light.png) repeat fixed;
}
.monitor_ui form.configure div#configuration table tbody tr a.tooltip {
  color: #ac8921;
}
.monitor_ui form.configure div#configuration table tbody tr td {
  font-weight: normal;
  text-align: left;
  line-height: 2.6rem;
  padding: 0;
}
.monitor_ui form.configure div#configuration table tbody tr.readonly {
  opacity: 1;
  background-color: #DDD;
}
.monitor_ui form.configure div#configuration table tbody tr.readonly td {
  opacity: 0.5;
}
.monitor_ui form.configure div#configuration table tbody tr.readonly td.active {
  opacity: 1;
}
.monitor_ui form.configure div#configuration table tbody tr.no-border {
  border: none;
}
.monitor_ui form.configure div#configuration table .header {
  border-bottom: 4px solid #b4b4b4;
}
.monitor_ui form.configure div#configuration table .header td {
  font-weight: 700;
  text-align: left;
  line-height: 2.2rem;
}
.monitor_ui form.configure div#configuration table .header td.active {
  text-align: center;
}
.monitor_ui form.configure div#configuration table .probe-input {
  width: 36px;
}
.monitor_ui form.configure div#configuration table .active {
  width: 60px;
  text-align: center;
}
.monitor_ui form.configure div#configuration table .serial {
  width: 90px;
}
.monitor_ui form.configure div#configuration table .type {
  width: 100px;
}
.monitor_ui form.configure div#configuration table .well {
  width: 230px;
}
.monitor_ui form.configure div#configuration table .well input {
  width: 200px;
}
.monitor_ui form.configure div#configuration table .field {
  width: 230px;
}
.monitor_ui form.configure div#configuration table .field input {
  width: 180px;
}
.monitor_ui form.configure div#configuration table .tank {
  width: 220px;
}
.monitor_ui form.configure div#configuration table .tank input {
  width: 200px;
}
.monitor_ui form.configure div#configuration table .expiration {
  width: 120px;
}
.monitor_ui form.configure div#configuration table .actions {
  width: 50px;
  text-align: center;
}
.monitor_ui form.configure div#configuration table .actions .move {
  cursor: move;
}
.monitor_ui form.configure div#configuration table .validation-error {
  display: block;
  float: left;
}
.monitor_ui form .probes_table {
  width: 100%;
  margin-bottom: 1em;
}
.monitor_ui form .probes_table .probeSN {
  width: 25%;
}
.monitor_ui form .probes_table .probeType {
  width: 15%;
}
.monitor_ui form .probes_table .probeConn {
  width: 25%;
}
.monitor_ui form .probes_table .probeStatus {
  width: 25%;
}
.monitor_ui form .probes_table .probeActions {
  width: 10%;
  text-align: right !important;
}
.monitor_ui form .probes_table .removeProbe {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/themes/iWell-2.0/images/icons/trash.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.monitor_ui form .probes_table th {
  height: 30px;
  text-align: left;
  padding-left: 10px;
  border-bottom: 1px solid #cecece;
}
.monitor_ui form .probes_table tr {
  border-bottom: 1px solid #cecece;
}
.monitor_ui form .probes_table tr:last-child {
  border-bottom: 0;
}
.monitor_ui form .probes_table tr td {
  height: 30px;
  padding: 5px 10px;
  text-align: left;
}
.monitor_ui form .probes_table tr td .unlink-probe,
.monitor_ui form .probes_table tr td .selected-probe {
  cursor: pointer;
}
.monitor_ui form .probes_table tr td .unlink-probe a,
.monitor_ui form .probes_table tr td .selected-probe a {
  color: #ac8921;
}
.monitor_ui form .probes_table tr td .unlink-probe i,
.monitor_ui form .probes_table tr td .selected-probe i {
  color: #ac8921;
  margin-left: 5px;
}
.monitor_ui form .probes_table tr td .show-probe-selector {
  cursor: pointer;
}
.monitor_ui form .probes_table tr td .monitor-unit-status {
  color: red;
}
.monitor_ui form .probes_table tr td .red {
  color: #e84033;
}
.monitor_ui form .probes_table tr td .blue {
  color: #1f66d2;
}
.monitor_ui form .probes_table tr td .green {
  color: #67d236;
}
.monitor_ui form .probes_table tr td .white {
  color: #ffffff;
}
.monitor_ui form .probes_table tr td .yellow {
  color: #f8d44c;
}
.monitor_ui .monitor-installation-box {
  top: 118px;
  right: 20px;
  width: 174px;
  padding: 18px;
  font-size: 14px;
  position: absolute;
  background: #fefbf4;
  border: 2px solid #cccbc9;
  font-family: 'Roboto Condensed';
}
.monitor_ui .monitor-installation-box h5 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}
.monitor_ui .monitor-installation-box p {
  margin-bottom: 10px;
}
.monitor_ui .monitor-installation-box p strong {
  display: block;
}
.monitor_ui .monitor-installation-box p a {
  text-decoration: underline;
  color: #000 !important;
}
.monitor_ui .monitor-installation-box #battery {
  width: 100%;
  border: 0 !important;
  font-size: 14px;
}
.monitor_ui .monitor-installation-box #battery div {
  padding-left: 0 !important;
  padding-top: 0 !important;
}
.monitor_ui .monitor-installation-box #battery div span {
  font-weight: normal !important;
}
.monitor_ui p.button-row {
  margin: 0.5em 0 3em !important;
  text-align: right;
}
.monitor_ui p.button-row a {
  color: #ac8921;
  vertical-align: middle;
}
.monitor_ui p.button-row input {
  vertical-align: middle;
}
.monitor_ui p.button-row .cancel {
  color: #ac8921;
}
.monitor_ui p.button-row .cancel:hover {
  text-decoration: underline;
}
.monitor_ui p.button-row #save-reading {
  display: none;
}
/** ... */
i.input.input1 {
  color: red;
}
i.input.input2 {
  color: blue;
}
i.input.input3 {
  color: white;
}
i.input.input4 {
  color: yellow;
}
i.input.modbus {
  color: green;
}
div.errorMessage,
span.error {
  display: inline-block;
  color: #7b0000 !important;
  font-weight: normal !important;
  padding-left: 5px;
  font-size: 12px;
}
#MonitorProbe_type {
  width: 176px;
}
span#Monitor[imei]-error {
  display: none;
}
/** Audit. */
.monitor-audit [v-cloak] {
  display: none;
}
.monitor-audit label {
  margin-right: 50px;
  padding: 10px 0;
}
.monitor-audit label span {
  font-weight: normal;
  padding-left: 5px;
  padding-right: 30px;
}
.monitor-audit h3 a {
  color: #AC8921;
  font-family: "Roboto Condensed";
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
}
.monitor-audit h3 a:hover {
  text-decoration: underline;
}
.monitor-audit div#battery {
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: #CCC;
  font-family: "Roboto Condensed";
}
.monitor-audit div#battery div {
  padding: 10px 15px;
}
.monitor-audit div#battery div:nth-child(2) {
  border-top: 1px solid #ccc;
}
.monitor-audit div#battery div p {
  margin: 0;
  padding: 0;
}
.monitor-audit div#battery div span {
  font-weight: bold;
}
.monitor-audit div#battery #percentage {
  padding-right: 20px;
}
.monitor-audit div#battery #percentage i.fa-battery-full {
  color: #41AF1C;
}
.monitor-audit div#battery #percentage i.fa-battery-empty {
  color: #999;
}
.monitor-audit div#battery #percentage i.fa-battery-three-quarters {
  color: #41AF1C;
}
.monitor-audit div#battery #percentage i.fa-battery-half {
  color: orange;
}
.monitor-audit div#battery #percentage i.fa-battery-quarter {
  color: red;
}
.monitor-audit div#battery #status {
  float: right;
}
.monitor-audit div#battery #status i.fa-circle.online {
  color: #41AF1C;
}
.monitor-audit div#battery #status i.fa-circle.offline {
  color: red;
}
.monitor-audit div#battery #status i.fa-circle.notfound {
  color: #999;
}
.monitor-audit div.left {
  width: 370px !important;
}
.monitor-audit div.left .form-group {
  margin: 0 0 0.5em;
}
.monitor-audit div.left .form-group label {
  padding: 0;
  width: 238px;
  margin: 0;
  margin-bottom: 6px;
}
.monitor-audit div.left .form-group input[type=text] {
  width: 50px;
  text-align: right;
}
.monitor-audit div.left .form-group input:focus {
  box-shadow: none;
}
.monitor-audit div.left h3 {
  margin-bottom: 0;
}
.monitor-audit div.left h5 {
  font-weight: normal;
  margin-bottom: 18px;
}
.monitor-audit div.left button {
  margin-right: 50px;
}
.monitor-audit div.left p.error {
  color: #A44646;
  text-align: justify;
}
.monitor-audit div.left small {
  font-size: 12px;
}
.monitor-audit div.right {
  width: 580px !important;
}
.monitor-audit div.right .audit-formulas {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 15px;
}
.monitor-audit div.right .audit-formulas #monitor-audit-tabs {
  overflow: hidden;
}
.monitor-audit div.right .audit-formulas #monitor-audit-tabs ul {
  background: transparent url(../themes/iWell-2.0/css/../images/bg-noise-light.png) repeat fixed;
  clear: left;
  display: block;
  list-style: none;
  width: 100%;
  height: 43px;
  overflow: hidden;
}
.monitor-audit div.right .audit-formulas #monitor-audit-tabs ul li {
  background-image: url(../themes/iWell-2.0/css/../images/sprites-iwell-2-web-app.png);
  background-repeat: no-repeat;
  background-position: 0px -250px;
  height: 43px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 162px;
}
.monitor-audit div.right .audit-formulas #monitor-audit-tabs ul li.disabled a {
  color: #CCC;
  cursor: default;
}
.monitor-audit div.right .audit-formulas #monitor-audit-tabs ul li.disabled a:hover {
  text-decoration: none;
}
.monitor-audit div.right .audit-formulas #monitor-audit-tabs ul li.disabled a:before {
  opacity: 0.15;
}
.monitor-audit div.right .audit-formulas #monitor-audit-tabs ul li.formula_b {
  left: 0;
  z-index: 2;
}
.monitor-audit div.right .audit-formulas #monitor-audit-tabs ul li > a {
  display: inline-block;
  padding-right: 20px;
  width: 142px;
  height: 43px;
  line-height: 43px;
  font-size: 1.2em;
  font-family: "Roboto Condensed";
  font-weight: bold;
  color: #000;
}
.monitor-audit div.right .audit-formulas #monitor-audit-tabs ul li > a:hover {
  text-decoration: underline;
}
.monitor-audit div.right .audit-formulas #monitor-audit-tabs ul li > a:visited {
  color: #000;
}
.monitor-audit div.right .audit-formulas .tab-content {
  display: none;
  background: transparent url(../themes/iWell-2.0/css/../images/bg-noise-grey.png) repeat fixed;
  -webkit-box-shadow: inset 0 0 1px white;
  -moz-box-shadow: inset 0 0 1px white;
  box-shadow: inset 0 0 1px white;
  border: 1px solid #C2C2C2;
  margin-top: -2px;
  padding: 1em;
  overflow: hidden;
}
.monitor-audit div.right .audit-formulas .tab-content div.left {
  float: left;
}
.monitor-audit div.right .audit-formulas .tab-content div.right {
  float: right;
}
.monitor-audit div.right .audit-formulas .tab-content .text-left {
  text-align: left !important;
}
.monitor-audit div.right .audit-formulas .tab-content .text-right {
  text-align: right;
}
.monitor-audit div.right .audit-formulas .tab-content .text-center {
  text-align: center;
}
.monitor-audit div.right .audit-formulas .tab-content label {
  margin: 0 0.5em 0 0;
}
.monitor-audit div.right .audit-formulas .tab-content p {
  font-size: 15px;
  font-weight: normal;
}
.monitor-audit div.right .audit-formulas .tab-content table.data-table {
  width: 100%;
  font-family: "Roboto Condensed";
  border: 1px solid #9a9a9a;
  font-size: 14px;
}
.monitor-audit div.right .audit-formulas .tab-content table.data-table tr {
  background: #ededed;
}
.monitor-audit div.right .audit-formulas .tab-content table.data-table tr td {
  padding: 8px 5px;
}
.monitor-audit div.right .audit-formulas .tab-content table.data-table tr.section {
  background: #fafafa;
}
.monitor-audit div.right .audit-formulas .tab-content table.data-table tr.big td {
  padding: 30px 5px;
}
.monitor-audit div.right .audit-formulas .tab-content table.data-table:nth-child(1) {
  margin-bottom: 20px;
}
.monitor-audit div.right .audit-formulas .tab-content .bb {
  border-bottom: 1px solid #9a9a9a;
}
.monitor-audit div.right section.audit-formulas.active-formula_b ul li.formula_b {
  background-position: -200px -250px !important;
  z-index: 5 !important;
}
.monitor-audit div.right .active-formula_b #formula_b {
  display: block !important;
}
.monitor-audit.audit-pressure div.left button {
  margin-right: 0;
}
.audit-grid-view {
  margin: 0 !important;
}
.audit-grid-view th#main-grid_c0 {
  padding-left: 12px;
  text-align: left !important;
}
.audit-grid-view .text-left {
  text-align: left;
  padding-left: 1em;
}
.audit-grid-view .text-center {
  text-align: center;
}
.audit-grid-view .error_srdg td:nth-child(2) {
  color: red;
  font-weight: bold;
}
.audit-grid-view .error_tlvl td:nth-child(5) {
  color: red;
  font-weight: bold;
}
.audit-grid-view tbody {
  max-height: 296px;
  overflow-y: scroll;
  display: block;
  width: 100%;
}
.audit-grid-view thead {
  display: table;
  width: 100%;
}
.grid-view.reading-monitors tr {
  display: table;
  overflow-x: hidden;
}
.grid-view.reading-monitors tr th:nth-child(1) {
  width: 215px;
}
.grid-view.reading-monitors tr th:nth-child(2) {
  width: 130px;
}
.grid-view.reading-monitors tr th:nth-child(3) {
  width: 160px;
}
.grid-view.reading-monitors tr th:nth-child(4) {
  width: 170px;
}
.grid-view.reading-monitors tr th:nth-child(5) {
  width: 170px;
}
.grid-view.reading-monitors tr th:nth-child(6) {
  width: 65px;
  overflow: hidden;
}
.grid-view.reading-monitors tr td:nth-child(1) {
  width: 216px;
}
.grid-view.reading-monitors tr td:nth-child(2) {
  width: 135px;
}
.grid-view.reading-monitors tr td:nth-child(3) {
  width: 160px;
}
.grid-view.reading-monitors tr td:nth-child(4) {
  width: 177px;
}
.grid-view.reading-monitors tr td:nth-child(5) {
  width: 170px;
}
.grid-view.reading-monitors tr td:nth-child(6) {
  width: 52px;
  overflow: hidden;
}
.grid-view.monitor-log tr {
  display: table;
  overflow-x: hidden;
  width: 100%;
}
.grid-view.monitor-log tr th:nth-child(1) {
  width: 132px;
}
.grid-view.monitor-log tr th:nth-child(2) {
  width: 130px;
}
.grid-view.monitor-log tr th:nth-child(3) {
  width: 670px;
}
.grid-view.monitor-log tr td:nth-child(1) {
  width: 136px;
}
.grid-view.monitor-log tr td:nth-child(2) {
  width: 135px;
}
.grid-view.monitor-log tr td:nth-child(3) {
  width: 670px;
}
/****/
.probes-tooltip td {
  font-weight: normal;
}
.ui-dialog-title h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
#mdHistoryDialog {
  font-family: "Roboto Condensed";
  font-size: 15px;
}
#mdHistoryDialog .filters {
  padding-bottom: 1em;
}
#mdHistoryDialog .filters select {
  margin-right: 1em;
}
#mdHistoryDialog .history {
  border-bottom: 1px solid #c2c2c2;
  overflow-y: scroll;
  max-height: 360px;
}
#mdHistoryDialog .history tr:nth-child(2n) td:last-child {
  background-color: rgba(255, 255, 255, 0.5);
}
#mdHistoryDialog .history .show {
  cursor: pointer;
}
#mdHistoryDialog .history .show span {
  margin-left: 0.5em;
  color: #ac8921;
}
#mdHistoryDialog table {
  width: 100%;
}
#mdHistoryDialog table thead {
  background: rgba(68, 68, 68, 0.7);
}
#mdHistoryDialog table thead th {
  padding: 5px 10px;
  color: #FFF;
  font-weight: 400;
  text-align: left;
}
#mdHistoryDialog table thead th.date {
  width: 40%;
}
#mdHistoryDialog table thead th.time {
  width: 60%;
}
#mdHistoryDialog table tbody {
  background-color: rgba(255, 255, 255, 0.75);
}
#mdHistoryDialog table tbody td {
  border: 1px solid #c2c2c2;
  padding: 5px 10px;
  vertical-align: top;
}
#mdHistoryDialog table tbody td:first-child {
  width: 40%;
}
#mdHistoryDialog table tbody td:last-child {
  width: 60%;
}
html,
body {
  height: 100%;
}
.js-spin-spinner {
  visibility: hidden;
}
body {
  background: transparent url(../themes/iWell-2.0/css/../images/bg-noise-light.png) repeat fixed;
  color: #333;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-weight: 400;
}
body a {
  text-decoration: none;
}
body h2,
body h3 {
  font-weight: 100;
  margin: 0.5em 0;
}
body h2 {
  font-size: 30px;
}
body h3 {
  font-size: 24px;
}
body h3.small {
  font-size: 20px;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
body p {
  margin: 0.5em 0;
}
body h2,
body h3 {
  font-family: "Roboto Condensed";
}
body select {
  background-position: right 10px;
  height: 27px;
}
body .text-right {
  text-align: right !important;
}
body .row {
  overflow-y: auto;
}
body p {
  line-height: 1.5em;
}
body .js-spin-spinner {
  visibility: visible;
}
body > #activity-indicator {
  -webkit-border-botom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  font-family: "Roboto Condensed";
  font-size: 16px;
  height: 32px;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  position: fixed;
  z-index: 10002;
  -webkit-transition: all 0.2s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s linear 0s;
  /* FF4+ */
  -ms-transition: all 0.2s linear 0s;
  /* IE10? */
  -o-transition: all 0.2s linear 0s;
  /* Opera 10.5+ */
  transition: all 0.2s linear 0s;
  /* W3C */
}
body > #activity-indicator.hidden {
  height: 0;
  background: transparent;
}
body > #activity-indicator img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  vertical-align: middle;
}
body > #pumper-modal {
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10002;
  margin: -80px -210px 0 0;
  padding: 10px;
  background: #F3F3F3;
  top: 50%;
  right: 50%;
  font-family: "Roboto Condensed";
  font-size: 16px;
  -webkit-transition: all 0.2s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s linear 0s;
  /* FF4+ */
  -ms-transition: all 0.2s linear 0s;
  /* IE10? */
  -o-transition: all 0.2s linear 0s;
  /* Opera 10.5+ */
  transition: all 0.2s linear 0s;
  /* W3C */
}
body > #pumper-modal.hidden {
  height: 0;
  background: transparent;
}
body > #pumper-modal > div {
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 380px;
}
body > #pumper-modal div.icon {
  float: left;
  padding: 20px;
  width: 60px;
}
body > #pumper-modal div.icon img {
  width: 60px;
  height: 60px;
}
body > #pumper-modal div.text {
  float: right;
  width: 270px;
}
body > #pumper-modal div.text h4 {
  margin-top: 25px;
  font-family: "Roboto Condensed";
  font-size: 1.3em;
  font-weight: normal;
}
body > #pumper-modal div.text p {
  line-height: 1em;
}
body #qtip {
  width: 450px !important;
}
body > #activity-overlay {
  background: rgba(0, 0, 0, 0.5);
  cursor: wait;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
}
body > #activity-overlay.hidden {
  right: 200%;
  left: -200%;
}
body #topbar {
  color: white;
  font-family: "Roboto Condensed";
  position: relative;
  text-shadow: 0 1px 0 black;
  border-bottom: 4px solid #AC8921;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: darkgray url(../themes/iWell-2.0/css/../images/bg-noise-top.png);
  height: 55px;
  overflow: visible;
  min-width: 1000px;
}
body #topbar a {
  color: white;
  text-decoration: none;
}
body #topbar > div {
  width: 1000px;
  margin: 0 auto;
  padding-top: 5px;
}
body #topbar nav ul {
  border-left: 1px solid #5B5B5B;
  border-right: 1px solid #000000;
  display: block;
  float: left;
  font-size: 18px;
  height: 50px;
  list-style: none;
  margin-right: -2px;
}
body #topbar nav ul li {
  border-left: 1px solid black;
  border-right: 1px solid #5b5b5b;
  display: block;
  float: left;
}
body #topbar nav ul li a {
  display: inline-block;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  -webkit-transition: all 0.1s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.1s linear 0s;
  /* FF4+ */
  -ms-transition: all 0.1s linear 0s;
  /* IE10? */
  -o-transition: all 0.1s linear 0s;
  /* Opera 10.5+ */
  transition: all 0.1s linear 0s;
  /* W3C */
}
body #topbar nav ul li a span.iwell-logo {
  background: transparent url(../themes/iWell-2.0/css/../images/sprites-iwell-2-web-app.png) -250px 7px no-repeat;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  width: 35px;
}
body #topbar nav ul li a:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
body #topbar nav ul li a.dropdown {
  position: relative;
  padding-right: 34px;
}
body #topbar nav ul li a.dropdown:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 13px;
  top: 24px;
  background-image: url(../themes/iWell-2.0/css/../images/sprites-iwell-2-web-app.png);
  background-repeat: no-repeat;
  background-position: -350px 0px;
}
body #topbar nav ul li.active a {
  background-color: #AC8921;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
body #topbar nav ul li.active a:hover {
  -webkit-box-shadow: none 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #topbar nav ul li.dropdown > div {
  position: relative;
}
body #topbar nav ul li.dropdown > div ul {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  float: none;
  z-index: 9999;
  height: auto;
  border: 0 none;
  overflow: visible;
  -webkit-transition: height 0.2s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: height 0.2s linear 0s;
  /* FF4+ */
  -ms-transition: height 0.2s linear 0s;
  /* IE10? */
  -o-transition: height 0.2s linear 0s;
  /* Opera 10.5+ */
  transition: height 0.2s linear 0s;
  /* W3C */
}
body #topbar nav ul li.dropdown > div ul li {
  background: darkgray url(../themes/iWell-2.0/css/../images/bg-noise-top.png) 0 -5px;
  border-top: 0 solid #666;
  float: none;
  width: 200px;
  clear: both;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.2s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: height 0.2s linear 0s;
  /* FF4+ */
  -ms-transition: height 0.2s linear 0s;
  /* IE10? */
  -o-transition: height 0.2s linear 0s;
  /* Opera 10.5+ */
  transition: height 0.2s linear 0s;
  /* W3C */
}
body #topbar nav ul li.dropdown > div ul li a {
  font-size: 15px;
  width: 158px;
  height: auto;
  position: relative;
  z-index: 9999;
  line-height: 40px;
  -webkit-transition: all 0.2s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s linear 0s;
  /* FF4+ */
  -ms-transition: all 0.2s linear 0s;
  /* IE10? */
  -o-transition: all 0.2s linear 0s;
  /* Opera 10.5+ */
  transition: all 0.2s linear 0s;
  /* W3C */
}
body #topbar nav ul li.dropdown > div ul li a:hover {
  color: #cbccb0;
}
body #topbar nav ul li.dropdown > div ul li b {
  color: #ffcc00;
  font-style: normal;
}
body #topbar ul#user-menu {
  position: relative;
  border-left: 1px solid #5B5B5B;
  border-right: 1px solid black;
  float: right;
  font-size: 14px;
}
body #topbar ul#user-menu * {
  list-style: none;
}
body #topbar ul#user-menu > li > div {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
}
body #topbar ul#user-menu > li:hover > div {
  display: block;
}
body #topbar ul#user-menu a.user-name {
  border-right: 1px solid #5B5B5B;
  border-left: 1px solid #000000;
  display: block;
  font-weight: bold;
  height: 50px;
  padding: 0 16px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
body #topbar ul#user-menu a.user-name > span {
  display: block;
}
body #topbar ul#user-menu a.user-name > span.small {
  padding-top: 8px;
  font-weight: normal;
  font-size: 12px;
}
body #topbar ul#user-menu ul#login-list {
  border-radius: 0 0 4px 4px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #DDD;
  background-color: #FFF;
  width: 340px;
  color: #333 !important;
}
body #topbar ul#user-menu ul#login-list * {
  color: inherit;
  text-shadow: none;
  box-sizing: border-box;
  line-height: 1em;
  vertical-align: middle;
}
body #topbar ul#user-menu ul#login-list li {
  text-align: center;
}
body #topbar ul#user-menu ul#login-list .blackButton {
  color: #FFF;
}
body #topbar ul#user-menu ul#login-list .main {
  padding: 1em;
}
body #topbar ul#user-menu ul#login-list .main img {
  max-width: 60%;
  max-height: 100px;
}
body #topbar ul#user-menu ul#login-list .main p {
  padding: 0 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
body #topbar ul#user-menu ul#login-list .accounts {
  overflow-y: auto;
  max-height: 216px;
}
body #topbar ul#user-menu ul#login-list .item {
  padding: 0;
  height: 48px;
  color: inherit;
}
body #topbar ul#user-menu ul#login-list .item:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}
body #topbar ul#user-menu ul#login-list .item p {
  border-top: 1px solid #DDD;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 47px;
  line-height: 47px;
}
body #topbar ul#user-menu ul#login-list .item .account {
  display: block;
  float: left;
  padding: 0 1em;
  width: 90%;
  height: 47px;
  line-height: 47px;
  text-align: left;
  color: inherit;
  font-size: 1em;
}
body #topbar ul#user-menu ul#login-list .item .account .logged {
  display: inline-block;
  width: 5%;
}
body #topbar ul#user-menu ul#login-list .item .account .logo {
  display: inline-block;
  width: 25%;
}
body #topbar ul#user-menu ul#login-list .item .account .name {
  display: inline-block;
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
}
body #topbar ul#user-menu ul#login-list .item .remove {
  float: right;
  width: 10%;
  padding: 0 1em 0 0;
  color: #666 !important;
  text-shadow: none;
  line-height: inherit;
}
body #maintenance-page {
  margin: 0;
  padding: 20px;
  border: none !important;
  font-family: "Roboto Condensed";
}
body #maintenance-page p {
  text-align: center;
}
body #maintenance_notice {
  padding: 10px;
  background-color: rgba(119, 119, 119, 0.2);
}
body #maintenance_notice.app {
  background-color: transparent;
}
body #maintenance_notice > div {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #C2C2C2;
  border-radius: 10px;
  margin: 0 auto;
  padding: 10px 60px;
  width: 998px;
  background: #FFFAE4 url(../themes/iWell-2.0/css/../images/icons/icon-maintenance.png) no-repeat 10px center;
  color: #666;
}
body #maintenance_notice > div span.close {
  display: block;
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 15px;
  border-radius: 10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: #F5EECA;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
body #maintenance_notice > div span.close:hover {
  background-color: #EFE5B0;
}
body #maintenance_notice > div p {
  margin: 0;
  padding: 0;
}
body #flash-messages {
  display: none;
  position: fixed;
  top: 65px;
  text-align: center;
  width: 100%;
  z-index: 1001;
}
body #flash-messages > div {
  display: inline-block;
  margin: 0 auto;
}
body .monitor-warning {
  display: none;
  margin: 5px 5px 0 !important;
  text-align: center;
}
body div.flash {
  background: #DBECC8;
  border: 1px solid rgba(58, 89, 48, 0.75);
  color: #3A5930;
  display: inline-block;
  opacity: 1;
  padding: 0.5em 1em 0.5em 0.5em;
  position: relative;
  z-index: 7;
  -webkit-transition: all 0.2s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s linear 0s;
  /* FF4+ */
  -ms-transition: all 0.2s linear 0s;
  /* IE10? */
  -o-transition: all 0.2s linear 0s;
  /* Opera 10.5+ */
  transition: all 0.2s linear 0s;
  /* W3C */
}
body div.flash:before {
  content: " ";
  display: inline-block;
  background-image: url(../themes/iWell-2.0/css/../images/sprites-iwell-2-web-app.png);
  background-repeat: no-repeat;
  background-position: -400px -400px;
  width: 18px;
  height: 18px;
  margin: -4px 4px -4px 0;
}
body div.flash.flash-error {
  background: #EDD0D2;
  color: #A44646;
  border-color: rgba(164, 70, 70, 0.75);
}
body div.flash.flash-error:before {
  background-position: -350px -400px;
}
body div.flash.flash-warning {
  background: #E9E5B8;
  color: #816639;
  border-color: rgba(129, 102, 57, 0.75);
}
body div.flash.flash-warning:before {
  background-position: -450px -400px;
}
body div.flash.hidden {
  display: none;
  opacity: 0;
}
body div#main-container {
  position: relative;
  width: 998px;
  margin: 0 auto;
}
body div#main-container.misc {
  width: 100%;
}
body div#main-container.column1 > div {
  position: relative;
  border: 1px solid #C2C2C2;
  margin-top: -1px;
  margin-bottom: 56px;
  padding-bottom: 1em;
}
body div#main-container.column1 > div .spaced {
  padding-top: 10px;
  padding-bottom: 20px;
}
body div#main-container.column1 > div .spaced p {
  margin: 20px 0;
}
body div#main-container.column1 #content header {
  background: transparent url(../themes/iWell-2.0/css/../images/bg-noise-grey.png) repeat fixed;
  border-style: solid;
  border-width: 1px 0;
  border-color: #D6D6D6;
  height: 60px;
  margin: 20px 0 0 0;
  padding: 0 20px;
  position: relative;
}
body div#main-container.column1 #content header h1,
body div#main-container.column1 #content header h2,
body div#main-container.column1 #content header h3,
body div#main-container.column1 #content header p {
  margin: 0;
}
body div#main-container.column1 #content header h2 {
  line-height: 60px;
}
body div#main-container.column1 #content header .goto {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -14px;
}
body div#main-container.column2,
body div#main-container.column3 {
  background: transparent url(../themes/iWell-2.0/css/../images/bg-sidebar.png) left repeat-y;
  border: 1px solid #D6D6D6;
  width: 996px;
  position: relative;
  padding: 20px 0;
  margin-top: -1px;
  zoom: 1;
}
body div#main-container.column2:before,
body div#main-container.column3:before {
  border-bottom: 1px solid #D6D6D6;
  content: ' ';
  height: 19px;
  position: absolute;
  background: transparent url(../themes/iWell-2.0/css/../images/bg-noise-light.png) repeat fixed;
  top: 0;
  left: 0;
  right: 0;
}
body div#main-container.column2:before,
body div#main-container.column3:before {
  content: '';
  display: block;
}
body div#main-container.column2:after,
body div#main-container.column3:after {
  content: '';
  display: table;
  clear: both;
}
body div#main-container.column2:before,
body div#main-container.column3:before {
  content: '';
  display: block;
}
body div#main-container.column2:after,
body div#main-container.column3:after {
  content: '';
  display: table;
  clear: both;
}
body div#main-container.column2 > .column,
body div#main-container.column3 > .column {
  margin-bottom: 0px;
  bottom: 0;
}
body div#main-container.column2 > .column.main,
body div#main-container.column3 > .column.main {
  float: right;
  padding-bottom: 1em;
  width: 832px;
  right: 0;
}
body div#main-container.column2 > .column.main #content .reveal-modal,
body div#main-container.column3 > .column.main #content .reveal-modal {
  margin-left: 0px;
}
body div#main-container.column2 > .column.main #content .reveal-modal .modal-content,
body div#main-container.column3 > .column.main #content .reveal-modal .modal-content {
  overflow-y: auto;
  max-height: calc(100vh - 300px);
}
body div#main-container.column2 > .column.main #content a,
body div#main-container.column3 > .column.main #content a {
  color: #AC8921;
  font-family: "Roboto Condensed";
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
}
body div#main-container.column2 > .column.main #content a:hover,
body div#main-container.column3 > .column.main #content a:hover {
  text-decoration: underline;
}
body div#main-container.column2 > .column.main #content .add_all_fields,
body div#main-container.column3 > .column.main #content .add_all_fields {
  float: right;
}
body div#main-container.column2 > .column.main #content header,
body div#main-container.column3 > .column.main #content header {
  background: transparent url(../themes/iWell-2.0/css/../images/bg-noise-grey.png) repeat fixed;
  border-bottom: 1px solid #D6D6D6;
  height: 60px;
  margin: 0;
  padding: 0 20px;
  position: relative;
}
body div#main-container.column2 > .column.main #content header h1,
body div#main-container.column3 > .column.main #content header h1,
body div#main-container.column2 > .column.main #content header h2,
body div#main-container.column3 > .column.main #content header h2,
body div#main-container.column2 > .column.main #content header h3,
body div#main-container.column3 > .column.main #content header h3,
body div#main-container.column2 > .column.main #content header p,
body div#main-container.column3 > .column.main #content header p {
  margin: 0;
}
body div#main-container.column2 > .column.main #content header h2,
body div#main-container.column3 > .column.main #content header h2 {
  line-height: 60px;
}
body div#main-container.column2 > .column.main #content header .goto,
body div#main-container.column3 > .column.main #content header .goto {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -14px;
}
body div#main-container.column2 > .column.main #content h3,
body div#main-container.column3 > .column.main #content h3 {
  margin: 20px 0;
}
body div#main-container.column2 > .column.main #content hr,
body div#main-container.column3 > .column.main #content hr {
  height: 0px;
  border-left: 0 none;
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid white;
}
body div#main-container.column2 > .column.main #content div#goals table,
body div#main-container.column3 > .column.main #content div#goals table {
  margin: 1em -20px;
  width: 832px;
}
body div#main-container.column2 > .column.main #content div#goals table thead,
body div#main-container.column3 > .column.main #content div#goals table thead {
  background-color: #666;
}
body div#main-container.column2 > .column.main #content div#goals table thead th,
body div#main-container.column3 > .column.main #content div#goals table thead th {
  height: 30px;
  color: white;
  font-family: "Roboto Condensed";
}
body div#main-container.column2 > .column.main #content div#goals table tbody td,
body div#main-container.column3 > .column.main #content div#goals table tbody td {
  background-color: #f4f4f4;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0.5em 1em;
  text-align: left;
  -webkit-box-shadow: inset -1px -1px 0 #DDD;
  -moz-box-shadow: inset -1px -1px 0 #DDD;
  box-shadow: inset -1px -1px 0 #DDD;
  -webkit-box-shadow: inset -1px -1px 0 rgba(116, 116, 116, 0.3);
  -moz-box-shadow: inset -1px -1px 0 rgba(116, 116, 116, 0.3);
  box-shadow: inset -1px -1px 0 rgba(116, 116, 116, 0.3);
  border: 1px solid #DDD;
  border: 0 none rgba(0, 0, 0, 0);
  border-left-color: rgba(255, 255, 255, 0.3);
}
body div#main-container.column2 > .column.main #content div#goals table tbody td:first-child,
body div#main-container.column3 > .column.main #content div#goals table tbody td:first-child {
  border-left: 0 none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
body div#main-container.column2 > .column.main #content div#goals table tbody td:first-child label,
body div#main-container.column3 > .column.main #content div#goals table tbody td:first-child label {
  padding: 0 3px;
}
body div#main-container.column2 > .column.main #content div#goals table tbody td:last-child,
body div#main-container.column3 > .column.main #content div#goals table tbody td:last-child {
  -webkit-box-shadow: inset 0 -1px 0 rgba(116, 116, 116, 0.3);
  -moz-box-shadow: inset 0 -1px 0 rgba(116, 116, 116, 0.3);
  box-shadow: inset 0 -1px 0 rgba(116, 116, 116, 0.3);
}
body div#main-container.column2 > .column.main #content div#goals table tbody td > a,
body div#main-container.column3 > .column.main #content div#goals table tbody td > a {
  color: #AC8921;
}
body div#main-container.column2 > .column.main #content div#goals table tbody td > a:hover,
body div#main-container.column3 > .column.main #content div#goals table tbody td > a:hover {
  text-decoration: underline;
}
body div#main-container.column2 > .column.main #content div#goals table tbody td > a.desc,
body div#main-container.column3 > .column.main #content div#goals table tbody td > a.desc,
body div#main-container.column2 > .column.main #content div#goals table tbody td > a.asc,
body div#main-container.column3 > .column.main #content div#goals table tbody td > a.asc {
  padding-right: 20px;
  position: relative;
}
body div#main-container.column2 > .column.main #content div#goals table tbody td > a.desc:after,
body div#main-container.column3 > .column.main #content div#goals table tbody td > a.desc:after,
body div#main-container.column2 > .column.main #content div#goals table tbody td > a.asc:after,
body div#main-container.column3 > .column.main #content div#goals table tbody td > a.asc:after {
  content: '';
  background-image: url(../themes/iWell-2.0/css/../images/sprites-iwell-2-web-app.png);
  background-repeat: no-repeat;
  background-position: -450px -350px;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 8px;
  right: 0;
}
body div#main-container.column2 > .column.main #content div#goals table tbody td > a.desc.asc:after,
body div#main-container.column3 > .column.main #content div#goals table tbody td > a.desc.asc:after,
body div#main-container.column2 > .column.main #content div#goals table tbody td > a.asc.asc:after,
body div#main-container.column3 > .column.main #content div#goals table tbody td > a.asc.asc:after {
  -webkit-transform: rotate(180deg);
  /* Saf3.1+, Chrome */
  -moz-transform: rotate(180deg);
  /* FF3.5+ */
  -ms-transform: rotate(180deg);
  /* IE9 */
  -o-transform: rotate(180deg);
  /* Opera 10.5 */
  transform: rotate(180deg);
  /* W3C */
  zoom: 1;
}
body div#main-container.column2 > .column.left,
body div#main-container.column3 > .column.left {
  float: left;
  width: 157px;
  padding-bottom: 60px;
}
body div#main-container.column2.with-section-nav > .column,
body div#main-container.column3.with-section-nav > .column {
  top: 98px;
}
body div#main-container.column2 #sidebar,
body div#main-container.column3 #sidebar {
  position: relative;
  padding-top: 60px;
}
body div#main-container.column2 #sidebar nav,
body div#main-container.column3 #sidebar nav {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid white;
}
body div#main-container.column2 #sidebar nav ul li,
body div#main-container.column3 #sidebar nav ul li {
  position: relative;
}
body div#main-container.column2 #sidebar nav ul li.active span,
body div#main-container.column3 #sidebar nav ul li.active span,
body div#main-container.column2 #sidebar nav ul li.active a,
body div#main-container.column3 #sidebar nav ul li.active a,
body div#main-container.column2 #sidebar nav ul li.active a:hover,
body div#main-container.column3 #sidebar nav ul li.active a:hover {
  color: white;
  background: #444;
  background: rgba(68, 68, 68, 0.95);
  border-top-color: #484848;
}
body div#main-container.column2 #sidebar nav ul li.active:after,
body div#main-container.column3 #sidebar nav ul li.active:after {
  content: " ";
  background-color: #AC8921;
  position: absolute;
  left: 158px;
  width: 5px;
  bottom: 1px;
  top: -1px;
}
body div#main-container.column2 #sidebar nav ul li a,
body div#main-container.column3 #sidebar nav ul li a,
body div#main-container.column2 #sidebar nav ul li span,
body div#main-container.column3 #sidebar nav ul li span {
  box-sizing: content-box;
  color: #333;
  display: table-cell;
  font-family: "Roboto Condensed";
  font-size: 15px;
  font-weight: bold;
  height: 38px;
  padding: 0 6px;
  width: 145px;
  border-top: 1px solid white;
  border-bottom: 1px solid #C2C2C2;
  vertical-align: middle;
  -webkit-transition: all 0.15s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.15s linear 0s;
  /* FF4+ */
  -ms-transition: all 0.15s linear 0s;
  /* IE10? */
  -o-transition: all 0.15s linear 0s;
  /* Opera 10.5+ */
  transition: all 0.15s linear 0s;
  /* W3C */
}
body div#main-container.column2 #sidebar nav ul li aa:hover,
body div#main-container.column3 #sidebar nav ul li aa:hover,
body div#main-container.column2 #sidebar nav ul li spana:hover,
body div#main-container.column3 #sidebar nav ul li spana:hover {
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
  border-top-color: #EEE;
}
body div#main-container.column2 #sidebar nav ul li a b,
body div#main-container.column3 #sidebar nav ul li a b,
body div#main-container.column2 #sidebar nav ul li span b,
body div#main-container.column3 #sidebar nav ul li span b {
  color: #000000;
  margin-left: 10px;
  background: #ffca00;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 90%;
}
body div#main-container.column2 #sidebar nav ul li.disabled a,
body div#main-container.column3 #sidebar nav ul li.disabled a,
body div#main-container.column2 #sidebar nav ul li.disabled span,
body div#main-container.column3 #sidebar nav ul li.disabled span {
  color: #999999;
  cursor: default;
}
body div#main-container.column3 {
  background: transparent url(../themes/iWell-2.0/css/../images/bg-sidebar-right.png) 93.6% repeat-y;
}
body div#main-container.column3 > .column.main {
  float: left;
  width: 785px;
  line-height: 1.4em;
}
body div#main-container.column3 > .column.main h1 {
  font-size: 32px;
  font-family: "Roboto Condensed";
  font-weight: 100;
  margin: 15px 0;
}
body div#main-container.column3 > .column.main .no-results {
  margin-top: 20px;
  font-size: 14px;
}
body div#main-container.column3 > .column.main #content .grid {
  list-style: none;
}
body div#main-container.column3 > .column.main #content .grid h3 {
  margin-bottom: 10px;
}
body div#main-container.column3 > .column.main #content .grid h3 a {
  font-size: 24px;
  font-weight: 100;
  color: #333;
}
body div#main-container.column3 > .column.main #content .grid h3 a:hover {
  -webkit-transition: all 0.2s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s linear 0s;
  /* FF4+ */
  -ms-transition: all 0.2s linear 0s;
  /* IE10? */
  -o-transition: all 0.2s linear 0s;
  /* Opera 10.5+ */
  transition: all 0.2s linear 0s;
  /* W3C */
  color: #AC8921;
}
body div#main-container.column3 > .column.main #content .grid .preview {
  position: relative;
  width: 320px;
  height: 180px;
  border: 1px solid #666;
  margin-top: 20px;
  z-index: 0;
  background-color: gray;
  background-size: 100%;
}
body div#main-container.column3 > .column.main #content .grid .preview:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1112;
  background-repeat: no-repeat;
  background-image: url(../themes/iWell-2.0/css/../images/btn-play.png);
  background-position: center;
  opacity: 100;
}
body div#main-container.column3 > .column.main #content .grid .preview:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
}
body div#main-container.column3 > .column.main #content .grid .preview:hover:before {
  opacity: 0.5;
  background-color: #000;
  -webkit-transition: all 0.8s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.8s linear 0s;
  /* FF4+ */
  -ms-transition: all 0.8s linear 0s;
  /* IE10? */
  -o-transition: all 0.8s linear 0s;
  /* Opera 10.5+ */
  transition: all 0.8s linear 0s;
  /* W3C */
}
body div#main-container.column3 > .column.main #content .grid .counter {
  color: #AC8921;
}
body div#main-container.column3 > .column.main #content .grid li {
  display: inline-block;
  width: 720px / 2;
  padding-left: 8px;
  margin-bottom: 20px;
  vertical-align: top;
}
body div#main-container.column3 > .column.main #content #articles-list,
body div#main-container.column3 > .column.main #content #article-detail {
  padding: 0 8px;
}
body div#main-container.column3 > .column.main #content #articles-list article {
  position: relative;
  border-bottom: 1px solid white;
  padding: 20px 0;
}
body div#main-container.column3 > .column.main #content #articles-list article:after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #ccc;
}
body div#main-container.column3 > .column.main #content #articles-list h2 {
  margin-top: 0;
}
body div#main-container.column3 > .column.main #content #articles-list a {
  font-size: 24px;
  font-weight: 100;
  color: #333333;
}
body div#main-container.column3 > .column.main #content #articles-list a:hover {
  text-decoration: underline;
}
body div#main-container.column3 > .column.main #content #articles-list .top {
  margin-bottom: 10px;
}
body div#main-container.column3 > .column.main #content #articles-list .top span {
  color: #AC8921;
}
body div#main-container.column3 > .column.main #content #article-detail p {
  margin: 1.5em 0;
}
body div#main-container.column3 > .column.main #content #article-detail blockquote {
  background: #fbfbfb;
  padding: 10px;
  border: 1px solid #ccc;
}
body div#main-container.column3 > .column.main #content #article-detail ol,
body div#main-container.column3 > .column.main #content #article-detail ul {
  padding-left: 1.5em;
  margin: 1.5em 0;
}
body div#main-container.column3 > .column.main #content #article-detail ul {
  list-style-type: square;
}
body div#main-container.column3 > .column.main #content #article-detail .top {
  margin-top: 20px;
  margin-bottom: 10px;
}
body div#main-container.column3 > .column.main #content #article-detail .top span,
body div#main-container.column3 > .column.main #content #article-detail .top a {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #AC8921;
}
body div#main-container.column3 > .column.main #content #article-detail .top a:hover {
  text-decoration: underline;
}
body div#main-container.column3 > .column.main .breadcrumbs {
  font-family: "Roboto Condensed";
  font-weight: 100;
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid white;
  margin: 0 !important;
  font-size: 15px !important;
}
body div#main-container.column3 > .column.main .breadcrumbs a {
  font-size: 15px !important;
}
body div#main-container.column3 > .column.main .breadcrumbs:after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #ccc;
}
body div#main-container.column3 > .column.right {
  float: right;
  width: 210px;
}
body div#main-container.column3 > .column.right #sidebar h2 {
  display: block;
  background: #484848;
  color: #fff;
  padding: 12px;
  margin-bottom: 0;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 15px;
  font-weight: bold;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}
body div#main-container.column3 > .column.right #sidebar ul li:first-child a {
  border-top: 0;
}
body div#main-container.column3 > .column.right #sidebar li a {
  position: relative;
  display: block;
  width: auto;
  font-weight: normal;
  font-size: 14px;
  padding: 0 12px;
  margin: 0 15px;
  border: 0;
  border-bottom: 1px solid white;
}
body div#main-container.column3 > .column.right #sidebar li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #ccc;
}
body div#main-container.column3 > .column.right #sidebar li a:hover {
  text-decoration: underline;
}
body div#main-container.column3 > .column.right #sidebar li a span {
  display: inline-block;
  color: #AC8921;
  font-size: 12px;
  width: auto;
  vertical-align: middle;
  line-height: 2.5em;
  border: 0;
}
body div#main-container.column3 > .column.right #sidebar nav {
  margin-bottom: 20px;
  border: 0;
}
body div#main-container.column3 > .column.right #sidebar nav.tags {
  padding: 10px;
}
body div#main-container.column3 > .column.right #sidebar nav.tags li {
  background: #fff;
  display: inline-block;
  font-size: 15px;
  margin: 2px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
body div#main-container.column3 > .column.right #sidebar nav.tags li a {
  width: auto;
  height: auto;
  padding: 5px;
  border: 0;
}
body div#main-container.column3 > .column.right #sidebar nav.tags li a:hover {
  color: #AC8921;
  text-decoration: none;
}
body div#main-container #content > header {
  position: relative;
}
body div#main-container #content > header div.main-options {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 60px;
}
body div#main-container #content > header div.main-options input,
body div#main-container #content > header div.main-options button {
  vertical-align: middle;
}
body div#main-container #content > header div.main-options div.search-form {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
body div#main-container #content > header div.main-options div.search-form input[type=submit] {
  border: 0 none;
  background: transparent;
  width: 14px;
  min-width: 14px;
  height: 20px;
  right: 3px;
  top: 5px;
  position: absolute;
  text-indent: 100px;
  opacity: 0.5;
}
body div#main-container #content > header div.main-options div.search-form input[type=submit]:hover {
  opacity: 1;
}
body div#main-container #content > div:not(.grid-view),
body div#main-container #content > header {
  margin: 0 20px;
}
body div#main-container #content div.quick-edit {
  border-top: 1px solid #A5A5A5;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  margin-top: 0.5em;
}
body div#main-container #content div.quick-edit form select,
body div#main-container #content div.quick-edit form label {
  margin-right: 1em;
}
body div#main-container #content div.quick-edit form button {
  margin-right: 0.5em;
}
body div#main-container #content div.quick-edit div.errorSummary {
  color: #7B0000;
  margin: 0 1em 1em;
}
body div#main-container #content div.quick-edit div.errorSummary ul {
  list-style-position: inside;
}
body div#main-container #content .tank_meter-table {
  width: 100%;
  box-shadow: 0 1px 0 white;
}
body div#main-container #content .tank_meter-table th,
body div#main-container #content .tank_meter-table td {
  padding: 10px 0;
  text-align: left;
}
body div#main-container #content .tank_meter-table th .help,
body div#main-container #content .tank_meter-table td .help {
  vertical-align: middle;
}
body div#main-container #content .tank_meter-table tbody {
  border-bottom: 1px solid #C2C2C2;
}
body div#main-container #content .tank_meter-table tr.inactive {
  background-color: #e6e6e6;
}
body div#main-container #content .tank_meter-table tr.inactive td {
  color: #999;
}
body div#main-container #content .tank_meter-table tr.inactive a {
  color: #999 !important;
}
body div#main-container #content .tank_meter-table .beta {
  font-size: 0.6em;
}
body div#main-container #content .tankFieldsContainer.ui-sortable-helper,
body div#main-container #content .meterFieldsContainer.ui-sortable-helper {
  border-bottom: 1px solid #C2C2C2;
  background: transparent url(../themes/iWell-2.0/css/../images/bg-noise-grey.png) repeat scroll;
  opacity: 0.9;
}
body div#main-container #content tr.tank-form,
body div#main-container #content tr.meter-form {
  border-top: 1px solid #C2C2C2;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  margin: 0;
}
body div#main-container #content tr.tank-form .errors,
body div#main-container #content tr.meter-form .errors {
  color: #7B0000;
}
body div#main-container #content tr.tank-form a.removeTankFields,
body div#main-container #content tr.meter-form a.removeTankFields,
body div#main-container #content tr.tank-form a.removeMeterFields,
body div#main-container #content tr.meter-form a.removeMeterFields {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  line-height: 50px;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  margin-left: 10px;
}
body div#main-container #content tr.tank-form a.removeTankFields:after,
body div#main-container #content tr.meter-form a.removeTankFields:after,
body div#main-container #content tr.tank-form a.removeMeterFields:after,
body div#main-container #content tr.meter-form a.removeMeterFields:after {
  content: ' ';
  background-image: url(../themes/iWell-2.0/css/../images/sprites-iwell-2-web-app.png);
  background-repeat: no-repeat;
  background-position: -50px -400px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 4px;
}
body div#main-container #content tr.tank-form .detailTank,
body div#main-container #content tr.meter-form .detailTank {
  display: inline-block;
  height: 20px;
  margin-top: 4px;
  vertical-align: middle;
}
body div#main-container #content tr.tank-form span.move,
body div#main-container #content tr.meter-form span.move {
  display: inline-block;
  width: 19px;
  height: 16px;
  background: url(../themes/iWell-2.0/css/../images/icons/move-handle.png);
  cursor: move;
  margin: 0;
}
body div#main-container #content tr.tank-form input[type=text],
body div#main-container #content tr.meter-form input[type=text],
body div#main-container #content tr.tank-form select,
body div#main-container #content tr.meter-form select {
  vertical-align: middle;
}
body div#main-container #content tr.tank-form span.unit,
body div#main-container #content tr.meter-form span.unit {
  font-size: 15px;
  font-family: "Roboto Condensed";
  font-weight: bold;
}
body div#main-container #content tr.tank-form .show-selector,
body div#main-container #content tr.meter-form .show-selector,
body div#main-container #content tr.tank-form .hide-selector,
body div#main-container #content tr.meter-form .hide-selector {
  cursor: pointer;
  color: #ac8921;
}
body div#main-container #content tr.tank-form .fa,
body div#main-container #content tr.meter-form .fa {
  font-size: 13px !important;
}
body div#main-container #content #oilTanks form p.tank-form,
body div#main-container #content #oilTanks form p.meter-form {
  margin-bottom: 40px;
}
body div#main-container #content #oilTanks form p.tank-form button,
body div#main-container #content #oilTanks form p.meter-form button {
  margin: 0.5em 0 !important;
}
body div#main-container #content #oilTanks form h3 .help {
  float: right;
}
body div#main-container #content #oilTanks form .qtip {
  max-width: none !important;
}
body div#main-container #content #oilTanks form .qtip-content img {
  width: 344px;
  height: 81px;
}
body div#main-container #content #oilTanks form label.help {
  margin: 3px 0 10px;
  color: #ac8921 !important;
  font-weight: normal !important;
}
body div#main-container #content #oilTanks form label.help img {
  vertical-align: middle;
}
body div#main-container #content #oilTanks form input.error {
  border-color: #FE0000;
}
body div#main-container #content #oilTanks form span.error {
  color: #FE0000;
  font-weight: 600;
  font-size: 11px;
}
body div#main-container input[type="text"],
body div#main-container input[type="password"],
body div#main-container input[type="email"] select {
  border: 1px solid #C2C2C2;
  height: 27px;
}
body div#main-container .grid-view.monitor .tooltip.monitor-unit-status {
  float: right;
  color: red;
}
body div#main-container .grid-view.monitor .bubble-unit-status-container span {
  font-weight: normal;
}
body div#main-container .grid-view.monitor span.undefined {
  color: red;
}
body #import-production-container #hmDialog {
  top: 25% !important;
}
body #import-production-container #importFileDialog {
  left: 50% !important;
  margin-left: -160px !important;
  width: 320px !important;
}
body #import-production-container #importFileDialog small {
  font-size: 0.9em;
}
body #import-production-container .message span.success {
  color: #4A9931;
}
body #import-production-container .message span.error {
  color: #E42E2E;
}
body nav#sections {
  position: relative;
  z-index: 1;
  height: 40px;
  min-width: 1000px;
  font-family: "Roboto Condensed";
  font-weight: bold;
  background-color: rgba(119, 119, 119, 0.2);
  overflow: hidden;
}
body nav#sections ul {
  border-bottom: #A5A5A5;
  display: block;
  position: relative;
  width: 998px;
  padding-top: 11px;
  margin: 0 auto;
  zoom: 1;
}
body nav#sections ul:before {
  content: '';
  display: block;
}
body nav#sections ul:after {
  content: '';
  display: table;
  clear: both;
}
body nav#sections ul:before {
  content: '';
  display: block;
}
body nav#sections ul:after {
  content: '';
  display: table;
  clear: both;
}
body nav#sections ul li {
  float: left;
  line-height: 28px;
  margin-right: 0.5em;
  padding: 0 1em;
  font-size: 15px;
  border-top: 1px solid #C2C2C2;
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
}
body nav#sections ul li a {
  color: black;
}
body nav#sections ul li.active {
  background: transparent url(../themes/iWell-2.0/css/../images/bg-noise-light.png) repeat fixed;
  border-color: #A5A5A5;
}
body > .wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -56px;
}
body > footer {
  position: relative;
  margin: 0 auto;
  font-size: 12px;
  font-family: "Roboto Condensed";
  font-weight: normal;
  text-align: center;
  color: #666;
  height: 46px;
  z-index: 0;
  -webkit-transition: all 0.2s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s linear 0s;
  /* FF4+ */
  -ms-transition: all 0.2s linear 0s;
  /* IE10? */
  -o-transition: all 0.2s linear 0s;
  /* Opera 10.5+ */
  transition: all 0.2s linear 0s;
  /* W3C */
}
body > footer span.logo {
  background-image: url(../themes/iWell-2.0/css/../images/sprites-iwell-2-web-app.png);
  background-repeat: no-repeat;
  background-position: -400px 0px;
  width: 100px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}
body > footer.widh-sidebar-left {
  left: 240px;
}
body > footer.widh-sidebar-right {
  right: 240px;
}
body[data-cid=app] > footer {
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
span.icon {
  background: transparent url(../themes/iWell-2.0/css/../images/sprites-iwell-2-web-app.png) no-repeat;
  display: inline-block;
}
span.icon.arrow-down {
  background-position: -350px 7px;
  height: 15px;
  width: 11px;
}
.modal-content a {
  color: #AC8921;
  font-family: "Roboto Condensed";
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
}
.modal-content a:hover {
  text-decoration: underline;
}
#resendInvitation {
  color: #AC8921;
  font-size: 15px;
  font-family: "Roboto Condensed";
  font-weight: normal;
}
#errorPage {
  top: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
#errorPage video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.line27 {
  line-height: 27px;
}
p.titleText,
.titleText a {
  font-family: "Roboto Condensed";
  font-size: 15px;
}
.w3 {
  display: inline-block;
  width: 3em;
}
.w4 {
  display: inline-block;
  width: 4.5em;
}
.border-top {
  border-top: 1px solid white;
  -webkit-box-shadow: inset 0 -1px 0 #C2C2C2;
  -moz-box-shadow: inset 0 -1px 0 #C2C2C2;
  box-shadow: inset 0 -1px 0 #C2C2C2;
  padding-top: 10px;
  margin-top: 10px;
}
.border-bottom {
  border-bottom: 1px solid white;
  -webkit-box-shadow: inset 0 -1px 0 #C2C2C2;
  -moz-box-shadow: inset 0 -1px 0 #C2C2C2;
  box-shadow: inset 0 -1px 0 #C2C2C2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.border-left {
  border-left: 1px solid white;
  -webkit-box-shadow: inset 1px 0 0 #C2C2C2;
  -moz-box-shadow: inset 1px 0 0 #C2C2C2;
  box-shadow: inset 1px 0 0 #C2C2C2;
  padding-left: 10px;
  margin-left: 10px;
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: '';
  display: block;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.nobreak br,
br.nobreak {
  display: none;
}
textarea,
input[type=text] {
  border: 1px solid #C2C2C2;
}
input[type=text],
input[type=number] {
  height: 27px;
}
input[type=text].expand {
  width: 100%;
}
.main-button {
  display: inline-block;
  padding: 8px !important;
  min-width: 92px;
  font-weight: normal;
  font-family: "Roboto Condensed";
  font-size: 15px;
  text-align: center;
  margin-left: 10px;
  text-shadow: inherit !important;
}
.main-button.yellow {
  background: #AC8921 !important;
  border-color: #AC8921 !important;
  color: white !important;
}
.main-button.black {
  background: #444 !important;
  border-color: #222 !important;
  color: white !important;
}
#main-container .normalParagraph,
#main-container .normalParagraph label {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: inherit;
}
#main-container button,
#main-container input[type=button],
#main-container input[type=submit],
#main-container .button.black,
#main-container .rrc-step_2 .button {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 92px;
  color: white !important;
  font-weight: normal;
  font-family: "Roboto Condensed";
  font-size: 15px;
  text-align: center;
  text-shadow: 0 0 2px #000;
  margin-left: 10px;
}
#main-container button,
#main-container input[type=button],
#main-container input[type=submit],
#main-container .button.black,
#main-container .rrc-step_2 .button,
#main-container button:hover,
#main-container input[type=button]:hover,
#main-container input[type=submit]:hover,
#main-container .button.black:hover,
#main-container .rrc-step_2 .button:hover {
  border: 1px solid #333;
  background: #a4a4a4 / 2;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5D5D5D), color-stop(50%, #474747));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5D5D5D 0%, #474747 50%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #5D5D5D 0%, #474747 50%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #5D5D5D 0%, #474747 50%);
  /* IE10+ */
  background: -o-linear-gradient(top, #5D5D5D 0%, #474747 50%);
  /* Opera11.10+ */
  background: linear-gradient(top, #5D5D5D 0%, #474747 50%);
  /* W3C */
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#main-container button:hover,
#main-container input[type=button]:hover,
#main-container input[type=submit]:hover,
#main-container .button.black:hover,
#main-container .rrc-step_2 .button:hover {
  text-decoration: underline;
}
#main-container button.red,
#main-container input[type=button].red,
#main-container input[type=submit].red,
#main-container .button.black.red,
#main-container .rrc-step_2 .button.red,
#main-container button.red:hover,
#main-container input[type=button].red:hover,
#main-container input[type=submit].red:hover,
#main-container .button.black.red:hover,
#main-container .rrc-step_2 .button.red:hover {
  border-color: #900;
  background: #ff5b5b / 2;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C95858), color-stop(50%, #BE0303));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #C95858 0%, #BE0303 50%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #C95858 0%, #BE0303 50%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #C95858 0%, #BE0303 50%);
  /* IE10+ */
  background: -o-linear-gradient(top, #C95858 0%, #BE0303 50%);
  /* Opera11.10+ */
  background: linear-gradient(top, #C95858 0%, #BE0303 50%);
  /* W3C */
}
#main-container button.green,
#main-container input[type=button].green,
#main-container input[type=submit].green,
#main-container .button.black.green,
#main-container .rrc-step_2 .button.green,
#main-container button.green:hover,
#main-container input[type=button].green:hover,
#main-container input[type=submit].green:hover,
#main-container .button.black.green:hover,
#main-container .rrc-step_2 .button.green:hover {
  border-color: #090;
  background: #39ff39 / 2;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #34BA34), color-stop(50%, #057005));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #34BA34 0%, #057005 50%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #34BA34 0%, #057005 50%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #34BA34 0%, #057005 50%);
  /* IE10+ */
  background: -o-linear-gradient(top, #34BA34 0%, #057005 50%);
  /* Opera11.10+ */
  background: linear-gradient(top, #34BA34 0%, #057005 50%);
  /* W3C */
}
#main-container button.gray,
#main-container input[type=button].gray,
#main-container input[type=submit].gray,
#main-container .button.black.gray,
#main-container .rrc-step_2 .button.gray,
#main-container button.gray:hover,
#main-container input[type=button].gray:hover,
#main-container input[type=submit].gray:hover,
#main-container .button.black.gray:hover,
#main-container .rrc-step_2 .button.gray:hover {
  border-color: #666;
  background: #ffffff / 2;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888), color-stop(50%, #777));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #888 0%, #777 50%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #888 0%, #777 50%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #888 0%, #777 50%);
  /* IE10+ */
  background: -o-linear-gradient(top, #888 0%, #777 50%);
  /* Opera11.10+ */
  background: linear-gradient(top, #888 0%, #777 50%);
  /* W3C */
}
#main-container button.white,
#main-container input[type=button].white,
#main-container input[type=submit].white,
#main-container .button.black.white,
#main-container .rrc-step_2 .button.white,
#main-container button.white:hover,
#main-container input[type=button].white:hover,
#main-container input[type=submit].white:hover,
#main-container .button.black.white:hover,
#main-container .rrc-step_2 .button.white:hover {
  border-color: #fff;
  background: #ffffff / 2;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(50%, #fff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ccc 0%, #fff 50%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #ccc 0%, #fff 50%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ccc 0%, #fff 50%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ccc 0%, #fff 50%);
  /* Opera11.10+ */
  background: linear-gradient(top, #ccc 0%, #fff 50%);
  /* W3C */
  color: #484848 !important;
}
#main-container button.add:before,
#main-container input[type=button].add:before,
#main-container input[type=submit].add:before,
#main-container .button.black.add:before,
#main-container .rrc-step_2 .button.add:before {
  color: white;
  content: '+ ';
  font-family: Arial, helvetica, sans-serif;
  font-weight: bold;
}
#main-container button.small,
#main-container input[type=button].small,
#main-container input[type=submit].small,
#main-container .button.black.small,
#main-container .rrc-step_2 .button.small {
  min-width: 0;
}
#main-container button.ui-multiselect,
#main-container input[type=button].ui-multiselect,
#main-container input[type=submit].ui-multiselect,
#main-container .button.black.ui-multiselect,
#main-container .rrc-step_2 .button.ui-multiselect {
  min-width: 100px;
  background: white;
  border: 1px solid;
  border-color: #848484 #C1C1C1 #E1E1E1;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: black;
  padding: 1px;
  font-weight: normal;
  vertical-align: middle;
}
#main-container button.ui-multiselect .ui-icon,
#main-container input[type=button].ui-multiselect .ui-icon,
#main-container input[type=submit].ui-multiselect .ui-icon,
#main-container .button.black.ui-multiselect .ui-icon,
#main-container .rrc-step_2 .button.ui-multiselect .ui-icon {
  margin-top: 1px;
  background: url(../themes/iWell-2.0/css/../images/icons/arrow2.png) no-repeat center;
}
#main-container button.continue,
#main-container input[type=button].continue,
#main-container input[type=submit].continue,
#main-container .button.black.continue,
#main-container .rrc-step_2 .button.continue {
  border: none;
  padding: 10px 15px;
  text-shadow: none;
}
#main-container button.continue.gray,
#main-container input[type=button].continue.gray,
#main-container input[type=submit].continue.gray,
#main-container .button.black.continue.gray,
#main-container .rrc-step_2 .button.continue.gray {
  background: #333;
}
#main-container button.continue.light-gray,
#main-container input[type=button].continue.light-gray,
#main-container input[type=submit].continue.light-gray,
#main-container .button.black.continue.light-gray,
#main-container .rrc-step_2 .button.continue.light-gray {
  background: #bbb;
  cursor: default;
}
#main-container button.continue.light-gray:hover,
#main-container input[type=button].continue.light-gray:hover,
#main-container input[type=submit].continue.light-gray:hover,
#main-container .button.black.continue.light-gray:hover,
#main-container .rrc-step_2 .button.continue.light-gray:hover {
  text-decoration: none;
}
#main-container button.continue.yellow,
#main-container input[type=button].continue.yellow,
#main-container input[type=submit].continue.yellow,
#main-container .button.black.continue.yellow,
#main-container .rrc-step_2 .button.continue.yellow {
  background: #ffcc00;
  color: #333 !important;
  font-weight: bold !important;
}
a.helpLink {
  background: url(../themes/iWell-2.0/css/../images/icons/help.png) center no-repeat;
  height: 25px;
  width: 30px;
  display: block;
  position: absolute;
}
.ui-widget {
  font-family: Arial !important;
  font-size: 13px !important;
}
.app-icon {
  background-image: url(../themes/iWell-2.0/css/../images/sprites-iwell-2-web-app.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
}
.app-icon.pumper {
  background-position: -450px -50px;
}
.app-icon.iwell {
  background-position: -450px -100px;
}
.app-icon.hide-text {
  overflow: hidden;
  line-height: 200px;
}
.app-icon.blank {
  background: transparent;
  visibility: hidden;
}
#modeSelectors .description,
#modeSelectors .user-group-access-link {
  display: none;
}
.selectors {
  margin-top: 5px;
}
.selectors a.selectAll {
  margin-right: 10px;
}
.selectors a:hover {
  text-decoration: underline;
}
.reveal-modal {
  position: fixed !important;
  margin: 0 auto 0 auto !important;
  left: 0 !important;
  right: 0 !important;
}
.reveal-modal .modal-content {
  overflow-y: auto;
}
.reveal-modal .modal-content h3 {
  margin: 0 0 20px 0 !important;
  padding: 0 50px 0 0 !important;
}
.reveal-modal .modal-content img {
  max-width: 100%;
}
.reveal-modal button.close-reveal-modal {
  top: 27px;
  right: 27px;
  margin-left: 10px;
  border: 1px solid #333;
  border-radius: 6px;
  background: #525252;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5D5D5D), color-stop(50%, #474747));
  background: -webkit-linear-gradient(top, #5D5D5D 0%, #474747 50%);
  background: -moz-linear-gradient(top, #5D5D5D 0%, #474747 50%);
  background: -ms-linear-gradient(top, #5D5D5D 0%, #474747 50%);
  background: -o-linear-gradient(top, #5D5D5D 0%, #474747 50%);
  background: linear-gradient(top, #5D5D5D 0%, #474747 50%);
  background-clip: padding-box;
  display: inline-block;
  padding: 3px 10px;
  color: white !important;
  font-weight: normal;
  font-family: "Roboto Condensed";
  font-size: 15px;
  text-align: center;
  text-shadow: 0 0 2px #000;
}
/* Settings section */
.logo-container {
  background: #fff;
  border: solid 1px #ccc;
  text-align: center;
  padding: 10px;
}
.logo-container img {
  max-height: 85px;
  max-width: 300px;
}
.runTicketPopup div {
  font-family: "Roboto Condensed";
  font-size: 16px;
  margin-bottom: 7px;
}
.runTicketPopup div .num {
  font-weight: bold;
}
.runTicketPopup div span.date {
  font-style: italic;
}
.runTicketPopup div span.total {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
.runTicketPopup h3 {
  font: lighter 24px "Roboto Condensed";
  text-align: left;
  display: block;
  border-bottom: 1px solid #c2c2c2;
  margin: 0 0 1em;
  padding-bottom: 0.5em;
}
.runTicketPopup .runTicketPicture {
  float: left;
  width: 170px;
}
.runTicketPopup .runTicketPicture .picture {
  width: 100%;
  min-height: 160px;
  border: solid 1px #ddd;
  background: url(../themes/iWell-2.0/css/../images/no-picture.png) center no-repeat;
  position: relative;
}
.runTicketPopup .runTicketPicture .picture img {
  width: 100%;
}
.runTicketPopup .runTicketPicture .picture img.hide {
  display: none;
}
.runTicketPopup .runTicketPicture .picture.empty {
  min-height: 170px;
}
.runTicketPopup .runTicketPicture input[type=file] {
  display: none;
}
.runTicketPopup .runTicketPicture button {
  margin-top: 10px;
}
.runTicketPopup button,
.runTicketPopup input[type=button] {
  color: white;
  cursor: pointer;
  font: normal 15px "Roboto Condensed";
  text-align: center;
  -webkit-transition: all 0.1s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.1s linear 0s;
  /* FF4+ */
  -ms-transition: all 0.1s linear 0s;
  /* IE10? */
  -o-transition: all 0.1s linear 0s;
  /* Opera 10.5+ */
  transition: all 0.1s linear 0s;
  /* W3C */
  text-shadow: #000 0 0 0;
  border: 1px solid #333;
  background: #a4a4a4 / 2;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5D5D5D), color-stop(50%, #474747));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5D5D5D 0%, #474747 50%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #5D5D5D 0%, #474747 50%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #5D5D5D 0%, #474747 50%);
  /* IE10+ */
  background: -o-linear-gradient(top, #5D5D5D 0%, #474747 50%);
  /* Opera11.10+ */
  background: linear-gradient(top, #5D5D5D 0%, #474747 50%);
  /* W3C */
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 5px 20px;
}
.runTicketPopup button.red,
.runTicketPopup input[type=button].red,
.runTicketPopup button.red:hover,
.runTicketPopup input[type=button].red:hover {
  border-color: #900;
  background: #ff5b5b / 2;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C95858), color-stop(50%, #BE0303));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #C95858 0%, #BE0303 50%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #C95858 0%, #BE0303 50%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #C95858 0%, #BE0303 50%);
  /* IE10+ */
  background: -o-linear-gradient(top, #C95858 0%, #BE0303 50%);
  /* Opera11.10+ */
  background: linear-gradient(top, #C95858 0%, #BE0303 50%);
  /* W3C */
  -webkit-box-shadow: inset 0 0 1px white;
  -moz-box-shadow: inset 0 0 1px white;
  box-shadow: inset 0 0 1px white;
}
.runTicketPopup .runTicketForm {
  text-align: right;
  float: left;
  max-width: 450px;
  min-width: 170px;
  margin-left: 20px;
}
.runTicketPopup .runTicketForm label {
  font: bold 15px "Roboto Condensed";
  float: left;
  width: 150px;
  margin: 0 0 1em 0;
  clear: left;
  padding-top: 7px;
}
.runTicketPopup .runTicketForm label.error {
  margin-top: -20px;
  margin-left: 216px;
  color: darkred;
}
.runTicketPopup .runTicketForm input,
.runTicketPopup .runTicketForm textarea {
  font: normal 15px "Roboto Condensed";
  padding: 0.2em;
  width: 270px;
  margin: 0 0 1em 0;
}
.runTicketPopup .runTicketForm textarea {
  height: 200px;
  resize: none;
}
.runTicketPopup .runTicketForm div.buttons {
  text-align: right;
}
input[type="text"].validation-warning,
select.validation-warning,
input[type="text"].validation-error,
select.validation-error,
input[type="text"].input-error,
select.input-error {
  border-color: darkred !important;
  border-style: solid !important;
  -webkit-box-shadow: inset 0 0 6px rgba(139, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(139, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(139, 0, 0, 0.3);
}
input[type="text"].validation-warning.validation-warning,
select.validation-warning.validation-warning,
input[type="text"].validation-error.validation-warning,
select.validation-error.validation-warning,
input[type="text"].input-error.validation-warning,
select.input-error.validation-warning {
  border-color: #FF9900 !important;
}
label.validation-error,
label.validation-warning {
  position: absolute;
  z-index: 10;
  border-radius: 0 0 4px 4px;
  padding: 4px;
  min-width: 150px;
  max-width: 200px;
  color: #FFF !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 1em !important;
}
label.validation-error {
  background-color: #950C0C;
}
label.validation-warning {
  background-color: #FF9900;
}
.production-container div div label.validation-error,
.production-container div div label.validation-warning {
  left: 7.5px;
}
.tank-detail,
.meter-detail {
  margin: 0 !important;
}
.tank-detail h3,
.meter-detail h3 {
  overflow: hidden;
  margin: 0 !important;
  padding: 20px;
}
.tank-detail h3 b,
.meter-detail h3 b {
  font-size: 0.6em;
  font-weight: bold;
}
.tank-detail .tank-name,
.meter-detail .tank-name,
.tank-detail .meter-name,
.meter-detail .meter-name {
  display: inline-block;
}
.tank-detail .monitor,
.meter-detail .monitor {
  border: 2px solid #e2e2e2;
  width: 400px;
  display: inline-block;
  float: right;
  margin-top: 10px;
  padding: 8px 10px 3px 10px;
  font-weight: 600;
  font-family: "Roboto Condensed";
  font-size: 16px;
  line-height: 26px;
  margin-right: 10px;
}
.tank-detail .monitor img,
.meter-detail .monitor img {
  padding: 0 5px;
}
.tank-detail .monitor .fright a:nth-child(2) img,
.meter-detail .monitor .fright a:nth-child(2) img {
  padding-left: 9px;
  margin-left: 7px;
  border-left: 1px solid #cecece;
}
.tank-detail label,
.meter-detail label {
  font-weight: bold;
  vertical-align: middle;
}
.tank-detail input[type="text"],
.meter-detail input[type="text"],
.tank-detail select,
.meter-detail select {
  display: inline-block;
  width: 80px;
  vertical-align: middle;
}
.tank-detail input[type="button"],
.meter-detail input[type="button"],
.tank-detail input[type="submit"],
.meter-detail input[type="submit"] {
  margin: 0 !important;
  vertical-align: middle;
}
.tank-detail .information,
.meter-detail .information {
  overflow: hidden;
  border-bottom: 1px solid #DDD;
  padding: 10px 20px 20px;
  font-family: "Roboto Condensed", Arial, Helvetica;
}
.tank-detail .information label,
.meter-detail .information label {
  margin-left: 10px;
  margin-right: 0 !important;
}
.tank-detail .information label:first-child,
.meter-detail .information label:first-child {
  margin-left: 0 !important;
}
.tank-detail .information .unit,
.meter-detail .information .unit {
  font-weight: bold;
  font-size: 15px;
  line-height: 27px;
  vertical-align: middle;
}
.tank-detail .information > div,
.meter-detail .information > div {
  overflow: hidden;
}
.tank-detail .information .errors,
.meter-detail .information .errors {
  display: none;
}
.tank-detail .form-actions,
.meter-detail .form-actions {
  padding: 10px 20px;
}
.tank-detail .form-actions .text-right label,
.meter-detail .form-actions .text-right label {
  margin: 0;
}
.tank-detail p,
.meter-detail p {
  overflow: hidden;
  margin: 0;
  padding: 10px 20px;
}
.tank-detail p a,
.meter-detail p a {
  display: inline-block;
  vertical-align: middle;
}
.tank-detail span,
.meter-detail span {
  display: inline-block;
  vertical-align: middle;
}
.tank-detail span *,
.meter-detail span * {
  vertical-align: middle;
}
.tank-detail .fright,
.meter-detail .fright {
  text-align: right;
}
.tank-detail .configurations .collapsable,
.meter-detail .configurations .collapsable {
  border-bottom: 1px solid #DDD;
}
.tank-detail .configurations .collapsable.collapsed,
.meter-detail .configurations .collapsable.collapsed {
  border-bottom: none;
}
.tank-detail .configuration.current,
.meter-detail .configuration.current {
  background-color: rgba(172, 137, 33, 0.2);
}
.tank-detail .configuration.current div.body p,
.meter-detail .configuration.current div.body p {
  border-top: none;
}
.tank-detail .configuration select.period_select,
.meter-detail .configuration select.period_select {
  display: inline-block;
  width: auto;
}
.tank-detail .configuration i.fa-trash-o,
.meter-detail .configuration i.fa-trash-o {
  color: red;
  vertical-align: middle;
}
.tank-detail .configuration div.head,
.meter-detail .configuration div.head {
  border-bottom: 1px solid #DDD;
  font-family: "Roboto Condensed", Arial, Helvetica;
  font-size: 15px;
}
.tank-detail .configuration div.head p,
.meter-detail .configuration div.head p {
  padding: 5px 20px;
  background-color: #FFF;
}
.tank-detail .configuration div.body p,
.meter-detail .configuration div.body p {
  border-top: 1px solid #FFF;
}
.tank-detail .configuration div.foot,
.meter-detail .configuration div.foot {
  font-family: "Roboto Condensed", Arial, Helvetica;
  font-size: 15px;
}
.tank-detail .configuration div.foot p a,
.meter-detail .configuration div.foot p a {
  color: #000 !important;
  font-weight: normal !important;
}
.tank-detail .configuration div.foot .delete,
.meter-detail .configuration div.foot .delete {
  border-bottom: 1px solid #DDD;
}
.tank-detail .configuration div.foot .add,
.meter-detail .configuration div.foot .add {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #DDD;
  padding-bottom: 20px;
}
.tank-detail .configuration table,
.meter-detail .configuration table {
  width: 100%;
}
.tank-detail .configuration table thead,
.meter-detail .configuration table thead {
  background-color: grey;
  color: white;
}
.tank-detail .configuration table thead th,
.meter-detail .configuration table thead th {
  padding: 10px 16px !important;
}
.tank-detail .configuration table tbody,
.meter-detail .configuration table tbody {
  background-color: #FAFAFA;
}
.tank-detail .configuration table tbody tr,
.meter-detail .configuration table tbody tr {
  border-bottom: 1px solid #D1D1D1;
}
.tank-detail .configuration table tfoot td,
.meter-detail .configuration table tfoot td {
  padding: 10px;
}
.tank-detail .configuration table td,
.meter-detail .configuration table td,
.tank-detail .configuration table th,
.meter-detail .configuration table th {
  box-shadow: none !important;
  padding: 5px 16px !important;
  text-align: left !important;
}
.tank-detail .configuration table input[type="text"],
.meter-detail .configuration table input[type="text"] {
  display: inline-block;
  width: 50px;
  text-align: right;
  height: auto !important;
}
.tank-detail .configuration table input[type="text"].well_autocomplete,
.meter-detail .configuration table input[type="text"].well_autocomplete {
  text-align: left;
}
div.reveal-modal.tank-modal,
div.reveal-modal.meter-modal {
  width: 500px;
}
div.reveal-modal.tank-modal .modal-content,
div.reveal-modal.meter-modal .modal-content {
  padding: 20px 0 10px;
  font-size: 15px;
}
div.reveal-modal.tank-modal .modal-content h3,
div.reveal-modal.meter-modal .modal-content h3 {
  margin: 0 0 10px !important;
  padding: 0;
}
div.reveal-modal.tank-modal .modal-content label,
div.reveal-modal.meter-modal .modal-content label {
  margin-right: 0 !important;
}
div.reveal-modal.tank-modal .modal-content form > div,
div.reveal-modal.meter-modal .modal-content form > div {
  padding: 0 20px;
  font-family: "Roboto Condensed";
}
div.reveal-modal.tank-modal .modal-content form > div:last-child,
div.reveal-modal.meter-modal .modal-content form > div:last-child {
  border-top: 1px solid #FFF;
  padding-top: 10px;
}
div.reveal-modal.tank-modal .modal-content form > div p,
div.reveal-modal.meter-modal .modal-content form > div p {
  padding: 10px 0;
}
div.reveal-modal.tank-modal .modal-content form > div p input[type="text"],
div.reveal-modal.meter-modal .modal-content form > div p input[type="text"] {
  margin-right: 10px;
}
div.reveal-modal.tank-modal .modal-content form > div b,
div.reveal-modal.meter-modal .modal-content form > div b {
  vertical-align: middle;
}
div.reveal-modal.tank-modal .modal-content .configuration,
div.reveal-modal.meter-modal .modal-content .configuration {
  padding: 0 20px;
}
div.reveal-modal.tank-modal .modal-content .configuration p,
div.reveal-modal.meter-modal .modal-content .configuration p {
  padding: 10px 0px;
}
div.reveal-modal.tank-modal button.close-reveal-modal,
div.reveal-modal.meter-modal button.close-reveal-modal {
  top: 25px;
}
div.collapsable.stats {
  display: none;
}
div.collapsable > header {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none;
  background: transparent url(../themes/iWell-2.0/css/../images/bg-noise-grey.png) repeat scroll;
  -webkit-box-shadow: inset 0 0 1px white;
  -moz-box-shadow: inset 0 0 1px white;
  box-shadow: inset 0 0 1px white;
  border-style: solid;
  border-width: 1px 0;
  border-color: #C2C2C2;
  cursor: pointer;
  position: relative;
  height: auto !important;
}
div.collapsable > header h3 {
  border: none;
  font-size: 17px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
}
div.collapsable > header h3:after {
  content: ' ';
  background-image: url(../themes/iWell-2.0/css/../images/sprites-iwell-2-web-app.png);
  background-repeat: no-repeat;
  background-position: -300px 0px;
  display: inline-block;
  font-size: 22px;
  line-height: 18px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 8px;
  width: 22px;
  height: 22px;
}
div.collapsable > header h3:after:hover {
  opacity: 0.9;
}
div.collapsable.collapsed h3:after {
  background-position: -350px -50px;
}
div.collapsable.collapsed > div {
  display: none;
}
.ui-autocomplete {
  z-index: 2000 !important;
  padding: 0;
}
.ui-autocomplete .ui-menu-item {
  padding: 8px 5px;
  width: auto;
  font-family: "Roboto Condensed";
  font-size: 15px;
}
.ui-autocomplete .ui-menu-item:not(:last-child) {
  border-style: solid;
  border-color: #ddd;
  border-width: 0 0 1px;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
  border-style: solid;
  border-color: #ddd;
  border-width: 0 0 1px;
}
#well-form p,
#lease-form p {
  line-height: 20px;
}
#well-form .tank-form input[type="text"],
#lease-form .tank-form input[type="text"],
#well-form .tank-form select,
#lease-form .tank-form select {
  margin-right: 0 !important;
}
#well-form .w5,
#lease-form .w5 {
  display: inline-block;
  width: 100px;
}
#well-form .w8,
#lease-form .w8 {
  display: inline-block;
  width: 120px;
}
#well-form .multi-line,
#lease-form .multi-line {
  line-height: normal !important;
}
#well-form .productFields,
#lease-form .productFields {
  overflow: hidden;
}
#well-form .productFields .fleft,
#lease-form .productFields .fleft {
  width: 40%;
}
#well-form .productFields .fright,
#lease-form .productFields .fright {
  width: 60%;
}
#well-form .inline-radio,
#lease-form .inline-radio {
  overflow: hidden;
}
#well-form .inline-radio#production span label,
#lease-form .inline-radio#production span label {
  font-weight: normal !important;
}
#well-form .inline-radio span,
#lease-form .inline-radio span {
  float: left;
}
#well-form .inline-radio label,
#lease-form .inline-radio label {
  margin-right: 10px;
  vertical-align: middle;
}
#well-form span.inline-radio,
#lease-form span.inline-radio {
  display: inline-block;
}
#rrc_info input[type="text"],
#rrc_info select {
  width: 100px !important;
}
#rrc_info .hidden {
  display: none;
}
#rrc_info .errorMessage {
  display: inline-block;
}
.qtip .edit-btn {
  position: absolute;
  right: 15px;
}
.edit-btn {
  color: #ac8921;
}
.qtip {
  max-width: 560px;
  font-size: 0.8em;
  line-height: 1.2em;
}
.qtip .qtip-content {
  padding: 1em;
}
.qtip.no-padding {
  min-width: 480px;
}
.qtip.no-padding .qtip-content {
  padding: 0;
}
.qtip ol {
  margin: 1em;
}
ul.tooltiptable {
  zoom: 1;
  border-bottom: 1px solid #C2C2C2;
  border-top: 1px solid #C2C2C2;
  list-style: none;
  margin: 0 -2px;
  font-size: 14px;
}
ul.tooltiptable:before {
  content: '';
  display: block;
}
ul.tooltiptable:after {
  content: '';
  display: table;
  clear: both;
}
ul.tooltiptable:before {
  content: '';
  display: block;
}
ul.tooltiptable:after {
  content: '';
  display: table;
  clear: both;
}
ul.tooltiptable li {
  box-sizing: border-box;
  float: left;
  width: 50%;
  overflow: hidden;
  position: relative;
}
ul.tooltiptable li label {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
ul.tooltiptable li > label,
ul.tooltiptable li > .label {
  display: block;
  border-bottom: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.1s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.1s linear 0s;
  /* FF4+ */
  -ms-transition: all 0.1s linear 0s;
  /* IE10? */
  -o-transition: all 0.1s linear 0s;
  /* Opera 10.5+ */
  transition: all 0.1s linear 0s;
  /* W3C */
}
ul.tooltiptable li > label:hover,
ul.tooltiptable li > .label:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
ul.tooltiptable li > label .highlight,
ul.tooltiptable li > .label .highlight {
  background-color: yellow;
  color: black;
}
ul.tooltiptable.rep_items li {
  width: 25%;
}
#reportPast label.secondary {
  display: block !important;
}
form label {
  color: #333;
  font-weight: bold;
  font-family: "Roboto Condensed";
  font-size: 15px;
  line-height: 27px;
  margin-right: 8px;
  display: inline-block;
}
form #Group_pumper label,
form #Group_status label,
form #User_status label,
form label.secondary {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: inherit;
  width: auto;
}
form input[readonly=readonly] {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
form fieldset {
  border: 1px solid #C2C2C2;
  margin: 10px 0;
  padding: 10px;
}
form fieldset label {
  display: inline-block;
}
form fieldset.metadata-values {
  border: 1px solid #C2C2C2;
  margin-top: 50px;
  padding: 1em;
  position: relative;
}
form fieldset.metadata-values > legend {
  position: absolute;
  text-transform: capitalize;
  font-size: 20px;
  font-family: "Roboto Condensed";
  left: 0;
  top: -30px;
}
form fieldset.metadata-values ul {
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
form fieldset.metadata-values ul li {
  padding: 0.5em 0;
}
form fieldset.metadata-values label {
  font-family: "Roboto Condensed";
  line-height: 27px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  width: 130px;
}
form fieldset.metadata-values input[type=text] {
  width: 180px;
}
form fieldset.metadata-values button.small {
  margin-left: 0;
}
form div.left-column {
  width: 50%;
  float: left;
}
form div.left-column input[type="text"],
form div.left-column input[type="email"] {
  width: 200px;
}
form div.right-column {
  width: 50%;
  float: right;
}
form div.right-column input[type="text"],
form div.right-column input[type="email"] {
  width: 200px;
}
form input[type="password"] {
  width: 150px;
}
form div.errorMessage,
form span.errorMessage {
  color: #7B0000;
}
form span#validateTanks-error,
form span#validateMeters-error {
  margin-left: 14px;
  padding: 0;
  margin-bottom: 10px;
}
form input[type=text].error,
form input[type=password].error,
form select.error {
  border-color: #7B0000;
  -webkit-box-shadow: inset 0 0 3px rgba(123, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 3px rgba(123, 0, 0, 0.5);
  box-shadow: inset 0 0 3px rgba(123, 0, 0, 0.5);
}
form .button-row {
  line-height: 27px;
  text-align: right;
}
form .button-row a {
  margin-right: 1em;
}
form #User_status br {
  display: none;
}
form .accessTable {
  margin: 20px -20px;
  overflow: hidden;
}
form .accessTable h3,
form .accessTable h4 {
  font-family: "Roboto Condensed";
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  line-height: 30px;
  padding-left: 15px;
}
form .accessTable h3 span,
form .accessTable h4 span {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
}
form .accessTable h3 {
  background-color: rgba(68, 68, 68, 0.7);
  color: white;
}
form .accessTable h4 {
  margin-top: -1px;
  border-top: 1px solid #C2C2C2;
  background-color: rgba(221, 221, 221, 0.7);
}
form .accessTable div.options {
  padding: 10px 15px 10px 5px;
  zoom: 1;
}
form .accessTable div.options:last-child {
  border-bottom: 1px solid #C2C2C2;
}
form .accessTable div.options:before {
  content: '';
  display: block;
}
form .accessTable div.options:after {
  content: '';
  display: table;
  clear: both;
}
form .accessTable div.options:before {
  content: '';
  display: block;
}
form .accessTable div.options:after {
  content: '';
  display: table;
  clear: both;
}
form .accessTable div.options .right {
  float: right;
}
form .accessTable div.options .quick-edit {
  float: left;
  font-family: "Roboto Condensed";
  font-size: 15px;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 0 10px;
}
form .accessTable div.options .quick-edit select {
  margin-left: 0.5em;
}
form .accessTable ul {
  zoom: 1;
  border-top: 1px solid #C2C2C2;
  list-style: none;
  margin: 0 -2px;
}
form .accessTable ul:before {
  content: '';
  display: block;
}
form .accessTable ul:after {
  content: '';
  display: table;
  clear: both;
}
form .accessTable ul:before {
  content: '';
  display: block;
}
form .accessTable ul:after {
  content: '';
  display: table;
  clear: both;
}
form .accessTable ul li {
  float: left;
  height: auto;
  width: 25% !important;
  background-color: rgba(255, 255, 255, 0.5);
}
form .accessTable ul li label {
  vertical-align: middle;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal !important;
}
form .accessTable ul li > label,
form .accessTable ul li > .label {
  display: block !important;
  position: relative;
  border-bottom: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 !important;
  padding: 5px 15px;
  height: 27px;
  line-height: 27px;
  -webkit-transition: all 0.1s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.1s linear 0s;
  /* FF4+ */
  -ms-transition: all 0.1s linear 0s;
  /* IE10? */
  -o-transition: all 0.1s linear 0s;
  /* Opera 10.5+ */
  transition: all 0.1s linear 0s;
  /* W3C */
  white-space: nowrap;
  text-overflow: clip;
  overflow-x: clip;
}
form .accessTable ul li > label:hover,
form .accessTable ul li > .label:hover {
  background-color: #fff;
  z-index: 99;
}
form .accessTable ul li > label .highlight,
form .accessTable ul li > .label .highlight {
  background-color: yellow;
  color: black;
}
form .accessTable ul.col3 {
  margin: 0 -1px;
}
form .accessTable ul.col3 li {
  position: static;
  width: 278px !important;
  margin: 0;
}
form .accessTable ul.col3 li.disabled {
  color: #999 !important;
}
form .accessTable ul.col3 li .label label {
  color: inherit;
}
form .accessTable ul.col3 li .label select,
form .accessTable ul.col3 li .label span.placeholder {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: initial;
  width: 55px;
  height: 27px;
}
form .accessTable ul.col3 li .label span.placeholder {
  font-weight: bold;
  text-align: center;
  line-height: 27px;
}
.fedcontent {
  width: 100%;
  display: table;
  padding: 8px 5px;
  font-size: 12px;
  font-family: 'Roboto Condensed';
}
.fedcontent b {
  display: block;
  padding-bottom: 5px;
}
.fedcontent p {
  display: table-cell;
  padding-right: 10px;
}
.fedcontent p span i.fa-battery-full {
  color: #41AF1C;
}
.fedcontent p span i.fa-battery-three-quarters {
  color: #41AF1C;
}
.fedcontent p span i.fa-battery-half {
  color: orange;
}
.fedcontent p span i.fa-battery-quarter {
  color: red;
}
.fedcontent p span i.fa-battery-empty {
  color: #999;
}
.fedcontent p span i.fa-circle.online {
  color: #41AF1C;
}
.fedcontent p span i.fa-circle.offline {
  color: red;
}
.fedcontent p span i.fa-circle.notfound {
  color: #999;
}
.text-center {
  text-align: center !important;
}
div#main.app.pumperMode div#tabbed-main div.detail .tank-container .tank hgroup h5 {
  font-size: 14px;
}
.tank-monitor-container {
  display: table;
  margin-bottom: 10px;
  border: 1px solid #c2c2c2;
  padding: 15px;
  width: 680px !important;
  margin-bottom: 10px !important;
}
.tank-monitor-container .tank-monitor {
  width: 540px;
  font-size: 14px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.tank-monitor-container .tank-monitor button {
  margin-left: 20px;
}
.tank-monitor-container .tank-monitor span {
  margin-left: 10px;
}
.tank-monitor-container .icons {
  width: 170px;
  position: relative;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.tank-monitor-container .icons i.fa-info-circle {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #cecece;
  cursor: pointer;
}
.tank-monitor-container .icons i.fa-battery-full,
.tank-monitor-container .icons i.fa-battery-empty,
.tank-monitor-container .icons i.fa-battery-three-quarters,
.tank-monitor-container .icons i.fa-battery-half,
.tank-monitor-container .icons i.fa-battery-quarter {
  margin-right: 15px;
}
.tank-monitor-container .icons i.fa-battery-full {
  color: #41AF1C;
}
.tank-monitor-container .icons i.fa-battery-empty {
  color: #999;
}
.tank-monitor-container .icons i.fa-battery-three-quarters {
  color: #41AF1C;
}
.tank-monitor-container .icons i.fa-battery-half {
  color: orange;
}
.tank-monitor-container .icons i.fa-battery-quarter {
  color: red;
}
.tank-monitor-container .icons i.fa-circle.online {
  color: #41AF1C;
}
.tank-monitor-container .icons i.fa-circle.offline {
  color: red;
}
.tank-monitor-container .icons i.fa-circle.notfound {
  color: #999;
}
#calibration-modal {
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10002;
  padding: 10px;
  background: #F3F3F3;
  font-family: "Roboto Condensed";
  font-size: 16px;
  width: 500px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: initial;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s linear 0s;
  /* FF4+ */
  -ms-transition: all 0.2s linear 0s;
  /* IE10? */
  -o-transition: all 0.2s linear 0s;
  /* Opera 10.5+ */
  transition: all 0.2s linear 0s;
  /* W3C */
}
#calibration-modal.hidden {
  height: 0;
  background: transparent;
}
#calibration-modal > div {
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 476px;
}
#calibration-modal div.icon {
  float: left;
  padding: 20px;
  width: 60px;
}
#calibration-modal div.icon img {
  width: 60px;
  height: 60px;
}
#calibration-modal div.text {
  float: none;
  width: 446px;
  padding: 20px;
  font-size: 14px;
}
#calibration-modal div.text h5 {
  text-transform: uppercase;
}
#calibration-modal div.text h4 {
  margin-top: 2px;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 14px;
  font-family: "Roboto Condensed";
}
#calibration-modal div.text p {
  line-height: 1em;
  font-size: 16px;
  margin-bottom: 10px;
}
#calibration-modal div.text span,
#calibration-modal div.text input {
  display: inline-block;
}
#calibration-modal div.text span {
  font-weight: 600;
}
#calibration-modal div.text input {
  width: 60px;
  height: 18px;
  margin-left: 20px;
  text-align: right;
  padding-right: 2px;
  display: inline-block;
}
#calibration-modal div.text button {
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
}
#calibration-modal div.text .greenButton {
  color: white;
  cursor: pointer;
  font: normal 15px "Roboto Condensed";
  text-align: center;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  text-shadow: #000 0 0 0;
  border: 1px solid #3f7136 !important;
  background: #3f7136;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7cab7f), color-stop(39%, #4e7d47), color-stop(100%, #437335));
  background: -webkit-linear-gradient(top, #7cab7f 0%, #4e7d47 39%, #437335 100%);
  background: -moz-linear-gradient(top, #7cab7f 0%, #4e7d47 39%, #437335 100%);
  background: -ms-linear-gradient(top, #7cab7f 0%, #4e7d47 39%, #437335 100%);
  background: -o-linear-gradient(top, #7cab7f 0%, #4e7d47 39%, #437335 100%);
  background: linear-gradient(to bottom, #7cab7f 0%, #4e7d47 39%, #437335 100%);
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 92px;
  padding: 5px 20px;
}
#calibration-modal div.text .greenButton.disabled {
  background: #c5c5c5;
}
#calibration-modal div.text .btn-close {
  margin-top: 14px;
  margin-bottom: 10px;
}
#calibration-modal .calibration-error {
  background: #EDD0D2;
  border: 1px solid rgba(164, 70, 70, 0.75);
  color: #A44646;
  opacity: 1;
  padding: 0.5em 1em 0.5em 0.5em;
  position: relative;
  z-index: 12;
  display: block;
  text-align: justify;
  margin: 10px 10px 5px 0;
  display: none;
  -webkit-transition: all 0.2s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s linear 0s;
  /* FF4+ */
  -ms-transition: all 0.2s linear 0s;
  /* IE10? */
  -o-transition: all 0.2s linear 0s;
  /* Opera 10.5+ */
  transition: all 0.2s linear 0s;
  /* W3C */
}
.blackButton {
  color: white;
  cursor: pointer;
  font: normal 15px "Roboto Condensed";
  text-align: center;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  text-shadow: #000 0 0 0;
  background: #525252;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5d5d), color-stop(50%, #474747));
  background: -webkit-linear-gradient(top, #5d5d5d 0%, #474747 50%);
  background: -moz-linear-gradient(top, #5d5d5d 0%, #474747 50%);
  background: -ms-linear-gradient(top, #5d5d5d 0%, #474747 50%);
  background: -o-linear-gradient(top, #5d5d5d 0%, #474747 50%);
  background: linear-gradient(top, #5d5d5d 0%, #474747 50%);
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 92px;
  padding: 5px 20px;
  border: 1px solid #000 !important;
}
.monitor-info p {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  font-size: 14px;
  font-family: "Roboto Condensed";
}
.monitor-info .btn-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.monitor-info p > b {
  width: 49%;
  display: inline-block;
}
.monitor-info p > span {
  width: 49%;
  display: inline-block;
}
.qtip-monitors {
  max-width: 580px !important;
  min-width: initial !important;
  width: auto !important;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: 600;
}
.qtip-monitors .qtip-content {
  padding: 9px;
}
.qtip-monitors .qtip-content .bubble-unit-status-container b {
  display: block;
  margin-bottom: 0;
}
.qtip-monitors .qtip-content .bubble-unit-status-container span {
  font-weight: normal;
}
.qtip-monitors .qtip-content .bubble-notes-status {
  padding: 15px;
}
.qtip-monitors .qtip-content .bubble-notes-status b {
  display: block;
  margin-bottom: 0;
}
.qtip-monitors .qtip-content .bubble-notes-status span {
  font-weight: normal;
  display: block;
  width: 200px;
  text-align: left;
  line-height: 1;
}
@font-face {
  font-family: 'Helvetica Webfont';
  src: url('/themes/iWell-2.0/fonts/Helvetica.eot');
  src: url('/themes/iWell-2.0/fonts/Helvetica.eot?#iefix') format('embedded-opentype'), url('/themes/iWell-2.0/fonts/Helvetica.woff') format('woff'), url('/themes/iWell-2.0/fonts/Helvetica.ttf') format('truetype'), url('/themes/iWell-2.0/fonts/Helvetica.svg#Helvetica') format('svg');
  font-weight: 500;
  font-style: normal;
}
.misc-banner {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
.monitor-notice {
  margin: 0 !important;
}
.monitor-notice .container {
  width: 100%;
}
.monitor-notice .row {
  overflow-y: visible;
}
.monitor-notice .remote-types {
  padding: 40px 0 20px 0;
}
.monitor-notice .remote-types h2 {
  font-size: 45px;
}
.monitor-notice .remote-types .main-icon {
  float: left;
}
.monitor-notice .remote-types h5 {
  font-size: 30px;
  font-weight: 700;
  float: left;
  margin-left: 20px;
  margin-top: 32px;
}
.monitor-notice .remote-types td {
  text-align: center;
}
.monitor-notice div.panel-heading {
  position: relative;
  padding: 20px 40px;
  min-height: 130px;
}
.monitor-notice .header {
  position: relative;
  border-style: solid;
  border-color: #c2c2c2;
  border-width: 0 1px !important;
  margin-bottom: -80px;
  height: 734px;
  background: url('/themes/iWell-2.0/images/monitors/banner-background.png');
  background-size: cover;
}
.monitor-notice .brand {
  box-sizing: border-box;
  float: left;
  padding: 30px 0 0 60px;
  width: 250px;
  height: 100%;
}
.monitor-notice .title {
  width: 740px;
  height: 100%;
  float: left;
  position: relative;
}
.monitor-notice .title .desc {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  padding: 0 40px 0 20px;
}
.monitor-notice .title .desc h1 {
  color: #000;
  font-size: 42px;
  font-weight: bold;
}
.monitor-notice .title .desc p {
  font-size: 16px;
  color: #000;
  line-height: 1.5em;
}
.monitor-notice .content {
  width: 100%;
  display: inline-block;
  margin-top: 2.5em;
}
.monitor-notice .col-left {
  width: 480px;
  float: left;
}
.monitor-notice .col-right {
  width: 510px;
  float: left;
  font-family: "Roboto Condensed";
}
.monitor-notice .price {
  position: absolute;
  bottom: 3em;
  margin-right: -30%;
  width: 400px;
  right: 25%;
  font-size: 24px;
  font-style: italic;
  text-align: center;
}
.monitor-notice .price .text {
  margin-bottom: 1em;
  line-height: 1.2em;
  font-size: 0.9em;
}
.monitor-notice .price .text b {
  line-height: 1.1em;
  font-size: 1.6em;
}
.monitor-notice .price .number {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.1em;
}
.monitor-notice .price .number b {
  font-size: 2.4em;
}
.monitor-notice .price .number b i {
  font-size: 0.6em;
  vertical-align: top;
}
.monitor-notice .bottom {
  margin-top: 3em;
  font-size: 1.2em;
}
.monitor-notice .bottom b {
  font-size: 1.2em;
}
.monitor-notice .bottom ul {
  margin: 0;
  padding: 1em 0 1em 1.5em;
  list-style-image: url('../themes/iWell-2.0/css/../images/monitors/check_bullet.png');
}
.monitor-notice .bottom ul li {
  padding: 0.7em 0.3em;
}
.monitor-notice .chat {
  position: relative;
  border-radius: 30px;
  margin-bottom: 40px;
  padding: 10px 40px;
  background-color: #232323;
  height: 61px;
  color: #FFF;
  font-size: 1.4em;
  line-height: 41px;
  vertical-align: middle;
  letter-spacing: 1px;
}
.monitor-notice .chat button#inter-chat {
  border-radius: 31px;
  position: absolute;
  top: 0;
  right: -1px;
  border: none;
  margin: 0;
  padding: 0;
  width: 188px;
  height: 61px;
  background-image: url('../themes/iWell-2.0/css/../images/monitors/chat.png');
  background-repeat: no-repeat;
  background-position: center right -1px;
}
#settings-form h3 {
  margin-top: 40px !important;
  padding-bottom: 0;
}
#settings-form h3.border-bottom {
  margin-top: 40px !important;
  padding-bottom: 20px;
  margin-bottom: 0 !important;
}
#settings-form p.error {
  color: #7B0000;
}
#settings-form .row {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  padding-left: 3px;
}
#settings-form .row input[type='text'],
#settings-form .row span {
  width: 200px;
  display: inline-block;
  margin-right: 20px;
}
#settings-form .row select {
  width: 170px;
}
#settings-form .row .delete {
  float: right;
  position: relative;
  top: 5px;
}
#settings-form .row-types img.help {
  margin-right: 20px;
  position: relative;
  top: 4px;
}
#settings-form .row-types .change {
  margin-left: 10px;
}
#settings-form .row-types .change img {
  position: relative;
  top: 2px;
}
#settings-form #hauling_companies_grid .checkbox-column {
  display: none;
}
#settings-form .accessTable {
  margin: 0 -13px;
  /*overflow: initial;*/
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 0;
}
#settings-form .accessTable ul {
  height: 128px;
  overflow-y: scroll;
}
#settings-form #custom_fields_grid {
  cursor: move;
}
#settings-form #custom_fields_grid td.field-required {
  width: 40px;
}
#settings-form #custom_fields_grid td.field-unit {
  width: 10%;
}
#settings-form #custom_fields_grid td.left.options {
  width: 40px;
}
#email-modal-content {
  font-size: 14px;
  font-family: "Roboto Condensed";
  height: 516px;
}
#email-modal-content #modal-title {
  padding-left: 0 !important;
}
#email-modal-content .row {
  margin: 10px 0;
}
#email-modal-content .row #dispatch_email {
  width: 200px;
  margin: 2px 10px 2px 2px;
}
#email-modal-content .accessTable {
  margin: 0!important;
}
#email-modal-content #email-form {
  margin-bottom: 20px;
}
#email-modal-content .error {
  color: #7B0000;
}
#cfield-modal-content {
  font-size: 14px;
  overflow: hidden;
  font-family: "Roboto Condensed";
}
#cfield-modal-content input,
#cfield-modal-content select {
  margin: 2px;
}
#cfield-modal-content h3 {
  padding-left: 0 !important;
  margin-bottom: 20px !important;
}
#cfield-modal-content .row {
  margin-bottom: 10px;
}
#cfield-modal-content .row span {
  width: 110px;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
}
#cfield-modal-content .row input.w100 {
  width: 290px;
}
#cfield-modal-content .row select {
  width: 290px;
  border: 1px solid #C2C2C2;
}
#cfield-modal-content .submit-error {
  color: #7B0000;
  font-weight: bold;
  display: none;
}
#cfield-modal-content label.error {
  color: #7B0000;
  float: left;
}
#company_form {
  font-size: 14px;
  overflow: hidden;
  font-family: "Roboto Condensed";
}
#company_form input,
#company_form select {
  margin: 2px;
}
#company_form h3 {
  padding-left: 0 !important;
  margin-bottom: 12px !important;
}
#company_form .new_dispatch_row {
  overflow: hidden;
}
#company_form #company_city {
  width: 182px;
  margin-right: 15px;
}
#company_form #company_zip {
  width: 60px;
  margin-right: 0;
}
#company_form #state {
  margin-right: 15px;
}
#company_form .row {
  margin-bottom: 10px;
}
#company_form .row span {
  width: 120px;
  display: inline-block;
  font-weight: bold;
}
#company_form .row input.w100 {
  width: 474px;
}
#company_form .row span.w250 {
  width: 250px;
}
#company_form .dispatch-emails-container {
  overflow: auto;
}
#company_form label.error {
  color: #7B0000;
  padding-left: 20px;
}
#company_form .submit-error {
  color: #7B0000;
  font-weight: bold;
  display: none;
}
#historicModal #mdHistoricTableContainer > header {
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: inset 1px 1px 0px white, 1px 1px 0px white 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 1px 0px white, 1px 1px 0px white 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 0px white, 1px 1px 0px white 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 0px white, 1px 1px 0px white;
  -moz-box-shadow: inset 1px 1px 0px white, 1px 1px 0px white;
  box-shadow: inset 1px 1px 0px white, 1px 1px 0px white;
  padding: 0 ;
  height: 60px;
  top: 10px;
  left: 10px;
  right: 10px;
  position: absolute;
  text-align: center;
  width: 726px;
}
#historicModal #mdHistoricTableContainer > header div.zoom-buttons {
  position: absolute;
  left: 10px;
  top: 10px;
}
#historicModal #mdHistoricTableContainer > header button {
  width: 163px;
  border: none;
  background-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 16px;
  float: left;
  color: #CCC;
  height: 40px;
  padding: 0;
  margin: 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transition: color 0.1s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: color 0.1s linear 0s;
  /* FF4+ */
  -ms-transition: color 0.1s linear 0s;
  /* IE10? */
  -o-transition: color 0.1s linear 0s;
  /* Opera 10.5+ */
  transition: color 0.1s linear 0s;
  /* W3C */
  outline: 0 none;
  background-image: url(../themes/iWell-2.0/css/../images/table-sprites.png);
  background-position: 490px -6px;
}
#historicModal #mdHistoricTableContainer > header button:hover {
  color: white;
}
#historicModal #mdHistoricTableContainer > header button:first-child {
  background-image: url(../themes/iWell-2.0/css/../images/table-sprites.png);
  background-position: 0 -6px;
}
#historicModal #mdHistoricTableContainer > header button:first-child.active {
  background-position: 0 50px;
}
#historicModal #mdHistoricTableContainer > header button:last-child {
  background-image: url(../themes/iWell-2.0/css/../images/table-sprites.png);
  background-position: 320px -6px;
}
#historicModal #mdHistoricTableContainer > header button:last-child.active {
  background-position: 320px 50px;
}
#historicModal #mdHistoricTableContainer > header button.active {
  color: #cb9500;
  background-position: 490px 50px;
}
#historicModal #mdHistoricTableContainer > header button.reload {
  background: transparent;
  background-image: url(../themes/iWell-2.0/css/../images/sprites-iwell-2-web-app.png);
  background-position: -450px -300px;
  width: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
#historicModal #mdHistoricTableContainer .grid-view {
  width: 726px;
}
#historicModal table {
  top: 74px;
  position: relative;
  font-family: "Roboto Condensed";
  font-size: 14px;
  margin-bottom: 30px;
}
#historicModal table th:first-child {
  width: 100px;
  text-align: left;
  padding-left: 1em;
  vertical-align: top;
}
#historicModal table td:first-child {
  text-align: left;
  padding-left: 1em;
}
#historicModal table td.value {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.progress-bar {
  width: 300px;
  height: 40px;
  border-radius: 8px;
  border: solid 1px #c0c0c0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.progress-bar .progress-color {
  background-color: #FC0;
  text-align: right;
  color: #000;
  font-weight: bold;
  height: 100%;
}
.progress-bar .progress-color .progress-number {
  display: inline-block;
  padding: 13px;
}
span#ui-dialog-title-mdChartDialog {
  font-size: 18px;
}
span#ui-dialog-title-mdChartDialog small {
  font-size: 14px;
}
#mdChartDialog {
  height: 300px !important;
}
.probes-tooltip {
  color: #AC8921;
}
table.monitor_probes thead th {
  font-size: 0.9rem;
  font-weight: bold;
  padding-right: 10px;
}
table.monitor_probes tbody td {
  font-weight: normal;
  line-height: 1.1rem;
  font-size: 0.85rem;
}
.recipients-table {
  padding: 10px;
}
.recipients-table table {
  width: 100%;
}
.recipients-table table th {
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}
.recipients-table table td {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 5px;
}
#loginModal {
  width: 320px;
}
#loginModal h1 {
  text-align: center;
}
#loginModal h3 {
  padding: 0 !important;
}
#loginModal .formInputs div {
  padding: 10px 0;
  text-align: center;
}
#loginModal .formInputs input {
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #999;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  height: 40px;
  font: normal 15px "Roboto Condensed", Helvetica, Arial, sans-serif;
}
#loginModal .error {
  display: none;
  background-color: #EDD0D2;
  border: 1px solid #A44646;
  color: #A44646;
  padding: 0.5em 1.5em;
  text-align: center;
}
/** Monitor icons */
i.fa-battery-full {
  color: #41AF1C;
}
i.fa-battery-three-quarters {
  color: #41AF1C;
}
i.fa-battery-half {
  color: orange;
}
i.fa-battery-quarter {
  color: red;
}
i.fa-battery-empty {
  color: #999;
}
i.fa-circle.online {
  color: #41AF1C;
}
i.fa-circle.offline {
  color: red;
}
i.fa-circle.notfound {
  color: #999;
}
i.solar {
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 12px;
  background-image: url(../themes/iWell-2.0/css/../images/sprites-iwell-2-web-app.png);
}
i.solar.full {
  background-position: -6px -432px;
}
i.solar.three-quarters {
  background-position: -30px -432px;
}
i.solar.half {
  background-position: -54px -432px;
}
i.solar.one-quarter {
  background-position: -78px -432px;
}
i.solar.empty {
  background-position: -102px -432px;
}
.icons .solar {
  margin-right: 15px;
}
input[type=text].search {
  padding: 5px;
  background: white url(../themes/iWell-2.0/css/../images/icons/search.png) right center no-repeat;
  font-family: "Roboto Condensed";
  font-size: 100%;
}
div.tabs {
  overflow: hidden;
  z-index: 2;
  border: 0;
  padding: 0;
  margin: 0 !important;
  width: auto !important;
}
div.tabs .ui-tabs-nav {
  padding: 0;
}
div.tabs > ul {
  border: 0;
  clear: left;
  display: block;
  margin-bottom: -2px;
  list-style: none;
  width: 100%;
  height: 43px;
  overflow: hidden;
  background: transparent url(../themes/iWell-2.0/css/../images/bg-noise-light.png) repeat fixed;
}
div.tabs > ul > li {
  background: transparent;
  background-image: url(../themes/iWell-2.0/css/../images/sprites-iwell-2-web-app.png);
  background-repeat: no-repeat;
  background-position: 0px -250px;
  position: relative;
  float: left;
  border: 0;
  margin-left: -12px;
  width: 162px;
  height: 43px;
  text-align: center;
}
div.tabs > ul > li:first-child {
  left: 0;
  margin-left: 0;
}
div.tabs > ul > li.active {
  z-index: 2;
  background-position: -200px -250px !important;
}
div.tabs > ul > li.disabled a {
  color: #CCC;
  cursor: default;
}
div.tabs > ul > li.disabled a:hover {
  text-decoration: none;
}
div.tabs > ul > li.disabled a:before {
  opacity: 0.15;
}
div.tabs > ul > li > a,
div.tabs > ul > li > span {
  box-sizing: border-box;
  display: block;
  padding: 0 15px 0 10px;
  width: 100%;
  height: 43px;
  color: #383838;
  line-height: 43px;
  font-size: 1.2em;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.tabs > ul > li > a:hover,
div.tabs > ul > li > span:hover {
  text-decoration: underline;
}
div.tabs > ul > li > a:focus,
div.tabs > ul > li > span:focus {
  outline: 0;
}
div.tabs .ui-tabs-hide {
  display: none;
}
div.tabs .ui-state-active {
  background-image: url(../themes/iWell-2.0/css/../images/sprites-iwell-2-web-app.png);
  background-repeat: no-repeat;
  background-position: -200px -250px;
  z-index: 10 !important;
}
.readonly,
.disabled {
  opacity: 0.5;
}
small,
.small {
  font-size: 12px;
}
div#autofill-tabs {
  font-family: "Roboto Condensed";
  font-size: 15px;
  margin: 10px -20px 0 -20px !important;
}
div#autofill-tabs > ul li:first-child {
  margin-left: -1px;
}
div#autofill-tabs > ul a {
  color: #383838 !important;
  font-weight: bold !important;
}
div#autofill-tabs div.tab-description {
  border-style: solid;
  border-color: #C2C2C2;
  border-width: 1px 0;
  padding: 10px 20px;
  background: transparent url(../themes/iWell-2.0/css/../images/bg-noise-grey.png) repeat center;
}
div#autofill-tabs .grid-view table.autofill-rules {
  width: 100%;
}
div#autofill-tabs .grid-view table.autofill-rules tr {
  border-bottom: 1px solid #c2c2c2;
}
div#autofill-tabs .grid-view table.autofill-rules tr td {
  box-shadow: none !important;
  border-right: 1px solid #c2c2c2 !important;
  padding: 5px 10px !important;
  font-size: 15px !important;
}
div#autofill-tabs .grid-view table.autofill-rules tr td.switch-column {
  border-right: none !important;
  padding-right: 0 !important;
  text-align: center !important;
}
div#autofill-tabs .grid-view table {
  font-family: 'Roboto Condensed';
}
div#autofill-tabs .grid-view table .product {
  text-align: left !important;
}
div#autofill-tabs .grid-view table .well {
  text-align: center !important;
  width: 12%;
}
div#autofill-tabs .grid-view table .hour {
  text-align: center !important;
  width: 15%;
}
div#autofill-tabs .grid-view table .active {
  width: 10%;
}
div#autofill-tabs .grid-view table .actions {
  width: 10%;
}
form#autofill-rule {
  margin: 0 20px;
}
form#autofill-rule .rule-fields {
  margin: 0 -20px;
  padding: 20px;
  background-color: #FFF;
}
form#autofill-rule .rule-fields h3 {
  margin-top: 0 !important;
}
form#autofill-rule .rule-fields > div.fields {
  padding: 10px 0;
}
form#autofill-rule .rule-fields > div.fields span {
  margin-right: 1em;
}
form#autofill-rule .rule-fields table.products {
  width: 70%;
}
form#autofill-rule .rule-fields table.products td {
  vertical-align: top;
}
form#autofill-rule .rule-fields table.products td div {
  padding: 2px 0;
}
form#autofill-rule .accessTable {
  margin: 0px -20px;
}
form#autofill-rule .accessTable h3 {
  margin-top: 0 !important;
}
form#autofill-rule .accessTable .options {
  background: transparent url(../themes/iWell-2.0/css/../images/bg-noise-grey.png) repeat fixed;
}
form#autofill-rule .accessTable .options a {
  border-left: solid 1px #BBB;
  display: block;
  padding: 15px;
  float: right;
  min-width: 30px;
  text-align: center;
  cursor: pointer;
  min-height: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
form#autofill-rule .accessTable .options a.delete {
  background-image: url(../themes/iWell-2.0/css/../images/icons/close.png);
}
form#autofill-rule .accessTable .options a.collapse {
  background-image: url(../themes/iWell-2.0/css/../images/icons/less.png);
}
form#autofill-rule .accessTable .options a.expand {
  background-image: url(../themes/iWell-2.0/css/../images/icons/plus.png);
}
form#autofill-rule .accessTable .options a:hover {
  background-color: #ccc;
}
form#autofill-rule .accessTable.fields h3 {
  margin-bottom: 0 !important;
}
form#autofill-rule .accessTable.wells ul li {
  display: none;
}
form#autofill-rule .accessTable .show_type {
  height: 27px;
  font-weight: bold;
  display: inline-block;
  margin: 15px 0px 0 5px;
}
form#autofill-rule .accessTable .show_type span {
  padding: 0 6px;
  color: #AC8921;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
  font-family: "Roboto Condensed";
}
form#autofill-rule .options {
  padding: 0;
}
form#autofill-rule .tanksBlock,
form#autofill-rule .metersBlock {
  display: none;
  border-bottom: none;
  border-top: solid 1px #bbb;
}
form#autofill-rule .tanksBlock .options,
form#autofill-rule .metersBlock .options {
  background: transparent url(../themes/iWell-2.0/css/../images/bg-noise-grey.png) repeat fixed;
  padding: 0;
  font-family: "Roboto Condensed";
}
form#autofill-rule .tanksBlock .options span.title,
form#autofill-rule .metersBlock .options span.title {
  display: block;
  float: left;
  width: 400px;
  padding: 15px 0 0 15px;
  font-size: 15px;
}
.wellsBlock {
  display: none;
  border-bottom: none;
  border-top: solid 1px #bbb;
}
.wellsBlock .options a.delete {
  background-image: url(../themes/iWell-2.0/css/../images/icons/close.png);
}
.wellsBlock .options a.collapse {
  background-image: url(../themes/iWell-2.0/css/../images/icons/less.png);
}
.wellsBlock .options a.collapse.show {
  background-image: url(../themes/iWell-2.0/css/../images/icons/plus.png);
}
.wellsBlock .options a:hover {
  background-color: #ccc;
}
.wellsBlock.group .relatedWells li,
.wellsBlock.lease .relatedWells li {
  display: list-item !important;
}
.fleft {
  float: left !important;
}
.fright {
  float: right !important;
}
.ui-multiselect {
  height: 27px;
  background-image: url(../themes/iWell-2.0/css/../images/icons/arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px !important;
  padding-right: 20px !important;
}
.ui-multiselect:hover {
  text-decoration: none !important;
}
.ui-multiselect span {
  text-shadow: none;
  padding-right: 0;
  color: #cecece;
  width: auto;
}
.ui-multiselect-menu {
  min-width: 200px;
}
.grid-view.rt {
  margin: 0 -20px !important;
}
.grid-view tr td .switch-column {
  border-right: none !important;
  padding-right: 0;
  text-align: center;
  font-size: inherit !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 27px;
  vertical-align: middle;
}
.switch input {
  display: none;
}
.switch input:checked + .slider {
  background-color: #ffcc00;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #ffcc00;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.switch input:checked + .slider span.legend i.on {
  opacity: 1;
}
.switch input:checked + .slider span.legend i.off {
  opacity: 0;
}
.switch .slider {
  position: absolute;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 30px;
  left: 2px;
  bottom: 2px;
  border-radius: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider span.legend {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 2px;
  z-index: 2;
  width: 60px;
  height: 23px;
  font-weight: bold;
}
.switch .slider span.legend i {
  position: absolute;
  width: 50%;
  height: 23px;
  font-style: normal;
  font-size: 0.9em;
  text-align: center;
  line-height: 23px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider span.legend i.on {
  left: 0;
  opacity: 0;
}
.switch .slider span.legend i.off {
  left: 30px;
  color: #777;
}
.accessTable {
  margin: 0;
}
.accessTable h3 {
  position: relative;
  margin: 10px 0 !important;
}
.accessTable .filterSection {
  margin: 10px 0;
}
.accessTable .filterSection input {
  margin: 10px;
}
.accessTable .filterSection .accessTable-error {
  display: inline-block;
  margin: 10px;
  height: 27px;
  line-height: 27px;
  vertical-align: middle;
}
.accessTable .filterSection .selectors {
  margin: 15px 10px;
}
.accessTable .filterSection .emptyAlert {
  border-top: solid 1px #bbb;
  padding: 40px 0 40px 0;
  text-align: center;
  display: block;
  font-weight: bold;
}
.accessTable .options {
  padding: 0;
  font-family: "Roboto Condensed";
}
.accessTable .options span.title {
  font-size: 15px;
  display: block;
  width: 400px;
  float: left;
  padding: 15px 0 0 15px;
}
.accessTable .totalSection {
  background: #484848;
  text-align: right;
  padding-right: 10px;
}
#modal-box .modal-content .formula-modal {
  margin: -15px;
}
#modal-box .modal-content .formula-modal h3 {
  margin: 0 !important;
  padding: 15px !important;
}
#modal-box .modal-content .formula-modal .tabs-wrapper {
  border-top: 1px solid #DDD;
  padding: 15px;
}
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs ul {
  margin-bottom: -1px;
  height: auto;
}
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs ul li {
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #DDD;
  background: none;
  height: auto;
  width: auto;
}
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs ul li.ui-tabs-active {
  background-color: #f9f9f9;
}
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs ul li a {
  height: auto;
  line-height: normal;
  font-weight: normal;
}
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs .ui-tabs-panel {
  border-style: solid;
  border-width: 1px;
  border-color: #DDD;
  padding: 1em 1.4em;
  background-color: #f9f9f9;
  font-size: 13px;
}
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs .formulaFormatted {
  font-family: "Roboto Condensed";
}
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs .formulaFormatted .variable {
  display: inline-block;
  border-radius: 4px;
  margin: 2px 0;
  padding: 2px 5px;
  max-width: 125px;
  font-size: 13px;
  line-height: 1.5em;
}
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs .formulaFormatted .variable.days0 span.name {
  max-width: 100%;
}
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs .formulaFormatted .variable span {
  display: inline-block;
  vertical-align: middle;
}
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs .formulaFormatted .variable span.name {
  overflow: hidden;
  max-width: 70px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs .formulaFormatted .variable span.date {
  border-radius: 2px;
  margin-left: 2px;
  max-width: 52px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 0.8em;
  padding: 0 2px;
}
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs .formulaFormatted .field {
  background-color: #ffcc00;
}
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs .formulaFormatted .oil {
  background-color: #33cc33;
}
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs .formulaFormatted .gas,
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs .formulaFormatted .gas_injection,
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs .formulaFormatted .gas_flare {
  background-color: #ff6666;
  color: #FFF;
}
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs .formulaFormatted .water,
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs .formulaFormatted .water_injection,
#modal-box .modal-content .formula-modal .tabs-wrapper .tabs .formulaFormatted .water_disposal {
  background-color: #6bccfd;
}
.projection-modal hr {
  margin: 1em -1em;
}
.projection-modal table {
  width: 100%;
}
.projection-modal table td {
  padding: 5px;
}
.projection-modal table input {
  width: 100%;
}
.projections form {
  padding: 0 13px;
}
.projections form .autocomplete.search {
  width: 190px;
}
.projections form .ui-multiselect {
  margin-left: 5px;
  width: 100px;
}
.table-filters.projections {
  float: none !important;
}
.table-filters.projections .hasDatepicker {
  width: 90px;
}
form button,
form button:hover,
form input[type=button] {
  color: white;
  cursor: pointer;
  font: normal 15px "Roboto Condensed";
  text-align: center;
  -webkit-transition: all 0.1s linear 0s;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.1s linear 0s;
  /* FF4+ */
  -ms-transition: all 0.1s linear 0s;
  /* IE10? */
  -o-transition: all 0.1s linear 0s;
  /* Opera 10.5+ */
  transition: all 0.1s linear 0s;
  /* W3C */
  text-shadow: #000 0 0 0;
  border: 1px solid #333;
  background: #a4a4a4 / 2;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5D5D5D), color-stop(50%, #474747));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5D5D5D 0%, #474747 50%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #5D5D5D 0%, #474747 50%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #5D5D5D 0%, #474747 50%);
  /* IE10+ */
  background: -o-linear-gradient(top, #5D5D5D 0%, #474747 50%);
  /* Opera11.10+ */
  background: linear-gradient(top, #5D5D5D 0%, #474747 50%);
  /* W3C */
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 5px 20px;
}
form button.red,
form button:hover.red,
form input[type=button].red,
form button.red:hover,
form button:hover.red:hover,
form input[type=button].red:hover {
  border-color: #900;
  background: #ff5b5b / 2;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C95858), color-stop(50%, #BE0303));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #C95858 0%, #BE0303 50%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #C95858 0%, #BE0303 50%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #C95858 0%, #BE0303 50%);
  /* IE10+ */
  background: -o-linear-gradient(top, #C95858 0%, #BE0303 50%);
  /* Opera11.10+ */
  background: linear-gradient(top, #C95858 0%, #BE0303 50%);
  /* W3C */
  -webkit-box-shadow: inset 0 0 1px white;
  -moz-box-shadow: inset 0 0 1px white;
  box-shadow: inset 0 0 1px white;
}
td.actions .edit {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/themes/iWell-2.0/images/icons/edit.png');
  background-repeat: no-repeat;
  background-position: center center;
}
td .delete {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/themes/iWell-2.0/images/icons/trash.png');
  background-repeat: no-repeat;
  background-position: center center;
}
a.strapping-modal {
  color: #AC8921 !important;
  cursor: pointer;
}
#modal-strappingTable {
  width: 420px;
}
#modal-strappingTable h4 {
  font-weight: normal;
}
#modal-strappingTable.view {
  width: 300px;
}
#modal-strappingTable.view .strappingTable .table-wrapper {
  max-height: 320px;
}
#modal-strappingTable .modal-content {
  max-height: calc(100vh - 200px) !important;
}
#modal-strappingTable form > div {
  padding: 0;
}
#modal-strappingTable form input,
#modal-strappingTable form button {
  vertical-align: middle;
}
#modal-strappingTable form#form-import-data {
  padding: 0 15px;
}
#modal-strappingTable footer {
  padding: 0 1em;
}
#modal-strappingTable footer * {
  vertical-align: middle;
}
#modal-strappingTable footer.add-strap {
  border-style: solid;
  border-color: #eaeaea;
  border-width: 1px 0;
  padding: 10px 15px;
  background-color: #FFF;
}
#modal-strappingTable .strappingTable > div:first-child {
  margin: -10px 0;
  padding: 0 15px;
}
#modal-strappingTable .strappingTable .table-wrapper {
  max-height: 240px;
  overflow-y: scroll;
}
#modal-strappingTable .strappingTable .import {
  overflow: hidden;
  border: none;
}
#modal-strappingTable .strappingTable .import button {
  float: right;
}
#modal-strappingTable .strappingTable table {
  width: 100%;
}
#modal-strappingTable .strappingTable table thead th {
  background-color: rgba(68, 68, 68, 0.7);
  color: #FFF;
}
#modal-strappingTable .strappingTable table tbody {
  width: 100%;
  background-color: #FFF;
}
#modal-strappingTable .strappingTable table tr {
  border-bottom: solid 1px #eaeaea;
}
#modal-strappingTable .strappingTable table tr.view.data {
  display: table-row;
}
#modal-strappingTable .strappingTable table tr.view.fields {
  display: none;
}
#modal-strappingTable .strappingTable table tr.edit.data {
  display: none;
}
#modal-strappingTable .strappingTable table tr.edit.fields {
  display: table-row;
}
#modal-strappingTable .strappingTable table tr.edit button.save {
  margin: 0;
  min-width: auto;
  font-size: 13px;
}
#modal-strappingTable .strappingTable table th,
#modal-strappingTable .strappingTable table td {
  padding: 0px 20px 5px 10px;
  text-align: right;
  line-height: 27px;
  font-weight: normal;
}
#modal-strappingTable .strappingTable table th *,
#modal-strappingTable .strappingTable table td * {
  vertical-align: middle;
}
#modal-strappingTable .strappingTable table th.actions,
#modal-strappingTable .strappingTable table td.actions {
  width: 25%;
  text-align: center;
}
#modal-strappingTable .strappingTable table th:first-child,
#modal-strappingTable .strappingTable table td:first-child {
  width: 35%;
}
#modal-strappingTable .strappingTable table input[type=text] {
  width: 60px;
  height: auto;
  text-align: right;
}
.dropdown-button {
  color: #fff;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.dd-button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 6px;
  padding: 10px 15px;
  background-color: #333;
  cursor: pointer;
  white-space: nowrap;
}
.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}
.dd-button:hover {
  text-decoration: underline;
}
.dd-input {
  display: none;
}
.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #333;
  list-style-type: none;
}
.dd-menu li {
  padding: 10px 15px;
  cursor: pointer;
  white-space: nowrap;
}
.dd-menu li:hover {
  text-decoration: underline;
}
.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff !important;
  text-align: left;
}
.dd-input + .dd-menu {
  display: none;
}
.dd-input:checked + .dd-menu {
  display: block;
}


/*** CSS File: /themes/iWell-2.0/css/login.css ***/
/**********************************
 * Login.less
 **********************************/
/*
Description: Collection of Mixins for CSS properties that require vendor prefixes
Version: 2.0
Author: Carlos Villarreal Mora, cvillarreal@designiosolutions.com
Date: 5/17/2011
*/
/*****************************************************
 * Rounded Corners
 *****************************************************/
/*****************************************************
 * Box Shadow
 *****************************************************/
/*****************************************************
 * GRADIENTS
 *****************************************************/
/***** 2 colors, vertical ****************************/
/***** 3 colors, vertical ****************************/
/***** 2 colors, horizontal **************************/
/***** 3 colors, horizontal ****************************/
/****** Background Size (for repeating gradients) ****/
/*****************************************************
 * Rotation
 *****************************************************/
/*****************************************************
 * CSS Transitions
 *****************************************************/
/*****************************************************
 * Columns
 *****************************************************/
.innerGlow {
  -webkit-box-shadow: inset 0 0 1px white;
  -moz-box-shadow: inset 0 0 1px white;
  box-shadow: inset 0 0 1px white;
}
.loginForm {
  background: url(../themes/iWell-2.0/css/../images/bg-noise-grey.png);
  border: 1px solid #999;
  -webkit-box-shadow: inset 0 0 5px #f2f2f2 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 5px #f2f2f2 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px #f2f2f2 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 5px #f2f2f2;
  -moz-box-shadow: inset 0 0 5px #f2f2f2;
  box-shadow: inset 0 0 5px #f2f2f2;
  margin: 100px auto 0;
  padding: 20px 20px 60px;
  position: relative;
  width: 400px;
}
.loginForm:after {
  content: "";
  background: url(../themes/iWell-2.0/css/../images/loginbox-shadow.png) no-repeat;
  width: 536px;
  height: 15px;
  position: absolute;
  bottom: -16px;
  left: 0px;
}
.loginForm.hasFlash {
  margin-top: 3em;
}
.loginForm.hasClient {
  width: 637px;
}
.loginForm.hasClient:after {
  background: url(../themes/iWell-2.0/css/../images/loginbox-shadow-wide.png) no-repeat;
  left: 80px;
}
.loginForm.activate {
  width: 1000px;
}
.loginForm.activate:after {
  background: url(../themes/iWell-2.0/css/../images/loginbox-shadow-doublewide.png) no-repeat;
  left: 30px;
  width: 978px;
}
.loginForm h1,
.loginForm h2 {
  text-align: center;
}
.loginForm form {
  zoom: 1;
}
.loginForm form:before {
  content: '';
  display: block;
}
.loginForm form:after {
  content: '';
  display: table;
  clear: both;
}
.loginForm form div.error {
  background-color: #EDD0D2;
  border: 1px solid #A44646;
  -webkit-box-shadow: inset 0 0 2px #A44646 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 2px #A44646 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 2px #A44646 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 2px #A44646;
  -moz-box-shadow: inset 0 0 2px #A44646;
  box-shadow: inset 0 0 2px #A44646;
  color: #A44646;
  padding: 0.5em 1.5em;
  text-align: center;
  margin: 0 0 2em;
}
.loginForm form .clientLogo {
  float: left;
  width: 300px;
  background: #FFF;
  text-align: center;
  border: 1px solid #999;
}
.loginForm form#user-form .passwordForm {
  margin-bottom: 2em;
}
.loginForm form#user-form .passwordForm input[type="email"],
.loginForm form#user-form .passwordForm input[type="password"],
.loginForm form#user-form .passwordForm input[type="submit"],
.loginForm form#user-form .passwordForm input[type="text"] {
  padding: 0 10px;
  border: 1px solid #999;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 300px;
  height: 40px;
  margin: 0 14px 14px 0;
  font: normal 15px "Roboto Condensed", Helvetica, Arial, sans-serif;
}
.loginForm form#user-form .passwordForm input[type="email"].error,
.loginForm form#user-form .passwordForm input[type="password"].error,
.loginForm form#user-form .passwordForm input[type="submit"].error,
.loginForm form#user-form .passwordForm input[type="text"].error {
  text-align: left;
  background: white;
  border: 1px solid #A44646;
}
.loginForm form#user-form .errorSummary,
.loginForm form#user-form .errorMessage {
  text-align: left;
  max-width: 600px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.loginForm form#user-form .errorSummary ul,
.loginForm form#user-form .errorMessage ul {
  margin: 0 20px 10px;
}
.loginForm form#user-form .scrollbox {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #C2C2C2;
  height: 500px;
  padding: 20px;
  overflow-y: scroll;
  line-height: 20px;
}
.loginForm form#user-form .agree {
  margin: 15px 0;
  color: #666666;
}
.loginForm form#user-form .agree input#checkAgree {
  display: inline;
  width: auto !important;
}
.loginForm form#user-form .verifyButton {
  margin: 0 auto 10px;
  width: 150px;
}
.loginForm form#user-form .verifyButton input[type="submit"] {
  background: #2b2b2b;
  color: #e7c63d;
  width: 151px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font: 200 14px/43px "Roboto Condensed", Helvetica, Arial, sans-serif;
  text-shadow: none;
  padding: 0;
}
.loginForm form#user-form .verifyButton input[type="submit"]:hover {
  color: #edd36a;
}
.loginForm .formInputs {
  float: right;
  width: 300px;
  position: relative;
}
.loginForm .formInputs > p {
  line-height: 20px;
  text-align: right;
}
.loginForm .formInputs > p * {
  vertical-align: middle;
}
.loginForm .formInputs a.gold {
  color: #AC8921;
  font: normal 17px "Roboto Condensed";
}
.loginForm .formInputs input[type="email"],
.loginForm .formInputs input[type="password"],
.loginForm .formInputs input[type="submit"],
.loginForm .formInputs input[type="text"],
.loginForm .formInputs button {
  display: block;
  padding: 0px 10px;
  border: 1px solid #999;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 300px;
  height: 40px;
  margin: 0 0 9px;
  font: normal 15px "Roboto Condensed", Helvetica, Arial, sans-serif;
}
.loginForm .formInputs input[type="email"]#submit,
.loginForm .formInputs input[type="password"]#submit,
.loginForm .formInputs input[type="submit"]#submit,
.loginForm .formInputs input[type="text"]#submit,
.loginForm .formInputs button#submit {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 151px;
  background: #2b2b2b;
  color: #e7c63d;
  text-shadow: none;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.loginForm .formInputs input[type="email"]#submit:hover,
.loginForm .formInputs input[type="password"]#submit:hover,
.loginForm .formInputs input[type="submit"]#submit:hover,
.loginForm .formInputs input[type="text"]#submit:hover,
.loginForm .formInputs button#submit:hover {
  color: #edd36a;
}
.loginForm .formInputs .rememberMe {
  cursor: pointer;
}
.loginForm .formInputs .rememberMe input {
  display: inline;
}
.loginForm .formInputs .footnote {
  text-transform: capitalize;
}
.loginForm .formInputs .footnote a {
  color: #333333;
}
.loginForm .formInputs .footnote a:hover {
  color: #AC8921;
}
.loginForm .formInputs.noClient {
  margin: 0 auto;
  float: none;
}
.loginForm .formInputs.noClient p {
  text-align: center;
}
#loginFlash {
  background: url(../themes/iWell-2.0/css/../images/bg-noise-grey.png);
  -webkit-box-shadow: inset 0 0 5px #f2f2f2 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 5px #f2f2f2 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px #f2f2f2 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 5px #f2f2f2;
  -moz-box-shadow: inset 0 0 5px #f2f2f2;
  box-shadow: inset 0 0 5px #f2f2f2;
  width: 637px;
  margin: 100px auto 0;
  border: 1px solid #999;
  padding: 0.5em 1.5em;
  font: bold 17px "Roboto Condensed", Helvetica, Arial, sans-serif;
  text-align: center;
}
.divisor {
  background: url(../themes/iWell-2.0/css/../images/divisor.png);
  border: 0;
  display: block;
  height: 2px;
  margin: 0 auto 3em;
}


