/*@blue:rgba(0,56,118,1);
@light-blue:rgba(158,168,201,1);
@green:rgba(0,89,65,1);*/
.colThird {
  float: left;
  width: 33%;
}
.colTwoThird {
  float: left;
  width: 66%;
}
.colHalf {
  float: left;
  width: 49.5%;
}
.colQuarter {
  float: left;
  width: 24.5%;
}
.colThreeQuarter {
  float: left;
  width: 74.5%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ffff99;
  color: black;
  text-decoration: none;
}
mark {
  background: yellow;
  color: black;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* Remove Styling from any list with a "layout" class or inside an HTML5 Nav element */

.layout {
  display: block;
  margin: 0;
  padding: 0;
}
.layout > li,
nav li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.layout > ul,
nav ul {
  margin: 0 !important;
  padding: 0 !important;
}
/* Bicubic resizing for non-native sized IMG: */

.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* universal selectors to fix a few common issues */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* fix the stupid broken box model */

* {
  position: relative;
}
/* testing this one to see if we like it */

/* Prevent iOS, WinMobile from adjusting font size */

html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media print {
  * {
    background: transparent !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media screen, print {
  @font-face {
    font-family: 'RobotoRegular';
    src: url('../less/../fonts/Roboto-Regular-webfont.eot');
    src: url('../less/../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../less/../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../less/../fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'RobotoItalic';
    src: url('../less/../fonts/Roboto-Italic-webfont.eot');
    src: url('../less/../fonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/Roboto-Italic-webfont.woff') format('woff'), url('../less/../fonts/Roboto-Italic-webfont.ttf') format('truetype'), url('../less/../fonts/Roboto-Italic-webfont.svg#RobotoItalic') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'RobotoBold';
    src: url('../less/../fonts/Roboto-Bold-webfont.eot');
    src: url('../less/../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/Roboto-Bold-webfont.woff') format('woff'), url('../less/../fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('../less/../fonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'RobotoBoldItalic';
    src: url('../less/../fonts/Roboto-BoldItalic-webfont.eot');
    src: url('../less/../fonts/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/Roboto-BoldItalic-webfont.woff') format('woff'), url('../less/../fonts/Roboto-BoldItalic-webfont.ttf') format('truetype'), url('../less/../fonts/Roboto-BoldItalic-webfont.svg#RobotoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'RobotoCondensed';
    src: url('../less/../fonts/Roboto-Condensed-webfont.eot');
    src: url('../less/../fonts/Roboto-Condensed-webfont.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/Roboto-Condensed-webfont.woff') format('woff'), url('../less/../fonts/Roboto-Condensed-webfont.ttf') format('truetype'), url('../less/../fonts/Roboto-Condensed-webfont.svg#RobotoCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'RobotoCondensedItalic';
    src: url('../less/../fonts/Roboto-CondensedItalic-webfont.eot');
    src: url('../less/../fonts/Roboto-CondensedItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/Roboto-CondensedItalic-webfont.woff') format('woff'), url('../less/../fonts/Roboto-CondensedItalic-webfont.ttf') format('truetype'), url('../less/../fonts/Roboto-CondensedItalic-webfont.svg#RobotoCondensedItalic') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'RobotoBoldCondensed';
    src: url('../less/../fonts/Roboto-BoldCondensed-webfont.eot');
    src: url('../less/../fonts/Roboto-BoldCondensed-webfont.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/Roboto-BoldCondensed-webfont.woff') format('woff'), url('../less/../fonts/Roboto-BoldCondensed-webfont.ttf') format('truetype'), url('../less/../fonts/Roboto-BoldCondensed-webfont.svg#RobotoBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'RobotoBoldCondensedItalic';
    src: url('../less/../fonts/Roboto-BoldCondensedItalic-webfont.eot');
    src: url('../less/../fonts/Roboto-BoldCondensedItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/Roboto-BoldCondensedItalic-webfont.woff') format('woff'), url('../less/../fonts/Roboto-BoldCondensedItalic-webfont.ttf') format('truetype'), url('../less/../fonts/Roboto-BoldCondensedItalic-webfont.svg#RobotoBoldCondensedItalic') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'RobotoThin';
    src: url('../less/../fonts/Roboto-Thin-webfont.eot');
    src: url('../less/../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/Roboto-Thin-webfont.woff') format('woff'), url('../less/../fonts/Roboto-Thin-webfont.ttf') format('truetype'), url('../less/../fonts/Roboto-Thin-webfont.svg#RobotoThin') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'RobotoThinItalic';
    src: url('../less/../fonts/Roboto-ThinItalic-webfont.eot');
    src: url('../less/../fonts/Roboto-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/Roboto-ThinItalic-webfont.woff') format('woff'), url('../less/../fonts/Roboto-ThinItalic-webfont.ttf') format('truetype'), url('../less/../fonts/Roboto-ThinItalic-webfont.svg#RobotoThinItalic') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'RobotoLight';
    src: url('../less/../fonts/Roboto-Light-webfont.eot');
    src: url('../less/../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/Roboto-Light-webfont.woff') format('woff'), url('../less/../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../less/../fonts/Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'RobotoLightItalic';
    src: url('../less/../fonts/Roboto-LightItalic-webfont.eot');
    src: url('../less/../fonts/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/Roboto-LightItalic-webfont.woff') format('woff'), url('../less/../fonts/Roboto-LightItalic-webfont.ttf') format('truetype'), url('../less/../fonts/Roboto-LightItalic-webfont.svg#RobotoLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'RobotoMedium';
    src: url('../less/../fonts/Roboto-Medium-webfont.eot');
    src: url('../less/../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/Roboto-Medium-webfont.woff') format('woff'), url('../less/../fonts/Roboto-Medium-webfont.ttf') format('truetype'), url('../less/../fonts/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'RobotoMediumItalic';
    src: url('../less/../fonts/Roboto-MediumItalic-webfont.eot');
    src: url('../less/../fonts/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/Roboto-MediumItalic-webfont.woff') format('woff'), url('../less/../fonts/Roboto-MediumItalic-webfont.ttf') format('truetype'), url('../less/../fonts/Roboto-MediumItalic-webfont.svg#RobotoMediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'RobotoBlack';
    src: url('../less/../fonts/Roboto-Black-webfont.eot');
    src: url('../less/../fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/Roboto-Black-webfont.woff') format('woff'), url('../less/../fonts/Roboto-Black-webfont.ttf') format('truetype'), url('../less/../fonts/Roboto-Black-webfont.svg#RobotoBlack') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'RobotoBlackItalic';
    src: url('../less/../fonts/Roboto-BlackItalic-webfont.eot');
    src: url('../less/../fonts/Roboto-BlackItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/Roboto-BlackItalic-webfont.woff') format('woff'), url('../less/../fonts/Roboto-BlackItalic-webfont.ttf') format('truetype'), url('../less/../fonts/Roboto-BlackItalic-webfont.svg#RobotoBlackItalic') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'weatherIcons';
    src: url('../less/../fonts/weatherIcons.eot');
    src: url('../less/../fonts/weatherIcons.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/weatherIcons.svg#weatherIcons') format('svg'), url('../less/../fonts/weatherIcons.woff') format('woff'), url('../less/../fonts/weatherIcons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'mainIcons';
    src: url('../less/../fonts/mainIcons.eot');
    src: url('../less/../fonts/mainIcons.eot?#iefix') format('embedded-opentype'), url('../less/../fonts/mainIcons.svg#mainIcons') format('svg'), url('../less/../fonts/mainIcons.woff') format('woff'), url('../less/../fonts/mainIcons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
}
.text-black {
  font-family: 'RobotoBlack', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}
.text-bold {
  font-family: 'RobotoBold', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}
.text-medium {
  font-family: 'RobotoMedium', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}
.text-regular {
  font-family: 'RobotoRegular', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}
.text-light {
  font-family: 'RobotoLight', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}
.icons {
  font-family: 'mainIcons';
}
.weather {
  font-family: 'weatherIcons';
}
.chromeframe {
  margin: 1em 0;
  background: #e1dcd2;
  color: #dbd6cc;
  padding: 1em 0;
}
/* -----  Basic styling  ----- */

html > body {
  overflow-y: scroll;
}
body {
  color: #807869;
  background: white;
  font-size: 100%;
  font-family: 'RobotoRegular', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}
/* base font family, size, color, etc */

a,
a:active,
a:visited {
  color: #003876;
  text-decoration: none;
  -webkit-transition: color 0.18s ease-out;
  -moz-transition: color 0.18s ease-out;
  transition: color 0.18s ease-out;
}
a:hover {
  color: #807869;
  text-decoration: underline;
}
/* text elements */

h1 {
  font-family: 'RobotoBlack', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}
h2 {
  font-family: 'RobotoBlack', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}
h3 {
  font-family: 'RobotoBold', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}
h4 {
  font-family: 'RobotoBold', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 20px;
}
h5 {
  font-family: 'RobotoMedium', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}
h6 {
  font-family: 'RobotoMedium', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
/* First paragraph in a container */

/* use this if you want a drop cap. Note it applies to ALL paragraph tags */

strong,
b {
  font-family: 'RobotoBold', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}
em,
i {
  font-style: italic;
}
li {
  margin-left: 15px;
}
/* form elements */

label {
  color: #4d473d;
  font-size: 14px;
}
label input[type="checkbox"],
label input[type="radio"] {
  display: inline;
  vertical-align: middle;
  top: 0;
}
label span {
  vertical-align: middle;
  padding-left: 5px;
}
input[type="checkbox"] {
  margin-top: 6px;
}
/* Use since input[type=text] etc is buggy in most browsers */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="date"] {
  color: #2e2a24;
  font-size: 14px;
  line-height: 12px;
  border: 1px solid #dbd6cc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 4px 4px 4px;
  background: white;
  color: #807869;
  cursor: default;
  -webkit-box-shadow: inset 0 0 5px rgba(207, 201, 188, 0.75);
  -moz-box-shadow: inset 0 0 5px rgba(207, 201, 188, 0.75);
  box-shadow: inset 0 0 5px rgba(207, 201, 188, 0.75);
  overflow: hidden;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea {
  outline: none;
  border: 1px solid #003876;
  color: #003876;
}
textarea {
  resize: none;
  color: #2e2a24;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #dbd6cc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 4px 4px 4px;
  background: white;
  color: #807869;
  cursor: default;
  -webkit-box-shadow: inset 0 0 5px rgba(207, 201, 188, 0.75);
  -moz-box-shadow: inset 0 0 5px rgba(207, 201, 188, 0.75);
  box-shadow: inset 0 0 5px rgba(207, 201, 188, 0.75);
}
select:after {
  content: "1";
  font-family: 'mainIcons';
}
.ie8 select {
  padding: 5px 0;
  height: auto;
  border: 1px solid #dbd6cc;
}
select {
  border: 0;
  line-height: 110%;
  height: 26px;
  border: 1px solid #dbd6cc;
  font-size: 12px;
  -webkit-box-shadow: inset 0 0 5px rgba(207, 201, 188, 0.75);
  -moz-box-shadow: inset 0 0 5px rgba(207, 201, 188, 0.75);
  box-shadow: inset 0 0 5px rgba(207, 201, 188, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.error {
  font-style: italic;
  color: #d62129;
  font-size: 14px;
}
.error span {
  font-weight: bold;
}
.error li {
  text-align: center;
  font-size: 12px;
  padding: 5px;
}
/* use for validation error messages */

.success {
  font-style: italic;
  color: darkgreen;
  font-size: 14px;
  font-weight: bold;
}
.errorContainer {
  position: fixed;
  top: 10px;
  left: 50%;
  width: 20%;
  margin: 0 0 0 -10%;
  z-index: 100;
  text-align: center;
  font-weight: bold;
  color: #ff3a3a;
  background-color: #e1dcd2;
  border-radius: 5px;
  padding: 5px;
}
.successContainer {
  position: fixed;
  top: 10px;
  left: 50%;
  width: 20%;
  margin: 0 0 0 -10%;
  z-index: 100;
  text-align: center;
  background-color: #e1dcd2;
  border-radius: 5px;
  padding: 5px;
}
.input-validation-error {
  border: 1px solid #d62129 !important;
  background-color: antiquewhite !important;
}
.registrationError {
  margin-left: 2%;
}
/* make sure this exists inside every simple-modal wrapper and style this instead */

#globalError {
  padding: 5px;
  color: white;
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #d62129;
}
/* alert bar likely for use at the top of a page */

::-webkit-input-placeholder {
  color: #b8b1a2;
  font-style: italic;
  font-size: 13px;
}
input:-moz-placeholder {
  color: #b8b1a2;
  font-style: italic;
  font-size: 13px;
}
/* Remove Styling from any list with a "layout" class or inside an HTML5 Nav element */

ul {
  display: block;
  margin: 0;
  padding: 0;
}
ul > li {
  list-style: none outside !important;
  margin: 0;
  padding: 0;
}
.ie8 .fancySelect .dropDown {
  overflow-y: auto !important;
}
.fancySelect {
  display: inline-block;
  min-width: 100px;
  text-align: left;
  position: relative;
  color: #2e2a24;
  font-size: 12px;
  line-height: 12px;
}
.fancySelect .selectMain {
  position: relative;
  border: 1px solid #dbd6cc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 0 4px 6px;
  background: white;
  color: #807869;
  cursor: default;
  -webkit-box-shadow: inset 0 0 5px rgba(207, 201, 188, 0.75);
  -moz-box-shadow: inset 0 0 5px rgba(207, 201, 188, 0.75);
  box-shadow: inset 0 0 5px rgba(207, 201, 188, 0.75);
}
.fancySelect .selectMain span {
  display: block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.fancySelect .selectMain:after {
  content: "2";
  position: absolute;
  font-family: 'mainIcons';
  color: #003876;
  border-left: 1px solid #d4cfc4;
  text-align: center;
  font-size: 17px;
  width: 20px;
  height: 18px;
  top: 0px;
  right: 0px;
  padding-top: 5px;
}
.fancySelect .dropDown {
  /*overflow-x: hidden; overflow-y: auto !important;*/
  max-height: 125px;
  position: absolute;
  z-index: 1000;
  background: white;
  width: 100%;
  min-width: 100px;
  border: 1px solid #d4cfc4;
  border-top: 0 none transparent;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.fancySelect .dropDown li {
  cursor: pointer;
  display: block;
  text-align: left;
  padding: 5px;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
}
.fancySelect .dropDown li.selected {
  background: #e8e4dc;
}
.fancySelect .dropDown li:hover {
  background: #003876;
  color: white;
}
.fancySelect .dropDown:not(.defaultOverflowSelect) {
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modern .toggleSwitch {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: block;
  font-size: 9px;
  width: 48px;
  height: 24px;
  font-family: 'RobotoMedium', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  background-color: #e8e4dc;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.modern .toggleSwitch input {
  position: absolute;
  opacity: 0;
}
.modern .toggleSwitch span {
  position: absolute;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: white;
  z-index: 10;
  top: 0px;
  left: -1px;
  border: 1px solid #d4cfc4;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.18s ease-out;
  -moz-transition: all 0.18s ease-out;
  transition: all 0.18s ease-out;
}
.modern .toggleSwitch:before,
.modern .toggleSwitch:after {
  position: relative;
  z-index: 2;
  float: left;
  text-shadow: rgba(102, 102, 102, 0.5) 0 -1px 0, rgba(255, 255, 255, 0.3) 0 1px 0px;
}
.modern .toggleSwitch:before {
  content: attr(data-on);
  padding: 7px 0 0 5px;
  color: #003876;
}
.modern .toggleSwitch:after {
  content: attr(data-off);
  float: right;
  padding: 7px 5px 0 0;
}
.modern .toggleSwitch input:checked + span {
  left: 25px;
}
.modern .radioBtn span {
  display: block;
  font-size: 13px;
}
.modern .radioBtn span:before {
  content: "K";
  font-family: 'mainIcons';
  padding-right: 5px;
  font-size: 14px;
}
.modern .radioBtn input {
  position: absolute;
  opacity: 0;
}
.modern .radioBtn input:checked + span:before {
  content: "k";
}
.tip {
  display: block;
  margin: 10px;
  padding: 10px;
  padding-left: 40px;
  position: relative;
  background: #e1dcd2;
  border: 1px solid #dbd6cc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tip:before {
  content: "Quick Tip";
  font-family: 'RobotoLight', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 130%;
  display: block;
  color: #003876;
}
.tip:after {
  content: "V";
  font-family: 'mainIcons';
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 20px;
  color: #003876;
}
.header-gradient {
  background: #3b372f;
  background: -moz-linear-gradient(top, #3b372f 0%, #27241f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b372f), color-stop(100%, #27241f));
  background: -webkit-linear-gradient(top, #3b372f 0%, #27241f 100%);
  background: -o-linear-gradient(top, #3b372f 0%, #27241f 100%);
  background: -ms-linear-gradient(top, #3b372f 0%, #27241f 100%);
  background: linear-gradient(top bottom, #3b372f 0%, #27241f 100%);
}
a.genericBtn,
button {
  background-color: #898989;
  color: white;
  padding: 0 0 0 .5em;
  border: 0;
  line-height: 2;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
}
a.genericBtn:after,
button:after {
  content: "3";
  font-family: 'mainIcons';
  background-color: #707070;
  padding: .5em;
  margin-left: .5em;
}
a.genericBtn:hover,
button:hover {
  background-color: #0050a9;
}
a.genericBtn:hover:after,
button:hover:after {
  background-color: #003876;
}
a.genericBtn.calendar:after,
button.calendar:after {
  content: "N";
}
a.genericBtn.download:after,
button.download:after {
  content: "H";
}
.btn {
  display: inline-block;
  padding: 4px 12px 3px 12px;
  font-size: 12px;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
  background: rgba(0, 56, 118, 0.4);
}
.btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-color: white white transparent transparent;
  border-style: solid;
  border-width: 4px;
}
.btn:hover {
  background: rgba(0, 56, 118, 0.7);
}
a.btn {
  padding: 2px 12px 1px 12px;
}
.browser.warning.cookies {
  display: none;
}
/* For image replacement */

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.noDisplay {
  display: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* keep legacy sites happy */

.clear {
  clear: both;
}
a:link {
  -webkit-tap-highlight-color: #003876;
}
/* Ajax loading overlay 

.overlay:not(.large) { position: relative; z-index: 1; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
.overlay .loadingGif { position: absolute; z-index: 15; height: 18px; width: 18px; top: 50%; margin-top: -9px; left: 50%; margin-left: -9px; background-image:url('../less/../images/Loading.gif');}

#loadSpinner,.loadSpinner { 	position:absolute; z-index: 52; margin:100px 0; top:0;left:50%; margin-left:-150px; width: 300px; text-align: center; padding:50px; background:@base-color; border:1px solid @border-color-light; .rounded(6px); .drop-shadow();
	h5 { .text-medium(); color:@interface-color-darker; font-size: 16px; margin:0; margin-bottom:5px; }
	span{ margin:0 auto; width:220px; height:19px; background-image:url('../less/../images/ajax-loader.gif');}
	p { font-size: 11px; color:@interface-color; line-height: 11px; }

}
*/

.ui-datepicker {
  font-size: 10px !important;
}
.ie8 .ieShift,
.ie9 .ieShift {
  top: -8px;
}
.ie8 .ie8Shift {
  top: -8px;
}
.ie9 .ie9Shift {
  top: -8px;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
body {
  font-size: 12px;
  background: rgba(0, 0, 0, 0.2);
}
.messages {
  display: none;
  position: fixed;
  top: 0;
  margin: 0 auto;
  padding-left: 50%;
  z-index: 10;
}
.messages .message.error {
  color: white;
  font-style: normal;
  background: #d62129;
}
.messages .message.success {
  color: white;
  background: green;
}
.messages .message {
  padding: 4px 8px;
  float: left;
  margin: 0 50% 0 -50%;
}
.messages > .message:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.static-error {
  background: #d62129;
  color: white;
  font-style: normal;
  padding: 4px 8px;
  text-align: center;
}
.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
.overlay .modal label {
  float: left;
  clear: left;
}
.overlay .modal input {
  display: block;
  overflow: hidden;
  clear: right;
}
.overlay2 {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 50;
}
.overlay2 .modal label {
  float: left;
  clear: left;
}
.overlay2 .modal input {
  display: block;
  overflow: hidden;
  clear: right;
}
.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  /*margin: -160px 0 0 -160px; */
  transform: translate(-50%, -50%);
  overflow: auto;
  max-height: 100%;
  max-width: 100%;
  background-color: white;
  padding: 30px 40px;
  -webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
  box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
}
.modal.login {
  position: relative;
  float: left;
  transition: all 0.18s ease-out;
}
.modal.login .welcome {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbd6cc;
  overflow: hidden;
}
.modal.login .welcome img {
  margin-right: 30px;
  float: left;
}
.modal.login .welcome h1 {
  float: left;
  margin: 23px 0;
  font-size: 1.5em;
}
.modal.login form {
  display: block;
  clear: both;
  overflow: hidden;
}
.modal.login form div button {
  float: right;
}
.modal.edit h2,
.modal.add h2 {
  margin-top: 0;
}
.modal form label {
  float: left;
  clear: left;
  /*height: 27px;*/
  line-height: 27px;
  width: 130px;
}
.modal form input,
.modal form textarea,
.modal form select {
  clear: right;
  float: left;
}
.modal form label,
.modal form input,
.modal form textarea,
.modal form select {
  margin-bottom: 8px;
}
.modal form div {
  clear: both;
}
.modal form div button {
  float: left;
  margin-left: 100px;
}
.modal form div button:last-child {
  margin-left: 10px;
}
.formModal.inspections {
  position: relative;
  top: 10%;
  bottom: initial;
  height: 80%;
  left: 10%;
  right: initial;
  width: 80%;
  margin: 0;
  padding: 2%;
}
.formModal.inspections button {
  position: fixed;
  top: 12%;
  right: 12%;
  margin-right: 15px;
}
.formModal {
  position: absolute;
  top: 20%;
  left: 35%;
  bottom: 20%;
  right: 35%;
  margin: -160px 0 0 0;
  overflow: auto;
  background-color: white;
  padding: 30px 40px;
  -webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
  box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
}
.formModal .field {
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.formModal .set {
  margin-left: 15px;
}
.formModal .set .title {
  font-weight: bold;
  font-size: 12px;
  padding: 5px 0 10px;
}
.formModal .set .userSet {
  border-bottom: 1px solid #dbd6cc;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.formModal .set .userSet .question {
  margin: 0 0 2px 7px;
}
.formModal .set .userSet .question .answerControl {
  margin: 0 0 7px 11px;
}
#search {
  padding-bottom: 25px;
}
#search * {
  display: inline-block;
  float: left;
}
#search *:not(input) {
  line-height: 27px;
  margin: 0 15px;
}
#search a {
  text-decoration: none;
}
#search .label {
  font-weight: bold;
}
#search .cancel {
  content: "L";
  font-family: 'mainIcons';
  color: red;
  font-size: 12px;
}
.backArrow {
  content: "4";
  font-family: 'mainIcons';
  color: white;
  font-size: 12px;
}
.address .street1:not(:empty) ~ .street2:before {
  content: ' ';
}
.address .street1:not(:empty) ~ .street2:empty:before {
  content: ', ';
}
.address .street2:not(:empty) ~ .city:before {
  content: ', ';
}
.address .city:not(:empty) ~ .state:before {
  content: ', ';
}
.address .state:not(:empty) ~ .zip:before {
  content: ' ';
}
.footer {
  position: fixed;
  z-index: 5;
  -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
  bottom: 0;
  right: 0;
  padding: 4px 6px 3px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
}
.left {
  float: left;
}
.left .header {
  height: 40px;
  color: #b7b7b7;
  z-index: 2;
  /*.info { height: 40px; line-height: 40px; background: @header-bg-color; overflow: hidden; text-align: right; padding-right: 12px;
            a, a:active, a:visited { color: @light-blue; text-decoration: none; .transition(0.18s, color, ease-out); }
            a:hover { color: lighten(@action-hover-color,30%); }
        }*/

}
.left .header .logo {
  float: left;
}
.left .header .logo img {
  border: 50px solid #003876;
  border-top-width: 7px;
  border-bottom-width: 7px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.left .header .logo:before {
  content: "";
  background: rgba(0, 56, 118, 0.7);
  height: 40px;
  float: left;
}
.left .menu {
  float: left;
  clear: left;
  padding: 10px 0;
  width: 155px;
}
.left .menu .info {
  text-align: center;
  margin-bottom: 12px;
  color: #4d473d;
}
.left .menu ul.root li a {
  display: block;
  height: 46px;
  width: 100%;
  margin-bottom: 1px;
  line-height: 46px;
  text-align: left;
  padding-left: 48px;
}
.left .menu ul.root li a.active {
  background: white;
}
.left .menu ul.root li a.parent.l0 {
  background: rgba(255, 255, 255, 0.5);
}
.left .menu ul.root li a.parent.l1 {
  background: rgba(255, 255, 255, 0.7);
}
.left .menu ul.root li a.parent.l2 {
  background: rgba(255, 255, 255, 0.9);
}
.left .menu ul.root li a:hover:not(.active) {
  background: rgba(0, 0, 0, 0.3);
  color: gainsboro;
}
.left .menu ul.root li a:hover {
  text-decoration: none;
}
.left .menu ul.root li a.rolesPrivileges {
  padding-left: 32px;
}
.left .menu ul.root li a.clientGroups {
  padding-left: 32px;
}
.left .menu ul.root li ul {
  display: none;
  margin-left: 12px;
}
.left .menu ul.root li ul.expanded {
  display: block;
}
.left .menu ul.root li ul:before {
  content: "";
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) transparent transparent;
  border-style: solid;
  border-width: 6px;
  position: absolute;
  top: -1px;
  left: -12px;
}
.left .menu ul.root li ul li a {
  background: rgba(0, 0, 0, 0.1);
  height: 38px;
  line-height: 38px;
}
body > .right {
  padding: 0 0 30px 0;
}
.right {
  min-height: 100%;
  overflow: hidden;
}
.right .page {
  background-color: white;
  min-height: 920px;
}
.right .page .heading {
  height: 40px;
  background-color: rgba(0, 56, 118, 0.7);
  padding-left: 26px;
}
.right .page .heading h1 {
  float: left;
  clear: left;
  margin: 0;
  line-height: 40px;
  color: white;
}
.right .page .heading a {
  display: block;
  float: right;
  clear: right;
  height: 40px;
  line-height: 40px;
  margin-right: 18px;
  padding: 0 13px;
  color: white;
}
.right .page .heading .nav {
  float: left;
  line-height: 43px;
}
.right .page .content {
  padding: 18px;
}
.page .index .row {
  clear: both;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #dbd6cc;
}
.page .index .row.open .header:after {
  content: '2';
}
.page .index .row.open .body {
  display: block;
}
.page .index .row[data-active='False'] .header .name:before,
.page .index .row[data-active='True'] .header .name:before {
  content: '';
  display: block;
  height: 15px;
  width: 15px;
  margin: 5px 5px 5px;
  float: left;
}
.page .index .row[data-active='False'][data-active='True'] .name:before,
.page .index .row[data-active='True'][data-active='True'] .name:before {
  background-color: rgba(0, 128, 0, 0.7);
}
.page .index .row[data-active='False'][data-active='False'] .name:before,
.page .index .row[data-active='True'][data-active='False'] .name:before {
  background-color: rgba(255, 0, 0, 0.7);
}
.page .index .row .header {
  cursor: pointer;
  clear: both;
  line-height: 25px;
  height: 25px;
}
.page .index .row .header:after {
  content: '3';
  font-family: 'mainIcons';
  right: 0;
  position: absolute;
  display: block;
  font-size: 1.5em;
}
.page .index .row .header .name {
  float: left;
  clear: left;
  margin: 0;
}
.page .index .row .header .description {
  float: left;
  clear: right;
  padding-left: 8px;
}
.page .index .row .header .action {
  float: right;
  margin-right: 24px;
}
.page .index .row .body {
  display: none;
  clear: both;
}
.page .index .row .body .info {
  float: left;
  margin: 11px 50px 11px 0;
  padding: 0;
}
.page .index .row .body .info:last-child {
  margin-right: 0;
  clear: right;
}
.page .index .row .body .info .subHeader {
  clear: both;
  height: 22px;
  line-height: 22px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dbd6cc;
}
.page .index .row .body .info .subHeader h3 {
  float: left;
  margin: 0;
}
.page .index .row .body .info .subHeader a {
  float: right;
  margin-left: 22px;
}
.page .index .row .body .field .label {
  font-weight: bold;
  padding-right: 4px;
}
.page .index .row:last-child {
  border-bottom: 0;
}
.page.projects .index .row .body .info.contact .subHeader h3 {
  margin-right: 22px;
}
.page.projects .index .row .body .info.contact .subHeader a {
  margin: 0 3px;
}
.page.projects .index .row .body .info.contact .subHeader span {
  display: block;
  float: right;
}
.page.inventory .info.projects {
  width: auto;
}
.page.inspections .index > .left {
  margin-right: 38px;
}
.page.inspections .index > .left .inspectionDetails .body .info {
  float: left;
  margin: 11px 50px 11px 0;
  padding: 0;
}
.page.inspections .index > .left .inspectionDetails .body .info:last-child {
  margin-right: 0;
  clear: right;
}
.page.inspections .index > .left .inspectionDetails .body .info .subHeader {
  clear: both;
  height: 22px;
  line-height: 22px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dbd6cc;
}
.page.inspections .index > .left .inspectionDetails .body .info .subHeader h3 {
  float: left;
  margin: 0;
}
.page.inspections .index > .left .inspectionDetails .body .info .subHeader a {
  float: right;
  margin-left: 22px;
}
.page.inspections .index > .left .inspectionDetails .body .field {
  font-weight: bold;
  padding-right: 4px;
}
.page.inspections .index .recentInspections {
  overflow: hidden;
}
.page.inspections .index .recentInspections .subHeader {
  clear: both;
  height: 22px;
  line-height: 22px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dbd6cc;
}
.page.inspections .index .recentInspections .subHeader h3 {
  float: left;
  margin: 0;
}
.page.inspections .index .recentInspections .subHeader a {
  float: right;
  margin-left: 22px;
}
.page.inspections .index .recentInspections .inspection {
  clear: both;
  margin-left: 10px;
}
.page.inspections .index .recentInspections .inspection .action {
  padding: 0;
  float: right;
}
.page.surveys .index .row .body .field {
  padding-top: 5px;
  margin-left: 20px;
}
.page.surveys .index .row .body .field .activeRow[data-active='False'] .name:before,
.page.surveys .index .row .body .field .activeRow[data-active='True'] .name:before {
  content: '';
  display: block;
  height: 5px;
  width: 10px;
  margin: 5px 5px 5px;
  float: left;
}
.page.surveys .index .row .body .field .activeRow[data-active='False'][data-active='True'] .name:before,
.page.surveys .index .row .body .field .activeRow[data-active='True'][data-active='True'] .name:before {
  background-color: rgba(0, 128, 0, 0.7);
}
.page.surveys .index .row .body .field .activeRow[data-active='False'][data-active='False'] .name:before,
.page.surveys .index .row .body .field .activeRow[data-active='True'][data-active='False'] .name:before {
  background-color: rgba(255, 0, 0, 0.7);
}
.page.surveys .index .row .body .field .activeRow span {
  font-weight: bold;
}
.page.surveys .index .row .body .field .name {
  cursor: pointer;
}
.bgColor {
  background-color: cornsilk;
}
.bgColor1 {
  background-color: moccasin;
}
.page.surveys .index .row .body div {
  display: block;
}
.page.surveys .index .row .body .info {
  margin-right: 0 !important;
}
.page.surveys .index .row .body .surveyQuestions .field,
.page.surveys .index .row .body .surveyAnswers .field {
  margin-left: 0 !important;
  padding: 5px;
}
.page.surveys .index .row .body .questionShow {
  float: left;
  display: block;
  margin-top: 6px;
  padding: 5px;
}
.page.surveys .index .row .body .questionShow .activeRow {
  padding-top: 5px;
}
.page.surveys .index .row .body .questionHide {
  display: none;
}
.page.surveys .index .row .body .answerShow {
  float: left;
  padding: 5px;
  margin-top: 6px;
}
.page.surveys .index .row .body .answerShow .activeRow {
  padding-top: 5px;
}
.page.surveys .index .row .body .answerHide {
  display: none;
}
.page.surveys .index .row .body .subHeader {
  clear: both;
  height: 22px;
  line-height: 22px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dbd6cc;
}
.page.surveys .index .row .body .subHeader h3 {
  float: left;
  margin: 0;
}
.page.surveys .index .row .body .subHeader a {
  float: right;
  margin-left: 5px;
  cursor: pointer;
}
.page.surveys .index .row .body .subHeader .icon {
  float: right;
  margin-left: 5px;
}
.page.inventory .field {
  padding-top: 5px;
  margin-left: 20px;
}
.page.inventory .field .name {
  cursor: pointer;
  font-weight: bold;
}
.page.inventory .index .row .body div {
  display: block;
}
.page.inventory .index .row .body .info {
  margin-right: 0 !important;
}
.page.inventory .index .row .body .projectItems .field {
  margin-left: 0 !important;
  padding: 5px;
}
.page.inventory .index .row .body .projectItemShow {
  float: left;
  display: block;
  margin-top: 6px;
  padding: 5px;
}
.page.inventory .index .row .body .projectItemShow .activeRow {
  padding-top: 5px;
}
.page.inventory .index .row .body .projectItemHide {
  display: none;
}
.page.inventory .index .row .body .subHeader {
  clear: both;
  height: 22px;
  line-height: 22px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dbd6cc;
}
.page.inventory .index .row .body .subHeader h3 {
  float: left;
  margin: 0;
}
.page.inventory .index .row .body .subHeader a {
  float: right;
  margin-left: 5px;
  cursor: pointer;
}
.page.inventory .index .row .body .subHeader .icon {
  float: right;
  margin-left: 5px;
}
.page.reports .choose,
.page.inspections .choose,
.page.surveydata .index .choose {
  padding-top: 20px;
}
.page.reports .label,
.page.inspections .label,
.page.surveydata .index .label {
  font-weight: bold;
}
.page.reports .sites,
.page.inspections .sites,
.page.surveydata .index .sites {
  padding-top: 10px;
}
.page.reports .field,
.page.inspections .field,
.page.surveydata .index .field {
  margin-left: 20px;
  position: relative;
}
.page.sites .index .sites {
  padding-top: 10px;
}
.page.sites .index .field {
  margin-left: 20px;
  position: relative;
}
.page.sites .index .row {
  clear: both;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #dbd6cc;
}
.page.sites .index .row.open .header {
  display: block !important;
}
.page.sites .index .row.open .body {
  display: block;
}
.page.sites .index .name {
  font-weight: bold;
  float: left;
}
.page.sites .index .action {
  float: left;
}
.page.sites .index .detail {
  margin-bottom: 10px;
}
.userRoles .table {
  margin: 10px;
  float: left;
}
.userRoles .table table {
  float: left;
}
.userRoles .table table td {
  padding: 5px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  border-right: 1px solid #d4cfc4;
  border-bottom: 1px solid #d4cfc4;
}
.userRoles .table table td input[type='checkbox'] {
  margin-bottom: 6px;
}
.userRoles .table .privileges {
  float: left;
  clear: left;
}
.userRoles .table .privileges tr:hover {
  background-color: #d4cfc4;
}
.userRoles .table .privileges thead tr,
.userRoles .table .privileges thead tr:hover {
  background-color: #4d473d;
  font-family: 'RobotoMedium', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  color: #dbd6cc;
}
.userRoles .table .privileges thead td {
  border: 0 none transparent;
}
.userRoles .table .roles {
  margin-top: 40px;
  float: left;
  width: 100%;
  clear: right;
}
.userRoles .table .roles div {
  float: left;
  width: 40px;
  height: 50px;
  padding: 2px;
  font-size: 12px;
  border-right: 1px solid #d4cfc4;
}
.userRoles .table .roles span {
  z-index: 1;
  position: absolute;
  display: block;
  left: 30%;
  bottom: 0px;
  white-space: nowrap;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  transform-origin: top left;
  zoom: 1;
  filter: flipv fliph;
  background-color: white;
  -ms-writing-mode: tb-rl;
  margin-bottom: 5px;
}
.userRoles .table .roles span a {
  padding-left: 3px;
}
.userRoles .table .roles span a:hover {
  text-decoration: none;
}
.userRoles .table .roles .privilege,
.userRoles .table .privileges .privilege {
  width: 250px;
  text-align: left;
}
.userRoles .tip {
  width: 400px;
  float: left;
  font-size: 12px;
  margin: 40px 0 0 3%;
}
.aheraSchedule {
  padding: 10px 10px;
}
.aheraSchedule li {
  list-style: square !important;
  margin-left: 15px !important;
}
.aheraSchedule form table {
  border-collapse: collapse;
  width: 90vw;
  height: 75vh;
}
.aheraSchedule form td {
  padding: 5px;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  border: none;
}
.aheraSchedule form label {
  white-space: nowrap;
  width: 170px;
  line-height: 18px;
}
.aheraSchedule form input,
.aheraSchedule form textarea,
.aheraSchedule form select {
  line-height: 18px;
  margin-bottom: 0px;
  height: 20px;
  padding: 0;
  color: black;
}
.aheraSchedule form input[type="checkbox"] {
  margin-top: 0px;
  color: black;
}
.aheraSchedule .buildingInfo table {
  border-collapse: collapse;
  width: auto;
  height: auto;
  table-layout: fixed;
}
.aheraSchedule .buildingInfo td {
  padding: 5px;
  text-align: left;
  color: black;
  vertical-align: top;
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: thin solid #d4cfc4;
}
.aheraSchedule .buildingInfo tr {
  height: 29px;
}
.aheraSchedule .buildingInfo th {
  background-color: #dddddd;
  color: black;
  font-weight: bold;
  padding: 5px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: thin solid #5c564d;
}
.aheraSchedule .buildingInfo .buildingInfoName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aheraSchedule .buildingInfo .buildingAreaTotalCaption {
  font-weight: bold;
  text-align: left;
  background-color: #dddddd;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: thin solid #5c564d;
}
.aheraSchedule .buildingInfo .buildingAreaTotalAmount {
  text-align: right;
  font-weight: bold;
  background-color: #dddddd;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: thin solid #5c564d;
}
.aheraSchedule .buildingInfo .biCellEven {
  background-color: #eeeeee;
}
.aheraSchedule .buildingInfo .biCellOdd {
  background-color: #dddddd;
}
.aheraSchedule .buildingInfo .buildingAreaNumeric {
  text-align: right;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555555;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: -190%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
