/*
    t-add-color: prints css to set a given font color, background color, etc. for a given colour scheme (depends on parameters).  This function 
    should be called in a loop of all colour schemes in $t-colourschemes with html.colorscheme as the first selector so that every client's colours are set. 

    Sample usage:
    @each $colourscheme in $t-colourschemes {
        html. {
                @include t-add-color($colourscheme, primary-color-A,background-color, 1,1,1,1);
        }
    }

    --Parameters--
    $colourscheme: must be a variable from the list $t-colourschemes as specified at the top of this page
    $color-selected: the chosen variable colour.  The list of available colours is the the first thing you will find below the declaration for the t-add-color function
    $mode: whether to print 'background-color', 'color', etc. Allowed choices:color, background-color, border-color, border-left-color, border-right-color, 
        border-top-color, border-bottom-color
    $tintpercent: create a tint of the chosen colour (i.e. blend with white). 1 is unblended, 0 is white, 0.5 is 50/50, etc.
    $shadepercent: create a shade of the chosen colour (i.e. blend with black).  1 is unblended, 0 is black, 0.5 is 50/50 etc.
    $tonepercent: create a tone of the chosen colour (i.e. blend with grey: rgb(127, 127,127)).  1 is unblended, 0 is grey, 0.5 is 50/50 etc.
    $opacitypercent: change the opacity (i.e. make it partially translucent). 1 is solid, 0 is entirely translucent, 50/50 is half-translucent, etc.  

*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0 0 0 0px;
  padding: 0;
}

/*body{overflow: hidden;}*/
html, body {
  height: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  font-size: 100%;
}

body {
  font: 13px/1.231 "Lato", clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

table {
  font-size: inherit;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

body {
  text-align: center;
}

h1, h2 {
  font-size: 199.3%;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  color: rgb(2, 53, 99);
}

html.custom-color-ute2 h2 {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: #00758d;
}

html.custom-color-default h2 {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: blue;
}

html.custom-color-rsd h2 {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: #007fa3;
}

html.custom-color-hruv h2 {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: #2732b4;
}

html.custom-color-utxt h2 {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: #002664;
}

h3 {
  font-weight: bold;
  font-size: 108%;
  margin-bottom: 0.5em;
}

#menuTable {
  height: 100%;
}

.MenuLogOffButton {
  background-color: Transparent;
  border-style: none;
  color: black;
  cursor: pointer;
  font-size: 10px;
  width: 80px;
  height: 18px;
  /*margin: 10px 0;*/
}

.PasswordChangedButton {
  position: absolute;
  right: 70px;
  background-color: Transparent;
  border-style: none;
  color: black;
  cursor: pointer;
  font-size: 10px;
  width: 90px;
  height: 18px;
}

.MenuLanguageButton {
  width: 80px;
  height: 18px;
}

.MenuLanguageButton {
  cursor: pointer;
  cursor: hand;
  font-size: 10px;
  background-color: Transparent;
  border-style: none;
  color: #black;
}

html.custom-color-ute2 .MenuSpacer {
  display: none;
}

html.custom-color-ute2 #EPLMenuOuterContainer {
  height: 100%;
  vertical-align: bottom;
}

html.custom-color-ute2 .MenuLogOffButton, html.custom-color-ute2 .PasswordChangedButton, html.custom-color-ute2 .MenuLanguageButton {
  position: absolute;
  top: 0px;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
  border: none;
  z-index: 2;
  background-color: #005d95;
  visibility: visible;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  cursor: hand;
  float: right;
  margin-bottom: 0px;
  height: 24px;
}

html.custom-color-ute2 .MenuLogOffButton:hover, html.custom-color-ute2 .PasswordChangedButton:hover, html.custom-color-ute2 .MenuLanguageButton:hover {
  background-color: #00acc8;
}

html.custom-color-ute2 .MenuLogOffButton {
  width: 90px;
  right: 0px;
}

html.custom-color-ute2 .PasswordChangedButton {
  width: 130px;
  right: 100px;
}

html.custom-color-ute2 .MenuLanguageButton {
  width: 80px;
  right: 240px;
}

html.custom-color-rsd .MenuLogOffButton, html.custom-color-rsd .PasswordChangedButton, html.custom-color-rsd .MenuLanguageButton {
  position: absolute;
  top: 0px;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
  border: none;
  z-index: 2;
  background-color: #007FA3;
  visibility: visible;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  cursor: hand;
  float: right;
  margin-bottom: 0px;
  height: 24px;
}

html.custom-color-rsd .MenuLogOffButton:hover, html.custom-color-rsd .PasswordChangedButton:hover, html.custom-color-rsd .MenuLanguageButton:hover {
  background-color: #00AFD7;
}

html.custom-color-rsd .MenuLogOffButton {
  width: 90px;
  right: 0px;
}

html.custom-color-rsd .PasswordChangedButton {
  width: 130px;
  right: 100px;
}

html.custom-color-rsd .MenuLanguageButton {
  width: 80px;
  right: 240px;
}

html.custom-color-rsd .MenuSpacer {
  display: none;
}

html.custom-color-hruv .MenuLogOffButton, html.custom-color-hruv .PasswordChangedButton, html.custom-color-hruv .MenuLanguageButton {
  position: absolute;
  top: 0px;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
  border: none;
  z-index: 2;
  background-color: #3E4B73;
  visibility: visible;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  cursor: hand;
  float: right;
  margin-bottom: 0px;
  height: 24px;
}

html.custom-color-hruv .MenuLogOffButton:hover, html.custom-color-hruv .PasswordChangedButton:hover, html.custom-color-hruv .MenuLanguageButton:hover {
  background-color: #656F8F;
}

html.custom-color-hruv .MenuLogOffButton {
  width: 90px;
  right: 0px;
}

html.custom-color-hruv .PasswordChangedButton {
  width: 130px;
  right: 100px;
}

html.custom-color-hruv .MenuLanguageButton {
  width: 80px;
  right: 240px;
}

html.custom-color-hruv .MenuSpacer {
  display: none;
}

html.custom-color-utxt .MenuLogOffButton, html.custom-color-utxt .PasswordChangedButton, html.custom-color-utxt .MenuLanguageButton {
  position: absolute;
  top: 0px;
  font-size: 12px;
  font-family: Roboto;
  color: #FFFFFF;
  border: none;
  z-index: 2;
  background-color: transparent;
  visibility: visible;
  cursor: pointer;
  cursor: hand;
  float: right;
  margin-bottom: 0px;
  height: 24px;
}

html.custom-color-utxt .MenuLogOffButton:hover, html.custom-color-utxt .PasswordChangedButton:hover, html.custom-color-utxt .MenuLanguageButton:hover {
  background-color: #017D80;
}

html.custom-color-utxt .MenuLogOffButton {
  width: 90px;
  right: 0px;
}

html.custom-color-utxt .PasswordChangedButton {
  width: 130px;
  right: 100px;
}

html.custom-color-utxt .MenuLanguageButton {
  width: 80px;
  right: 240px;
}

html.custom-color-utxt .MenuSpacer {
  display: none;
}

.vertical-margin-1em {
  margin: 1em 0;
}

.vertical-margin-1p5em {
  margin: 1.5em 0;
}

.vertical-margin-2em {
  margin: 2em 0;
}

.vertical-margin-3em {
  margin: 3em 0;
}

table.centered {
  margin: 0 auto;
}

table.no-borders, table.no-borders tr, table.no-borders td, table.no-borders th {
  border: medium none;
}

.ut-center-bg-outer {
  /* width: 1000px;
   height: 100%;*/
  background-color: transparent;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

html.custom-color-rsd .ut-center-bg-outer {
  background-color: #dddddd;
}

html.custom-color-hruv .ut-center-bg-outer {
  background-color: #dddddd;
}

html.custom-color-utxt .ut-center-bg-outer {
  background-color: #fff;
}

.ut-center-bg {
  /* width: 1000px;
   height: 100%;*/
  background-color: #fff;
  height: 100%;
  margin: auto;
  position: relative;
  width: 1140px;
}

html.custom-color-rsd .ut-center-bg {
  background-color: transparent;
}

html.custom-color-hruv .ut-center-bg {
  background-color: transparent;
}

html.custom-color-utxt .ut-center-bg {
  background-color: transparent;
}

.ut-outer-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  text-align: center;
  /*min-height: 1080px;  */
  /*z-index: -20;   */
}

.texture-bg-1 {
  background-image: url("../images/tenant/bg_hatch.png");
  background-repeat: repeat;
}

.texture-bg-2 {
  background-image: url("../images/tenant/subtle_background_textures_11.jpg");
  background-repeat: repeat;
}

.texture-bg-3 {
  background-image: url("../images/tenant/subtle_background_textures_101.jpg");
  background-repeat: repeat;
}

.texture-bg-4 {
  background-image: url("../images/tenant/subtle_background_textures_03.jpg");
  background-repeat: repeat;
}

.texture-bg-5 {
  background-image: url("../images/tenant/subtle-pattern-1t2.png");
  background-repeat: repeat;
  background-size: cover;
}

html, html:after {
  /*background-image:url('../images/tenant/subtle-patterns/subtle-pattern-7.jpg');*/
  /*background-image:url('../images/tenant/forevergreenlightblue-fade2.png');*/
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #d9d9ff;
  background-repeat: repeat;
  background-size: 50%;
}

html.custom-color-ute2, html.custom-color-ute2:after {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #d9eaee;
}

html.custom-color-default, html.custom-color-default:after {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #d9d9ff;
}

html.custom-color-rsd, html.custom-color-rsd:after {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #d9ecf1;
}

html.custom-color-hruv, html.custom-color-hruv:after {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #dfe0f4;
}

html.custom-color-utxt, html.custom-color-utxt:after {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #d9dee8;
}

.epl-font {
  font: 13px/1.231 "Lato", sans-serif;
}

.ut-header-container {
  position: relative;
  width: 100%;
  /*height: 150px;*/
  height: 100px;
  /*background-color: #0000ff;*/
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  /*z-index: -10;*/
}

.ut-header-center-container {
  position: relative;
  width: 1140px;
  height: 100px;
  /*background-color: #8888dd;*/
  background-color: transparent;
  margin: auto;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  /*z-index: 10;    */
}

.ut-child-bottom-right {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  /*z-index: 2;*/
}

.ut-child-top-right {
  position: absolute;
  top: 0;
  right: 0;
  /*z-index: 2;*/
}

.ut-child-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  /*z-index: 2;*/
}

.ut-child-top-left {
  position: absolute;
  top: 0;
  left: 0;
  /*z-index: 2;*/
}

.ut-main-container {
  position: relative;
  width: 100%;
  /*height: 150px;*/
  min-height: 550px;
  /*background-color: #efefef;*/
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 85%;
  /*z-index: -10;*/
}

.ut-main-center-container {
  position: relative;
  width: 1140px;
  /*height: 150px;*/
  min-height: 550px;
  /*background-color: #ffaaaa;*/
  background-color: #fff;
  margin: auto;
  padding: 0;
  /*border: 2px solid #00ffff;*/
  border: none;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  /*z-index: 10;  */
  -moz-opacity: 1;
  opacity: 1;
}

.ut-main-center-container-wide {
  position: relative;
  width: 1140px;
  /*height: 150px;*/
  min-height: 550px;
  /*background-color: #ffaaaa;*/
  background-color: #fff;
  margin: auto;
  padding: 0;
  /*border: 2px solid #00ffff;*/
  border: none;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  /*z-index: 10;  */
  -moz-opacity: 1;
  opacity: 1;
}

.ut-main-center-container-inner {
  position: relative;
  /*width: 980px;*/
  /*width: 100%;*/
  /*height: 150px;*/
  min-height: 550px;
  /*background-color: #ffaaaa;*/
  background-color: transparent;
  margin: 0;
  padding: 20px 0px 10px 0px;
  /*border: 2px solid #00ffff;*/
  border: none;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  -moz-opacity: 1;
  opacity: 1;
}

.ut-footer-container {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 60px;
  /*background-color: #00ff00;*/
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  /*z-index: -10;   */
}

.ut-footer-center-container {
  position: relative;
  width: 1140px;
  height: 90px;
  /*background-color: #eefbff;*/
  background-color: #fff;
  margin: auto;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  /*z-index: 10;  */
}

html.custom-color-rsd .ut-footer-center-container {
  position: relative;
  width: 1040px;
  height: 90px;
  padding: 50px 50px 0px 50px;
  /*background-color: #eefbff;*/
  background-color: #fff;
  margin: auto;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  /*z-index: 10;  */
}

html.custom-color-hruv .ut-footer-center-container {
  position: relative;
  width: 1040px;
  height: 90px;
  padding: 50px 50px 0px 50px;
  /*background-color: #eefbff;*/
  background-color: #fff;
  margin: auto;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  /*z-index: 10;  */
}

html.custom-color-utxt .ut-footer-center-container {
  position: relative;
  width: 1040px;
  height: 90px;
  padding: 50px 50px 0px 50px;
  /*background-color: #eefbff;*/
  background-color: #fff;
  margin: auto;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  /*z-index: 10;  */
}

.ut-footer-icon-left {
  float: left;
  padding: 20px;
}

.ut-footer-icon-right {
  float: right;
  padding: 20px;
}

.LinkQuadReal {
  float: left;
  padding-right: 11px;
  border-right: solid 1px black;
}

.LinkEpl {
  padding-left: 10px;
  padding-top: 8px;
  float: left;
}

.extra-large-footer {
  pointer-events: none;
  position: absolute;
  float: right;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  overflow: hidden;
}

* .noDisplay {
  display: none;
}

/*table th {
    background-color: silver;
    font-weight: bold;
}*/
.bigAndBoldText {
  font-size: 108%;
  font-weight: bold;
}

.input-label {
  font-size: 108%;
  font-weight: bold;
  padding: 1px 5px;
}

.input-label-from-dropdown {
  font-size: 130%;
  font-weight: normal;
  padding: 2px 5px;
}

.main-drop-downs, .main-drop-downs tr, .main-drop-downs td, .main-drop-downs th {
  border: medium none;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}

.main-drop-downs {
  margin: 0 auto;
  font-size: 100%;
}

.input-drop-down {
  font-size: 116%;
  text-align: left;
  margin: 0;
}

.right-aligned {
  text-align: right !important;
}

.left-aligned {
  text-align: left !important;
}

.inner-page {
  width: 1000px;
  margin: auto;
}

.inner-page-wide {
  width: 1140px;
  margin: auto;
}

.content-grid-top {
  clear: both;
  content: ".";
  display: block;
  /*height: 0;*/
  /*visibility: hidden;*/
}

.content-grid {
  clear: both;
  content: ".";
  display: block;
  height: auto;
  /*visibility: hidden;*/
}

.content-block-one-col {
  width: 100%;
}

.content-block-two-col {
  width: 49.1%;
}

.content-block-three-col {
  width: 32.4%;
}

.content-block-four-col {
  width: 24.1%;
}

.content-block-five-col {
  width: 19.1%;
}

.content-block-left {
  float: left;
}

.content-block-right {
  float: right;
}

.content-inline {
  display: inline;
}

/* must specify width of div for this to apply*/
.content-block-center {
  margin-left: auto;
  margin-right: auto;
}

.standard-table {
  margin: 15px;
}

.standard-table th, .standard-table td {
  border: 1px solid black;
  padding: 1px;
}

.standard-table th {
  background-color: silver;
  font-weight: bold;
}

.header-background-solid, .background-solid {
  background-repeat: repeat;
  /*z-index: -1;*/
  overflow: hidden;
}

.absolute-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.main-background-solid {
  /*position: relative;*/
  /*top: 0;
  left: 0;*/
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  /*width: 100%;*/
  /*z-index: -1;*/
  /*overflow: hidden;*/
}

.background-transparent {
  -moz-opacity: 0.1;
  opacity: 0.1;
}

.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 6px;
}

/*note: use with align='center' applied to the same div for IE compatibility*/
.center-contents {
  text-align: -webkit-center;
}

.section-header {
  font-size: 159.3%;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

.table-generic th {
  background-color: #c3c3c3;
  font-weight: bold;
}

.legend td, .legend table {
  margin: 0 auto;
  background-color: Transparent;
  border-style: none;
  text-align: left;
}

.tabbedBox .tabContent {
  margin: 0 auto;
  border: solid 2px #000000;
  border-style: solid;
  top: -2px;
}

.tabbedBox table {
  margin: 0 auto;
  border-style: none;
}

.tabbedBox table td {
  margin: 0 auto;
  border-style: none;
}

.tabbedBox table th {
  margin: 0 auto;
  border-style: none;
  font-weight: bold;
}

.tabbedBox .tabContent {
  margin: 0 auto;
  border: solid 2px #000000;
  border-style: solid;
  top: -2px;
}

.tabbedBox .TopGroup {
  z-index: 99;
  padding-right: 10px;
  border-style: none;
  position: relative;
  bottom: -1px;
  width: 800px;
}

.tabbedBox .DefaultTab {
  color: black;
  background-color: ButtonFace;
  border-style: none;
  font-family: "Lato", sans-serif;
  font-size: 116%;
  cursor: default;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.tabbedBox .DefaultTabHover {
  color: black;
  background-color: Silver;
  font-family: "Lato", sans-serif;
  font-size: 116%;
  border-style: none;
  cursor: default;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.tabbedBox .SelectedTab {
  color: white;
  background-color: #111111;
  margin: 0 auto;
  border-style: none;
  font-family: "Lato", sans-serif;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 116%;
  cursor: default;
  text-align: center;
}

.tabbedBox .MultiPage {
  background-color: white;
  margin: 1px auto;
  width: 800px;
  height: 200px;
  position: relative;
  padding: 10px;
  top: 0px;
  left: 0px;
  z-index: 98;
}

.tabbedBox .PageContent {
  margin: 0 auto;
  font-family: "Lato", sans-serif;
  font-size: 100%;
}

.tabbedBox .tabTables {
  /* The wrapper is needed so that two tables act as one. */
  margin: 0 auto;
  font-size: 116%;
  /*width: 700px;*/
  width: 700px;
}

.tabbedBox .tabTables .infoHeader {
  text-align: center;
  font-size: 116%;
  font-weight: bold;
  text-decoration: underline;
}

.tabbedBox .tabTables table th {
  background-color: white;
  text-align: left;
  vertical-align: top;
  border-style: none;
}

.tabbedBox .tabTables table td {
  border-style: none;
  text-align: left;
  padding-left: 1em;
}

.tabbedBox .tabTables table {
  float: none;
}

.tabbedBox .tabTables .buildingDetails {
  border-style: none;
  background-color: White;
  color: Black;
}

.tabbedBox .tabTables .buildingDetails .bdHeader {
  text-align: left;
  font-size: 116%;
  font-weight: bold;
  padding-left: 0px;
  padding-bottom: 6px;
}

.tabbedBox .tabTables .buildingDetails th {
  background-color: white;
  text-align: left;
  vertical-align: top;
  border-style: none;
  padding-left: 15px;
  font-weight: normal;
}

.tabbedBox .tabTables .buildingDetails td {
  border-style: none;
  text-align: left;
  padding-left: 1em;
  padding-bottom: 2px;
}

.tabbedBox .tabTables .buildingDetails .bdSpacer {
  height: 5px;
}

.flotlegend td, .flotlegend th, .flotlegend table {
  border: none;
}

.flotchartholder {
  display: inline;
  float: left;
}

.flotaxislabel {
  display: inline;
  float: left;
}

.flotaxislabel b {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); /* IE 9 */
  -moz-transform: rotate(-90deg); /* Firefox */
  -webkit-transform: rotate(-90deg); /* Safari and Chrome */
  -o-transform: rotate(-90deg); /* Opera */
}

.flot-rotate-labels-180 .xAxis .tickLabel {
  /*-ms-writing-mode:tb-lr;*/
  -ms-transform: translateY(100%) rotate(90deg);
  -moz-transform: translateY(100%) rotate(90deg); /* FF3.5/3.6 */
  -o-transform: translateY(100%) rotate(90deg); /* Opera 10.5 */
  -webkit-transform: translateY(100%) rotate(90deg); /* Saf3.1+ */
}

/*#flashContent {
	width: 100%;
	height: 100%;
	z-index: 100;
}*/
.btn {
  background-color: #D3D3D3;
  padding: 2px 5px;
  font-size: 15px;
  /*height:24px;*/
  border-width: 2px;
}

.highlight {
  background: #ffcc33 !important;
  border-color: #ffcc33 !important;
}

#titles {
  padding-bottom: 8px;
  padding-top: 0px;
}

.main-header-text {
  font-size: 30px;
  color: White;
}

.main-header {
  padding-top: 10px;
}

.sub-header {
  padding: 5px 3px;
  font-size: 18px;
  color: #009ddc;
  font-weight: bold;
  text-align: left;
}

html.custom-color-ute2 .sub-header {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: #005d95;
}

html.custom-color-default .sub-header {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: blue;
}

html.custom-color-rsd .sub-header {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: #00afd7;
}

html.custom-color-hruv .sub-header {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: #969696;
}

html.custom-color-utxt .sub-header {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: #7d9aaa;
}

.sub-sub-header {
  padding: 5px 5px;
  font-size: 18px;
  color: #003366;
  text-align: left;
}

.ytd-header {
  padding: 5px 3px;
  font-size: 17px;
  /*color:#009ddc;
  font-weight: bold;*/
  text-align: left;
}

.ytd-header-icon {
  height: 18px;
  width: 16px;
}

/*.dashboard-summary-outer
{
    position:absolute; 
    left:0; 
    top:0; 
    z-index:10;
    width:684px; 
    height:490px; 
    background-color: white;
}
.dashboard-summary-outer-table
{
    position:absolute; 
    left:0; 
    top:0; 
    z-index:10;
}

.dashboard-summary-icon-holder
{
background-color:white; float:left;
}

.dashboard-summary-icon
{
height:60px; margin-left:47px; margin-top:16px;
}

.dashboard-summary-contents-main-text
{
    padding-left: 3px; 
    text-align: left; 
    font-size:13pt; 
    color:#666666; 
    padding-top:4px;
    float:left;
}

.dashboard-summary-contents-main-background
{
background-color:#f4f4f5;
}

.dashboard-summary-contents-header-text
{
padding-left: 3px; 
padding-top:15px; 
font-size:20px; 
color:#004b8d; 
font-weight:bold; 
text-align:left;
}

.dashboard-summary-contents
{
float:left;    
}
*/
.main-footer-text {
  float: right;
  margin-top: 73px;
  margin-right: 20px;
  width: 390px;
  color: #666666;
  font-size: 11pt;
}

.main-footer-text-contents-left {
  float: left;
}

.main-footer-text-contents-right {
  float: right;
  margin-top: 1px;
}

.table-note {
  text-align: left;
  padding: 5px;
}

.fade_out {
  opacity: 0.4;
}

.invisible {
  display: none;
}

div.ui-tooltip {
  text-align: left;
}

.options-button {
  background-color: Transparent;
  border-style: none;
  color: black;
  cursor: pointer;
  font-size: 10px;
}

.hide-label-button {
  float: left;
  clear: both;
}

#ut-bg-header-bkfg-green {
  height: 0;
}

#ut-bg-header-bkfg-lightblue {
  height: 0;
}

#ut-bg-header-bkfg-darkblue {
  height: 100px;
  top: 0px;
  background-image: url("../images/bannerBentallExtension.jpg");
}

#ut-bg-header-bkfg-white {
  height: 0;
}

html.custom-color-rsd #ut-bg-header-bkfg-green {
  height: 0;
}

html.custom-color-rsd #ut-bg-header-bkfg-lightblue {
  height: 0;
}

html.custom-color-rsd #ut-bg-header-bkfg-darkblue {
  height: 100px;
  top: 0px;
  background-image: url("../images/bannerQuadRealExtension.jpg");
}

html.custom-color-rsd #ut-bg-header-bkfg-white {
  height: 0;
}

html.custom-color-hruv #ut-bg-header-bkfg-green {
  height: 0;
}

html.custom-color-hruv #ut-bg-header-bkfg-lightblue {
  height: 0;
}

html.custom-color-hruv #ut-bg-header-bkfg-darkblue {
  height: 100px;
  top: 0px;
  background-image: url("../images/bannerHRExtension.jpg");
}

html.custom-color-hruv #ut-bg-header-bkfg-white {
  height: 0;
}

html.custom-color-utxt #ut-bg-header-bkfg-green {
  height: 0;
}

html.custom-color-utxt #ut-bg-header-bkfg-lightblue {
  height: 0;
}

html.custom-color-utxt #ut-bg-header-bkfg-darkblue {
  height: 100px;
  top: 0px;
  background-image: url("../images/bannerStreamExtension.png");
}

html.custom-color-utxt #ut-bg-header-bkfg-white {
  height: 0;
}

#ut-header-bkfg-green {
  height: 0px;
}

#ut-header-bkfg-lightblue {
  height: 0px;
}

#ut-header-bkfg-darkblue {
  top: 0px;
  height: 100px;
  width: 450px;
  background-image: url("../images/bannerBentall.jpg");
}

html.custom-color-rsd #ut-header-bkfg-green {
  height: 0px;
}

html.custom-color-rsd #ut-header-bkfg-lightblue {
  height: 0px;
}

html.custom-color-rsd #ut-header-bkfg-darkblue {
  top: 0px;
  height: 132px;
  z-index: 1;
  background-image: url("../images/bannerQuadReal2.png");
}

html.custom-color-hruv #ut-header-bkfg-darkblue {
  top: 0px;
  height: 100px;
  width: 700px;
  z-index: 1;
  background-image: url("../images/bannerHR.png");
}

html.custom-color-hruv #ut-header-bkfg-green {
  height: 0px;
}

html.custom-color-hruv #ut-header-bkfg-lightblue {
  height: 0px;
}

html.custom-color-utxt #ut-header-bkfg-darkblue {
  top: 0px;
  height: 100px;
  width: 600px;
  z-index: 1;
  background-image: url("../images/bannerStream.png");
}

html.custom-color-utxt #ut-header-bkfg-green {
  height: 0px;
}

html.custom-color-utxt #ut-header-bkfg-lightblue {
  height: 0px;
}

input[type=button].ui-button, input[type=submit].ui-button, a.ui-button, button.ui-button {
  line-height: 18px;
  text-align: center;
  letter-spacing: 0px;
  color: #002743;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1215686275);
  border: 1px solid #BBC2C9;
  border-radius: 8px;
  padding: 6px 20px;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 13px;
}

.ui-button.alert-highlight {
  background-color: #ffdb99 !important;
}

.ui-button.ui-button-text-only .ui-button-text {
  padding: 0px;
}

.info-icon {
  color: #007FA3;
}

.ui-input-no-style {
  color: #444;
  border: none;
  padding: 0px;
  padding: 0px 2px;
  width: 86px !important;
}

.ui-calendar-input {
  font-size: 13px;
  color: #444;
  box-sizing: border-box;
  padding: 3px 0px;
  vertical-align: middle;
  line-height: 16px;
  text-align: center;
  border: 1px solid #aaa;
  background-origin: border-box;
  width: 110px;
}

.ui-text-input {
  font-size: 13px;
  color: #444;
  box-sizing: border-box;
  padding: 3px 0px;
  vertical-align: middle;
  line-height: 16px;
  text-align: center;
  border: 1px solid #aaa;
  background-origin: border-box;
}

.ui-calendar-input:hover {
  background: #fefefe;
  border-color: #888;
}

.ui-input-no-style {
  color: #444;
  border: none;
  padding: 0px;
  padding: 0px 2px;
  width: 86px !important;
}

.ui-input-no-style:focus {
  outline: none;
}

input[type=checkbox i] {
  margin: 2px;
  position: relative;
  top: 2px;
}

html.custom-color-ute2 table.data-table {
  border-style: solid;
  border-width: 1px;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-color: gray;
}
html.custom-color-ute2 table.data-table th {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #00acc8;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: white;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-bottom-color: #828282;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-right-color: #828282;
  border-style: none solid solid solid;
  border-width: 0px 1px 1px 1px;
  text-align: center;
  padding: 4px 4px;
  font-size: 11px;
  vertical-align: middle;
}
html.custom-color-ute2 table.data-table th:first-child {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-left-color: gray;
}
html.custom-color-ute2 table.data-table th:last-child {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-right-color: gray;
}
html.custom-color-ute2 table.data-table tr {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: #666666;
  font-weight: normal;
}
html.custom-color-ute2 table.data-table tr:first-child {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-color: gray;
  border-style: solid none none none;
  border-width: 1px 0 0 0;
}
html.custom-color-ute2 table.data-table tr:first-child th {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #005d95;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: white;
}
html.custom-color-ute2 table.data-table tr:nth-child(odd) td {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #ccdfea;
}
html.custom-color-ute2 table.data-table td {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: white;
  padding: 2px 0px;
  vertical-align: middle;
  font-size: 11px;
}

html.custom-color-default table.data-table {
  border-style: solid;
  border-width: 1px;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-color: gray;
}
html.custom-color-default table.data-table th {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #737373;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: white;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-bottom-color: #828282;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-right-color: #828282;
  border-style: none solid solid solid;
  border-width: 0px 1px 1px 1px;
  text-align: center;
  padding: 4px 4px;
  font-size: 11px;
  vertical-align: middle;
}
html.custom-color-default table.data-table th:first-child {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-left-color: gray;
}
html.custom-color-default table.data-table th:last-child {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-right-color: gray;
}
html.custom-color-default table.data-table tr {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: #666666;
  font-weight: normal;
}
html.custom-color-default table.data-table tr:first-child {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-color: gray;
  border-style: solid none none none;
  border-width: 1px 0 0 0;
}
html.custom-color-default table.data-table tr:first-child th {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #4b4b4b;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: white;
}
html.custom-color-default table.data-table tr:nth-child(odd) td {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #dbdbdb;
}
html.custom-color-default table.data-table td {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: white;
  padding: 2px 0px;
  vertical-align: middle;
  font-size: 11px;
}

html.custom-color-rsd table.data-table {
  border-style: solid;
  border-width: 1px;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-color: gray;
}
html.custom-color-rsd table.data-table th {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #00afd7;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: white;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-bottom-color: #828282;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-right-color: #828282;
  border-style: none solid solid solid;
  border-width: 0px 1px 1px 1px;
  text-align: center;
  padding: 4px 4px;
  font-size: 11px;
  vertical-align: middle;
}
html.custom-color-rsd table.data-table th:first-child {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-left-color: gray;
}
html.custom-color-rsd table.data-table th:last-child {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-right-color: gray;
}
html.custom-color-rsd table.data-table tr {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: #666666;
  font-weight: normal;
}
html.custom-color-rsd table.data-table tr:first-child {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-color: gray;
  border-style: solid none none none;
  border-width: 1px 0 0 0;
}
html.custom-color-rsd table.data-table tr:first-child th {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #007fa3;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: white;
}
html.custom-color-rsd table.data-table tr:nth-child(odd) td {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #cce5ed;
}
html.custom-color-rsd table.data-table td {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: white;
  padding: 2px 0px;
  vertical-align: middle;
  font-size: 11px;
}

html.custom-color-hruv table.data-table {
  border-style: solid;
  border-width: 1px;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-color: gray;
}
html.custom-color-hruv table.data-table th {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #6478c8;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: white;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-bottom-color: #828282;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-right-color: #828282;
  border-style: none solid solid solid;
  border-width: 0px 1px 1px 1px;
  text-align: center;
  padding: 4px 4px;
  font-size: 11px;
  vertical-align: middle;
}
html.custom-color-hruv table.data-table th:first-child {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-left-color: gray;
}
html.custom-color-hruv table.data-table th:last-child {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-right-color: gray;
}
html.custom-color-hruv table.data-table tr {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: #666666;
  font-weight: normal;
}
html.custom-color-hruv table.data-table tr:first-child {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-color: gray;
  border-style: solid none none none;
  border-width: 1px 0 0 0;
}
html.custom-color-hruv table.data-table tr:first-child th {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #2732b4;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: white;
}
html.custom-color-hruv table.data-table tr:nth-child(odd) td {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #d4d6f0;
}
html.custom-color-hruv table.data-table td {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: white;
  padding: 2px 0px;
  vertical-align: middle;
  font-size: 11px;
}

html.custom-color-utxt table.data-table {
  border-style: solid;
  border-width: 1px;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-color: gray;
}
html.custom-color-utxt table.data-table th {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #737373;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: white;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-bottom-color: #828282;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-right-color: #828282;
  border-style: none solid solid solid;
  border-width: 0px 1px 1px 1px;
  text-align: center;
  padding: 4px 4px;
  font-size: 11px;
  vertical-align: middle;
}
html.custom-color-utxt table.data-table th:first-child {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-left-color: gray;
}
html.custom-color-utxt table.data-table th:last-child {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-right-color: gray;
}
html.custom-color-utxt table.data-table tr {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: #666666;
  font-weight: normal;
}
html.custom-color-utxt table.data-table tr:first-child {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  border-color: gray;
  border-style: solid none none none;
  border-width: 1px 0 0 0;
}
html.custom-color-utxt table.data-table tr:first-child th {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #4b4b4b;
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  color: white;
}
html.custom-color-utxt table.data-table tr:nth-child(odd) td {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: #dbdbdb;
}
html.custom-color-utxt table.data-table td {
  /*Beginning of possible choices for "$color-selected":*/
  /*end of possible choices for "$color-selected":*/
  /*Variables used internally*/
  background-color: white;
  padding: 2px 0px;
  vertical-align: middle;
  font-size: 11px;
}

/*# sourceMappingURL=ut_layout.css.map */
