@import "/Content/NovoGuia/vendors/JSPagePrinter/css/PagePrinter.css";
@import "/Content/NovoGuia/vendors/JSPagePrinter/css/PagePrinter.css";
/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */


.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/*
@media print {

  * {
    text-shadow: none !important;
    color: #000 !important; // Black prints faster: h5bp.com/s
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  // Don't show links for images, or javascript/internal links
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; // h5bp.com/t
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
*/
label {
  cursor: default;
}
iframe {
  display: block;
}
body {
  margin: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
a {
  cursor: pointer;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.add-left {
  position: relative;
  overflow: hidden;
}
.add-left > .at-left {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  right: auto;
}
.add-left > .at-left.filled {
  border-right: 1px solid #e9e9e9;
}
.left-expanded-over .at-left {
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.075);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.075);
  z-index: 15;
}
.left-expanded-over .at-left:hover {
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
}
.add-right {
  position: relative;
  overflow: hidden;
}
.add-right > .at-right {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: auto;
}
.add-right > .at-right.filled {
  border-left: 1px solid #e9e9e9;
}
.right-expanded-over .at-right {
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.075);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.075);
  z-index: 15;
}
.right-expanded-over .at-right:hover {
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
}
.add-top {
  position: relative;
  overflow: hidden;
}
.add-top > .at-top {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  bottom: auto;
}
.add-top > .at-top.filled {
  border-bottom: 1px solid #e9e9e9;
}
.top-expanded-over .at-top {
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.075);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.075);
  z-index: 15;
}
.top-expanded-over .at-top:hover {
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
}
.add-bottom {
  position: relative;
  overflow: hidden;
}
.add-bottom > .at-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  top: auto;
}
.add-bottom > .at-bottom.filled {
  border-top: 1px solid #e9e9e9;
}
.bottom-expanded-over .at-bottom {
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.075);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.075);
  z-index: 15;
}
.bottom-expanded-over .at-bottom:hover {
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
}
.at-left,
.at-right,
.at-top,
.at-bottom {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-property: left, right, top, bottom;
  -moz-transition-property: left, right, top, bottom;
  -o-transition-property: left, right, top, bottom;
  transition-property: left, right, top, bottom;
  z-index: 5;
}
.at-left.filled,
.at-right.filled,
.at-top.filled,
.at-bottom.filled {
  background-color: #f3f3f3;
}
.at-center {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-property: left, right, top, bottom;
  -moz-transition-property: left, right, top, bottom;
  -o-transition-property: left, right, top, bottom;
  transition-property: left, right, top, bottom;
}
.anchor-all {
  position: absolute !important;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
}
.anchor-all-10 {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  overflow: hidden;
}
.anchor-all-20 {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  overflow: hidden;
}
.anchor-no-bottom {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.anchor-no-bottom-10 {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}
.anchor-no-top {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.anchor-no-top-10 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.anchor-no-right {
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: 0px;
}
.anchor-no-right-10 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  top: 10px;
}
.anchor-no-left {
  position: absolute;
  bottom: 0px;
  right: 0px;
  top: 0px;
}
.anchor-no-left-10 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  top: 10px;
}
.fill-height {
  height: 100%;
}
.relative {
  position: relative;
}
.title-box .title-box-header {
  padding: 0px;
  color: grey;
  font-size: 1.1em;
  margin-bottom: 4px;
  font-weight: bold;
  text-transform: uppercase;
}
.title-box .title-box-content {
  padding: 10px;
  overflow: auto;
  border: 1px solid #ccc;
}
.title-box .title-box-footer {
  line-height: 35px;
  padding: 0px 5px;
  background-color: #e9e9e9;
}
.title-box.grow {
  position: relative;
}
.title-box.grow.anchor-all,
.title-box.grow.anchor-all-10,
.title-box.grow.anchor-all-20 {
  position: absolute;
}
.title-box.grow .title-box-content {
  top: 32px;
  left: 8px;
  right: 8px;
  bottom: 15px;
  position: absolute;
  border-radius: 10px;
  padding: 15px;
  overflow: auto;
  box-shadow: 0px 0px 42px 5px rgba(0, 0, 0, 0.1);
}
.box {
  border: 1px solid #ccc;
}
p {
  margin: 0 0 7.5px;
}
.lead {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
  line-height: 22.5px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #cc9738;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a67a2b;
}
.text-error {
  color: #cc0006;
}
a.text-error:hover,
a.text-error:focus {
  color: #990004;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 7.5px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 15px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 30px;
}
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
h1 small {
  font-size: 21px;
}
h2 small {
  font-size: 15px;
}
h3 small {
  font-size: 12px;
}
h4 small {
  font-size: 12px;
}
.page-header {
  padding-bottom: 6.5px;
  margin: 15px 0 22.5px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 7.5px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 15px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 15px;
}
dt,
dd {
  line-height: 15px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 7.5px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 15px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 15px;
  font-style: normal;
  line-height: 15px;
}
small {
  font-size: 95%;
}
h1,
h2,
h3,
h4 {
  line-height: 22.5px;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16.2px;
}
h3 {
  font-size: 14.4px;
  color: #555555;
}
h4 {
  font-size: 14.4px;
  font-weight: normal;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
h1 small {
  font-size: 15.6px;
}
h2 small {
  font-size: 13.2px;
}
h3 small {
  font-size: 12px;
}
h4 small {
  font-size: 12px;
}
.page-header {
  margin: 0 0 15px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 10px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 7px;
  margin: 0 0 7.5px;
  font-size: 11px;
  line-height: 15px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 15px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 15px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 7.5px;
  font-size: 14.4px;
  line-height: 30px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
.input-wrapper,
.textarea-wrapper,
.select-wrapper,
.input,
select,
textarea,
input[type="text"],
input[type="password"],
.uneditable-input {
  padding: 5px 6px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #555555;
}
.input-wrapper:hover,
.textarea-wrapper:hover,
.select-wrapper:hover,
.input:hover,
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
.uneditable-input:hover {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.input-wrapper select,
.textarea-wrapper select,
.select-wrapper select,
.input select,
select select,
textarea select,
input[type="text"] select,
input[type="password"] select,
.uneditable-input select,
.input-wrapper textarea,
.textarea-wrapper textarea,
.select-wrapper textarea,
.input textarea,
select textarea,
textarea textarea,
input[type="text"] textarea,
input[type="password"] textarea,
.uneditable-input textarea,
.input-wrapper input[type="text"],
.textarea-wrapper input[type="text"],
.select-wrapper input[type="text"],
.input input[type="text"],
select input[type="text"],
textarea input[type="text"],
input[type="text"] input[type="text"],
input[type="password"] input[type="text"],
.uneditable-input input[type="text"],
.input-wrapper input[type="password"],
.textarea-wrapper input[type="password"],
.select-wrapper input[type="password"],
.input input[type="password"],
select input[type="password"],
textarea input[type="password"],
input[type="text"] input[type="password"],
input[type="password"] input[type="password"],
.uneditable-input input[type="password"],
.input-wrapper .uneditable-input,
.textarea-wrapper .uneditable-input,
.select-wrapper .uneditable-input,
.input .uneditable-input,
select .uneditable-input,
textarea .uneditable-input,
input[type="text"] .uneditable-input,
input[type="password"] .uneditable-input,
.uneditable-input .uneditable-input {
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.input-wrapper select,
.textarea-wrapper select,
.select-wrapper select,
.input select,
select select,
textarea select,
input[type="text"] select,
input[type="password"] select,
.uneditable-input select,
.input-wrapper textarea,
.textarea-wrapper textarea,
.select-wrapper textarea,
.input textarea,
select textarea,
textarea textarea,
input[type="text"] textarea,
input[type="password"] textarea,
.uneditable-input textarea,
.input-wrapper input[type="text"],
.textarea-wrapper input[type="text"],
.select-wrapper input[type="text"],
.input input[type="text"],
select input[type="text"],
textarea input[type="text"],
input[type="text"] input[type="text"],
input[type="password"] input[type="text"],
.uneditable-input input[type="text"],
.input-wrapper input[type="password"],
.textarea-wrapper input[type="password"],
.select-wrapper input[type="password"],
.input input[type="password"],
select input[type="password"],
textarea input[type="password"],
input[type="text"] input[type="password"],
input[type="password"] input[type="password"],
.uneditable-input input[type="password"],
.input-wrapper .uneditable-input,
.textarea-wrapper .uneditable-input,
.select-wrapper .uneditable-input,
.input .uneditable-input,
select .uneditable-input,
textarea .uneditable-input,
input[type="text"] .uneditable-input,
input[type="password"] .uneditable-input,
.uneditable-input .uneditable-input,
.input-wrapper select:focus,
.textarea-wrapper select:focus,
.select-wrapper select:focus,
.input select:focus,
select select:focus,
textarea select:focus,
input[type="text"] select:focus,
input[type="password"] select:focus,
.uneditable-input select:focus,
.input-wrapper textarea:focus,
.textarea-wrapper textarea:focus,
.select-wrapper textarea:focus,
.input textarea:focus,
select textarea:focus,
textarea textarea:focus,
input[type="text"] textarea:focus,
input[type="password"] textarea:focus,
.uneditable-input textarea:focus,
.input-wrapper input[type="text"]:focus,
.textarea-wrapper input[type="text"]:focus,
.select-wrapper input[type="text"]:focus,
.input input[type="text"]:focus,
select input[type="text"]:focus,
textarea input[type="text"]:focus,
input[type="text"] input[type="text"]:focus,
input[type="password"] input[type="text"]:focus,
.uneditable-input input[type="text"]:focus,
.input-wrapper input[type="password"]:focus,
.textarea-wrapper input[type="password"]:focus,
.select-wrapper input[type="password"]:focus,
.input input[type="password"]:focus,
select input[type="password"]:focus,
textarea input[type="password"]:focus,
input[type="text"] input[type="password"]:focus,
input[type="password"] input[type="password"]:focus,
.uneditable-input input[type="password"]:focus,
.input-wrapper .uneditable-input:focus,
.textarea-wrapper .uneditable-input:focus,
.select-wrapper .uneditable-input:focus,
.input .uneditable-input:focus,
select .uneditable-input:focus,
textarea .uneditable-input:focus,
input[type="text"] .uneditable-input:focus,
input[type="password"] .uneditable-input:focus,
.uneditable-input .uneditable-input:focus,
.input-wrapper select:hover,
.textarea-wrapper select:hover,
.select-wrapper select:hover,
.input select:hover,
select select:hover,
textarea select:hover,
input[type="text"] select:hover,
input[type="password"] select:hover,
.uneditable-input select:hover,
.input-wrapper textarea:hover,
.textarea-wrapper textarea:hover,
.select-wrapper textarea:hover,
.input textarea:hover,
select textarea:hover,
textarea textarea:hover,
input[type="text"] textarea:hover,
input[type="password"] textarea:hover,
.uneditable-input textarea:hover,
.input-wrapper input[type="text"]:hover,
.textarea-wrapper input[type="text"]:hover,
.select-wrapper input[type="text"]:hover,
.input input[type="text"]:hover,
select input[type="text"]:hover,
textarea input[type="text"]:hover,
input[type="text"] input[type="text"]:hover,
input[type="password"] input[type="text"]:hover,
.uneditable-input input[type="text"]:hover,
.input-wrapper input[type="password"]:hover,
.textarea-wrapper input[type="password"]:hover,
.select-wrapper input[type="password"]:hover,
.input input[type="password"]:hover,
select input[type="password"]:hover,
textarea input[type="password"]:hover,
input[type="text"] input[type="password"]:hover,
input[type="password"] input[type="password"]:hover,
.uneditable-input input[type="password"]:hover,
.input-wrapper .uneditable-input:hover,
.textarea-wrapper .uneditable-input:hover,
.select-wrapper .uneditable-input:hover,
.input .uneditable-input:hover,
select .uneditable-input:hover,
textarea .uneditable-input:hover,
input[type="text"] .uneditable-input:hover,
input[type="password"] .uneditable-input:hover,
.uneditable-input .uneditable-input:hover {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-wrapper.disabled,
.textarea-wrapper.disabled,
.select-wrapper.disabled,
.input.disabled,
select.disabled,
textarea.disabled,
input[type="text"].disabled,
input[type="password"].disabled,
.uneditable-input.disabled,
.input-wrapper.readonly,
.textarea-wrapper.readonly,
.select-wrapper.readonly,
.input.readonly,
select.readonly,
textarea.readonly,
input[type="text"].readonly,
input[type="password"].readonly,
.uneditable-input.readonly {
  background-color: #eeeeee;
}
.input-wrapper {
  padding: 0px 6px;
}
.input-wrapper input[type="text"],
.input-wrapper input[type="password"],
.input-wrapper textarea {
  padding-top: 5px;
  padding-bottom: 5px;
}
.select-wrapper {
  *padding: 2px;
}
label {
  display: block;
  margin-bottom: 2px;
  color: black;
}
textarea {
  height: auto;
}
.placeholder {
  color: #aaa;
}
.fix-padding {
  padding-top: 20px;
}
.fix-padding.span,
.fix-padding.radio,
.fix-padding.checkbox {
  padding-top: 24px;
}
.form-group {
  padding-bottom: 12px;
}
.form-row {
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-condensed .form-group {
  padding-bottom: 6px;
}
.radio,
.checkbox {
  margin-bottom: 0px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.field-size,
.checkbox.field-size {
  padding-top: 4px;
  padding-bottom: 4px;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly],
.uneditable-input {
  background-color: #eeeeee;
  color: #555555;
}
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.form-footer {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #eeeeee;
}
.form-footer .dropdown-menu {
  text-align: left;
}
.prepend-sm,
.prepend-md,
.prepend-lg,
.append-sm,
.append-md,
.append-lg,
.split-sm,
.split-md,
.split-lg {
  position: relative;
  *zoom: 1;
}
.prepend-sm:before,
.prepend-md:before,
.prepend-lg:before,
.append-sm:before,
.append-md:before,
.append-lg:before,
.split-sm:before,
.split-md:before,
.split-lg:before,
.prepend-sm:after,
.prepend-md:after,
.prepend-lg:after,
.append-sm:after,
.append-md:after,
.append-lg:after,
.split-sm:after,
.split-md:after,
.split-lg:after {
  display: table;
  content: "";
  line-height: 0;
}
.prepend-sm:after,
.prepend-md:after,
.prepend-lg:after,
.append-sm:after,
.append-md:after,
.append-lg:after,
.split-sm:after,
.split-md:after,
.split-lg:after {
  clear: both;
}
.prepend-sm .add-left,
.prepend-md .add-left,
.prepend-lg .add-left,
.append-sm .add-left,
.append-md .add-left,
.append-lg .add-left,
.split-sm .add-left,
.split-md .add-left,
.split-lg .add-left,
.prepend-sm .add-right,
.prepend-md .add-right,
.prepend-lg .add-right,
.append-sm .add-right,
.append-md .add-right,
.append-lg .add-right,
.split-sm .add-right,
.split-md .add-right,
.split-lg .add-right,
.prepend-sm .add-center,
.prepend-md .add-center,
.prepend-lg .add-center,
.append-sm .add-center,
.append-md .add-center,
.append-lg .add-center,
.split-sm .add-center,
.split-md .add-center,
.split-lg .add-center {
  position: absolute;
  top: 0px;
  bottom: 0px;
}
.prepend-sm.validation-error .add-left,
.prepend-md.validation-error .add-left,
.prepend-lg.validation-error .add-left,
.append-sm.validation-error .add-left,
.append-md.validation-error .add-left,
.append-lg.validation-error .add-left,
.split-sm.validation-error .add-left,
.split-md.validation-error .add-left,
.split-lg.validation-error .add-left,
.prepend-sm.validation-error .add-right,
.prepend-md.validation-error .add-right,
.prepend-lg.validation-error .add-right,
.append-sm.validation-error .add-right,
.append-md.validation-error .add-right,
.append-lg.validation-error .add-right,
.split-sm.validation-error .add-right,
.split-md.validation-error .add-right,
.split-lg.validation-error .add-right,
.prepend-sm.validation-error .input-wrapper,
.prepend-md.validation-error .input-wrapper,
.prepend-lg.validation-error .input-wrapper,
.append-sm.validation-error .input-wrapper,
.append-md.validation-error .input-wrapper,
.append-lg.validation-error .input-wrapper,
.split-sm.validation-error .input-wrapper,
.split-md.validation-error .input-wrapper,
.split-lg.validation-error .input-wrapper,
.prepend-sm.validation-error .textarea-wrapper,
.prepend-md.validation-error .textarea-wrapper,
.prepend-lg.validation-error .textarea-wrapper,
.append-sm.validation-error .textarea-wrapper,
.append-md.validation-error .textarea-wrapper,
.append-lg.validation-error .textarea-wrapper,
.split-sm.validation-error .textarea-wrapper,
.split-md.validation-error .textarea-wrapper,
.split-lg.validation-error .textarea-wrapper,
.prepend-sm.validation-error .select-wrapper,
.prepend-md.validation-error .select-wrapper,
.prepend-lg.validation-error .select-wrapper,
.append-sm.validation-error .select-wrapper,
.append-md.validation-error .select-wrapper,
.append-lg.validation-error .select-wrapper,
.split-sm.validation-error .select-wrapper,
.split-md.validation-error .select-wrapper,
.split-lg.validation-error .select-wrapper,
.prepend-sm.validation-error select,
.prepend-md.validation-error select,
.prepend-lg.validation-error select,
.append-sm.validation-error select,
.append-md.validation-error select,
.append-lg.validation-error select,
.split-sm.validation-error select,
.split-md.validation-error select,
.split-lg.validation-error select,
.prepend-sm.validation-error textarea,
.prepend-md.validation-error textarea,
.prepend-lg.validation-error textarea,
.append-sm.validation-error textarea,
.append-md.validation-error textarea,
.append-lg.validation-error textarea,
.split-sm.validation-error textarea,
.split-md.validation-error textarea,
.split-lg.validation-error textarea,
.prepend-sm.validation-error input[type="text"],
.prepend-md.validation-error input[type="text"],
.prepend-lg.validation-error input[type="text"],
.append-sm.validation-error input[type="text"],
.append-md.validation-error input[type="text"],
.append-lg.validation-error input[type="text"],
.split-sm.validation-error input[type="text"],
.split-md.validation-error input[type="text"],
.split-lg.validation-error input[type="text"],
.prepend-sm.validation-error input[type="password"],
.prepend-md.validation-error input[type="password"],
.prepend-lg.validation-error input[type="password"],
.append-sm.validation-error input[type="password"],
.append-md.validation-error input[type="password"],
.append-lg.validation-error input[type="password"],
.split-sm.validation-error input[type="password"],
.split-md.validation-error input[type="password"],
.split-lg.validation-error input[type="password"],
.prepend-sm.validation-error .uneditable-input,
.prepend-md.validation-error .uneditable-input,
.prepend-lg.validation-error .uneditable-input,
.append-sm.validation-error .uneditable-input,
.append-md.validation-error .uneditable-input,
.append-lg.validation-error .uneditable-input,
.split-sm.validation-error .uneditable-input,
.split-md.validation-error .uneditable-input,
.split-lg.validation-error .uneditable-input {
  border-color: #cc0006;
  color: #cc0006;
}
.prepend-sm .input-wrapper,
.prepend-md .input-wrapper,
.prepend-lg .input-wrapper,
.prepend-sm .textarea-wrapper,
.prepend-md .textarea-wrapper,
.prepend-lg .textarea-wrapper,
.prepend-sm .select-wrapper,
.prepend-md .select-wrapper,
.prepend-lg .select-wrapper,
.prepend-sm select,
.prepend-md select,
.prepend-lg select,
.prepend-sm textarea,
.prepend-md textarea,
.prepend-lg textarea,
.prepend-sm input[type="text"],
.prepend-md input[type="text"],
.prepend-lg input[type="text"],
.prepend-sm input[type="password"],
.prepend-md input[type="password"],
.prepend-lg input[type="password"],
.prepend-sm .uneditable-input,
.prepend-md .uneditable-input,
.prepend-lg .uneditable-input {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.prepend-sm .add-left,
.prepend-md .add-left,
.prepend-lg .add-left {
  left: 0px;
  position: absolute;
}
.prepend-sm .add-left.btn,
.prepend-md .add-left.btn,
.prepend-lg .add-left.btn,
.prepend-sm .add-left.btn-group,
.prepend-md .add-left.btn-group,
.prepend-lg .add-left.btn-group {
  left: 0px;
  position: absolute;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.prepend-sm .add-left.btn-group .btn,
.prepend-md .add-left.btn-group .btn,
.prepend-lg .add-left.btn-group .btn {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.append-sm .input-wrapper,
.append-md .input-wrapper,
.append-lg .input-wrapper,
.append-sm .textarea-wrapper,
.append-md .textarea-wrapper,
.append-lg .textarea-wrapper,
.append-sm .select-wrapper,
.append-md .select-wrapper,
.append-lg .select-wrapper,
.append-sm select,
.append-md select,
.append-lg select,
.append-sm textarea,
.append-md textarea,
.append-lg textarea,
.append-sm input[type="text"],
.append-md input[type="text"],
.append-lg input[type="text"],
.append-sm input[type="password"],
.append-md input[type="password"],
.append-lg input[type="password"],
.append-sm .uneditable-input,
.append-md .uneditable-input,
.append-lg .uneditable-input {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.append-sm .add-right,
.append-md .add-right,
.append-lg .add-right {
  right: 0px;
  position: absolute;
}
.append-sm .add-right.btn,
.append-md .add-right.btn,
.append-lg .add-right.btn,
.append-sm .add-right.btn-group,
.append-md .add-right.btn-group,
.append-lg .add-right.btn-group {
  right: 0px;
  position: absolute;
  border-left: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.append-sm .add-right.btn-group .btn,
.append-md .add-right.btn-group .btn,
.append-lg .add-right.btn-group .btn {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.prepend-sm {
  padding-left: 40px;
}
.prepend-sm .add-left {
  width: 40px;
}
.prepend-md {
  padding-left: 60px;
}
.prepend-md .add-left {
  width: 60px;
}
.prepend-lg {
  padding-left: 100px;
}
.prepend-lg .add-left {
  width: 100px;
}
.append-sm {
  padding-right: 40px;
}
.append-sm .add-right {
  width: 40px;
}
.append-md {
  padding-right: 60px;
}
.append-md .add-right {
  width: 60px;
}
.append-lg {
  padding-right: 100px;
}
.append-lg .add-right {
  width: 100px;
}
.split-sm .before,
.split-md .before,
.split-lg .before {
  width: 50%;
  float: left;
}
.split-sm .after,
.split-md .after,
.split-lg .after {
  width: 50%;
  float: right;
}
.split-sm .add-center,
.split-md .add-center,
.split-lg .add-center {
  left: 50%;
  border-left: none;
  border-right: none;
}
.split-sm span.add-center,
.split-md span.add-center,
.split-lg span.add-center {
  padding: 5px 0px;
}
.split-sm {
  padding-left: 20px;
  padding-right: 20px;
}
.split-sm .add-center {
  width: 40px;
  margin-left: -20px;
}
.split-sm .before {
  margin-left: -20px;
}
.split-sm .after {
  margin-right: -20px;
}
.split-md {
  padding-left: 30px;
  padding-right: 30px;
}
.split-md .add-center {
  width: 60px;
  margin-left: -30px;
}
.split-md .before {
  margin-left: -30px;
}
.split-md .after {
  margin-right: -30px;
}
.split-lg {
  padding-left: 50px;
  padding-right: 50px;
}
.split-lg .add-center {
  width: 100px;
  margin-left: -50px;
}
.split-lg .before {
  margin-left: -50px;
}
.split-lg .after {
  margin-right: -50px;
}
.form-group.warning .control-label,
.form-group.warning .help-block,
.form-group.warning .help-inline {
  color: #cc9738;
}
.form-group.warning .checkbox,
.form-group.warning .radio,
.form-group.warning input,
.form-group.warning select,
.form-group.warning textarea {
  color: #cc9738;
}
.form-group.warning input,
.form-group.warning select,
.form-group.warning textarea {
  border-color: #cc9738;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-group.warning input:focus,
.form-group.warning select:focus,
.form-group.warning textarea:focus {
  border-color: #a67a2b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e1c189;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e1c189;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e1c189;
}
.form-group.warning .input-prepend .add-on,
.form-group.warning .input-append .add-on {
  color: #cc9738;
  background-color: #fcf8e3;
  border-color: #cc9738;
}
.form-group.error .control-label,
.form-group.error .help-block,
.form-group.error .help-inline {
  color: #cc0006;
}
.form-group.error .checkbox,
.form-group.error .radio,
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
  color: #cc0006;
}
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
  border-color: #cc0006;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-group.error input:focus,
.form-group.error select:focus,
.form-group.error textarea:focus {
  border-color: #990004;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3339;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3339;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3339;
}
.form-group.error .input-prepend .add-on,
.form-group.error .input-append .add-on {
  color: #cc0006;
  background-color: #f2dede;
  border-color: #cc0006;
}
.form-group.success .control-label,
.form-group.success .help-block,
.form-group.success .help-inline {
  color: #468847;
}
.form-group.success .checkbox,
.form-group.success .radio,
.form-group.success input,
.form-group.success select,
.form-group.success textarea {
  color: #468847;
}
.form-group.success input,
.form-group.success select,
.form-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-group.success input:focus,
.form-group.success select:focus,
.form-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.form-group.success .input-prepend .add-on,
.form-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.form-group.info .control-label,
.form-group.info .help-block,
.form-group.info .help-inline {
  color: #3a87ad;
}
.form-group.info .checkbox,
.form-group.info .radio,
.form-group.info input,
.form-group.info select,
.form-group.info textarea {
  color: #3a87ad;
}
.form-group.info input,
.form-group.info select,
.form-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-group.info input:focus,
.form-group.info select:focus,
.form-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.form-group.info .input-prepend .add-on,
.form-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
label {
  -webkit-transition: color linear .2s, box-shadow linear .2s;
  -moz-transition: color linear .2s, box-shadow linear .2s;
  -o-transition: color linear .2s, box-shadow linear .2s;
  transition: color linear .2s, box-shadow linear .2s;
}
.validation-error,
.validation-error:hover,
.validation-error:active {
  border-color: #cc0006;
  color: #cc0006;
}
.tooltip-error {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  max-width: 300px;
  padding: 5px 10px;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  color: #cc0006;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
.image-upload {
  padding: 4px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.image-upload .image-container {
  text-align: center;
  margin-bottom: 4px;
  color: #999999;
}
.image-upload .image-container img {
  vertical-align: middle;
}
.page-header label {
  display: inline-block;
  float: left;
  margin-top: 7px;
  margin-right: 7px;
}
.skip-label {
  padding-top: 16px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  border: 1px solid #cccccc;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 15px;
  text-align: left;
  vertical-align: top;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.table th.text-left,
.table td.text-left {
  text-align: left;
}
.table th.text-center,
.table td.text-center {
  text-align: center;
}
.table th.text-right,
.table td.text-right {
  text-align: right;
}
.table th {
  font-weight: bold;
  background-color: #f3f3f3;
  border-color: #b3b3b3;
}
.table thead th {
  vertical-align: bottom;
  border-color: #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  border-top: #b3b3b3 1px solid;
}
.table tfoot th,
.table tfoot td {
  font-weight: bold;
  border-top: 2px solid #b3b3b3;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table .table {
  background-color: #ffffff;
}
.table caption + thead tr:first-child th,
.table caption + tbody tr:first-child th,
.table caption + tbody tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + tbody tr:first-child th,
.table colgroup + tbody tr:first-child td,
.table tbody:first-child tr:first-child th {
  border-top: 0;
}
.table thead:first-child tr:first-child > th:first-child,
.table tbody:first-child tr:first-child > td:first-child,
.table tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table thead:first-child tr:first-child > th:last-child,
.table tbody:first-child tr:first-child > td:last-child,
.table tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table thead:first-child tr:first-child > th:last-child {
  border-right: #b3b3b3 solid 1px;
}
.table thead:last-child tr:last-child > th:first-child,
.table tbody:last-child tr:last-child > td:first-child,
.table tbody:last-child tr:last-child > th:first-child,
.table tfoot:last-child tr:last-child > td:first-child,
.table tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table thead:last-child tr:last-child > th:last-child,
.table tbody:last-child tr:last-child > td:last-child,
.table tbody:last-child tr:last-child > th:last-child,
.table tfoot:last-child tr:last-child > td:last-child,
.table tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table caption + thead tr:first-child th:first-child,
.table caption + tbody tr:first-child td:first-child,
.table colgroup + thead tr:first-child th:first-child,
.table colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table caption + thead tr:first-child th:last-child,
.table caption + tbody tr:first-child td:last-child,
.table colgroup + thead tr:first-child th:last-child,
.table colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
.table-hover tbody tr:hover .no-hover {
  background-color: transparent;
}
.table-multiple tbody + tbody tr:first-child > td {
  border-top: 2px solid #cccccc;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.table-white td {
  background-color: #fff;
}
.empty-table {
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px;
}
.empty-table.empty-table-condensed {
  padding: 4px 5px;
}
.empty-table.empty-table-white {
  background-color: #fff;
}
table.append-footer {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0px;
}
table.append-footer tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
table.append-footer tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-footer {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  border: solid #cccccc 1px;
  vertical-align: middle;
}
.table-print {
  width: 100%;
  border: 1px solid #666;
  border-collapse: collapse;
  border-left: 0;
}
.table-print th,
.table-print td {
  line-height: 15px;
  text-align: left;
  vertical-align: top;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}
.table-print th.text-left,
.table-print td.text-left {
  text-align: left;
}
.table-print th.text-center,
.table-print td.text-center {
  text-align: center;
}
.table-print th.text-right,
.table-print td.text-right {
  text-align: right;
}
.table-print th {
  font-weight: bold;
}
.table-print thead th {
  vertical-align: bottom;
}
.table-print tfoot th,
.table-print tfoot td {
  font-weight: bold;
  border-top: 2px solid #999;
}
.table-print td {
  line-height: 15px;
  text-align: left;
  vertical-align: top;
}
.table-no-border td,
.table-no-border th {
  border: none;
}
.table-no-padding td,
.table-no-padding th {
  padding: 0px;
}
.topoDescricao {
  position: relative;
  left: -4px;
  top: -7px;
  font-size: 9px;
}
.table td.truncate-content,
div.truncate-content {
  zoom: 1;
}
.table td.truncate-content div.overflow,
div.truncate-content div.overflow {
  position: relative;
  overflow: hidden;
}
.table td.truncate-content div.dot3,
div.truncate-content div.dot3 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: inherit;
  width: 12px;
  padding: 0px;
  text-align: center;
}
.table td.truncate-content div.dot3:after,
div.truncate-content div.dot3:after {
  content: '...';
}
.table.table-condensed td.truncate-content div.overflow {
  left: 5px;
  right: 5px;
  top: 4px;
  bottom: 4px;
}
div.truncate-content {
  padding: 8px;
  line-height: 15px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #dddddd;
  position: relative;
}
/*Fixed header*/
.table-header {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0px;
  table-layout: fixed;
}
.table-header tbody:last-child tr:last-child td:first-child,
.table-header tbody:last-child tr:last-child th:first-child,
.table-header thead:last-child tr:last-child td:first-child,
.table-header thead:last-child tr:last-child th:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-header tbody:last-child tr:last-child td:last-child,
.table-header tbody:last-child tr:last-child th:last-child,
.table-header thead:last-child tr:last-child td:last-child,
.table-header thead:last-child tr:last-child th:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-scroll {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  *position: relative;
  *overflow-y: scroll;
  *padding-right: 18px;
}
.table-scroll .table {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0px;
  border: none;
}
.table-scroll .table th:first-child,
.table-scroll .table td:first-child {
  border-left: none;
}
.table-scroll .table tbody:first-child tr:first-child td,
.table-scroll .table thead:first-child tr:first-child td,
.table-scroll .table tbody:first-child tr:first-child th,
.table-scroll .table thead:first-child tr:first-child th {
  border-top: none;
}
.table-scroll .table tbody:first-child tr:first-child td:first-child,
.table-scroll .table thead:first-child tr:first-child td:first-child,
.table-scroll .table tbody:first-child tr:first-child th:first-child,
.table-scroll .table thead:first-child tr:first-child th:first-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.table-scroll .table tbody:first-child tr:first-child td:last-child,
.table-scroll .table thead:first-child tr:first-child td:last-child,
.table-scroll .table tbody:first-child tr:first-child th:last-child,
.table-scroll .table thead:first-child tr:first-child th:last-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.table-bottom-border {
  border-bottom: 1px solid #cccccc;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 6.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 15px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown .caret {
  margin-top: 7px;
}
.dropdown-menu {
  min-width: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 15px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.45;
  filter: alpha(opacity=45);
  line-height: 17px;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *border: 1px solid #cccccc;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.45;
  filter: alpha(opacity=45);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 5px 13px;
  font-size: 13.8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 3px 11px;
  font-size: 10.8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 1px 8px;
  font-size: 9.6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-notice.active,
.btn-danger.active,
.btn-error.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning,
.btn-notice {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faae41;
  background-image: -moz-linear-gradient(top, #fbbf69, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbbf69), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbbf69, #f89406);
  background-image: -o-linear-gradient(top, #fbbf69, #f89406);
  background-image: linear-gradient(to bottom, #fbbf69, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbbf69', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-notice:hover,
.btn-warning:focus,
.btn-notice:focus,
.btn-warning:active,
.btn-notice:active,
.btn-warning.active,
.btn-notice.active,
.btn-warning.disabled,
.btn-notice.disabled,
.btn-warning[disabled],
.btn-notice[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-notice:active,
.btn-warning.active,
.btn-notice.active {
  background-color: #c67605 \9;
}
.btn-danger,
.btn-error {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-error:hover,
.btn-danger:focus,
.btn-error:focus,
.btn-danger:active,
.btn-error:active,
.btn-danger.active,
.btn-error.active,
.btn-danger.disabled,
.btn-error.disabled,
.btn-danger[disabled],
.btn-error[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-error:active,
.btn-danger.active,
.btn-error.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
.btn-link.disabled {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 14px;
  direction: ltr;
  cursor: pointer;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-mini {
  font-size: 9.6px;
}
.btn-group > .btn-small {
  font-size: 10.8px;
}
.btn-group > .btn-large {
  font-size: 13.8px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.btn-group > .btn + .dropdown-toggle {
  *padding-top: 8px;
  *padding-bottom: 8px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  *padding-left: 5px;
  *padding-right: 5px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 12px;
  *padding-bottom: 12px;
}
.btn .caret {
  margin-top: 7px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #cc9738;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 15px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #cc0006;
}
.alert-danger h4,
.alert-error h4 {
  color: #cc0006;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.alert {
  margin-bottom: 7.5px;
  margin-top: 7.5px;
  font-size: 14px;
  margin: 0 auto;
}
.alert h4 {
  font-weight: bold;
}
.alert .close {
  top: 0px;
  line-height: 1em;
}
.alert-neutral {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #333333;
}
.alert-neutral h4 {
  color: #333333;
}
.nav {
  margin-left: 0;
  margin-bottom: 15px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 6.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs {
  *zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after {
  clear: both;
}
.nav-tabs > li {
  float: left;
}
.nav-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li.dropdown.open > a {
  background-color: #eeeeee;
  background-image: none;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 15px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}
.nav-tabs > li > a:hover {
  background-color: #eeeeee;
  background-image: none;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  filter: initial \9;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs > li.validation-error > a {
  color: #cc0006;
}
.nav-tabs > li.validation-error > a:hover,
.nav-tabs > li.validation-error > a:focus {
  color: #cc0006;
}
/*
// PILLS
// -----

// Links rendered as pills
.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    .border-radius(5px);
}

// Active state
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
    color: @white;
    background-color: @linkColor;
}
    */
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked .active a {
  background-color: #0088cc;
  filter: inherit\9;
  color: #ffffff;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
/*
// Pills
.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px; // decrease margin to match sizing of stacked tabs
}
*/
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
/*
.nav-pills .dropdown-menu {
    .border-radius(6px); // make rounded corners match the pills
}
*/
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
/*.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}*/
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
/*
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: @white;
  border-bottom-color: @white;
  .opacity(100);
}

// Dropdowns in stacked tabs
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: @grayLight;
}
*/
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .tab-content {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
  cursor: default;
  background-image: none;
  background-color: #eeeeee;
}
/*   // Nuke hover/focus effects
    .nav > .disabled > a:hover,
    .nav > .disabled > a:focus {
        text-decoration: none;
    }
     */
.nav-tabs {
  margin-bottom: 0px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px;
  overflow-y: auto;
}
.tab-container.grow {
  position: relative;
}
.tab-container.grow.anchor-all,
.tab-container.grow.anchor-all-10,
.tab-container.grow.anchor-all-20 {
  position: absolute;
}
.tab-container.grow > .nav-tabs {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.tab-container.grow > .tab-content {
  position: absolute;
  top: 33px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.nav-side {
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.nav-side > li > a {
  display: block;
  margin: 0 0 -1px;
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
}
.nav-side > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.nav-side > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-side > li.validation-error > a {
  color: #cc0006;
}
.nav-side > li.validation-error.active > a {
  color: #fff;
  background-color: #cc0006;
}
.nav-side > .active > a {
  position: relative;
  padding: 7px 12px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.navbar {
  overflow: visible;
  margin-bottom: 15px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10.5px 20px 10.5px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 36px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}
.navbar .divider-vertical {
  height: 36px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form .input-wrapper,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form .input-wrapper,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append .input-wrapper,
.navbar-form .input-prepend .input-wrapper {
  margin-top: 0;
}
/*
// Navbar search
// -------------------------
.navbar-search {
  position: relative;
  float: left;
  .navbarVerticalAlign(26px); // Vertically center in navbar
  margin-bottom: 0;
  .search-query {
    margin-bottom: 0;
    padding: 4px 14px;
    #font > .sans-serif(13px, normal, @baseLineHeight);
    .border-radius(15px); // redeclare because of specificity of the type attribute
  }
}
    */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10.5px 15px 10.5px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*
.navbar-inverse {

  .navbar-inner {
    #gradient > .vertical(@navbarInverseBackgroundHighlight, @navbarInverseBackground);
    border-color: @navbarInverseBorder;
  }

  .brand,
  .nav > li > a {
    color: @navbarInverseLinkColor;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    &:hover,
    &:focus {
      color: @navbarInverseLinkColorHover;
    }
  }

  .brand {
    color: @navbarInverseBrandColor;
  }

  .navbar-text {
    color: @navbarInverseText;
  }

  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: @navbarInverseLinkBackgroundHover;
    color: @navbarInverseLinkColorHover;
  }

  .nav .active > a,
  .nav .active > a:hover,
  .nav .active > a:focus {
    color: @navbarInverseLinkColorActive;
    background-color: @navbarInverseLinkBackgroundActive;
  }

  // Inline text links
  .navbar-link {
    color: @navbarInverseLinkColor;
    &:hover,
    &:focus {
      color: @navbarInverseLinkColorHover;
    }
  }

  // Dividers in navbar
  .divider-vertical {
    border-left-color: @navbarInverseBackground;
    border-right-color: @navbarInverseBackgroundHighlight;
  }

  // Dropdowns
  .nav li.dropdown.open > .dropdown-toggle,
  .nav li.dropdown.active > .dropdown-toggle,
  .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: @navbarInverseLinkBackgroundActive;
    color: @navbarInverseLinkColorActive;
  }
  .nav li.dropdown > a:hover .caret,
  .nav li.dropdown > a:focus .caret {
    border-top-color: @navbarInverseLinkColorActive;
    border-bottom-color: @navbarInverseLinkColorActive;
  }
  .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: @navbarInverseLinkColor;
    border-bottom-color: @navbarInverseLinkColor;
  }
  .nav li.dropdown.open > .dropdown-toggle .caret,
  .nav li.dropdown.active > .dropdown-toggle .caret,
  .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: @navbarInverseLinkColorActive;
    border-bottom-color: @navbarInverseLinkColorActive;
  }
  
  // Navbar search
  .navbar-search {
    .search-query {
      color: @white;
      background-color: @navbarInverseSearchBackground;
      border-color: @navbarInverseSearchBorder;
      .box-shadow(~"inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)");
      .transition(none);
      .placeholder(@navbarInverseSearchPlaceholderColor);

      // Focus states (we use .focused since IE7-8 and down doesn't support :focus)
      &:focus,
      &.focused {
        padding: 5px 15px;
        color: @grayDark;
        text-shadow: 0 1px 0 @white;
        background-color: @navbarInverseSearchBackgroundFocus;
        border: 0;
        .box-shadow(0 0 3px rgba(0,0,0,.15));
        outline: 0;
      }
    }
  }

  // Navbar collapse button
  .btn-navbar {
    .buttonBackground(darken(@navbarInverseBackgroundHighlight, 5%), darken(@navbarInverseBackground, 5%));
  }

}
*/
.pager {
  background-color: #f3f3f3;
}
.pager table {
  width: 100%;
  margin: 0px;
}
.pager table td {
  padding: 2px 8px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-backdrop {
  z-index: 1050;
}
.modal-backdrop.modal-backdrop-loading {
  background-position: center center;
  background-image: url(/Content/NovoGuia/img/ajax-loader-alt.gif);
  background-repeat: no-repeat;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.modal {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 0px;
  margin-left: 0px;
  overflow: visible;
  /* allow content to popup out (i.e tooltips) */
  max-width: 99%;
  max-height: 99%;
}
.modal.loading {
  position: absolute;
}
.modal-header {
  padding: 8px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.modal-header .close {
  line-height: 26px;
  margin-top: 0px;
}
.modal-header h3 {
  line-height: 25px;
  margin-right: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-header-container {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 35px;
  padding: 8px 15px;
}
.modal-footer {
  padding: 8px 15px;
}
.modal.grow .modal-header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 24px;
}
.modal.grow .modal-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 25px;
}
.modal.grow .modal-body {
  max-height: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 41px;
  bottom: 42px;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.inverse-tooltip .tooltip-inner {
  max-width: none;
  width: 350px;
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  border: #ccc 1px solid;
}
.inverse-tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.inverse-tooltip.top .tooltip-arrow {
  border-top-color: #ccc;
}
.inverse-tooltip.right .tooltip-arrow {
  border-right-color: #ccc;
}
.inverse-tooltip.left .tooltip-arrow {
  border-left-color: #ccc;
}
.inverse-tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ccc;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.popover {
  max-width: none;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.152px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #cc0006;
}
.label-important[href],
.badge-important[href] {
  background-color: #990004;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 15px;
  margin-bottom: 15px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-error .bar,
.progress .bar-error {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.accordion {
  margin-bottom: 15px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.visible {
  visibility: visible;
}
.width-25 {
  width: 25px;
}
.width-50 {
  width: 50px;
}
.width-75 {
  width: 75px;
}
.width-100 {
  width: 100px;
}
.width-125 {
  width: 125px;
}
.width-150 {
  width: 150px;
}
.width-175 {
  width: 175px;
}
.width-200 {
  width: 200px;
}
.width-225 {
  width: 225px;
}
.width-250 {
  width: 250px;
}
.width-275 {
  width: 275px;
}
.width-300 {
  width: 300px;
}
.width-325 {
  width: 325px;
}
.width-350 {
  width: 350px;
}
.width-375 {
  width: 375px;
}
.width-400 {
  width: 400px;
}
.width-425 {
  width: 425px;
}
.width-450 {
  width: 450px;
}
.width-475 {
  width: 475px;
}
.width-500 {
  width: 500px;
}
.width-525 {
  width: 525px;
}
.width-550 {
  width: 550px;
}
.width-575 {
  width: 575px;
}
.width-600 {
  width: 600px;
}
.width-625 {
  width: 625px;
}
.width-650 {
  width: 650px;
}
.width-675 {
  width: 675px;
}
.width-700 {
  width: 700px;
}
.width-725 {
  width: 725px;
}
.width-750 {
  width: 750px;
}
.width-775 {
  width: 775px;
}
.width-800 {
  width: 800px;
}
.width-825 {
  width: 825px;
}
.width-850 {
  width: 850px;
}
.width-875 {
  width: 875px;
}
.width-900 {
  width: 900px;
}
.width-925 {
  width: 925px;
}
.height-25 {
  height: 25px;
}
.height-50 {
  height: 50px;
}
.height-75 {
  height: 75px;
}
.height-100 {
  height: 100px;
}
.height-125 {
  height: 125px;
}
.height-150 {
  height: 150px;
}
.height-175 {
  height: 175px;
}
.height-200 {
  height: 200px;
}
.height-225 {
  height: 225px;
}
.height-250 {
  height: 250px;
}
.height-275 {
  height: 275px;
}
.height-300 {
  height: 300px;
}
.height-325 {
  height: 325px;
}
.height-350 {
  height: 350px;
}
.height-375 {
  height: 375px;
}
.height-400 {
  height: 400px;
}
.height-425 {
  height: 425px;
}
.height-450 {
  height: 450px;
}
.height-475 {
  height: 475px;
}
.height-500 {
  height: 500px;
}
.height-525 {
  height: 525px;
}
.height-550 {
  height: 550px;
}
.height-575 {
  height: 575px;
}
.height-600 {
  height: 600px;
}
.height-625 {
  height: 625px;
}
.height-650 {
  height: 650px;
}
.height-675 {
  height: 675px;
}
.height-700 {
  height: 700px;
}
.height-725 {
  height: 725px;
}
.height-750 {
  height: 750px;
}
.height-775 {
  height: 775px;
}
.height-800 {
  height: 800px;
}
.height-825 {
  height: 825px;
}
.height-850 {
  height: 850px;
}
.height-875 {
  height: 875px;
}
.height-900 {
  height: 900px;
}
.height-925 {
  height: 925px;
}
.padding-0 {
  padding: 0px;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-15 {
  padding: 15px;
}
.padding-20 {
  padding: 20px;
}
.padding-25 {
  padding: 25px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-left-25 {
  padding-left: 25px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-right-15 {
  padding-right: 15px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-right-25 {
  padding-right: 25px;
}
.padding-bottom-0 {
  padding-bottom: 0px;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-25 {
  padding-bottom: 25px;
}
.padding-top-0 {
  padding-top: 0px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-25 {
  padding-top: 25px;
}
.margin-0 {
  margin: 0px;
}
.margin-5 {
  margin: 5px;
}
.margin-10 {
  margin: 10px;
}
.margin-15 {
  margin: 15px;
}
.margin-20 {
  margin: 20px;
}
.margin-25 {
  margin: 25px;
}
.margin-left-0 {
  margin-left: 0px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-25 {
  margin-left: 25px;
}
.margin-right-0 {
  margin-right: 0px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-25 {
  margin-right: 25px;
}
.margin-top-0 {
  margin-top: 0px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-11 {
  font-size: 11px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.min-width {
  width: 1px;
}
.auto {
  width: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
  /*fixes for IE7*/
  *position: relative;
  *overflow-y: scroll;
  *padding-right: 16px;
  *overflow-x: hidden;
}
.overflow-y-auto[class*='anchor-'],
.overflow-y-auto.at-center,
.overflow-y-auto.at-left,
.overflow-y-auto.at-right,
.overflow-y-auto.at-top,
.overflow-y-auto.at-bottom {
  position: absolute;
}
.black {
  color: #000000;
}
.gray-darker {
  color: #222222;
}
.gray-dark {
  color: #333333;
}
.gray {
  color: #555555;
}
.gray-light {
  color: #999999;
}
.gray-lighter {
  color: #eeeeee;
}
.white {
  color: #ffffff;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-normal {
  font-style: normal;
}
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-line-through {
  text-decoration: line-through;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.cursor-move {
  cursor: move;
}
.space-before {
  margin-left: 0.2em;
}
.space-after {
  margin-right: 0.2em;
}
.bg-success {
  background-color: #dff0d8;
}
.bg-error {
  background-color: #f2dede;
}
.bg-warning {
  background-color: #fcf8e3;
}
.bg-info {
  background-color: #d9edf7;
}
.no-wrap {
  white-space: nowrap;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.middle-align {
  vertical-align: middle;
}
.bottom-align {
  vertical-align: bottom;
}
.top-align {
  vertical-align: top;
}
.highlight {
  background-color: #FFFF88;
}
/*Fix for google maps*/
.gm-style img {
  max-width: none;
}
.gm-style label {
  width: auto;
  display: inline;
}
/*! jQuery UI - v1.11.0pre - 2014-02-20
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  display: block;
  padding: 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: relative;
  top: -0.2em;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif /*{ffDefault}*/;
  font-size: 1.1em /*{fsDefault}*/;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif /*{ffDefault}*/;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa /*{borderColorContent}*/;
  background: #ffffff /*{bgColorContent}*/ url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/ui-bg_flat_75_ffffff_40x100.png") /*{bgImgUrlContent}*/ 50% /*{bgContentXPos}*/ 50% /*{bgContentYPos}*/ repeat-x /*{bgContentRepeat}*/;
  color: #222222 /*{fcContent}*/;
}
.ui-widget-content a {
  color: #222222 /*{fcContent}*/;
}
.ui-widget-header {
  border: 1px solid #aaaaaa /*{borderColorHeader}*/;
  background: #cccccc /*{bgColorHeader}*/ url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/ui-bg_highlight-soft_75_cccccc_1x100.png") /*{bgImgUrlHeader}*/ 50% /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x /*{bgHeaderRepeat}*/;
  color: #222222 /*{fcHeader}*/;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222 /*{fcHeader}*/;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3 /*{borderColorDefault}*/;
  background: #e6e6e6 /*{bgColorDefault}*/ url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/ui-bg_glass_75_e6e6e6_1x400.png") /*{bgImgUrlDefault}*/ 50% /*{bgDefaultXPos}*/ 50% /*{bgDefaultYPos}*/ repeat-x /*{bgDefaultRepeat}*/;
  font-weight: normal /*{fwDefault}*/;
  color: #555555 /*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555 /*{fcDefault}*/;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999 /*{borderColorHover}*/;
  background: #dadada /*{bgColorHover}*/ url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/ui-bg_glass_75_dadada_1x400.png") /*{bgImgUrlHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/;
  font-weight: normal /*{fwDefault}*/;
  color: #212121 /*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121 /*{fcHover}*/;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa /*{borderColorActive}*/;
  background: #ffffff /*{bgColorActive}*/ url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/ui-bg_glass_65_ffffff_1x400.png") /*{bgImgUrlActive}*/ 50% /*{bgActiveXPos}*/ 50% /*{bgActiveYPos}*/ repeat-x /*{bgActiveRepeat}*/;
  font-weight: normal /*{fwDefault}*/;
  color: #212121 /*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121 /*{fcActive}*/;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1 /*{borderColorHighlight}*/;
  background: #fbf9ee /*{bgColorHighlight}*/ url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/ui-bg_glass_55_fbf9ee_1x400.png") /*{bgImgUrlHighlight}*/ 50% /*{bgHighlightXPos}*/ 50% /*{bgHighlightYPos}*/ repeat-x /*{bgHighlightRepeat}*/;
  color: #363636 /*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636 /*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a /*{borderColorError}*/;
  background: #fef1ec /*{bgColorError}*/ url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/ui-bg_glass_95_fef1ec_1x400.png") /*{bgImgUrlError}*/ 50% /*{bgErrorXPos}*/ 50% /*{bgErrorYPos}*/ repeat-x /*{bgErrorRepeat}*/;
  color: #cd0a0a /*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a /*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a /*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/ui-icons_222222_256x240.png") /*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
  background-image: url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/ui-icons_222222_256x240.png") /*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
  background-image: url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/ui-icons_888888_256x240.png") /*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/ui-icons_454545_256x240.png") /*{iconsHover}*/;
}
.ui-state-active .ui-icon {
  background-image: url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/ui-icons_454545_256x240.png") /*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
  background-image: url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/ui-icons_2e83ff_256x240.png") /*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/ui-icons_cd0a0a_256x240.png") /*{iconsError}*/;
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px /*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px /*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px /*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px /*{cornerRadius}*/;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa /*{bgColorOverlay}*/ url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/ui-bg_flat_0_aaaaaa_40x100.png") /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/;
  opacity: 0.3 /*{opacityOverlay}*/;
  filter: alpha(opacity=30) /*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
  margin: -8px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/;
  padding: 8px /*{thicknessShadow}*/;
  background: #aaaaaa /*{bgColorShadow}*/ url("/Content/NovoGuia/Vendors/jquery-ui-1.11.0pre/less/images/ui-bg_flat_0_aaaaaa_40x100.png") /*{bgImgUrlShadow}*/ 50% /*{bgShadowXPos}*/ 50% /*{bgShadowYPos}*/ repeat-x /*{bgShadowRepeat}*/;
  opacity: 0.3 /*{opacityShadow}*/;
  filter: alpha(opacity=30) /*{opacityFilterShadow}*/;
  border-radius: 8px /*{cornerRadiusShadow}*/;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/Content/NovoGuia/Vendors/bxslider/images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/Content/NovoGuia/Vendors/bxslider/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/Content/NovoGuia/Vendors/bxslider/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/Content/NovoGuia/Vendors/bxslider/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/Content/NovoGuia/Vendors/bxslider/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*
Document   : jquery.pnotify.default.css
Created on : Nov 23, 2009, 3:14:10 PM
Author     : Hunter Perrin
Version    : 1.2.2
Link       : http://pinesframework.org/pnotify/
Description:
	Default styling for Pines Notify jQuery plugin.
*/
/* -- Notice */
.ui-pnotify {
  top: 25px;
  right: 25px;
  position: absolute;
  height: auto;
  /* Ensures notices are above everything */
  z-index: 9999;
}
/* Hides position: fixed from IE6 */
html > body .ui-pnotify {
  position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}
.ui-pnotify-container {
  background-position: 0 0;
  padding: .8em;
  height: 100%;
  margin: 0;
}
.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: .2em;
}
.ui-pnotify-title {
  display: block;
  margin-bottom: .4em;
}
.ui-pnotify-text {
  display: block;
  word-wrap: break-word;
}
.ui-pnotify-icon,
.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: .2em;
}
/* -- History Pulldown */
.ui-pnotify-history-container {
  position: absolute;
  top: 0;
  right: 18px;
  width: 70px;
  border-top: none;
  padding: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  /* Ensures history container is above notices. */
  z-index: 10000;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
  padding: 2px;
  text-align: center;
}
.ui-pnotify-history-container button {
  cursor: pointer;
  display: block;
  width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
  display: block;
  margin: 0 auto;
}
/* Alternate stack initial positioning. */
.ui-pnotify.stack-topleft,
.ui-pnotify.stack-bottomleft {
  left: 25px;
  right: auto;
}
.ui-pnotify.stack-bottomright,
.ui-pnotify.stack-bottomleft {
  bottom: 25px;
  top: auto;
}
/** AMBITO **/
.ui-pnotify .footer {
  padding: 15px 0px 0px;
  margin-bottom: 0;
  text-align: right;
}
.ui-pnotify .footer:before,
.ui-pnotify .footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.ui-pnotify .footer:after {
  clear: both;
}
.ui-pnotify .footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.ui-pnotify .footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.ui-pnotify .footer .btn-block + .btn-block {
  margin-left: 0;
}
/*
Document   : jquery.pnotify.default.icons.css
Created on : Nov 24, 2009, 2:58:21 PM
Author     : Hunter Perrin
Version    : 1.2.2
Link       : http://pinesframework.org/pnotify/
Description:
	Pines Icon styling for Pines Notify.
*/
.ui-pnotify .picon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  width: 17px;
  height: 17px;
}
.ui-pnotify-title {
  line-height: 17px;
  min-height: 17px;
}
[class*='tree-item-'] {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.tree-item-19 {
  padding-left: 570px;
}
.tree-item-18 {
  padding-left: 540px;
}
.tree-item-17 {
  padding-left: 510px;
}
.tree-item-16 {
  padding-left: 480px;
}
.tree-item-15 {
  padding-left: 450px;
}
.tree-item-14 {
  padding-left: 420px;
}
.tree-item-13 {
  padding-left: 390px;
}
.tree-item-12 {
  padding-left: 360px;
}
.tree-item-11 {
  padding-left: 330px;
}
.tree-item-10 {
  padding-left: 300px;
}
.tree-item-9 {
  padding-left: 270px;
}
.tree-item-8 {
  padding-left: 240px;
}
.tree-item-7 {
  padding-left: 210px;
}
.tree-item-6 {
  padding-left: 180px;
}
.tree-item-5 {
  padding-left: 150px;
}
.tree-item-4 {
  padding-left: 120px;
}
.tree-item-3 {
  padding-left: 90px;
}
.tree-item-2 {
  padding-left: 60px;
}
.tree-item-1 {
  padding-left: 30px;
}
.tree-item-0 {
  padding-left: 0px;
}
.tree-prefix {
  background-image: url(/Content/NovoGuia/img/arvore-separadores.png);
  width: 20px;
  margin-left: 4px;
  margin-right: 4px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
}
.tree-prefix-19 {
  left: 570px;
}
.tree-prefix-18 {
  left: 540px;
}
.tree-prefix-17 {
  left: 510px;
}
.tree-prefix-16 {
  left: 480px;
}
.tree-prefix-15 {
  left: 450px;
}
.tree-prefix-14 {
  left: 420px;
}
.tree-prefix-13 {
  left: 390px;
}
.tree-prefix-12 {
  left: 360px;
}
.tree-prefix-11 {
  left: 330px;
}
.tree-prefix-10 {
  left: 300px;
}
.tree-prefix-9 {
  left: 270px;
}
.tree-prefix-8 {
  left: 240px;
}
.tree-prefix-7 {
  left: 210px;
}
.tree-prefix-6 {
  left: 180px;
}
.tree-prefix-5 {
  left: 150px;
}
.tree-prefix-4 {
  left: 120px;
}
.tree-prefix-3 {
  left: 90px;
}
.tree-prefix-2 {
  left: 60px;
}
.tree-prefix-1 {
  left: 30px;
}
.tree-prefix-0 {
  left: 0px;
}
.tree-prefix-none {
  background-image: none;
}
.tree-prefix-straight {
  background-position: -25px center;
}
.tree-prefix-item {
  background-position: 0px center;
}
.tree-prefix-last {
  background-position: -50px center;
}
.lookup-container {
  width: auto;
  margin: 0px;
  padding: 0px 40px 0px 0px;
  font-size: 1em;
  position: relative;
}
.lookup-container.validation-error {
  border: none !important;
}
.lookup-container.validation-error .display,
.lookup-container.validation-error .multi-display,
.lookup-container.validation-error .toggle {
  border-color: #cc0006;
}
.lookup-container.validation-error .display {
  color: #cc0006;
}
.lookup-container .toggle {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  filter: none;
  border: 1px solid #ccc;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.lookup-container .toggle:hover,
.lookup-container .toggle:active,
.lookup-container .toggle[disabled] {
  filter: none;
  border: 1px solid #ccc;
}
.lookup-container .display {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-right: none;
  padding: 5px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.lookup-container .display.multi {
  padding: 0px 2px 2px 0px;
  height: auto;
  max-height: 240px;
  overflow-y: auto;
  white-space: normal;
}
.lookup-container .display.multi .item {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  cursor: default;
  display: inline-block;
  margin: 2px 0px 0px 2px;
  padding: 0px 2px;
  color: #555;
  *display: inline;
  *zoom: 1;
}
.lookup-container .display.multi .item:hover {
  background-color: #fff;
}
.lookup-container .display.multi .item .remove {
  line-height: 15px;
  padding-left: 4px;
  color: #bbb;
  cursor: pointer;
}
.lookup-container .display.multi .item .remove:hover {
  visibility: visible;
  color: #000;
}
.lookup-container.disabled .display {
  background-color: #EEEEEE;
}
.lookup-container .display.placeHolder {
  color: #999;
}
.lookup-popup {
  background-color: white;
  border: 1px solid #CCCCCC;
  padding: 5px;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.lookup-popup .list-area {
  margin-top: 5px;
  width: 100%;
  max-height: 270px;
  overflow: auto;
  list-style: none;
}
.lookup-popup .list-area ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.lookup-popup .list-area ul li {
  margin: 0px;
  cursor: pointer;
  white-space: nowrap;
  padding: 5px;
}
.lookup-popup .list-area ul li .icon {
  display: inline;
  margin-right: 6px;
  vertical-align: middle;
}
.lookup-popup .list-area ul li.focus {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
}
.lookup-popup .list-area ul li.disabled {
  cursor: default;
}
.lookup-popup .list-area ul li.disabled .lookup-list-label {
  color: #999;
}
.lookup-popup .list-area.hierarchy li {
  padding-top: 0px;
  padding-bottom: 0px;
}
.lookup-popup .list-area.hierarchy li .tree-item {
  padding-top: 6px;
  padding-bottom: 6px;
}
.lookup-popup .lookup-footer {
  margin-top: 10px;
}
.lookup-popup .lookup-pager {
  float: left;
}
.lookup-popup .buttons {
  float: right;
}
.lookup-popup .buttons .btn {
  margin-left: 2px;
  margin-right: 2px;
}
/*Customized Calendar*/
.calendar-container {
  width: auto;
  margin: 0px;
  padding: 0px 40px 0px 0px;
  position: relative;
}
.calendar-container.validation-error {
  border: none !important;
}
.calendar-container.validation-error .display,
.calendar-container.validation-error .toggle {
  border-color: #cc0006;
}
.calendar-container.validation-error .display {
  color: #cc0006;
}
.calendar-container .display {
  border-right: none;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.calendar-container .toggle {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 40px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.calendar-popup {
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px 5px;
  position: absolute;
  cursor: default;
  *width: 210px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.calendar-popup .header {
  text-align: center;
}
.calendar-popup table {
  margin-top: 5px;
  border-collapse: collapse;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.calendar-popup table td,
.calendar-popup table th {
  padding: 4px;
  text-align: center;
}
.calendar-popup table td {
  cursor: pointer;
}
.calendar-popup table td.extra {
  color: #AAA;
}
.calendar-popup table td.selected {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.calendar-popup select {
  width: auto;
}
.calendar-popup .time {
  margin-top: 5px;
}
.calendar-popup .time input {
  text-align: center;
}
.calendar-popup .buttons {
  margin-top: 10px;
  text-align: center;
  padding: 0px 9px;
}
.calendar-popup .button-today {
  float: left;
}
.calendar-popup .button-close {
  float: right;
}
.calendar-popup input,
.calendar-popup select {
  padding: 5px 6px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #555555;
}
/*Collapsible*/
.collapsible .collapsible-header {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  border: 1px solid #CCC;
  padding: 8px;
  cursor: pointer;
  color: #666;
}
.collapsible .collapsible-content {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #CCC;
  border-top: none;
  padding: 8px;
}
.collapsible .collapsible-icon {
  margin-right: 4px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.collapsible.expanded .collapsible-header {
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #f0f0f0, #fafafa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #fafafa);
  background-image: -o-linear-gradient(top, #f0f0f0, #fafafa);
  background-image: linear-gradient(to bottom, #f0f0f0, #fafafa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#fffafafa', GradientType=0);
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
.collapsible.expanded .collapsible-content {
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
.list-container {
  display: block;
  width: auto;
  margin: 0px;
  padding: 0px 40px 0px 0px;
  font-size: 1em;
  position: relative;
}
.list-container.validationElement {
  border: none !important;
}
.list-container .toggle-right {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  filter: none;
  border: 1px solid #ccc;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.list-container .toggle-right:hover,
.list-container .toggle-right:active {
  filter: none;
  border: 1px solid #ccc;
}
.list-container .display {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-right: none;
  padding: 2px;
  display: block;
  height: auto;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.list-container .display .placeholder {
  color: #999;
  padding: 2px;
}
.list-container .display .item {
  float: left;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  cursor: pointer;
  display: block;
  margin: 2px 0px 0px 2px;
  padding: 0px 2px;
  color: #555;
}
.list-container .display .item .icon-remove {
  visibility: hidden;
  line-height: 15px;
}
.list-container .display .item:hover {
  background-color: #fff;
}
.list-container .display .item:hover .icon-remove {
  visibility: visible;
}
.list-container.disabled .display {
  background-color: #EEEEEE;
}
.lookup-container.validationElement .display,
.lookup-container.validationElement .multi-display,
.lookup-container.validationElement .toggle {
  border-color: red;
}
.loading {
  position: relative;
}
.loading[class*='anchor-'],
.loading.at-center,
.loading.at-left,
.loading.at-right,
.loading.at-top,
.loading.at-bottom {
  position: absolute;
}
.loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.5);
  background-position: center center;
  background-image: url(/Content/NovoGuia/img/ajax-loader.gif);
  background-repeat: no-repeat;
}
.ie7 .loading-overlay,
.ie8 .loading-overlay {
  filter: alpha(opacity=50);
  background-color: #FFFFFF;
  zoom: 1;
}
.loading-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(/Content/NovoGuia/img/ajax-loader.gif);
  vertical-align: middle;
}
.block-ui {
  position: relative;
}
.block-ui[class*='anchor-'],
.block-ui.at-center,
.block-ui.at-left,
.block-ui.at-right,
.block-ui.at-top,
.block-ui.at-bottom {
  position: absolute;
}
.block-ui-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  cursor: not-allowed;
  opacity: 0.8;
  background-image: url(/Content/NovoGuia/img/grid-overlay.png);
  background-repeat: repeat;
}
/*ColorPicker*/
.colorpicker-container {
  width: auto;
  margin: 0px;
  padding: 0px 40px 0px 40px;
  position: relative;
}
.colorpicker-container.validation-error {
  border: none !important;
}
.colorpicker-container.validation-error .thumb,
.colorpicker-container.validation-error .display,
.colorpicker-container.validation-error .toggle {
  border-color: #cc0006;
}
.colorpicker-container.validation-error .display {
  color: #cc0006;
}
.colorpicker-container .thumb {
  border: 1px solid #ccc;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.colorpicker-popup {
  background-color: white;
  border: 1px solid #ccc;
  padding: 5px;
  position: absolute;
  cursor: default;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.colorpicker-popup table {
  border-collapse: collapse;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.colorpicker-popup table tbody:first-child td {
  border-bottom: 4px solid white;
}
.colorpicker-popup table td {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid white;
}
.colorpicker-popup .buttons {
  margin-top: 5px;
  text-align: right;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 1, 2014 */
@font-face {
  font-family: 'OswaldLight';
  src: url('/Content/Fonts/Oswald/oswald-light-webfont.eot');
  src: url('/Content/Fonts/Oswald/oswald-light-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/Oswald/oswald-light-webfont.woff') format('woff'), url('/Content/Fonts/Oswald/oswald-light-webfont.ttf') format('truetype'), url('/Content/Fonts/Oswald/oswald-light-webfont.svg#oswaldlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OswaldRegular';
  src: url('/Content/Fonts/Oswald/oswald-regular-webfont.eot');
  src: url('/Content/Fonts/Oswald/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/Oswald/oswald-regular-webfont.woff') format('woff'), url('/Content/Fonts/Oswald/oswald-regular-webfont.ttf') format('truetype'), url('/Content/Fonts/Oswald/oswald-regular-webfont.svg#oswaldbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
}
html.topo,
body.topo {
  height: 100%;
  overflow: hidden;
}
html.corpo,
body.corpo {
  padding: 10px 20px;
}
.topo-popout {
  color: #333;
  border: 1px solid #aaa;
  background-color: #fcfcfc;
  font-size: 12px;
  padding: 5px;
  min-width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
#cabecalho {
  display: block;
  height: 40px;
  color: #000 !important;
  position: relative;
  z-index: 90;
  *zoom: 1;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(to bottom, #ccff00, #ccff00);
}
#cabecalho:before,
#cabecalho:after {
  display: table;
  content: "";
  line-height: 0;
}
#cabecalho:after {
  clear: both;
}
#cabecalho .mensagem {
  display: none;
}
#cabecalho.mensagem_fixa {
  height: 67px;
}
#cabecalho.mensagem_fixa .mensagem {
  height: 25px;
  display: block;
  border: 1px solid #eed3d7;
  background: #f2dede;
  color: #b94a48;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}
body.Legal #cabecalho {
  background-color: #d9732e;
  background-image: -moz-linear-gradient(top, #e27e39, #cb641e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e27e39), to(#cb641e));
  background-image: -webkit-linear-gradient(top, #e27e39, #cb641e);
  background-image: -o-linear-gradient(top, #e27e39, #cb641e);
  background-image: linear-gradient(to bottom, #e27e39, #cb641e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe27e39', endColorstr='#ffcb641e', GradientType=0);
  color: #fff !important;
}
body.Legal #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Legal #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Legal #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Legal #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Legal #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Legal #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Legal #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Legal #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Legal #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Legal #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Sheq #cabecalho {
  background-color: #c31213;
  background-image: -moz-linear-gradient(top, #d51415, #a71011);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d51415), to(#a71011));
  background-image: -webkit-linear-gradient(top, #d51415, #a71011);
  background-image: -o-linear-gradient(top, #d51415, #a71011);
  background-image: linear-gradient(to bottom, #d51415, #a71011);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd51415', endColorstr='#ffa71011', GradientType=0);
  color: #fff !important;
}
body.Sheq #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Sheq #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Sheq #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Sheq #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Sheq #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Sheq #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Sheq #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Sheq #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Sheq #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Sheq #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.NovoSheq #cabecalho {
  background-color: #c31213;
  background-image: -moz-linear-gradient(top, #d51415, #a71011);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d51415), to(#a71011));
  background-image: -webkit-linear-gradient(top, #d51415, #a71011);
  background-image: -o-linear-gradient(top, #d51415, #a71011);
  background-image: linear-gradient(to bottom, #d51415, #a71011);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd51415', endColorstr='#ffa71011', GradientType=0);
  color: #fff !important;
}
body.NovoSheq #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.NovoSheq #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.NovoSheq #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.NovoSheq #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.NovoSheq #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.NovoSheq #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.NovoSheq #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.NovoSheq #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.NovoSheq #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.NovoSheq #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Siga #cabecalho {
  background-color: #258817;
  background-image: -moz-linear-gradient(top, #2a9a1a, #1e6e12);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a9a1a), to(#1e6e12));
  background-image: -webkit-linear-gradient(top, #2a9a1a, #1e6e12);
  background-image: -o-linear-gradient(top, #2a9a1a, #1e6e12);
  background-image: linear-gradient(to bottom, #2a9a1a, #1e6e12);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a9a1a', endColorstr='#ff1e6e12', GradientType=0);
  color: #fff !important;
}
body.Siga #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Siga #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Siga #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Siga #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Siga #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Siga #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Siga #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Siga #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Siga #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Siga #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.NovoSiga #cabecalho {
  background-color: #258817;
  background-image: -moz-linear-gradient(top, #2a9a1a, #1e6e12);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a9a1a), to(#1e6e12));
  background-image: -webkit-linear-gradient(top, #2a9a1a, #1e6e12);
  background-image: -o-linear-gradient(top, #2a9a1a, #1e6e12);
  background-image: linear-gradient(to bottom, #2a9a1a, #1e6e12);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a9a1a', endColorstr='#ff1e6e12', GradientType=0);
  color: #fff !important;
}
body.NovoSiga #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.NovoSiga #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.NovoSiga #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.NovoSiga #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.NovoSiga #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.NovoSiga #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.NovoSiga #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.NovoSiga #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.NovoSiga #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.NovoSiga #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Monitor #cabecalho {
  background-color: #585047;
  background-image: -moz-linear-gradient(top, #635a50, #47403a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#635a50), to(#47403a));
  background-image: -webkit-linear-gradient(top, #635a50, #47403a);
  background-image: -o-linear-gradient(top, #635a50, #47403a);
  background-image: linear-gradient(to bottom, #635a50, #47403a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff635a50', endColorstr='#ff47403a', GradientType=0);
  color: #fff !important;
}
body.Monitor #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Monitor #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Monitor #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Monitor #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Monitor #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Monitor #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Monitor #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Monitor #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Monitor #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Monitor #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.NovoMonitor #cabecalho {
  background-color: #585047;
  background-image: -moz-linear-gradient(top, #635a50, #47403a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#635a50), to(#47403a));
  background-image: -webkit-linear-gradient(top, #635a50, #47403a);
  background-image: -o-linear-gradient(top, #635a50, #47403a);
  background-image: linear-gradient(to bottom, #635a50, #47403a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff635a50', endColorstr='#ff47403a', GradientType=0);
  color: #fff !important;
}
body.NovoMonitor #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.NovoMonitor #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.NovoMonitor #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.NovoMonitor #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.NovoMonitor #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.NovoMonitor #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.NovoMonitor #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.NovoMonitor #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.NovoMonitor #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.NovoMonitor #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Codex #cabecalho {
  background-color: #3a86ae;
  background-image: -moz-linear-gradient(top, #3f92bd, #337497);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3f92bd), to(#337497));
  background-image: -webkit-linear-gradient(top, #3f92bd, #337497);
  background-image: -o-linear-gradient(top, #3f92bd, #337497);
  background-image: linear-gradient(to bottom, #3f92bd, #337497);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f92bd', endColorstr='#ff337497', GradientType=0);
  color: #fff !important;
}
body.Codex #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Codex #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Codex #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Codex #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Codex #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Codex #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Codex #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Codex #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Codex #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Codex #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.NovoCodex #cabecalho {
  background-color: #3a86ae;
  background-image: -moz-linear-gradient(top, #3f92bd, #337497);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3f92bd), to(#337497));
  background-image: -webkit-linear-gradient(top, #3f92bd, #337497);
  background-image: -o-linear-gradient(top, #3f92bd, #337497);
  background-image: linear-gradient(to bottom, #3f92bd, #337497);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f92bd', endColorstr='#ff337497', GradientType=0);
  color: #fff !important;
}
body.NovoCodex #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.NovoCodex #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.NovoCodex #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.NovoCodex #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.NovoCodex #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.NovoCodex #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.NovoCodex #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.NovoCodex #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.NovoCodex #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.NovoCodex #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Impar #cabecalho {
  background-color: #b0a266;
  background-image: -moz-linear-gradient(top, #b8ab72, #a49553);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b8ab72), to(#a49553));
  background-image: -webkit-linear-gradient(top, #b8ab72, #a49553);
  background-image: -o-linear-gradient(top, #b8ab72, #a49553);
  background-image: linear-gradient(to bottom, #b8ab72, #a49553);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb8ab72', endColorstr='#ffa49553', GradientType=0);
  color: #fff !important;
}
body.Impar #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Impar #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Impar #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Impar #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Impar #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Impar #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Impar #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Impar #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Impar #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Impar #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Apto #cabecalho {
  background-color: #791899;
  background-image: -moz-linear-gradient(top, #871aab, #65147f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#871aab), to(#65147f));
  background-image: -webkit-linear-gradient(top, #871aab, #65147f);
  background-image: -o-linear-gradient(top, #871aab, #65147f);
  background-image: linear-gradient(to bottom, #871aab, #65147f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff871aab', endColorstr='#ff65147f', GradientType=0);
  color: #fff !important;
}
body.Apto #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Apto #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Apto #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Apto #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Apto #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Apto #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Apto #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Apto #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Apto #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Apto #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.PlanoAcao #cabecalho {
  background-color: #133e95;
  background-image: -moz-linear-gradient(top, #1545a7, #0f3379);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1545a7), to(#0f3379));
  background-image: -webkit-linear-gradient(top, #1545a7, #0f3379);
  background-image: -o-linear-gradient(top, #1545a7, #0f3379);
  background-image: linear-gradient(to bottom, #1545a7, #0f3379);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1545a7', endColorstr='#ff0f3379', GradientType=0);
  color: #fff !important;
}
body.PlanoAcao #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.PlanoAcao #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.PlanoAcao #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.PlanoAcao #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.PlanoAcao #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.PlanoAcao #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.PlanoAcao #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.PlanoAcao #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.PlanoAcao #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.PlanoAcao #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.ModuloInterno #cabecalho {
  background-color: #0b8ca1;
  background-image: -moz-linear-gradient(top, #0d9db4, #097384);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d9db4), to(#097384));
  background-image: -webkit-linear-gradient(top, #0d9db4, #097384);
  background-image: -o-linear-gradient(top, #0d9db4, #097384);
  background-image: linear-gradient(to bottom, #0d9db4, #097384);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d9db4', endColorstr='#ff097384', GradientType=0);
  color: #fff !important;
}
body.ModuloInterno #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.ModuloInterno #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.ModuloInterno #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.ModuloInterno #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.ModuloInterno #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.ModuloInterno #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.ModuloInterno #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.ModuloInterno #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.ModuloInterno #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.ModuloInterno #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Midas #cabecalho {
  background-color: #d5a42a;
  background-image: -moz-linear-gradient(top, #e1af33, #c4941d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e1af33), to(#c4941d));
  background-image: -webkit-linear-gradient(top, #e1af33, #c4941d);
  background-image: -o-linear-gradient(top, #e1af33, #c4941d);
  background-image: linear-gradient(to bottom, #e1af33, #c4941d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1af33', endColorstr='#ffc4941d', GradientType=0);
  color: #fff !important;
}
body.Midas #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Midas #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Midas #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Midas #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Midas #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Midas #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Midas #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Midas #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Midas #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Midas #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Libra #cabecalho {
  background-color: #9ac83c;
  background-image: -moz-linear-gradient(top, #a4d247, #8bb92d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a4d247), to(#8bb92d));
  background-image: -webkit-linear-gradient(top, #a4d247, #8bb92d);
  background-image: -o-linear-gradient(top, #a4d247, #8bb92d);
  background-image: linear-gradient(to bottom, #a4d247, #8bb92d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa4d247', endColorstr='#ff8bb92d', GradientType=0);
  color: #fff !important;
}
body.Libra #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Libra #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Libra #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Libra #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Libra #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Libra #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Libra #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Libra #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Libra #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Libra #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Sop #cabecalho {
  background-color: #ec0325;
  background-image: -moz-linear-gradient(top, #ff0429, #d1001e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0429), to(#d1001e));
  background-image: -webkit-linear-gradient(top, #ff0429, #d1001e);
  background-image: -o-linear-gradient(top, #ff0429, #d1001e);
  background-image: linear-gradient(to bottom, #ff0429, #d1001e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0429', endColorstr='#ffd1001e', GradientType=0);
  color: #fff !important;
}
body.Sop #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Sop #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Sop #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Sop #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Sop #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Sop #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Sop #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Sop #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Sop #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Sop #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsDigital #cabecalho {
  background-color: #003813;
  background-image: -moz-linear-gradient(top, #004d1a, #001a09);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#004d1a), to(#001a09));
  background-image: -webkit-linear-gradient(top, #004d1a, #001a09);
  background-image: -o-linear-gradient(top, #004d1a, #001a09);
  background-image: linear-gradient(to bottom, #004d1a, #001a09);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff004d1a', endColorstr='#ff001a09', GradientType=0);
  color: #fff !important;
}
body.EhsDigital #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsDigital #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsDigital #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsDigital #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsDigital #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsDigital #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsDigital #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsDigital #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsDigital #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsDigital #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.SGI #cabecalho {
  background-color: #9de51d;
  background-image: -moz-linear-gradient(top, #a7f026, #8dd50e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a7f026), to(#8dd50e));
  background-image: -webkit-linear-gradient(top, #a7f026, #8dd50e);
  background-image: -o-linear-gradient(top, #a7f026, #8dd50e);
  background-image: linear-gradient(to bottom, #a7f026, #8dd50e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa7f026', endColorstr='#ff8dd50e', GradientType=0);
  color: #fff !important;
}
body.SGI #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.SGI #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.SGI #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.SGI #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.SGI #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.SGI #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.SGI #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.SGI #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.SGI #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.SGI #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsIncidente #cabecalho {
  background-color: #004b19;
  background-image: -moz-linear-gradient(top, #00601f, #002d0f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00601f), to(#002d0f));
  background-image: -webkit-linear-gradient(top, #00601f, #002d0f);
  background-image: -o-linear-gradient(top, #00601f, #002d0f);
  background-image: linear-gradient(to bottom, #00601f, #002d0f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00601f', endColorstr='#ff002d0f', GradientType=0);
  color: #fff !important;
}
body.EhsIncidente #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsIncidente #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsIncidente #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsIncidente #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsIncidente #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsIncidente #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsIncidente #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsIncidente #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsIncidente #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsIncidente #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EHSPGR #cabecalho {
  background-color: #005f20;
  background-image: -moz-linear-gradient(top, #007427, #004116);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007427), to(#004116));
  background-image: -webkit-linear-gradient(top, #007427, #004116);
  background-image: -o-linear-gradient(top, #007427, #004116);
  background-image: linear-gradient(to bottom, #007427, #004116);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007427', endColorstr='#ff004116', GradientType=0);
  color: #fff !important;
}
body.EHSPGR #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EHSPGR #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EHSPGR #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EHSPGR #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EHSPGR #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EHSPGR #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EHSPGR #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EHSPGR #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EHSPGR #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EHSPGR #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsInspecoes #cabecalho {
  background-color: #007226;
  background-image: -moz-linear-gradient(top, #00872c, #00531c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00872c), to(#00531c));
  background-image: -webkit-linear-gradient(top, #00872c, #00531c);
  background-image: -o-linear-gradient(top, #00872c, #00531c);
  background-image: linear-gradient(to bottom, #00872c, #00531c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00872c', endColorstr='#ff00531c', GradientType=0);
  color: #fff !important;
}
body.EhsInspecoes #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsInspecoes #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsInspecoes #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsInspecoes #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsInspecoes #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsInspecoes #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsInspecoes #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsInspecoes #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsInspecoes #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsInspecoes #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsEpisUniformes #cabecalho {
  background-color: #00862d;
  background-image: -moz-linear-gradient(top, #009b34, #006823);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009b34), to(#006823));
  background-image: -webkit-linear-gradient(top, #009b34, #006823);
  background-image: -o-linear-gradient(top, #009b34, #006823);
  background-image: linear-gradient(to bottom, #009b34, #006823);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009b34', endColorstr='#ff006823', GradientType=0);
  color: #fff !important;
}
body.EhsEpisUniformes #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsEpisUniformes #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsEpisUniformes #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsEpisUniformes #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsEpisUniformes #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsEpisUniformes #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsEpisUniformes #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsEpisUniformes #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsEpisUniformes #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsEpisUniformes #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsPermissaoTrabalho #cabecalho {
  background-color: #009a34;
  background-image: -moz-linear-gradient(top, #00af3b, #007c29);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00af3b), to(#007c29));
  background-image: -webkit-linear-gradient(top, #00af3b, #007c29);
  background-image: -o-linear-gradient(top, #00af3b, #007c29);
  background-image: linear-gradient(to bottom, #00af3b, #007c29);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00af3b', endColorstr='#ff007c29', GradientType=0);
  color: #fff !important;
}
body.EhsPermissaoTrabalho #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsPermissaoTrabalho #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsPermissaoTrabalho #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsPermissaoTrabalho #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsPermissaoTrabalho #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsPermissaoTrabalho #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsPermissaoTrabalho #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsPermissaoTrabalho #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsPermissaoTrabalho #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsPermissaoTrabalho #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsProgramaObservacoesComportamentais #cabecalho {
  background-color: #00ad3a;
  background-image: -moz-linear-gradient(top, #00c241, #008f30);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00c241), to(#008f30));
  background-image: -webkit-linear-gradient(top, #00c241, #008f30);
  background-image: -o-linear-gradient(top, #00c241, #008f30);
  background-image: linear-gradient(to bottom, #00c241, #008f30);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00c241', endColorstr='#ff008f30', GradientType=0);
  color: #fff !important;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsProgramaObservacoesComportamentais #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsComunicacoesSeguranca #cabecalho {
  background-color: #00c141;
  background-image: -moz-linear-gradient(top, #00d648, #00a336);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00d648), to(#00a336));
  background-image: -webkit-linear-gradient(top, #00d648, #00a336);
  background-image: -o-linear-gradient(top, #00d648, #00a336);
  background-image: linear-gradient(to bottom, #00d648, #00a336);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d648', endColorstr='#ff00a336', GradientType=0);
  color: #fff !important;
}
body.EhsComunicacoesSeguranca #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsComunicacoesSeguranca #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsComunicacoesSeguranca #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsComunicacoesSeguranca #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsComunicacoesSeguranca #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsComunicacoesSeguranca #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsComunicacoesSeguranca #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsComunicacoesSeguranca #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsComunicacoesSeguranca #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsComunicacoesSeguranca #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsCipa #cabecalho {
  background-color: #00d447;
  background-image: -moz-linear-gradient(top, #00e94e, #00b63d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00e94e), to(#00b63d));
  background-image: -webkit-linear-gradient(top, #00e94e, #00b63d);
  background-image: -o-linear-gradient(top, #00e94e, #00b63d);
  background-image: linear-gradient(to bottom, #00e94e, #00b63d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00e94e', endColorstr='#ff00b63d', GradientType=0);
  color: #fff !important;
}
body.EhsCipa #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsCipa #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsCipa #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsCipa #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsCipa #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsCipa #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsCipa #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsCipa #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsCipa #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsCipa #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsControlesLegais #cabecalho {
  background-color: #00e84e;
  background-image: -moz-linear-gradient(top, #00fc55, #00ca43);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00fc55), to(#00ca43));
  background-image: -webkit-linear-gradient(top, #00fc55, #00ca43);
  background-image: -o-linear-gradient(top, #00fc55, #00ca43);
  background-image: linear-gradient(to bottom, #00fc55, #00ca43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00fc55', endColorstr='#ff00ca43', GradientType=0);
  color: #fff !important;
}
body.EhsControlesLegais #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsControlesLegais #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsControlesLegais #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsControlesLegais #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsControlesLegais #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsControlesLegais #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsControlesLegais #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsControlesLegais #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsControlesLegais #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsControlesLegais #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsBrigadaEmergencia #cabecalho {
  background-color: #0bf257;
  background-image: -moz-linear-gradient(top, #12ff60, #00de4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#12ff60), to(#00de4a));
  background-image: -webkit-linear-gradient(top, #12ff60, #00de4a);
  background-image: -o-linear-gradient(top, #12ff60, #00de4a);
  background-image: linear-gradient(to bottom, #12ff60, #00de4a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12ff60', endColorstr='#ff00de4a', GradientType=0);
  color: #fff !important;
}
body.EhsBrigadaEmergencia #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsBrigadaEmergencia #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsBrigadaEmergencia #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsBrigadaEmergencia #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsBrigadaEmergencia #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsBrigadaEmergencia #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsBrigadaEmergencia #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsBrigadaEmergencia #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsBrigadaEmergencia #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsBrigadaEmergencia #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsGestaoTreinamentosExames #cabecalho {
  background-color: #00d346;
  background-image: -moz-linear-gradient(top, #00e84c, #00b53c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00e84c), to(#00b53c));
  background-image: -webkit-linear-gradient(top, #00e84c, #00b53c);
  background-image: -o-linear-gradient(top, #00e84c, #00b53c);
  background-image: linear-gradient(to bottom, #00e84c, #00b53c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00e84c', endColorstr='#ff00b53c', GradientType=0);
  color: #fff !important;
}
body.EhsGestaoTreinamentosExames #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsGestaoTreinamentosExames #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsGestaoTreinamentosExames #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsGestaoTreinamentosExames #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsGestaoTreinamentosExames #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsGestaoTreinamentosExames #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsGestaoTreinamentosExames #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsGestaoTreinamentosExames #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsGestaoTreinamentosExames #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsGestaoTreinamentosExames #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
#cabecalho .clickable:hover,
#cabecalho .clickable.destacado {
  opacity: 0.5;
}
#cabecalho .separator {
  width: 5px;
  height: 40px;
  background: url("/Content/images/sprite-Geral.png") no-repeat -225px -80px;
}
#cabecalhoInterno {
  display: block;
  height: 40px;
  color: #FFF;
  position: relative;
  z-index: 90;
  *zoom: 1;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  background-color: #393939;
  background-image: -moz-linear-gradient(top, #434343, #292929);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#292929));
  background-image: -webkit-linear-gradient(top, #434343, #292929);
  background-image: -o-linear-gradient(top, #434343, #292929);
  background-image: linear-gradient(to bottom, #434343, #292929);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff292929', GradientType=0);
}
#cabecalhoInterno:before,
#cabecalhoInterno:after {
  display: table;
  content: "";
  line-height: 0;
}
#cabecalhoInterno:after {
  clear: both;
}
#cabecalhoInterno .mensagem {
  display: none;
}
#cabecalhoInterno.mensagem_fixa {
  height: 67px;
}
#cabecalhoInterno.mensagem_fixa .mensagem {
  height: 25px;
  display: block;
  border: 1px solid #eed3d7;
  background: #f2dede;
  color: #b94a48;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}
#cabecalhoInterno .clickable:hover,
#cabecalhoInterno .clickable.destacado {
  filter: blur(0.5);
}
#cabecalhoInterno .separator {
  width: 5px;
  height: 40px;
  background: url("/Content/images/sprite-Geral.png") no-repeat -225px -80px;
}
#logoAmbito {
  cursor: pointer;
  float: left;
}
#logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho_roxo.png");
}
#sistemaAtual {
  cursor: pointer;
  float: left;
  display: block;
}
#sistemaAtual a {
  display: block;
  width: 150px;
  height: 40px;
  background-image: url("/Content/images/sprite-Geral.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#sistemaAtual .legal {
  width: 68px;
  background-position: -125px 1px;
}
#sistemaAtual .sheq {
  width: 72px;
  background-position: -322px -39px;
}
#sistemaAtual .novosheq {
  width: 72px;
  background-position: -322px -39px;
}
#sistemaAtual .siga {
  width: 55px;
  background-position: 0px 1px;
}
#sistemaAtual .novosiga {
  width: 55px;
  background-position: 0px 1px;
}
#sistemaAtual .monitor {
  width: 98px;
  background-position: 0px -79px;
}
#sistemaAtual .novomonitor {
  width: 98px;
  background-position: 0px -79px;
}
#sistemaAtual .codex {
  width: 80px;
  background-position: -282px 1px;
}
#sistemaAtual .novocodex {
  width: 80px;
  background-position: -282px 1px;
}
#sistemaAtual .impar {
  width: 80px;
  background-position: -190px -120px;
}
#sistemaAtual .apto {
  width: 80px;
  background-position: -390px -615px;
}
#sistemaAtual .planoacao {
  width: 145px;
  background-position: 5px -39px;
}
#sistemaAtual .midas {
  width: 78px;
  background-position: 0px -120px;
}
#sistemaAtual .libra {
  width: 80px;
  background-position: -467px 1px;
}
#sistemaAtual .sop {
  width: 92px;
  background-position: -271px -651px;
}
#sistemaAtual .sopbbflow {
  width: 92px;
  background-position: -271px -682px;
}
#sistemaAtual .modulointerno {
  width: 150px;
  background-position: -315px -536px;
}
#sistemaAtual .ehsdigital {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .sgi {
  width: 65px;
  background-position: -545px -37px;
}
#sistemaAtual .ehsincidente {
  width: 147px;
  background-position: -4px -1012px;
}
#sistemaAtual .ehspgr {
  width: 83px;
  background-position: -155px -1012px;
}
#sistemaAtual .ehsinspecoes {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehsepisuniformes {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehspermissaotrabalho {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehsprogramaobservacoescomportamentais {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehspermissaotrabalho {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehscomunicacoesseguranca {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehscipa {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehscontroleslegais {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehsbrigadaemergencia {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehsgestaotreinamentosexames {
  width: 145px;
  background-position: -375px -1020px;
}
#selecaoSistemas {
  float: left;
  display: block;
  height: 40px;
  cursor: pointer;
  color: #000;
  line-height: 40px;
  padding: 0px 4px;
}
#selecaoSistemas .selecione-sistema {
  padding: 0px 2px;
  float: left;
}
#selecaoSistemas .arrow {
  margin: 13px 0px 0px 0px;
  display: block;
  float: left;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#selecaoSistemas .arrow.expanded {
  -webkit-transform: scale(1, -1);
}
#identificacaoCliente {
  float: left;
  line-height: 40px;
  padding: 0 20px;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
}
#identificacaoCliente .certificado-florestal {
  display: inline-block;
  margin-left: 10px;
  line-height: 40px;
  cursor: pointer;
  font-size: 17px;
  vertical-align: middle;
}
.sistemas-popout {
  width: 100%;
  *zoom: 1;
  background-color: #ccc;
  z-index: 91;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.sistemas-popout:before,
.sistemas-popout:after {
  display: table;
  content: "";
  line-height: 0;
}
.sistemas-popout:after {
  clear: both;
}
.sistemas-popout > div {
  float: left;
  margin-left: -35px;
  margin-right: -35px;
  width: 250px;
  height: 120px;
  position: relative;
  text-align: center;
  background: url("/Content/images/sprite-Geral.png") no-repeat;
}
.sistemas-popout > div a {
  height: 40px;
  margin-top: 40px;
  display: block;
  border: none;
  margin-left: auto;
  margin-right: auto;
  background: url("/Content/images/sprite-Geral.png") no-repeat;
}
.sistemas-popout > div div.descricao {
  text-align: center;
  color: #fff;
  margin-top: 5px;
  margin-left: 35px;
  margin-right: 65px;
  font-size: 11px;
}
.sistemas-popout .iconeHome {
  width: 125px;
  padding-right: 40px;
  background: url(/Content/images/MenuSistemas/fundoHome.png) no-repeat right;
  margin-left: 0px;
}
.sistemas-popout .iconeHome a {
  width: 41px;
  height: 40px;
  background: url(/Content/images/MenuSistemas/NovasLogos/home.png) no-repeat;
}
.sistemas-popout .iconeHome div.descricao {
  margin-left: 5px;
  margin-right: 15px;
}
.sistemas-popout .iconeLegal {
  width: 230px;
  background-position: 25px -167px;
}
.sistemas-popout .iconeLegal a {
  width: 87px;
  background-position: -200px 0px;
}
.sistemas-popout .iconeSheq {
  width: 220px;
  background-position: -293px -409px;
}
.sistemas-popout .iconeSheq a {
  width: 95px;
  background-position: -394px -40px;
}
.sistemas-popout .iconeSiga {
  width: 210px;
  background-position: -45px -409px;
}
.sistemas-popout .iconeSiga a {
  width: 68px;
  background-position: -60px 0px;
}
.sistemas-popout .iconeMonitor {
  width: 260px;
  background-position: -260px -289px;
}
.sistemas-popout .iconeMonitor a {
  width: 120px;
  background-position: -100px -80px;
}
.sistemas-popout .iconeCodex {
  width: 240px;
  background-position: 0px -288px;
}
.sistemas-popout .iconeCodex a {
  width: 113px;
  background-position: -362px 0px;
}
.sistemas-popout .iconePlanoacao {
  width: 310px;
  background-position: -205px -168px;
}
.sistemas-popout .iconePlanoacao a {
  width: 190px;
  background-position: -135px -40px;
}
.sistemas-popout .iconeMidas {
  width: 265px;
  background-position: 5px -651px;
}
.sistemas-popout .iconeMidas a {
  width: 128px;
  background-position: -73px -121px;
}
.sistemas-popout .iconeLibra {
  width: 240px;
  background-position: 0px -288px;
}
.sistemas-popout .iconeLibra a {
  width: 113px;
  background-position: -362px 0px;
}
.sistemas-popout .iconeImpar {
  width: 232px;
  background-position: 3px -771px;
}
.sistemas-popout .iconeImpar a {
  width: 120px;
  background-position: -268px -121px;
}
.sistemas-popout .iconeApto {
  width: 250px;
  background-position: 3px -892px;
}
.sistemas-popout .iconeApto a {
  width: 89px;
  background-position: -302px -615px;
}
.sistemas-popout .iconeSop {
  width: 250px;
  background-position: -230px -771px;
}
.sistemas-popout .iconeSop a {
  width: 135px;
  background-position: -380px -654px;
}
.sistemas-popout .iconesopbbflow {
  width: 250px;
  background-position: -230px -771px;
}
.sistemas-popout .iconesopbbflow a {
  width: 135px;
  background-position: -380px -614px;
}
.sistemas-popout .iconeModuloInterno {
  width: 305px;
  background-position: -2px -531px;
}
.sistemas-popout .iconeModuloInterno a {
  width: 250px;
  background-position: -290px -575px;
}
.sistemas-popout .iconeEhsDigital {
  width: 290px;
  background-position: -245px -892px;
}
.sistemas-popout .iconeEhsDigital a {
  width: 250px;
  background-position: -300px -728px;
}
.sistemas-popout .iconeSGI {
  width: 279px;
  background-position: -505px -169px;
}
.sistemas-popout .iconeSGI a {
  width: 90px;
  background-position: -550px 0px;
}
.sistemas-popout .txtDescricao {
  color: #fff;
  font-size: 11px;
}
.sistemas-popout .linkAcesse {
  color: #fff;
  font-size: 11px;
}
/* Ícones Forncedor */
#iconesFornecedor {
  float: right;
  margin-left: 20px;
  margin-right: 20px;
}
#iconesFornecedor > div {
  display: inline;
  float: left;
}
#iconesFornecedor > div a {
  width: 20px;
  margin-top: 8px;
  height: 20px;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
#iconesFornecedor > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
#iconesFornecedor > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
/* Ícones Cliente */
#iconesCliente {
  float: right;
  margin-left: 20px;
  margin-right: 20px;
}
#iconesCliente > div {
  display: inline;
  float: left;
}
#iconesCliente > div a {
  width: 20px;
  margin-top: 8px;
  height: 20px;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
#iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/cinza80/informação - Gray.png');
  margin-right: 8px;
}
#iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/cinza80/chat.png');
  margin-right: 8px;
}
#iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/cinza80/Usuario - Gray.png');
  margin-right: 8px;
}
#iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/cinza80/duvida - Gray.png');
  margin-right: 8px;
}
#iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/cinza80/Home - Gray.png');
  margin-right: 8px;
}
#iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/cinza80/Faq - Gray.png');
  margin-right: 8px;
}
#iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/cinza80/erros - Gray.png');
}
.icones-cliente-tooltip {
  color: #fff;
  background: #555;
  border: 1px solid #aaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
/* Menu */
#menu {
  border-bottom: 1px solid #d2d2d2;
  color: transparent;
  white-space: nowrap;
  height: 28px;
  margin: 7px 0 0 5px;
}
#menu .ulMenu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#menu .ulMenu li {
  position: relative;
  padding: 0px;
  margin: 0px;
}
#menu .ulMenu li a,
#menu .ulMenu li span {
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  color: #424242;
  text-decoration: none;
  min-width: 75px;
  display: block;
  padding: 5px 10px;
  cursor: pointer;
}
#menu .ulMenu li a:hover {
  text-decoration: none;
}
#menu .ulMenu li.can-favorite {
  padding-right: 15px;
}
#menu .ulMenu li .menu-favorite-icon {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
  color: #ccc;
}
#menu .ulMenu li .menu-favorite-icon.ativo {
  color: #888;
}
#menu .ulMenu li.disabled a,
#menu .ulMenu li.disabled span {
  color: #ccc;
  cursor: default;
}
#menu .ulMenu > li {
  float: left;
  position: relative;
  background-color: #e7e7e7;
  margin: 0 2px;
}
#menu .ulMenu ul {
  left: 0;
  background-color: #363636;
  list-style: none;
  position: absolute;
  min-width: 100%;
  padding: 0px;
  margin: 0px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
#menu .ulMenu ul .menu-favorite-icon {
  color: #666;
}
#menu .ulMenu ul .menu-favorite-icon.ativo {
  color: #ddd;
}
#menu .ulMenu ul a,
#menu .ulMenu ul span {
  color: #fff;
  font-weight: normal;
  width: auto;
  text-align: left;
  padding: 8px 16px;
}
#menu .ulMenu ul ul {
  left: -5px;
  margin-top: -35px;
  margin-left: 100%;
}
#menu .ulMenu ul li {
  border-top: 1px solid #CCC;
}
#menu .ulMenu ul li:first-child {
  border-top: none;
}
#menu .ulMenu ul li.hasChildren {
  background-image: url(/Content/images/arrow-right.png) !important;
  background-position: right center;
  background-repeat: no-repeat;
}
#menu .ulMenu ul li.enabled:hover {
  background-image: url(/Content/images/arrow-right-white.png) !important;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-color: #1d0a54;
}
body.Legal #menu .ulMenu ul li.enabled:hover {
  background-color: #df6f23;
}
body.Sheq #menu .ulMenu ul li.enabled:hover {
  background-color: #be1213;
}
body.NovoSheq #menu .ulMenu ul li.enabled:hover {
  background-color: #be1213;
}
body.Siga #menu .ulMenu ul li.enabled:hover {
  background-color: #248416;
}
body.NovoSiga #menu .ulMenu ul li.enabled:hover {
  background-color: #248416;
}
body.Monitor #menu .ulMenu ul li.enabled:hover {
  background-color: #554d45;
}
body.NovoMonitor #menu .ulMenu ul li.enabled:hover {
  background-color: #554d45;
}
body.Codex #menu .ulMenu ul li.enabled:hover {
  background-color: #3983aa;
}
body.NovoCodex #menu .ulMenu ul li.enabled:hover {
  background-color: #3983aa;
}
body.Impar #menu .ulMenu ul li.enabled:hover {
  background-color: #afa161;
}
body.Apto #menu .ulMenu ul li.enabled:hover {
  background-color: #761795;
}
body.PlanoAcao #menu .ulMenu ul li.enabled:hover {
  background-color: #123c90;
}
body.ModuloInterno #menu .ulMenu ul li.enabled:hover {
  background-color: #0b889c;
}
body.Midas #menu .ulMenu ul li.enabled:hover {
  background-color: #daa520;
}
body.Libra #menu .ulMenu ul li.enabled:hover {
  background-color: #9acd32;
}
body.Impar #menu .ulMenu ul li.enabled:hover {
  background-color: #afa161;
}
body.Apto #menu .ulMenu ul li.enabled:hover {
  background-color: #761795;
}
body.Sop #menu .ulMenu ul li.enabled:hover {
  background-color: #ea0022;
}
body.EhsDigital #menu .ulMenu ul li.enabled:hover {
  background-color: #003311;
}
body.SGI #menu .ulMenu ul li.enabled:hover {
  background-color: #9ded10;
}
body.EhsIncidente #menu .ulMenu ul li.enabled:hover {
  background-color: #004617;
}
body.EHSPGR #menu .ulMenu ul li.enabled:hover {
  background-color: #005a1e;
}
body.EhsInspecoes #menu .ulMenu ul li.enabled:hover {
  background-color: #004617;
}
body.EhsEpisUniformes #menu .ulMenu ul li.enabled:hover {
  background-color: #00812b;
}
body.EhsPermissaoTrabalho #menu .ulMenu ul li.enabled:hover {
  background-color: #009532;
}
body.EhsGestaoTreinamentosExames #menu .ulMenu ul li.enabled:hover {
  background-color: #00ce44;
}
#menu .ulMenu ul li.enabled:hover > a,
#menu .ulMenu ul li.enabled:hover > span {
  color: #fff;
}
.ui-dialog {
  font-size: 11px;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
#question {
  width: 300px !important;
  height: 60px !important;
  padding: 10px 0 0 10px;
}
#question img {
  float: left;
}
#question span {
  float: left;
  margin: 20px 0 0 10px;
}
a {
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
#current-user-info {
  padding: 13px;
  float: right;
  height: 14px;
  cursor: pointer;
}
#user-notifications-container {
  float: right;
  padding: 9px;
  height: 22px;
  cursor: pointer;
}
#user-notifications-container .notifications-count {
  padding: 5px;
  top: 0;
  cursor: pointer;
  color: #fff;
  background: #181818;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.user-notifications-popout {
  color: #333;
  border: 1px solid #aaa;
  background-color: #fcfcfc;
  font-size: 12px;
  padding: 5px;
  min-width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  width: 300px;
}
.user-notifications-popout .user-notifications-popout-header {
  border-bottom-style: dotted;
  border-bottom-color: rgba(100, 100, 100, 0.22);
  border-bottom-width: 1px;
  text-align: center;
  background-color: #efefef;
  height: 20px;
}
.user-notifications-popout .user-notifications-popout-header div {
  padding-top: 5px;
}
.user-notifications-popout .carregando {
  min-height: 200px;
  min-width: 300px;
  background-image: url(/Content/images/ajaxLoader.gif);
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}
.user-notifications-popout ul {
  list-style-type: none;
  min-width: 300px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.user-notifications-popout li {
  font-size: 10px;
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted;
  border-bottom-color: rgba(100, 100, 100, 0.22);
}
.user-notifications-popout .user-notifications-popout-footer {
  text-align: center;
  font-size: 9px;
  background-color: #efefef;
  height: 20px;
  border-top-color: rgba(100, 100, 100, 0.22);
  min-width: 300px;
}
.user-notifications-popout .user-notifications-popout-footer div {
  padding-top: 5px;
}
.user-notifications-popout .user-notifications-popout-footer a {
  margin-top: 3px;
}
.user-notifications-popout .titulo-notificacao {
  font-weight: bold;
}
.user-profile-popout {
  color: #333;
  background-color: #fcfcfc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
.user-profile-popout a {
  color: #808080;
}
.user-profile-popout ul {
  list-style-type: none;
}
.user-profile-popout li {
  margin-bottom: 10px;
}
table.informacoes-usuario tr {
  height: 26px;
}
table.informacoes-usuario td {
  text-align: left;
  vertical-align: middle;
  padding: 0px 4px;
}
div.error-message {
  border-color: #c00000;
  border-width: 1px;
  border-style: solid;
  background-color: #e6b9b9;
}
.close-action {
  top: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  display: block;
  background-image: url(/Content/images/close-error.png);
}
#comunicado {
  top: 50%;
  left: 50%;
  width: 492px;
  height: 492px;
  margin-top: -246px;
  margin-left: -240px;
  position: fixed;
  display: none;
  background-image: url(/Content/images/MensagemSistema.png);
  z-index: 999999997;
}
#comunicado div {
  position: absolute;
  top: 210px;
  left: 50px;
  right: 50px;
  height: 150px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #444;
  z-index: 999999998;
}
#comunicado a {
  position: absolute;
  top: 444px;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  font-size: 16px;
  color: #E56300;
  z-index: 999999999;
}
#rodape {
  display: block;
  background-color: #fff;
  color: #000;
  line-height: 22px;
  padding: 0px 0px 0px 5px;
  font-size: 11px;
}
#rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Legal #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Sheq #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.NovoSheq #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Siga #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.NovoSiga #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Monitor #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.NovoMonitor #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Codex #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.NovoCodex #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Impar #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Apto #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.PlanoAcao #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.ModuloInterno #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Midas #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Libra #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Impar #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Apto #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Sop #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.EhDigital #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.SGI #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#rodape .server-info-link {
  float: right;
}
#rodape a,
#rodape a:visited,
#rodape a:active {
  color: #000;
  text-decoration: none;
}
#rodape a:hover {
  text-decoration: underline;
}
.serverinfo-popout {
  color: #333;
  border: 1px solid #aaa;
  background-color: #fcfcfc;
  font-size: 12px;
  padding: 5px;
  min-width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
.introducao-sistema {
  padding: 5px;
}
.melhoria-sistema {
  display: inline;
  float: left;
  background-color: #999;
  margin: 0px 5px 5px 0px;
  width: 140px;
  text-decoration: none;
  position: relative;
}
.melhoria-sistema .melhoria-sistema-conteudo {
  color: #FFF;
  height: 80px;
  font-size: 11px;
  padding: 5px;
}
.melhoria-sistema .melhoria-sistema-rodape {
  line-height: 18px;
  background-color: #999;
  padding: 5px;
  margin: 0;
  border: 0;
  color: #fff;
  overflow: hidden;
  height: 20px;
}
.melhoria-sistema .melhoria-sistema-overlay {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.melhoria-sistema .melhoria-sistema-overlay .fundo {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.melhoria-sistema .melhoria-sistema-overlay .acesse {
  width: 100px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -10px;
  text-align: center;
  color: #fff;
}
.melhoria-sistema:hover {
  text-decoration: none;
}
.melhoria-sistema:hover .melhoria-sistema-overlay {
  display: block;
}
.melhoria-sistema.portal {
  background-color: #1D0A54;
}
.melhoria-sistema.legal {
  background-color: #df6f23;
}
.melhoria-sistema.sheq {
  background-color: #BE1213;
}
.melhoria-sistema.siga {
  background-color: #248416;
}
.melhoria-sistema.monitor {
  background-color: #554D45;
}
.melhoria-sistema.novomonitor {
  background-color: #003311;
}
.melhoria-sistema.codex {
  background-color: #3983AA;
}
.melhoria-sistema.novocodex {
  background-color: #3983AA;
}
.melhoria-sistema.impar {
  background-color: #afa161;
}
.melhoria-sistema.apto {
  background-color: #761795;
}
.melhoria-sistema.planoacao {
  background-color: #123C90;
}
.melhoria-sistema.moduloInterno {
  background-color: #1082FB;
}
.melhoria-sistema.midas {
  background-color: #DAA520;
}
.melhoria-sistema.libra {
  background-color: #9ACD32;
}
.melhoria-sistema.impar {
  background-color: #afa161;
}
.melhoria-sistema.apto {
  background-color: #761795;
}
.melhoria-sistema.sop {
  background-color: #EA0022;
}
.melhoria-sistema.ehsdigital {
  background-color: #003311;
}
.sistemas-adquiridos a {
  display: block;
  background: #eee;
  height: 46px;
  margin-bottom: 3px;
  color: #fff;
  text-decoration: none;
  background: url('/Content/images/sistemasAdquiridos/fundo.png') no-repeat left top #aaaaaa;
  overflow: hidden;
  position: relative;
}
.sistemas-adquiridos a.adquirido.legal {
  background-color: #df6f23;
}
.sistemas-adquiridos a.adquirido.sheq {
  background-color: #BE1213;
}
.sistemas-adquiridos a.adquirido.novosheq {
  background-color: #BE1213;
}
.sistemas-adquiridos a.adquirido.siga {
  background-color: #248416;
}
.sistemas-adquiridos a.adquirido.novosiga {
  background-color: #248416;
}
.sistemas-adquiridos a.adquirido.monitor {
  background-color: #554D45;
}
.sistemas-adquiridos a.adquirido.novomonitor {
  background-color: #554D45;
}
.sistemas-adquiridos a.adquirido.codex {
  background-color: #3983AA;
}
.sistemas-adquiridos a.adquirido.novocodex {
  background-color: #3983AA;
}
.sistemas-adquiridos a.adquirido.Impar {
  background-color: #afa161;
}
.sistemas-adquiridos a.adquirido.Apto {
  background-color: #761795;
}
.sistemas-adquiridos a.adquirido.planoacao {
  background-color: #123C90;
}
.sistemas-adquiridos a.adquirido.moduloInterno {
  background-color: #1082FB;
}
.sistemas-adquiridos a.adquirido.midas {
  background-color: #DAA520;
}
.sistemas-adquiridos a.adquirido.libra {
  background-color: #9ACD32;
}
.sistemas-adquiridos a.adquirido.impar {
  background-color: #afa161;
}
.sistemas-adquiridos a.adquirido.apto {
  background-color: #761795;
}
.sistemas-adquiridos a.adquirido.sop {
  background-color: #EA0022;
}
.sistemas-adquiridos a.adquirido.ehsdigital {
  background-color: #003311;
}
.sistemas-adquiridos a.adquirido.sgi {
  background-color: #9ded10;
}
.sistemas-adquiridos a .logo {
  float: left;
  display: block;
  width: 150px;
  height: 47px;
  background: url("/Content/images/sprite-Geral.png") no-repeat;
  margin-left: 10px;
}
.sistemas-adquiridos a .logo.legal {
  width: 68px;
  background-position: -125px 5px;
}
.sistemas-adquiridos a .logo.sheq {
  width: 72px;
  background-position: -322px -34px;
}
.sistemas-adquiridos a .logo.novosheq {
  width: 72px;
  background-position: -322px -34px;
}
.sistemas-adquiridos a .logo.siga {
  width: 55px;
  background-position: 0px 4px;
}
.sistemas-adquiridos a .logo.novosiga {
  width: 55px;
  background-position: 0px 4px;
}
.sistemas-adquiridos a .logo.monitor {
  width: 98px;
  background-position: 0px -74px;
}
.sistemas-adquiridos a .logo.novomonitor {
  width: 98px;
  background-position: 0px -74px;
}
.sistemas-adquiridos a .logo.codex {
  width: 80px;
  background-position: -282px 6px;
}
.sistemas-adquiridos a .logo.novocodex {
  width: 80px;
  background-position: -282px 6px;
}
.sistemas-adquiridos a .logo.impar {
  width: 80px;
  background-position: -195px -120px;
}
.sistemas-adquiridos a .logo.apto {
  width: 80px;
  background-position: -390px -612px;
}
.sistemas-adquiridos a .logo.planoacao {
  width: 145px;
  background-position: 5px -40px;
}
.sistemas-adquiridos a .logo.moduloInterno {
  width: 145px;
  background-position: 5px -40px;
}
.sistemas-adquiridos a .logo.midas {
  width: 85px;
  background-position: -5px -115px;
}
.sistemas-adquiridos a .logo.libra {
  width: 85px;
  background-position: -470px 6px;
}
.sistemas-adquiridos a .logo.sop {
  width: 90px;
  background-position: -271px -648px;
}
.sistemas-adquiridos a .logo.sopbbflow {
  width: 90px;
  background-position: -271px -679px;
}
.sistemas-adquiridos a .logo.ehsdigital {
  width: 140px;
  background-position: -380px -1015px;
}
.sistemas-adquiridos a .logo.sgi {
  width: 90px;
  background-position: -559px -34px;
}
.sistemas-adquiridos a .descricao {
  float: right;
  line-height: 47px;
  font-size: 11px;
  margin-right: 10px;
  white-space: nowrap;
}
.sistemas-adquiridos a:hover .overlay {
  display: block;
}
.sistemas-adquiridos a .overlay {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.sistemas-adquiridos a .overlay .fundo {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sistemas-adquiridos a .overlay .acesse {
  width: 200px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -7px;
  text-align: center;
  color: #fff;
}
.link-favorito a {
  text-decoration: none;
  color: #6f6f6f;
}
.container-pesquisas-favorita {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 8px 0px 0px 8px;
}
.link-pesquisa-favorita {
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 120px;
  margin: 0px 8px 8px 0px;
  border: 1px solid #eaeaea;
  background-color: #f0f0f0;
  color: #444;
  position: relative;
  float: left;
}
.link-pesquisa-favorita .nome {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 11px;
}
.link-pesquisa-favorita .quantidade {
  position: absolute;
  left: 4px;
  right: 4px;
  top: 17px;
  bottom: 17px;
  font-size: 50px;
  line-height: 86px;
  font-family: Segoe UI, Tahoma, Arial, Verdana;
}
.link-pesquisa-favorita .grupo {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 10px;
}
.mini-icon {
  color: #fff;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  vertical-align: baseline;
}
.mini-icon.portal {
  background-color: #1D0A54;
}
.mini-icon.legal {
  background-color: #df6f23;
}
.mini-icon.sheq {
  background-color: #BE1213;
}
.mini-icon.novosheq {
  background-color: #BE1213;
}
.mini-icon.siga {
  background-color: #248416;
}
.mini-icon.novosiga {
  background-color: #248416;
}
.mini-icon.monitor {
  background-color: #554D45;
}
.mini-icon.codex {
  background-color: #3983AA;
}
.mini-icon.novocodex {
  background-color: #3983AA;
}
.mini-icon.impar {
  background-color: #761795;
}
.mini-icon.apto {
  background-color: #761795;
}
.mini-icon.planoacao {
  background-color: #123C90;
}
.mini-icon.moduloInterno {
  background-color: #1082FB;
}
.mini-icon.midas {
  background-color: #DAA520;
}
.mini-icon.sop {
  background-color: #EA0022;
}
.mini-icon.libra {
  background-color: #9ACD32;
}
.mini-icon.ehsDigital {
  background-color: #003311;
}
.mini-icon.inverse {
  background-color: #fff;
}
.mini-icon.inverse.portal {
  color: #1D0A54;
}
.mini-icon.inverse.legal {
  color: #df6f23;
}
.mini-icon.inverse.sheq {
  color: #BE1213;
}
.mini-icon.inverse.novosheq {
  color: #BE1213;
}
.mini-icon.inverse.siga {
  color: #248416;
}
.mini-icon.inverse.novosiga {
  color: #248416;
}
.mini-icon.inverse.monitor {
  color: #554D45;
}
.mini-icon.inverse.codex {
  color: #3983AA;
}
.mini-icon.inverse.novocodex {
  color: #3983AA;
}
.mini-icon.inverse.impar {
  color: #afa161;
}
.mini-icon.inverse.apto {
  color: #761795;
}
.mini-icon.inverse.planoacao {
  color: #123C90;
}
.mini-icon.inverse.moduloInterno {
  color: #1082FB;
}
.mini-icon.inverse.midas {
  color: #DAA520;
}
.mini-icon.inverse.libra {
  color: #9ACD32;
}
.mini-icon.inverse.sop {
  color: #EA0022;
}
.mini-icon.inverse.ehsdigital {
  color: #003311;
}
.anuncio .anuncio-caixa {
  background-color: #cbff00;
  padding: 15px;
  position: absolute;
  top: 30px;
  left: 40px;
  right: 40px;
  line-height: 1.3;
}
.anuncio .anuncio-caixa .anuncio-titulo {
  font-family: OswaldRegular, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}
.anuncio .anuncio-caixa .anuncio-texto {
  font-family: OswaldLight, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  margin-top: 10px;
  line-height: 1;
}
.anuncio .anuncio-caixa .anuncio-texto small {
  font-size: 11px;
}
.anuncio .anuncio-caixa .anuncio-texto li {
  margin-bottom: 12px;
}
.anuncio .anuncio-caixa .btn-saiba-mais {
  font-family: OswaldLight, sans-serif;
  font-size: 10px;
  color: #fff;
  background: #262626;
  padding: 8px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: inline-block;
  margin-top: 10px;
}
.anuncio .anuncio-caixa .btn-saiba-mais,
.anuncio .anuncio-caixa .btn-saiba-mais:hover,
.anuncio .anuncio-caixa .btn-saiba-mais:active {
  text-decoration: none;
}
.anuncio .anuncio-caixa .btn-saiba-mais:hover {
  color: #cbff00;
}
.anuncio .bx-wrapper,
.anuncio .bx-viewport,
.anuncio .bxslider,
.anuncio .bxslider > li {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.anuncio .bx-pager {
  position: absolute !important;
  bottom: 10px !important;
}
.anuncio .bx-pager-link {
  background: #fff !important;
}
.anuncio .bx-pager-link:hover,
.anuncio .bx-pager-link.active {
  background: #cbff00 !important;
}
.fale-conosco .btn-enviar {
  background: #cbff00;
  border: none;
  color: #000000;
  padding: 5px 12px;
}
object[type="application/gas-events-uni"] {
  display: none;
}
.vertical {
  display: inline-block;
  overflow: hidden;
  width: 1.5em;
}
.vertical .vertical-inner {
  display: inline-block;
  white-space: nowrap;
  line-height: 1.5;
  -webkit-transform: translate(0, 100%) rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform: translate(0, 100%) rotate(-90deg);
  -ms-transform-origin: 0 0;
  -moz-transform: translate(0, 100%) rotate(-90deg);
  -moz-transform-origin: 0 0;
}
html.ie7 .vertical .vertical-inner,
html.ie8 .vertical .vertical-inner {
  filter: flipH() flipV();
  writing-mode: tb-rl;
  font-weight: 100;
}
.vertical .vertical-inner:after {
  content: "";
  display: block;
  margin: -1.5em 0 100%;
}
.div-table {
  display: table;
  width: 99.5%;
  table-layout: fixed;
  border: 1px solid #ccc;
  border-collapse: separate;
  border-radius: 4px;
}
.div-table-header {
  display: table-header-group;
  background-color: #f3f3f3;
}
.div-table-header .div-table-cell {
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
div.div-table-body .div-table-row:hover {
  background-color: #f3f3f3;
}
.div-table-body {
  display: table-row-group;
}
.div-table-row {
  display: table-row;
}
.div-table-cell {
  display: table-cell;
  padding: 6px;
}
.dropdown a {
  margin-top: 35px;
  display: block;
  color: #000;
  line-height: 67px;
  font-weight: bold;
  padding: 0px 10px;
}
.dropdown a:hover,
.dropdown a:focus {
  background-color: transparent !important;
}
.dropdown span {
  margin-right: 5px;
}
.dropdown-menu {
  background-color: #555;
  border-radius: 0px;
  left: -15px;
  width: 130px;
}
.dropdown-menu li {
  height: 28px;
}
.dropdown-menu li > a {
  color: #fff;
  text-align: center;
}
.dropdown-menu li > a:hover {
  color: #bfbfbf;
  background: transparent;
}
.table-content {
  padding: 8px;
  border: 1px solid #ccc;
  margin-top: 5px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.tela-seguranca .unidade-organizacional {
  cursor: pointer;
  padding: 0 5px;
}
.tela-seguranca .unidade-organizacional:hover {
  background-color: #f5f5f5;
}
.tela-seguranca .selecionado,
.tela-seguranca .selecionado:hover {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
}
.tela-alterar-senha {
  max-width: 400px;
}
.contexto-permissao {
  padding: 8px;
  padding-top: 18px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
}
.contexto-permissao .form-group {
  padding-top: 8px;
  padding-bottom: 0px;
}
.contexto-permissao .titulo {
  cursor: move;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  border-top: none;
  border-left: none;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  padding: 3px 6px;
}
.contexto-permissao .botoes-contexto {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  border-top: none;
  border-right: none;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  padding: 3px 6px;
}
.contexto-permissao .botoes-contexto a {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 13px;
}
.contexto-permissao.removed {
  border: 1px solid #b94a48;
  text-decoration: line-through;
}
.contexto-permissao.removed .botoes-contexto {
  border: 1px solid #b94a48;
}
.card-dashboard {
  border: none;
  height: 120px;
  background-color: #F5F5F5;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.17), 0 2px 7px rgba(0, 0, 0, 0.23);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.card-dashboard:hover {
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.17), 0 4px 9px rgba(0, 0, 0, 0.3);
}
.mtr-empresa-header {
  font-size: 18pt;
  background-color: red;
  height: 40px;
  color: white;
  border: 1px solid;
  border-color: black;
}
.mtr-empresa-corpo {
  font-size: 10pt;
}
.listGrey {
  color: grey;
}
.rotate {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  width: 1.5em;
}
.rotate div {
  -moz-transform: rotate(-90deg);
  /* FF3.5+ */
  -o-transform: rotate(-90deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(-90deg);
  /* Saf3.1+, Chrome */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  /* IE8 */
  margin-left: -10em;
  margin-right: -10em;
}
.middle {
  vertical-align: middle;
}
body.publico {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #240439;
  background: url(/Content/images/login/fundo.jpg) repeat-x;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
body.publico #informacoesBanco {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 10px;
  font-size: 14px;
  color: red;
  text-align: center;
}
body.publico #cabecalho {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 67px;
  background: transparent;
  box-shadow: none;
}
body.publico #cabecalho .logo {
  background: url(/Content/images/login/logoAmbito.png);
  width: 125px;
  height: 100%;
  float: left;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: none;
}
body.publico #cabecalho .icone {
  width: 42px;
  height: 42px;
  float: right;
  background: url(/Content/images/login/iconeAmbito.png);
  margin-right: 12px;
  margin-top: 12px;
}
body.publico #foto {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 400px;
  background: url('https://ambito.com.br/imagens/banner-home.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.publico #conteudo {
  position: absolute;
  top: 0px;
  bottom: 20px;
  right: 0px;
  width: 400px;
  background: linear-gradient(to left, rgba(140, 221, 0, 0.7), rgba(193, 241, 0, 0.7)), url(/Content/less/img/fundo.jpg) repeat-x;
}
body.publico #rodape {
  right: 0px;
  left: 0px;
  position: absolute;
  bottom: 0px;
  background-color: #333333;
  color: #e5e5e5;
  line-height: 22px;
  font-size: 11px;
}
body.publico #rodape .texto {
  padding: 0px 5px;
}
body.publico #rodape .imagem-rodape {
  float: right;
  background-image: url(/Content/images/topo/rodape.png);
  background-position: right;
  filter: invert();
  width: 97px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.publico #rodape .server-info-link {
  float: right;
}
.login-container a,
.continuar-recuperacao-container a,
.login-container a:visited,
.continuar-recuperacao-container a:visited,
.login-container a:hover,
.continuar-recuperacao-container a:hover {
  text-decoration: none;
  color: #a6a6a6;
}
.login-container .titulo,
.continuar-recuperacao-container .titulo {
  font-size: 16px;
  font-weight: bold;
  color: #c1ff00;
}
.login-container button.login-button,
.continuar-recuperacao-container button.login-button {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
  background-color: #c1ff00;
  width: 100%;
  margin-top: 12px;
}
.login-container {
  padding: 22px;
  border: 1px solid #ddd;
  background: #192025;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  width: 280px;
  border-radius: 12px;
  box-shadow: 0px 12px 30px 3px rgba(0, 0, 0, 0.1);
}
.continuar-recuperacao-container {
  padding: 10px;
  border: 1px solid #ddd;
  background: #F4F4F4;
  position: absolute;
  width: 280px;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -150px;
}
.popover-footer {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-top: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.orientacao {
  border: 1px solid #aaa;
  background-color: #fff;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  cursor: pointer;
  margin: 2px;
  vertical-align: middle;
}
.orientacao.active {
  background-color: #0088cc;
}
.orientacao-retrato {
  width: 35px;
  height: 50px;
}
.orientacao-paisagem {
  width: 50px;
  height: 35px;
}
.margins {
  position: relative;
  width: 140px;
  height: 96px;
}
.margins .papper {
  border: 1px solid #aaa;
  background-color: #fff;
  width: 100px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -51px;
  margin-top: -36px;
}
.margins input {
  position: absolute;
  width: 26px;
  text-align: center;
}
.margins input.top {
  left: 50%;
  top: 0px;
  margin-left: -20px;
}
.margins input.bottom {
  left: 50%;
  bottom: 0px;
  margin-left: -20px;
}
.margins input.left {
  top: 50%;
  left: 0px;
  margin-top: -12.5px;
}
.margins input.right {
  top: 50%;
  right: 0px;
  margin-top: -12.5px;
}
.expressao-formula {
  cursor: default;
  margin: 2px;
  background-color: #EEEEEE;
  border: 1px solid #aaa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  vertical-align: middle;
}
.expressao-formula .tipo {
  font-size: 9px;
  padding: 0px 4px;
  color: #666;
  display: none;
}
.expressao-formula .corpo {
  padding: 5px;
}
.expressao-formula .corpo > * {
  vertical-align: middle;
}
.expressao-formula.has-errors {
  border-color: #cc0006;
}
.expressao-formula.mostrar-tipo .corpo {
  padding-bottom: 0px;
}
.expressao-formula.mostrar-tipo .tipo {
  display: block;
}
.contexto-formula {
  padding: 3px;
  margin: 2px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: default;
  position: relative;
  padding-top: 25px;
  min-width: 100px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.contexto-formula .variaveis {
  position: absolute;
  list-style: none;
  margin: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 15px;
  background-color: #eee;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  padding: 3px;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
}
.contexto-formula .variaveis ul {
  list-style: none;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
}
.contexto-formula .variaveis:hover > ul {
  position: absolute;
  display: block;
  top: 100%;
  left: 0px;
  margin: 0px;
  z-index: 999;
}
.legenda-formula .item-legenda {
  margin-bottom: 2px;
}
.legenda-formula .icone-legenda {
  width: 20px;
  height: 1em;
  float: left;
  border: 1px solid #aaa;
}
ul.opcoes-formula {
  list-style: none;
  margin: 0px;
  padding: 0px 20px 0px 0px;
  height: auto;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  *zoom: 1;
}
ul.opcoes-formula:before,
ul.opcoes-formula:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.opcoes-formula:after {
  clear: both;
}
ul.opcoes-formula li {
  float: left;
  clear: left;
}
.draggable {
  cursor: move;
}
.formula .expressao-placeholder {
  margin: 2px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: default;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.formula .expressao-placeholder .solte {
  padding: 4px;
}
.formula .expressao-placeholder .tipo-placeholder {
  font-size: 9px;
  padding: 0px 4px;
  display: none;
}
.formula .expressao-placeholder.has-error .tipo-placeholder {
  color: #b94a48;
}
.formula .expressao-placeholder.mostrar-tipo .solte {
  padding-bottom: 0px;
}
.formula .expressao-placeholder.mostrar-tipo .tipo-placeholder {
  display: block;
}
.formula .expressao-formula {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.formula .designArea {
  border: 1px solid #CCCCCC;
  padding: 5px;
}
.formula .codeArea {
  margin-top: 10px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.formula .dropEnabled {
  background-color: #ffeeaa !important;
}
.formula .dragHover {
  background-color: #ddffdd !important;
}
.listagem-metodologia .item-metodologia {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.listagem-metodologia .item-metodologia:before,
.listagem-metodologia .item-metodologia:after {
  display: table;
  content: "";
  line-height: 0;
}
.listagem-metodologia .item-metodologia:after {
  clear: both;
}
.edicao-metodologia .campo-disponivel {
  margin: 3px;
  padding: 8px;
  text-align: left;
  cursor: move;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f0f0f0, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #f7f7f7);
  background-image: -o-linear-gradient(top, #f0f0f0, #f7f7f7);
  background-image: linear-gradient(to bottom, #f0f0f0, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#fff7f7f7', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.edicao-metodologia .campo-metodologia {
  margin: 3px;
  padding: 8px;
  text-align: left;
  border: 1px solid #ccc;
  cursor: move;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f0f0f0, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #f7f7f7);
  background-image: -o-linear-gradient(top, #f0f0f0, #f7f7f7);
  background-image: linear-gradient(to bottom, #f0f0f0, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#fff7f7f7', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.edicao-metodologia .campo-metodologia.has-errors {
  color: #cc0006;
  border: 1px solid #cc0006;
}
.edicao-metodologia .campo-metodologia.removed {
  text-decoration: line-through;
  background-color: #ffd6d6;
  background-image: -moz-linear-gradient(top, #ffcccc, #ffe6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcccc), to(#ffe6e6));
  background-image: -webkit-linear-gradient(top, #ffcccc, #ffe6e6);
  background-image: -o-linear-gradient(top, #ffcccc, #ffe6e6);
  background-image: linear-gradient(to bottom, #ffcccc, #ffe6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcccc', endColorstr='#ffffe6e6', GradientType=0);
}
.edicao-metodologia .campo-placeholder {
  margin: 3px;
  padding: 8px;
  text-align: left;
  border: 1px dashed #ccc;
  background-color: white;
  cursor: move;
  width: 600px;
  height: 12px;
}
.markerTip {
  border: 1px solid #000;
  background: #000;
  padding: 8px;
  z-index: 99999;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
.hidden-by-colspan {
  display: none !important;
}
.hidden-by-rowspan {
  display: none !important;
}
.NovoSheq .posicao-ordenacao {
  font-size: 8px;
}
.NovoSheq .grupos {
  min-height: 20px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  background-color: #fff;
}
.NovoSheq .campos {
  border: 1px solid #ccc;
  min-height: 20px;
  background-color: #fff;
}
.NovoSheq .campo {
  margin: 3px;
  padding: 8px;
  text-align: left;
  cursor: move;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f0f0f0, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #f7f7f7);
  background-image: -o-linear-gradient(top, #f0f0f0, #f7f7f7);
  background-image: linear-gradient(to bottom, #f0f0f0, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#fff7f7f7', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.NovoSheq .campo.especial {
  background-color: #dce0f3;
  background-image: -moz-linear-gradient(top, #d4daf4, #e8eaf2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d4daf4), to(#e8eaf2));
  background-image: -webkit-linear-gradient(top, #d4daf4, #e8eaf2);
  background-image: -o-linear-gradient(top, #d4daf4, #e8eaf2);
  background-image: linear-gradient(to bottom, #d4daf4, #e8eaf2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd4daf4', endColorstr='#ffe8eaf2', GradientType=0);
}
.NovoSheq .campo-placeholder {
  margin: 3px;
  padding: 8px;
  border: 1px dashed #ccc;
  height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.NovoSheq .desabilitado {
  background-color: #eee;
}
.NovoSheq .negrito {
  font-weight: bold;
}
.NovoSheq .italico {
  font-style: italic;
}
.NovoSheq .sublinhado {
  text-decoration: underline;
}
.NovoSheq .grupo-dados {
  padding: 0px 5px;
  margin: 5px;
  border: 1px solid #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.NovoSheq .ficha {
  width: 300px;
  height: 100px;
  float: left;
  border: 1px solid #999;
  padding: 5px;
  margin: 5px;
  overflow-y: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.NovoSheq .selecionado {
  background-color: #fdebeb;
}
.NovoSheq .editor {
  background-color: #f0f0f0;
  overflow-y: auto;
}
.NovoSheq .editor.pendente {
  background-color: #FCF8E3;
}
.NovoSheq .cabecalho {
  background-color: #f0f0f0;
}
.NovoSheq .painel-linha-tempo {
  background-color: #f0f0f0;
  overflow-y: auto;
}
.NovoSheq .rodape {
  background-color: #f0f0f0;
}
.NovoSheq .titulo-painel {
  font-size: 14px;
  margin-bottom: 10px;
}
.NovoSheq .subtitulo-painel {
  font-size: 13px;
  margin-bottom: 5px;
}
.NovoSheq .nowrap {
  white-space: nowrap;
}
.relatorio table td {
  padding: 8px;
  font-size: 11px;
}
.relatorio .campos-linhas {
  min-height: 20px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  background-color: #fff;
}
.relatorio .campos {
  border: 1px solid #ccc;
  min-height: 20px;
  background-color: #fff;
}
.relatorio .campo {
  margin: 3px;
  padding: 8px;
  text-align: left;
  cursor: move;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f0f0f0, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #f7f7f7);
  background-image: -o-linear-gradient(top, #f0f0f0, #f7f7f7);
  background-image: linear-gradient(to bottom, #f0f0f0, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#fff7f7f7', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.relatorio .campo-placeholder {
  margin: 3px;
  padding: 8px;
  border: 1px dashed #ccc;
  height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.relatorio .area-relatorio {
  overflow: auto;
  cursor: default;
}
.relatorio .cabecalho {
  background-color: #f0f0f0;
}
.relatorio .painel-configuracao {
  background-color: #f0f0f0;
  overflow-y: auto;
}
.relatorio .titulo-painel {
  font-size: 14px;
  margin-bottom: 5px;
}
.historico .item-historico {
  border: 1px solid #ccc;
  padding: 5px;
  margin: 10px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
}
.solucao-conflitos .conflito {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.solucao-conflitos .conflito:before,
.solucao-conflitos .conflito:after {
  display: table;
  content: "";
  line-height: 0;
}
.solucao-conflitos .conflito:after {
  clear: both;
}
.tooltip-informacoes {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
.cabecalho-planilha .tabela-design {
  border: 1px dashed #aaa;
  width: 100%;
  table-layout: fixed;
}
.cabecalho-planilha .tabela-design th,
.cabecalho-planilha .tabela-design td {
  border: 1px dashed #aaa;
  padding: 0px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder {
  position: relative;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-1 {
  height: 30px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-2 {
  height: 61px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-3 {
  height: 92px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-4 {
  height: 123px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-5 {
  height: 154px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-6 {
  height: 185px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-7 {
  height: 216px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-8 {
  height: 247px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-9 {
  height: 278px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-10 {
  height: 309px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-11 {
  height: 340px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-12 {
  height: 371px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-13 {
  height: 402px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-14 {
  height: 433px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-15 {
  height: 464px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-16 {
  height: 495px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-17 {
  height: 526px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-18 {
  height: 557px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-19 {
  height: 588px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-20 {
  height: 619px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-21 {
  height: 650px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-22 {
  height: 681px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-23 {
  height: 712px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-24 {
  height: 743px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-25 {
  height: 774px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-26 {
  height: 805px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-27 {
  height: 836px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-28 {
  height: 867px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-29 {
  height: 898px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-30 {
  height: 929px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-31 {
  height: 960px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-32 {
  height: 991px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-33 {
  height: 1022px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-34 {
  height: 1053px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-35 {
  height: 1084px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-36 {
  height: 1115px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-37 {
  height: 1146px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-38 {
  height: 1177px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-39 {
  height: 1208px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-40 {
  height: 1239px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-41 {
  height: 1270px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-42 {
  height: 1301px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-43 {
  height: 1332px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-44 {
  height: 1363px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-45 {
  height: 1394px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-46 {
  height: 1425px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-47 {
  height: 1456px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-48 {
  height: 1487px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-49 {
  height: 1518px;
}
.cabecalho-planilha .tabela-design .bloco-place-holder-50 {
  height: 1549px;
}
.cabecalho-planilha .tabela-design .coluna .remover,
.cabecalho-planilha .tabela-design .linha .remover,
.cabecalho-planilha .tabela-design .bloco .remover {
  visibility: hidden;
  color: #666;
}
.cabecalho-planilha .tabela-design .coluna:hover .remover,
.cabecalho-planilha .tabela-design .linha:hover .remover,
.cabecalho-planilha .tabela-design .bloco:hover .remover {
  visibility: visible;
}
.cabecalho-planilha .tabela-design .coluna:hover .remover:hover,
.cabecalho-planilha .tabela-design .linha:hover .remover:hover,
.cabecalho-planilha .tabela-design .bloco:hover .remover:hover {
  color: #000;
}
.cabecalho-planilha .tabela-design .coluna.selecionado,
.cabecalho-planilha .tabela-design .linha.selecionado,
.cabecalho-planilha .tabela-design .bloco.selecionado {
  background-color: #fcf8e3;
}
.cabecalho-planilha .tabela-design .celula .titulo {
  text-align: left;
}
.cabecalho-planilha .tabela-design .celula.drop-enabled {
  background-color: #ffeeaa;
}
.cabecalho-planilha .tabela-design .celula.drop-hover {
  background-color: #ddffdd;
}
.cabecalho-planilha .tabela-design .bloco {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  cursor: move;
}
.cabecalho-planilha .painel-configuracao {
  background-color: #f0f0f0;
  padding: 10px;
}
.cabecalho-planilha .bloco-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  float: left;
  cursor: move;
  text-align: center;
  margin-right: 5px;
}
.tabela-cabecalho-rodape {
  width: 100%;
  table-layout: fixed;
}
.tabela-cabecalho-rodape td {
  border: 1px solid #aaa;
  padding: 5px;
}
.tabela-cabecalho-rodape .text-placeholder {
  background-color: #ddd;
  padding-left: 2px;
  padding-right: 2px;
}
.exporting .tabela-cabecalho-rodape .text-placeholder {
  background-color: transparent;
  border: none;
}
.tabela-cabecalho-rodape .text-variable {
  background-color: #fdd;
}
.exporting .tabela-cabecalho-rodape .text-variable {
  background-color: transparent;
}
.tabela-cabecalho-rodape.view .text-variable {
  background-color: transparent;
}
.table-no-padding td,
.table-no-padding th {
  padding: 0px;
}
.NovoMonitor .destinacao-externa .mtr {
  border: 1px solid #ccc;
  margin: 10px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.NovoMonitor .destinacao-externa .mtr:before,
.NovoMonitor .destinacao-externa .mtr:after {
  display: table;
  content: "";
  line-height: 0;
}
.NovoMonitor .destinacao-externa .mtr:after {
  clear: both;
}
.NovoMonitor .destinacao-externa .mtr .mtr-cabecalho {
  font-size: 12px;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}
.NovoMonitor .destinacao-externa .mtr .mtr-corpo {
  padding: 8px;
}
.NovoMonitor .destinacao-externa .mtr.excluido {
  text-decoration: line-through;
}
.NovoMonitor .destinacao-externa .mtr.excluido .mtr-corpo {
  display: none;
}
.input-wrapper.input-leitor {
  position: relative;
  padding-left: 30px;
}
.input-wrapper.input-leitor i {
  position: absolute;
  top: 4px;
  left: 6px;
  font-size: 18px;
}
/*Vazio*/
.tela-copia-transferencia-obrigacoes #actionsTable {
  background-color: #f6f6f6;
}
.tela-copia-transferencia-obrigacoes #actionsTable td {
  padding: 5px;
  border: 2px solid white;
}
.tela-copia-transferencia-obrigacoes #actionsTable button {
  width: 100%;
  height: 50px;
}
.linhaCinza td {
  background-color: #E6E6E6;
}
.linhaAmarela td {
  background-color: #F2F5A9;
}
.linhaAzul td {
  background-color: #87CEFA;
}
.linhaVerde td {
  background-color: #32CD32;
}
.linhaRosa td {
  background-color: #FFA07A;
}
.linhaLaranja td {
  background-color: #F3E2A9;
}
.table-hover tbody tr.linhaCinza:hover > td {
  background-color: #D8D8D8;
}
.table-hover tbody tr.linhaAmarela:hover > td {
  background-color: #F7FE2E;
}
.table-hover tbody tr.linhaLaranja:hover > td {
  background-color: #F7D358;
}
.table-hover tbody tr.linhaAzul:hover > td {
  background-color: #87CEFA;
}
.table-hover tbody tr.linhaVerde:hover > td {
  background-color: #32CD32;
}
.table-hover tbody tr.linhaRosa:hover > td {
  background-color: #FFA07A;
}
.bottomCinza {
  border-bottom: 1px solid #ccc;
  line-height: 24px;
  padding: 0px;
  vertical-align: middle;
}
.rightCinza {
  border-right: 1px solid #ccc;
  line-height: 24px;
  vertical-align: middle;
}
.leftCinza {
  border-left: 1px solid #ccc;
  line-height: 24px;
  vertical-align: middle;
}
.leftRightCinza {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  line-height: 24px;
  vertical-align: middle;
}
.checkcell {
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
  color: grey;
}
.checkcell.active {
  background-color: red;
  color: white;
}
.linhaCinza td {
  background-color: #E6E6E6;
}
.linhaAmarela td {
  background-color: #F2F5A9;
}
.linhaLaranja td {
  background-color: #F3E2A9;
}
.table-hover tbody tr.linhaCinza:hover > td {
  background-color: #D8D8D8;
}
.table-hover tbody tr.linhaAmarela:hover > td {
  background-color: #F7FE2E;
}
.table-hover tbody tr.linhaLaranja:hover > td {
  background-color: #F7D358;
}
.bottomCinza {
  border-bottom: 1px solid #ccc;
  line-height: 24px;
  padding: 0px;
  vertical-align: middle;
}
.rightCinza {
  border-right: 1px solid #ccc;
  line-height: 24px;
  vertical-align: middle;
}
.leftCinza {
  border-left: 1px solid #ccc;
  line-height: 24px;
  vertical-align: middle;
}
.leftRightCinza {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  line-height: 24px;
  vertical-align: middle;
}
.checkcell {
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
  color: grey;
}
.checkcell.active {
  background-color: red;
  color: white;
}
/*Now the CSS*/
.diagrama ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.diagrama li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
/*We will use ::before and ::after to draw the connectors*/
.diagrama li::before,
.diagrama li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #000;
  width: 50%;
  height: 20px;
}
.diagrama li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #000;
}
/*We need to remove left-right connectors from elements without 
any siblings*/
.diagrama li:only-child::after,
.diagrama li:only-child::before {
  display: none;
}
/*Remove space from the top of single children*/
.diagrama li:only-child {
  padding-top: 0;
}
/*Remove left connector from first child and 
right connector from last child*/
.diagrama li:first-child::before,
.diagrama li:last-child::after {
  border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.diagrama li:last-child::before {
  border-right: 1px solid #000;
  /*border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;*/
}
.diagrama li:first-child::after {
  /*border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;*/
}
/*Time to add downward connectors from parents*/
.diagrama ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #000;
  width: 0;
  height: 20px;
}
.diagrama li a {
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
  font-family: arial, verdana, tahoma;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.diagrama li a:hover,
.diagrama li a:hover + ul li a {
  /*background: #f86464;
    color: #000;*/
}
/*Connector styles on hover*/
.diagrama li a:hover + ul li::after,
.diagrama li a:hover + ul li::before,
.diagrama li a:hover + ul::before,
.diagrama li a:hover + ul ul::before {
  border-color: #94a0b4;
}
.square {
  border: 2px solid #000;
  overflow-wrap: break-word;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
  font-size: 8pt;
}
div.square p {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.circle {
  border: 2px solid #000;
  border-radius: 50%;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 12px;
  margin: 0px;
  display: inline-block;
  font-size: 7.8pt;
}
div.circle p {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.triangle {
  width: 0px;
  height: 0px;
  position: relative;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 70px solid black;
  display: inline-block;
}
.triangle:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  border-bottom: 67px solid white;
  top: 2px;
  left: -48px;
}
.triangle p {
  text-align: center;
  top: 40px;
  left: -27px;
  position: relative;
  width: 50px;
  height: 15px;
  margin: 0px;
  overflow: hidden;
  overflow-wrap: break-word;
  font-size: 12pt;
}
#printable {
  width: 21cm;
  height: 29.7cm;
}
tbody.tableFmeca tr td,
tbody.tableFmeca tr td a {
  font-size: 8pt;
  padding-left: 4px;
  padding-right: 4px;
}
.circle p {
  line-height: 2.4mm;
  display: inline-block;
  vertical-align: middle;
}
.wrap {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
}
html,
body {
  margin: 0;
  padding: 0;
}
html.topo,
body.topo {
  height: 100%;
  overflow: hidden;
}
html.corpo,
body.corpo {
  padding: 10px 20px;
}
.topo-popout {
  color: #333;
  border: 1px solid #aaa;
  background-color: #fcfcfc;
  font-size: 12px;
  padding: 5px;
  min-width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
#cabecalho {
  display: block;
  height: 40px;
  color: #000 !important;
  position: relative;
  z-index: 90;
  *zoom: 1;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(to bottom, #ccff00, #ccff00);
}
#cabecalho:before,
#cabecalho:after {
  display: table;
  content: "";
  line-height: 0;
}
#cabecalho:after {
  clear: both;
}
#cabecalho .mensagem {
  display: none;
}
#cabecalho.mensagem_fixa {
  height: 67px;
}
#cabecalho.mensagem_fixa .mensagem {
  height: 25px;
  display: block;
  border: 1px solid #eed3d7;
  background: #f2dede;
  color: #b94a48;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}
body.Legal #cabecalho {
  background-color: #d9732e;
  background-image: -moz-linear-gradient(top, #e27e39, #cb641e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e27e39), to(#cb641e));
  background-image: -webkit-linear-gradient(top, #e27e39, #cb641e);
  background-image: -o-linear-gradient(top, #e27e39, #cb641e);
  background-image: linear-gradient(to bottom, #e27e39, #cb641e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe27e39', endColorstr='#ffcb641e', GradientType=0);
  color: #fff !important;
}
body.Legal #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Legal #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Legal #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Legal #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Legal #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Legal #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Legal #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Legal #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Legal #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Legal #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Sheq #cabecalho {
  background-color: #c31213;
  background-image: -moz-linear-gradient(top, #d51415, #a71011);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d51415), to(#a71011));
  background-image: -webkit-linear-gradient(top, #d51415, #a71011);
  background-image: -o-linear-gradient(top, #d51415, #a71011);
  background-image: linear-gradient(to bottom, #d51415, #a71011);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd51415', endColorstr='#ffa71011', GradientType=0);
  color: #fff !important;
}
body.Sheq #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Sheq #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Sheq #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Sheq #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Sheq #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Sheq #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Sheq #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Sheq #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Sheq #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Sheq #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.NovoSheq #cabecalho {
  background-color: #c31213;
  background-image: -moz-linear-gradient(top, #d51415, #a71011);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d51415), to(#a71011));
  background-image: -webkit-linear-gradient(top, #d51415, #a71011);
  background-image: -o-linear-gradient(top, #d51415, #a71011);
  background-image: linear-gradient(to bottom, #d51415, #a71011);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd51415', endColorstr='#ffa71011', GradientType=0);
  color: #fff !important;
}
body.NovoSheq #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.NovoSheq #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.NovoSheq #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.NovoSheq #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.NovoSheq #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.NovoSheq #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.NovoSheq #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.NovoSheq #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.NovoSheq #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.NovoSheq #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Siga #cabecalho {
  background-color: #258817;
  background-image: -moz-linear-gradient(top, #2a9a1a, #1e6e12);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a9a1a), to(#1e6e12));
  background-image: -webkit-linear-gradient(top, #2a9a1a, #1e6e12);
  background-image: -o-linear-gradient(top, #2a9a1a, #1e6e12);
  background-image: linear-gradient(to bottom, #2a9a1a, #1e6e12);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a9a1a', endColorstr='#ff1e6e12', GradientType=0);
  color: #fff !important;
}
body.Siga #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Siga #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Siga #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Siga #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Siga #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Siga #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Siga #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Siga #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Siga #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Siga #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.NovoSiga #cabecalho {
  background-color: #258817;
  background-image: -moz-linear-gradient(top, #2a9a1a, #1e6e12);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a9a1a), to(#1e6e12));
  background-image: -webkit-linear-gradient(top, #2a9a1a, #1e6e12);
  background-image: -o-linear-gradient(top, #2a9a1a, #1e6e12);
  background-image: linear-gradient(to bottom, #2a9a1a, #1e6e12);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a9a1a', endColorstr='#ff1e6e12', GradientType=0);
  color: #fff !important;
}
body.NovoSiga #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.NovoSiga #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.NovoSiga #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.NovoSiga #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.NovoSiga #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.NovoSiga #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.NovoSiga #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.NovoSiga #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.NovoSiga #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.NovoSiga #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Monitor #cabecalho {
  background-color: #585047;
  background-image: -moz-linear-gradient(top, #635a50, #47403a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#635a50), to(#47403a));
  background-image: -webkit-linear-gradient(top, #635a50, #47403a);
  background-image: -o-linear-gradient(top, #635a50, #47403a);
  background-image: linear-gradient(to bottom, #635a50, #47403a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff635a50', endColorstr='#ff47403a', GradientType=0);
  color: #fff !important;
}
body.Monitor #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Monitor #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Monitor #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Monitor #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Monitor #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Monitor #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Monitor #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Monitor #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Monitor #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Monitor #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.NovoMonitor #cabecalho {
  background-color: #585047;
  background-image: -moz-linear-gradient(top, #635a50, #47403a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#635a50), to(#47403a));
  background-image: -webkit-linear-gradient(top, #635a50, #47403a);
  background-image: -o-linear-gradient(top, #635a50, #47403a);
  background-image: linear-gradient(to bottom, #635a50, #47403a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff635a50', endColorstr='#ff47403a', GradientType=0);
  color: #fff !important;
}
body.NovoMonitor #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.NovoMonitor #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.NovoMonitor #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.NovoMonitor #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.NovoMonitor #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.NovoMonitor #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.NovoMonitor #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.NovoMonitor #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.NovoMonitor #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.NovoMonitor #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Codex #cabecalho {
  background-color: #3a86ae;
  background-image: -moz-linear-gradient(top, #3f92bd, #337497);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3f92bd), to(#337497));
  background-image: -webkit-linear-gradient(top, #3f92bd, #337497);
  background-image: -o-linear-gradient(top, #3f92bd, #337497);
  background-image: linear-gradient(to bottom, #3f92bd, #337497);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f92bd', endColorstr='#ff337497', GradientType=0);
  color: #fff !important;
}
body.Codex #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Codex #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Codex #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Codex #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Codex #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Codex #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Codex #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Codex #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Codex #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Codex #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.NovoCodex #cabecalho {
  background-color: #3a86ae;
  background-image: -moz-linear-gradient(top, #3f92bd, #337497);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3f92bd), to(#337497));
  background-image: -webkit-linear-gradient(top, #3f92bd, #337497);
  background-image: -o-linear-gradient(top, #3f92bd, #337497);
  background-image: linear-gradient(to bottom, #3f92bd, #337497);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f92bd', endColorstr='#ff337497', GradientType=0);
  color: #fff !important;
}
body.NovoCodex #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.NovoCodex #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.NovoCodex #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.NovoCodex #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.NovoCodex #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.NovoCodex #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.NovoCodex #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.NovoCodex #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.NovoCodex #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.NovoCodex #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Impar #cabecalho {
  background-color: #b0a266;
  background-image: -moz-linear-gradient(top, #b8ab72, #a49553);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b8ab72), to(#a49553));
  background-image: -webkit-linear-gradient(top, #b8ab72, #a49553);
  background-image: -o-linear-gradient(top, #b8ab72, #a49553);
  background-image: linear-gradient(to bottom, #b8ab72, #a49553);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb8ab72', endColorstr='#ffa49553', GradientType=0);
  color: #fff !important;
}
body.Impar #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Impar #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Impar #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Impar #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Impar #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Impar #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Impar #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Impar #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Impar #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Impar #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Apto #cabecalho {
  background-color: #791899;
  background-image: -moz-linear-gradient(top, #871aab, #65147f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#871aab), to(#65147f));
  background-image: -webkit-linear-gradient(top, #871aab, #65147f);
  background-image: -o-linear-gradient(top, #871aab, #65147f);
  background-image: linear-gradient(to bottom, #871aab, #65147f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff871aab', endColorstr='#ff65147f', GradientType=0);
  color: #fff !important;
}
body.Apto #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Apto #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Apto #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Apto #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Apto #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Apto #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Apto #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Apto #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Apto #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Apto #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.PlanoAcao #cabecalho {
  background-color: #133e95;
  background-image: -moz-linear-gradient(top, #1545a7, #0f3379);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1545a7), to(#0f3379));
  background-image: -webkit-linear-gradient(top, #1545a7, #0f3379);
  background-image: -o-linear-gradient(top, #1545a7, #0f3379);
  background-image: linear-gradient(to bottom, #1545a7, #0f3379);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1545a7', endColorstr='#ff0f3379', GradientType=0);
  color: #fff !important;
}
body.PlanoAcao #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.PlanoAcao #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.PlanoAcao #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.PlanoAcao #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.PlanoAcao #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.PlanoAcao #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.PlanoAcao #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.PlanoAcao #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.PlanoAcao #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.PlanoAcao #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.ModuloInterno #cabecalho {
  background-color: #0b8ca1;
  background-image: -moz-linear-gradient(top, #0d9db4, #097384);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d9db4), to(#097384));
  background-image: -webkit-linear-gradient(top, #0d9db4, #097384);
  background-image: -o-linear-gradient(top, #0d9db4, #097384);
  background-image: linear-gradient(to bottom, #0d9db4, #097384);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d9db4', endColorstr='#ff097384', GradientType=0);
  color: #fff !important;
}
body.ModuloInterno #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.ModuloInterno #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.ModuloInterno #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.ModuloInterno #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.ModuloInterno #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.ModuloInterno #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.ModuloInterno #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.ModuloInterno #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.ModuloInterno #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.ModuloInterno #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Midas #cabecalho {
  background-color: #d5a42a;
  background-image: -moz-linear-gradient(top, #e1af33, #c4941d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e1af33), to(#c4941d));
  background-image: -webkit-linear-gradient(top, #e1af33, #c4941d);
  background-image: -o-linear-gradient(top, #e1af33, #c4941d);
  background-image: linear-gradient(to bottom, #e1af33, #c4941d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1af33', endColorstr='#ffc4941d', GradientType=0);
  color: #fff !important;
}
body.Midas #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Midas #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Midas #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Midas #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Midas #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Midas #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Midas #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Midas #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Midas #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Midas #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Libra #cabecalho {
  background-color: #9ac83c;
  background-image: -moz-linear-gradient(top, #a4d247, #8bb92d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a4d247), to(#8bb92d));
  background-image: -webkit-linear-gradient(top, #a4d247, #8bb92d);
  background-image: -o-linear-gradient(top, #a4d247, #8bb92d);
  background-image: linear-gradient(to bottom, #a4d247, #8bb92d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa4d247', endColorstr='#ff8bb92d', GradientType=0);
  color: #fff !important;
}
body.Libra #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Libra #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Libra #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Libra #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Libra #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Libra #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Libra #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Libra #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Libra #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Libra #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.Sop #cabecalho {
  background-color: #ec0325;
  background-image: -moz-linear-gradient(top, #ff0429, #d1001e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0429), to(#d1001e));
  background-image: -webkit-linear-gradient(top, #ff0429, #d1001e);
  background-image: -o-linear-gradient(top, #ff0429, #d1001e);
  background-image: linear-gradient(to bottom, #ff0429, #d1001e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0429', endColorstr='#ffd1001e', GradientType=0);
  color: #fff !important;
}
body.Sop #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.Sop #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.Sop #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.Sop #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.Sop #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.Sop #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.Sop #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.Sop #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.Sop #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.Sop #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsDigital #cabecalho {
  background-color: #003813;
  background-image: -moz-linear-gradient(top, #004d1a, #001a09);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#004d1a), to(#001a09));
  background-image: -webkit-linear-gradient(top, #004d1a, #001a09);
  background-image: -o-linear-gradient(top, #004d1a, #001a09);
  background-image: linear-gradient(to bottom, #004d1a, #001a09);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff004d1a', endColorstr='#ff001a09', GradientType=0);
  color: #fff !important;
}
body.EhsDigital #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsDigital #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsDigital #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsDigital #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsDigital #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsDigital #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsDigital #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsDigital #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsDigital #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsDigital #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.SGI #cabecalho {
  background-color: #9de51d;
  background-image: -moz-linear-gradient(top, #a7f026, #8dd50e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a7f026), to(#8dd50e));
  background-image: -webkit-linear-gradient(top, #a7f026, #8dd50e);
  background-image: -o-linear-gradient(top, #a7f026, #8dd50e);
  background-image: linear-gradient(to bottom, #a7f026, #8dd50e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa7f026', endColorstr='#ff8dd50e', GradientType=0);
  color: #fff !important;
}
body.SGI #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.SGI #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.SGI #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.SGI #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.SGI #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.SGI #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.SGI #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.SGI #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.SGI #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.SGI #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsIncidente #cabecalho {
  background-color: #004b19;
  background-image: -moz-linear-gradient(top, #00601f, #002d0f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00601f), to(#002d0f));
  background-image: -webkit-linear-gradient(top, #00601f, #002d0f);
  background-image: -o-linear-gradient(top, #00601f, #002d0f);
  background-image: linear-gradient(to bottom, #00601f, #002d0f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00601f', endColorstr='#ff002d0f', GradientType=0);
  color: #fff !important;
}
body.EhsIncidente #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsIncidente #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsIncidente #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsIncidente #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsIncidente #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsIncidente #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsIncidente #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsIncidente #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsIncidente #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsIncidente #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EHSPGR #cabecalho {
  background-color: #005f20;
  background-image: -moz-linear-gradient(top, #007427, #004116);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007427), to(#004116));
  background-image: -webkit-linear-gradient(top, #007427, #004116);
  background-image: -o-linear-gradient(top, #007427, #004116);
  background-image: linear-gradient(to bottom, #007427, #004116);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007427', endColorstr='#ff004116', GradientType=0);
  color: #fff !important;
}
body.EHSPGR #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EHSPGR #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EHSPGR #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EHSPGR #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EHSPGR #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EHSPGR #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EHSPGR #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EHSPGR #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EHSPGR #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EHSPGR #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsInspecoes #cabecalho {
  background-color: #007226;
  background-image: -moz-linear-gradient(top, #00872c, #00531c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00872c), to(#00531c));
  background-image: -webkit-linear-gradient(top, #00872c, #00531c);
  background-image: -o-linear-gradient(top, #00872c, #00531c);
  background-image: linear-gradient(to bottom, #00872c, #00531c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00872c', endColorstr='#ff00531c', GradientType=0);
  color: #fff !important;
}
body.EhsInspecoes #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsInspecoes #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsInspecoes #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsInspecoes #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsInspecoes #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsInspecoes #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsInspecoes #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsInspecoes #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsInspecoes #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsInspecoes #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsEpisUniformes #cabecalho {
  background-color: #00862d;
  background-image: -moz-linear-gradient(top, #009b34, #006823);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009b34), to(#006823));
  background-image: -webkit-linear-gradient(top, #009b34, #006823);
  background-image: -o-linear-gradient(top, #009b34, #006823);
  background-image: linear-gradient(to bottom, #009b34, #006823);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009b34', endColorstr='#ff006823', GradientType=0);
  color: #fff !important;
}
body.EhsEpisUniformes #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsEpisUniformes #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsEpisUniformes #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsEpisUniformes #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsEpisUniformes #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsEpisUniformes #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsEpisUniformes #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsEpisUniformes #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsEpisUniformes #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsEpisUniformes #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsPermissaoTrabalho #cabecalho {
  background-color: #009a34;
  background-image: -moz-linear-gradient(top, #00af3b, #007c29);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00af3b), to(#007c29));
  background-image: -webkit-linear-gradient(top, #00af3b, #007c29);
  background-image: -o-linear-gradient(top, #00af3b, #007c29);
  background-image: linear-gradient(to bottom, #00af3b, #007c29);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00af3b', endColorstr='#ff007c29', GradientType=0);
  color: #fff !important;
}
body.EhsPermissaoTrabalho #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsPermissaoTrabalho #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsPermissaoTrabalho #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsPermissaoTrabalho #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsPermissaoTrabalho #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsPermissaoTrabalho #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsPermissaoTrabalho #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsPermissaoTrabalho #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsPermissaoTrabalho #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsPermissaoTrabalho #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsProgramaObservacoesComportamentais #cabecalho {
  background-color: #00ad3a;
  background-image: -moz-linear-gradient(top, #00c241, #008f30);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00c241), to(#008f30));
  background-image: -webkit-linear-gradient(top, #00c241, #008f30);
  background-image: -o-linear-gradient(top, #00c241, #008f30);
  background-image: linear-gradient(to bottom, #00c241, #008f30);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00c241', endColorstr='#ff008f30', GradientType=0);
  color: #fff !important;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsProgramaObservacoesComportamentais #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsProgramaObservacoesComportamentais #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsComunicacoesSeguranca #cabecalho {
  background-color: #00c141;
  background-image: -moz-linear-gradient(top, #00d648, #00a336);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00d648), to(#00a336));
  background-image: -webkit-linear-gradient(top, #00d648, #00a336);
  background-image: -o-linear-gradient(top, #00d648, #00a336);
  background-image: linear-gradient(to bottom, #00d648, #00a336);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d648', endColorstr='#ff00a336', GradientType=0);
  color: #fff !important;
}
body.EhsComunicacoesSeguranca #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsComunicacoesSeguranca #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsComunicacoesSeguranca #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsComunicacoesSeguranca #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsComunicacoesSeguranca #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsComunicacoesSeguranca #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsComunicacoesSeguranca #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsComunicacoesSeguranca #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsComunicacoesSeguranca #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsComunicacoesSeguranca #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsCipa #cabecalho {
  background-color: #00d447;
  background-image: -moz-linear-gradient(top, #00e94e, #00b63d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00e94e), to(#00b63d));
  background-image: -webkit-linear-gradient(top, #00e94e, #00b63d);
  background-image: -o-linear-gradient(top, #00e94e, #00b63d);
  background-image: linear-gradient(to bottom, #00e94e, #00b63d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00e94e', endColorstr='#ff00b63d', GradientType=0);
  color: #fff !important;
}
body.EhsCipa #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsCipa #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsCipa #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsCipa #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsCipa #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsCipa #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsCipa #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsCipa #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsCipa #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsCipa #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsControlesLegais #cabecalho {
  background-color: #00e84e;
  background-image: -moz-linear-gradient(top, #00fc55, #00ca43);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00fc55), to(#00ca43));
  background-image: -webkit-linear-gradient(top, #00fc55, #00ca43);
  background-image: -o-linear-gradient(top, #00fc55, #00ca43);
  background-image: linear-gradient(to bottom, #00fc55, #00ca43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00fc55', endColorstr='#ff00ca43', GradientType=0);
  color: #fff !important;
}
body.EhsControlesLegais #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsControlesLegais #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsControlesLegais #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsControlesLegais #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsControlesLegais #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsControlesLegais #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsControlesLegais #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsControlesLegais #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsControlesLegais #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsControlesLegais #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsBrigadaEmergencia #cabecalho {
  background-color: #0bf257;
  background-image: -moz-linear-gradient(top, #12ff60, #00de4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#12ff60), to(#00de4a));
  background-image: -webkit-linear-gradient(top, #12ff60, #00de4a);
  background-image: -o-linear-gradient(top, #12ff60, #00de4a);
  background-image: linear-gradient(to bottom, #12ff60, #00de4a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12ff60', endColorstr='#ff00de4a', GradientType=0);
  color: #fff !important;
}
body.EhsBrigadaEmergencia #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsBrigadaEmergencia #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsBrigadaEmergencia #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsBrigadaEmergencia #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsBrigadaEmergencia #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsBrigadaEmergencia #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsBrigadaEmergencia #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsBrigadaEmergencia #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsBrigadaEmergencia #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsBrigadaEmergencia #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
body.EhsGestaoTreinamentosExames #cabecalho {
  background-color: #00d346;
  background-image: -moz-linear-gradient(top, #00e84c, #00b53c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00e84c), to(#00b53c));
  background-image: -webkit-linear-gradient(top, #00e84c, #00b53c);
  background-image: -o-linear-gradient(top, #00e84c, #00b53c);
  background-image: linear-gradient(to bottom, #00e84c, #00b53c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00e84c', endColorstr='#ff00b53c', GradientType=0);
  color: #fff !important;
}
body.EhsGestaoTreinamentosExames #cabecalho #identificacaoCliente {
  color: #ffffff;
}
body.EhsGestaoTreinamentosExames #cabecalho #iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/branco/informação - white.png');
  margin-right: 8px;
}
body.EhsGestaoTreinamentosExames #cabecalho #iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/branco/chat - white.png');
  margin-right: 8px;
}
body.EhsGestaoTreinamentosExames #cabecalho #iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/branco/Usuario - white.png');
  margin-right: 8px;
}
body.EhsGestaoTreinamentosExames #cabecalho #iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/branco/duvida - white.png');
  margin-right: 8px;
}
body.EhsGestaoTreinamentosExames #cabecalho #iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
body.EhsGestaoTreinamentosExames #cabecalho #iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/branco/Faq - white.png');
  margin-right: 8px;
}
body.EhsGestaoTreinamentosExames #cabecalho #iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
body.EhsGestaoTreinamentosExames #cabecalho #logoAmbito {
  cursor: pointer;
  float: left;
}
body.EhsGestaoTreinamentosExames #cabecalho #logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho.png");
}
#cabecalho .clickable:hover,
#cabecalho .clickable.destacado {
  opacity: 0.5;
}
#cabecalho .separator {
  width: 5px;
  height: 40px;
  background: url("/Content/images/sprite-Geral.png") no-repeat -225px -80px;
}
#cabecalhoInterno {
  display: block;
  height: 40px;
  color: #FFF;
  position: relative;
  z-index: 90;
  *zoom: 1;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  background-color: #393939;
  background-image: -moz-linear-gradient(top, #434343, #292929);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#292929));
  background-image: -webkit-linear-gradient(top, #434343, #292929);
  background-image: -o-linear-gradient(top, #434343, #292929);
  background-image: linear-gradient(to bottom, #434343, #292929);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff292929', GradientType=0);
}
#cabecalhoInterno:before,
#cabecalhoInterno:after {
  display: table;
  content: "";
  line-height: 0;
}
#cabecalhoInterno:after {
  clear: both;
}
#cabecalhoInterno .mensagem {
  display: none;
}
#cabecalhoInterno.mensagem_fixa {
  height: 67px;
}
#cabecalhoInterno.mensagem_fixa .mensagem {
  height: 25px;
  display: block;
  border: 1px solid #eed3d7;
  background: #f2dede;
  color: #b94a48;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}
#cabecalhoInterno .clickable:hover,
#cabecalhoInterno .clickable.destacado {
  filter: blur(0.5);
}
#cabecalhoInterno .separator {
  width: 5px;
  height: 40px;
  background: url("/Content/images/sprite-Geral.png") no-repeat -225px -80px;
}
#logoAmbito {
  cursor: pointer;
  float: left;
}
#logoAmbito a {
  display: block;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/Content/images/Azinho_roxo.png");
}
#sistemaAtual {
  cursor: pointer;
  float: left;
  display: block;
}
#sistemaAtual a {
  display: block;
  width: 150px;
  height: 40px;
  background-image: url("/Content/images/sprite-Geral.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#sistemaAtual .legal {
  width: 68px;
  background-position: -125px 1px;
}
#sistemaAtual .sheq {
  width: 72px;
  background-position: -322px -39px;
}
#sistemaAtual .novosheq {
  width: 72px;
  background-position: -322px -39px;
}
#sistemaAtual .siga {
  width: 55px;
  background-position: 0px 1px;
}
#sistemaAtual .novosiga {
  width: 55px;
  background-position: 0px 1px;
}
#sistemaAtual .monitor {
  width: 98px;
  background-position: 0px -79px;
}
#sistemaAtual .novomonitor {
  width: 98px;
  background-position: 0px -79px;
}
#sistemaAtual .codex {
  width: 80px;
  background-position: -282px 1px;
}
#sistemaAtual .novocodex {
  width: 80px;
  background-position: -282px 1px;
}
#sistemaAtual .impar {
  width: 80px;
  background-position: -190px -120px;
}
#sistemaAtual .apto {
  width: 80px;
  background-position: -390px -615px;
}
#sistemaAtual .planoacao {
  width: 145px;
  background-position: 5px -39px;
}
#sistemaAtual .midas {
  width: 78px;
  background-position: 0px -120px;
}
#sistemaAtual .libra {
  width: 80px;
  background-position: -467px 1px;
}
#sistemaAtual .sop {
  width: 92px;
  background-position: -271px -651px;
}
#sistemaAtual .sopbbflow {
  width: 92px;
  background-position: -271px -682px;
}
#sistemaAtual .modulointerno {
  width: 150px;
  background-position: -315px -536px;
}
#sistemaAtual .ehsdigital {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .sgi {
  width: 65px;
  background-position: -545px -37px;
}
#sistemaAtual .ehsincidente {
  width: 147px;
  background-position: -4px -1012px;
}
#sistemaAtual .ehspgr {
  width: 83px;
  background-position: -155px -1012px;
}
#sistemaAtual .ehsinspecoes {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehsepisuniformes {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehspermissaotrabalho {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehsprogramaobservacoescomportamentais {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehspermissaotrabalho {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehscomunicacoesseguranca {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehscipa {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehscontroleslegais {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehsbrigadaemergencia {
  width: 145px;
  background-position: -375px -1020px;
}
#sistemaAtual .ehsgestaotreinamentosexames {
  width: 145px;
  background-position: -375px -1020px;
}
#selecaoSistemas {
  float: left;
  display: block;
  height: 40px;
  cursor: pointer;
  color: #000;
  line-height: 40px;
  padding: 0px 4px;
}
#selecaoSistemas .selecione-sistema {
  padding: 0px 2px;
  float: left;
}
#selecaoSistemas .arrow {
  margin: 13px 0px 0px 0px;
  display: block;
  float: left;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#selecaoSistemas .arrow.expanded {
  -webkit-transform: scale(1, -1);
}
#identificacaoCliente {
  float: left;
  line-height: 40px;
  padding: 0 20px;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
}
#identificacaoCliente .certificado-florestal {
  display: inline-block;
  margin-left: 10px;
  line-height: 40px;
  cursor: pointer;
  font-size: 17px;
  vertical-align: middle;
}
.sistemas-popout {
  width: 100%;
  *zoom: 1;
  background-color: #ccc;
  z-index: 91;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.sistemas-popout:before,
.sistemas-popout:after {
  display: table;
  content: "";
  line-height: 0;
}
.sistemas-popout:after {
  clear: both;
}
.sistemas-popout > div {
  float: left;
  margin-left: -35px;
  margin-right: -35px;
  width: 250px;
  height: 120px;
  position: relative;
  text-align: center;
  background: url("/Content/images/sprite-Geral.png") no-repeat;
}
.sistemas-popout > div a {
  height: 40px;
  margin-top: 40px;
  display: block;
  border: none;
  margin-left: auto;
  margin-right: auto;
  background: url("/Content/images/sprite-Geral.png") no-repeat;
}
.sistemas-popout > div div.descricao {
  text-align: center;
  color: #fff;
  margin-top: 5px;
  margin-left: 35px;
  margin-right: 65px;
  font-size: 11px;
}
.sistemas-popout .iconeHome {
  width: 125px;
  padding-right: 40px;
  background: url(/Content/images/MenuSistemas/fundoHome.png) no-repeat right;
  margin-left: 0px;
}
.sistemas-popout .iconeHome a {
  width: 41px;
  height: 40px;
  background: url(/Content/images/MenuSistemas/NovasLogos/home.png) no-repeat;
}
.sistemas-popout .iconeHome div.descricao {
  margin-left: 5px;
  margin-right: 15px;
}
.sistemas-popout .iconeLegal {
  width: 230px;
  background-position: 25px -167px;
}
.sistemas-popout .iconeLegal a {
  width: 87px;
  background-position: -200px 0px;
}
.sistemas-popout .iconeSheq {
  width: 220px;
  background-position: -293px -409px;
}
.sistemas-popout .iconeSheq a {
  width: 95px;
  background-position: -394px -40px;
}
.sistemas-popout .iconeSiga {
  width: 210px;
  background-position: -45px -409px;
}
.sistemas-popout .iconeSiga a {
  width: 68px;
  background-position: -60px 0px;
}
.sistemas-popout .iconeMonitor {
  width: 260px;
  background-position: -260px -289px;
}
.sistemas-popout .iconeMonitor a {
  width: 120px;
  background-position: -100px -80px;
}
.sistemas-popout .iconeCodex {
  width: 240px;
  background-position: 0px -288px;
}
.sistemas-popout .iconeCodex a {
  width: 113px;
  background-position: -362px 0px;
}
.sistemas-popout .iconePlanoacao {
  width: 310px;
  background-position: -205px -168px;
}
.sistemas-popout .iconePlanoacao a {
  width: 190px;
  background-position: -135px -40px;
}
.sistemas-popout .iconeMidas {
  width: 265px;
  background-position: 5px -651px;
}
.sistemas-popout .iconeMidas a {
  width: 128px;
  background-position: -73px -121px;
}
.sistemas-popout .iconeLibra {
  width: 240px;
  background-position: 0px -288px;
}
.sistemas-popout .iconeLibra a {
  width: 113px;
  background-position: -362px 0px;
}
.sistemas-popout .iconeImpar {
  width: 232px;
  background-position: 3px -771px;
}
.sistemas-popout .iconeImpar a {
  width: 120px;
  background-position: -268px -121px;
}
.sistemas-popout .iconeApto {
  width: 250px;
  background-position: 3px -892px;
}
.sistemas-popout .iconeApto a {
  width: 89px;
  background-position: -302px -615px;
}
.sistemas-popout .iconeSop {
  width: 250px;
  background-position: -230px -771px;
}
.sistemas-popout .iconeSop a {
  width: 135px;
  background-position: -380px -654px;
}
.sistemas-popout .iconesopbbflow {
  width: 250px;
  background-position: -230px -771px;
}
.sistemas-popout .iconesopbbflow a {
  width: 135px;
  background-position: -380px -614px;
}
.sistemas-popout .iconeModuloInterno {
  width: 305px;
  background-position: -2px -531px;
}
.sistemas-popout .iconeModuloInterno a {
  width: 250px;
  background-position: -290px -575px;
}
.sistemas-popout .iconeEhsDigital {
  width: 290px;
  background-position: -245px -892px;
}
.sistemas-popout .iconeEhsDigital a {
  width: 250px;
  background-position: -300px -728px;
}
.sistemas-popout .iconeSGI {
  width: 279px;
  background-position: -505px -169px;
}
.sistemas-popout .iconeSGI a {
  width: 90px;
  background-position: -550px 0px;
}
.sistemas-popout .txtDescricao {
  color: #fff;
  font-size: 11px;
}
.sistemas-popout .linkAcesse {
  color: #fff;
  font-size: 11px;
}
/* Ícones Forncedor */
#iconesFornecedor {
  float: right;
  margin-left: 20px;
  margin-right: 20px;
}
#iconesFornecedor > div {
  display: inline;
  float: left;
}
#iconesFornecedor > div a {
  width: 20px;
  margin-top: 8px;
  height: 20px;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
#iconesFornecedor > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/branco/Home - white.png');
  margin-right: 8px;
}
#iconesFornecedor > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/branco/erros - white.png');
}
/* Ícones Cliente */
#iconesCliente {
  float: right;
  margin-left: 20px;
  margin-right: 20px;
}
#iconesCliente > div {
  display: inline;
  float: left;
}
#iconesCliente > div a {
  width: 20px;
  margin-top: 8px;
  height: 20px;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
#iconesCliente > div a.icone-infoCliente {
  background-image: url('/Content/images/topo/icones/cinza80/informação - Gray.png');
  margin-right: 8px;
}
#iconesCliente > div a.icone-forum {
  background-image: url('/Content/images/topo/icones/cinza80/chat.png');
  margin-right: 8px;
}
#iconesCliente > div a.icone-usuarios {
  background-image: url('/Content/images/topo/icones/cinza80/Usuario - Gray.png');
  margin-right: 8px;
}
#iconesCliente > div a.icone-ajuda {
  background-image: url('/Content/images/topo/icones/cinza80/duvida - Gray.png');
  margin-right: 8px;
}
#iconesCliente > div a.icone-pagina-inicial {
  background-image: url('/Content/images/topo/icones/cinza80/Home - Gray.png');
  margin-right: 8px;
}
#iconesCliente > div a.icone-faq {
  background-image: url('/Content/images/topo/icones/cinza80/Faq - Gray.png');
  margin-right: 8px;
}
#iconesCliente > div a.icone-sair {
  background-image: url('/Content/images/topo/icones/cinza80/erros - Gray.png');
}
.icones-cliente-tooltip {
  color: #fff;
  background: #555;
  border: 1px solid #aaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
/* Menu */
#menu {
  border-bottom: 1px solid #d2d2d2;
  color: transparent;
  white-space: nowrap;
  height: 28px;
  margin: 7px 0 0 5px;
}
#menu .ulMenu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#menu .ulMenu li {
  position: relative;
  padding: 0px;
  margin: 0px;
}
#menu .ulMenu li a,
#menu .ulMenu li span {
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  color: #424242;
  text-decoration: none;
  min-width: 75px;
  display: block;
  padding: 5px 10px;
  cursor: pointer;
}
#menu .ulMenu li a:hover {
  text-decoration: none;
}
#menu .ulMenu li.can-favorite {
  padding-right: 15px;
}
#menu .ulMenu li .menu-favorite-icon {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
  color: #ccc;
}
#menu .ulMenu li .menu-favorite-icon.ativo {
  color: #888;
}
#menu .ulMenu li.disabled a,
#menu .ulMenu li.disabled span {
  color: #ccc;
  cursor: default;
}
#menu .ulMenu > li {
  float: left;
  position: relative;
  background-color: #e7e7e7;
  margin: 0 2px;
}
#menu .ulMenu ul {
  left: 0;
  background-color: #363636;
  list-style: none;
  position: absolute;
  min-width: 100%;
  padding: 0px;
  margin: 0px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
#menu .ulMenu ul .menu-favorite-icon {
  color: #666;
}
#menu .ulMenu ul .menu-favorite-icon.ativo {
  color: #ddd;
}
#menu .ulMenu ul a,
#menu .ulMenu ul span {
  color: #fff;
  font-weight: normal;
  width: auto;
  text-align: left;
  padding: 8px 16px;
}
#menu .ulMenu ul ul {
  left: -5px;
  margin-top: -35px;
  margin-left: 100%;
}
#menu .ulMenu ul li {
  border-top: 1px solid #CCC;
}
#menu .ulMenu ul li:first-child {
  border-top: none;
}
#menu .ulMenu ul li.hasChildren {
  background-image: url(/Content/images/arrow-right.png) !important;
  background-position: right center;
  background-repeat: no-repeat;
}
#menu .ulMenu ul li.enabled:hover {
  background-image: url(/Content/images/arrow-right-white.png) !important;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-color: #1d0a54;
}
body.Legal #menu .ulMenu ul li.enabled:hover {
  background-color: #df6f23;
}
body.Sheq #menu .ulMenu ul li.enabled:hover {
  background-color: #be1213;
}
body.NovoSheq #menu .ulMenu ul li.enabled:hover {
  background-color: #be1213;
}
body.Siga #menu .ulMenu ul li.enabled:hover {
  background-color: #248416;
}
body.NovoSiga #menu .ulMenu ul li.enabled:hover {
  background-color: #248416;
}
body.Monitor #menu .ulMenu ul li.enabled:hover {
  background-color: #554d45;
}
body.NovoMonitor #menu .ulMenu ul li.enabled:hover {
  background-color: #554d45;
}
body.Codex #menu .ulMenu ul li.enabled:hover {
  background-color: #3983aa;
}
body.NovoCodex #menu .ulMenu ul li.enabled:hover {
  background-color: #3983aa;
}
body.Impar #menu .ulMenu ul li.enabled:hover {
  background-color: #afa161;
}
body.Apto #menu .ulMenu ul li.enabled:hover {
  background-color: #761795;
}
body.PlanoAcao #menu .ulMenu ul li.enabled:hover {
  background-color: #123c90;
}
body.ModuloInterno #menu .ulMenu ul li.enabled:hover {
  background-color: #0b889c;
}
body.Midas #menu .ulMenu ul li.enabled:hover {
  background-color: #daa520;
}
body.Libra #menu .ulMenu ul li.enabled:hover {
  background-color: #9acd32;
}
body.Impar #menu .ulMenu ul li.enabled:hover {
  background-color: #afa161;
}
body.Apto #menu .ulMenu ul li.enabled:hover {
  background-color: #761795;
}
body.Sop #menu .ulMenu ul li.enabled:hover {
  background-color: #ea0022;
}
body.EhsDigital #menu .ulMenu ul li.enabled:hover {
  background-color: #003311;
}
body.SGI #menu .ulMenu ul li.enabled:hover {
  background-color: #9ded10;
}
body.EhsIncidente #menu .ulMenu ul li.enabled:hover {
  background-color: #004617;
}
body.EHSPGR #menu .ulMenu ul li.enabled:hover {
  background-color: #005a1e;
}
body.EhsInspecoes #menu .ulMenu ul li.enabled:hover {
  background-color: #004617;
}
body.EhsEpisUniformes #menu .ulMenu ul li.enabled:hover {
  background-color: #00812b;
}
body.EhsPermissaoTrabalho #menu .ulMenu ul li.enabled:hover {
  background-color: #009532;
}
body.EhsGestaoTreinamentosExames #menu .ulMenu ul li.enabled:hover {
  background-color: #00ce44;
}
#menu .ulMenu ul li.enabled:hover > a,
#menu .ulMenu ul li.enabled:hover > span {
  color: #fff;
}
.ui-dialog {
  font-size: 11px;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
#question {
  width: 300px !important;
  height: 60px !important;
  padding: 10px 0 0 10px;
}
#question img {
  float: left;
}
#question span {
  float: left;
  margin: 20px 0 0 10px;
}
a {
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
#current-user-info {
  padding: 13px;
  float: right;
  height: 14px;
  cursor: pointer;
}
#user-notifications-container {
  float: right;
  padding: 9px;
  height: 22px;
  cursor: pointer;
}
#user-notifications-container .notifications-count {
  padding: 5px;
  top: 0;
  cursor: pointer;
  color: #fff;
  background: #181818;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.user-notifications-popout {
  color: #333;
  border: 1px solid #aaa;
  background-color: #fcfcfc;
  font-size: 12px;
  padding: 5px;
  min-width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  width: 300px;
}
.user-notifications-popout .user-notifications-popout-header {
  border-bottom-style: dotted;
  border-bottom-color: rgba(100, 100, 100, 0.22);
  border-bottom-width: 1px;
  text-align: center;
  background-color: #efefef;
  height: 20px;
}
.user-notifications-popout .user-notifications-popout-header div {
  padding-top: 5px;
}
.user-notifications-popout .carregando {
  min-height: 200px;
  min-width: 300px;
  background-image: url(/Content/images/ajaxLoader.gif);
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}
.user-notifications-popout ul {
  list-style-type: none;
  min-width: 300px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.user-notifications-popout li {
  font-size: 10px;
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted;
  border-bottom-color: rgba(100, 100, 100, 0.22);
}
.user-notifications-popout .user-notifications-popout-footer {
  text-align: center;
  font-size: 9px;
  background-color: #efefef;
  height: 20px;
  border-top-color: rgba(100, 100, 100, 0.22);
  min-width: 300px;
}
.user-notifications-popout .user-notifications-popout-footer div {
  padding-top: 5px;
}
.user-notifications-popout .user-notifications-popout-footer a {
  margin-top: 3px;
}
.user-notifications-popout .titulo-notificacao {
  font-weight: bold;
}
.user-profile-popout {
  color: #333;
  background-color: #fcfcfc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
.user-profile-popout a {
  color: #808080;
}
.user-profile-popout ul {
  list-style-type: none;
}
.user-profile-popout li {
  margin-bottom: 10px;
}
table.informacoes-usuario tr {
  height: 26px;
}
table.informacoes-usuario td {
  text-align: left;
  vertical-align: middle;
  padding: 0px 4px;
}
div.error-message {
  border-color: #c00000;
  border-width: 1px;
  border-style: solid;
  background-color: #e6b9b9;
}
.close-action {
  top: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  display: block;
  background-image: url(/Content/images/close-error.png);
}
#comunicado {
  top: 50%;
  left: 50%;
  width: 492px;
  height: 492px;
  margin-top: -246px;
  margin-left: -240px;
  position: fixed;
  display: none;
  background-image: url(/Content/images/MensagemSistema.png);
  z-index: 999999997;
}
#comunicado div {
  position: absolute;
  top: 210px;
  left: 50px;
  right: 50px;
  height: 150px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #444;
  z-index: 999999998;
}
#comunicado a {
  position: absolute;
  top: 444px;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  font-size: 16px;
  color: #E56300;
  z-index: 999999999;
}
#rodape {
  display: block;
  background-color: #fff;
  color: #000;
  line-height: 22px;
  padding: 0px 0px 0px 5px;
  font-size: 11px;
}
#rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Legal #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Sheq #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.NovoSheq #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Siga #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.NovoSiga #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Monitor #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.NovoMonitor #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Codex #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.NovoCodex #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Impar #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Apto #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.PlanoAcao #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.ModuloInterno #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Midas #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Libra #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Impar #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Apto #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.Sop #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.EhDigital #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.SGI #rodape .imagem-rodape {
  background: url("/Content/images/topo/rodape.png") no-repeat -432px -146px;
  float: right;
  width: 92px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#rodape .server-info-link {
  float: right;
}
#rodape a,
#rodape a:visited,
#rodape a:active {
  color: #000;
  text-decoration: none;
}
#rodape a:hover {
  text-decoration: underline;
}
.serverinfo-popout {
  color: #333;
  border: 1px solid #aaa;
  background-color: #fcfcfc;
  font-size: 12px;
  padding: 5px;
  min-width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
.introducao-sistema {
  padding: 5px;
}
.melhoria-sistema {
  display: inline;
  float: left;
  background-color: #999;
  margin: 0px 5px 5px 0px;
  width: 140px;
  text-decoration: none;
  position: relative;
}
.melhoria-sistema .melhoria-sistema-conteudo {
  color: #FFF;
  height: 80px;
  font-size: 11px;
  padding: 5px;
}
.melhoria-sistema .melhoria-sistema-rodape {
  line-height: 18px;
  background-color: #999;
  padding: 5px;
  margin: 0;
  border: 0;
  color: #fff;
  overflow: hidden;
  height: 20px;
}
.melhoria-sistema .melhoria-sistema-overlay {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.melhoria-sistema .melhoria-sistema-overlay .fundo {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.melhoria-sistema .melhoria-sistema-overlay .acesse {
  width: 100px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -10px;
  text-align: center;
  color: #fff;
}
.melhoria-sistema:hover {
  text-decoration: none;
}
.melhoria-sistema:hover .melhoria-sistema-overlay {
  display: block;
}
.melhoria-sistema.portal {
  background-color: #1D0A54;
}
.melhoria-sistema.legal {
  background-color: #df6f23;
}
.melhoria-sistema.sheq {
  background-color: #BE1213;
}
.melhoria-sistema.siga {
  background-color: #248416;
}
.melhoria-sistema.monitor {
  background-color: #554D45;
}
.melhoria-sistema.novomonitor {
  background-color: #003311;
}
.melhoria-sistema.codex {
  background-color: #3983AA;
}
.melhoria-sistema.novocodex {
  background-color: #3983AA;
}
.melhoria-sistema.impar {
  background-color: #afa161;
}
.melhoria-sistema.apto {
  background-color: #761795;
}
.melhoria-sistema.planoacao {
  background-color: #123C90;
}
.melhoria-sistema.moduloInterno {
  background-color: #1082FB;
}
.melhoria-sistema.midas {
  background-color: #DAA520;
}
.melhoria-sistema.libra {
  background-color: #9ACD32;
}
.melhoria-sistema.impar {
  background-color: #afa161;
}
.melhoria-sistema.apto {
  background-color: #761795;
}
.melhoria-sistema.sop {
  background-color: #EA0022;
}
.melhoria-sistema.ehsdigital {
  background-color: #003311;
}
.sistemas-adquiridos a {
  display: block;
  background: #eee;
  height: 46px;
  margin-bottom: 3px;
  color: #fff;
  text-decoration: none;
  background: url('/Content/images/sistemasAdquiridos/fundo.png') no-repeat left top #aaaaaa;
  overflow: hidden;
  position: relative;
}
.sistemas-adquiridos a.adquirido.legal {
  background-color: #df6f23;
}
.sistemas-adquiridos a.adquirido.sheq {
  background-color: #BE1213;
}
.sistemas-adquiridos a.adquirido.novosheq {
  background-color: #BE1213;
}
.sistemas-adquiridos a.adquirido.siga {
  background-color: #248416;
}
.sistemas-adquiridos a.adquirido.novosiga {
  background-color: #248416;
}
.sistemas-adquiridos a.adquirido.monitor {
  background-color: #554D45;
}
.sistemas-adquiridos a.adquirido.novomonitor {
  background-color: #554D45;
}
.sistemas-adquiridos a.adquirido.codex {
  background-color: #3983AA;
}
.sistemas-adquiridos a.adquirido.novocodex {
  background-color: #3983AA;
}
.sistemas-adquiridos a.adquirido.Impar {
  background-color: #afa161;
}
.sistemas-adquiridos a.adquirido.Apto {
  background-color: #761795;
}
.sistemas-adquiridos a.adquirido.planoacao {
  background-color: #123C90;
}
.sistemas-adquiridos a.adquirido.moduloInterno {
  background-color: #1082FB;
}
.sistemas-adquiridos a.adquirido.midas {
  background-color: #DAA520;
}
.sistemas-adquiridos a.adquirido.libra {
  background-color: #9ACD32;
}
.sistemas-adquiridos a.adquirido.impar {
  background-color: #afa161;
}
.sistemas-adquiridos a.adquirido.apto {
  background-color: #761795;
}
.sistemas-adquiridos a.adquirido.sop {
  background-color: #EA0022;
}
.sistemas-adquiridos a.adquirido.ehsdigital {
  background-color: #003311;
}
.sistemas-adquiridos a.adquirido.sgi {
  background-color: #9ded10;
}
.sistemas-adquiridos a .logo {
  float: left;
  display: block;
  width: 150px;
  height: 47px;
  background: url("/Content/images/sprite-Geral.png") no-repeat;
  margin-left: 10px;
}
.sistemas-adquiridos a .logo.legal {
  width: 68px;
  background-position: -125px 5px;
}
.sistemas-adquiridos a .logo.sheq {
  width: 72px;
  background-position: -322px -34px;
}
.sistemas-adquiridos a .logo.novosheq {
  width: 72px;
  background-position: -322px -34px;
}
.sistemas-adquiridos a .logo.siga {
  width: 55px;
  background-position: 0px 4px;
}
.sistemas-adquiridos a .logo.novosiga {
  width: 55px;
  background-position: 0px 4px;
}
.sistemas-adquiridos a .logo.monitor {
  width: 98px;
  background-position: 0px -74px;
}
.sistemas-adquiridos a .logo.novomonitor {
  width: 98px;
  background-position: 0px -74px;
}
.sistemas-adquiridos a .logo.codex {
  width: 80px;
  background-position: -282px 6px;
}
.sistemas-adquiridos a .logo.novocodex {
  width: 80px;
  background-position: -282px 6px;
}
.sistemas-adquiridos a .logo.impar {
  width: 80px;
  background-position: -195px -120px;
}
.sistemas-adquiridos a .logo.apto {
  width: 80px;
  background-position: -390px -612px;
}
.sistemas-adquiridos a .logo.planoacao {
  width: 145px;
  background-position: 5px -40px;
}
.sistemas-adquiridos a .logo.moduloInterno {
  width: 145px;
  background-position: 5px -40px;
}
.sistemas-adquiridos a .logo.midas {
  width: 85px;
  background-position: -5px -115px;
}
.sistemas-adquiridos a .logo.libra {
  width: 85px;
  background-position: -470px 6px;
}
.sistemas-adquiridos a .logo.sop {
  width: 90px;
  background-position: -271px -648px;
}
.sistemas-adquiridos a .logo.sopbbflow {
  width: 90px;
  background-position: -271px -679px;
}
.sistemas-adquiridos a .logo.ehsdigital {
  width: 140px;
  background-position: -380px -1015px;
}
.sistemas-adquiridos a .logo.sgi {
  width: 90px;
  background-position: -559px -34px;
}
.sistemas-adquiridos a .descricao {
  float: right;
  line-height: 47px;
  font-size: 11px;
  margin-right: 10px;
  white-space: nowrap;
}
.sistemas-adquiridos a:hover .overlay {
  display: block;
}
.sistemas-adquiridos a .overlay {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.sistemas-adquiridos a .overlay .fundo {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sistemas-adquiridos a .overlay .acesse {
  width: 200px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -7px;
  text-align: center;
  color: #fff;
}
.link-favorito a {
  text-decoration: none;
  color: #6f6f6f;
}
.container-pesquisas-favorita {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 8px 0px 0px 8px;
}
.link-pesquisa-favorita {
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 120px;
  margin: 0px 8px 8px 0px;
  border: 1px solid #eaeaea;
  background-color: #f0f0f0;
  color: #444;
  position: relative;
  float: left;
}
.link-pesquisa-favorita .nome {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 11px;
}
.link-pesquisa-favorita .quantidade {
  position: absolute;
  left: 4px;
  right: 4px;
  top: 17px;
  bottom: 17px;
  font-size: 50px;
  line-height: 86px;
  font-family: Segoe UI, Tahoma, Arial, Verdana;
}
.link-pesquisa-favorita .grupo {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 10px;
}
.mini-icon {
  color: #fff;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  vertical-align: baseline;
}
.mini-icon.portal {
  background-color: #1D0A54;
}
.mini-icon.legal {
  background-color: #df6f23;
}
.mini-icon.sheq {
  background-color: #BE1213;
}
.mini-icon.novosheq {
  background-color: #BE1213;
}
.mini-icon.siga {
  background-color: #248416;
}
.mini-icon.novosiga {
  background-color: #248416;
}
.mini-icon.monitor {
  background-color: #554D45;
}
.mini-icon.codex {
  background-color: #3983AA;
}
.mini-icon.novocodex {
  background-color: #3983AA;
}
.mini-icon.impar {
  background-color: #761795;
}
.mini-icon.apto {
  background-color: #761795;
}
.mini-icon.planoacao {
  background-color: #123C90;
}
.mini-icon.moduloInterno {
  background-color: #1082FB;
}
.mini-icon.midas {
  background-color: #DAA520;
}
.mini-icon.sop {
  background-color: #EA0022;
}
.mini-icon.libra {
  background-color: #9ACD32;
}
.mini-icon.ehsDigital {
  background-color: #003311;
}
.mini-icon.inverse {
  background-color: #fff;
}
.mini-icon.inverse.portal {
  color: #1D0A54;
}
.mini-icon.inverse.legal {
  color: #df6f23;
}
.mini-icon.inverse.sheq {
  color: #BE1213;
}
.mini-icon.inverse.novosheq {
  color: #BE1213;
}
.mini-icon.inverse.siga {
  color: #248416;
}
.mini-icon.inverse.novosiga {
  color: #248416;
}
.mini-icon.inverse.monitor {
  color: #554D45;
}
.mini-icon.inverse.codex {
  color: #3983AA;
}
.mini-icon.inverse.novocodex {
  color: #3983AA;
}
.mini-icon.inverse.impar {
  color: #afa161;
}
.mini-icon.inverse.apto {
  color: #761795;
}
.mini-icon.inverse.planoacao {
  color: #123C90;
}
.mini-icon.inverse.moduloInterno {
  color: #1082FB;
}
.mini-icon.inverse.midas {
  color: #DAA520;
}
.mini-icon.inverse.libra {
  color: #9ACD32;
}
.mini-icon.inverse.sop {
  color: #EA0022;
}
.mini-icon.inverse.ehsdigital {
  color: #003311;
}
.anuncio .anuncio-caixa {
  background-color: #cbff00;
  padding: 15px;
  position: absolute;
  top: 30px;
  left: 40px;
  right: 40px;
  line-height: 1.3;
}
.anuncio .anuncio-caixa .anuncio-titulo {
  font-family: OswaldRegular, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}
.anuncio .anuncio-caixa .anuncio-texto {
  font-family: OswaldLight, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  margin-top: 10px;
  line-height: 1;
}
.anuncio .anuncio-caixa .anuncio-texto small {
  font-size: 11px;
}
.anuncio .anuncio-caixa .anuncio-texto li {
  margin-bottom: 12px;
}
.anuncio .anuncio-caixa .btn-saiba-mais {
  font-family: OswaldLight, sans-serif;
  font-size: 10px;
  color: #fff;
  background: #262626;
  padding: 8px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: inline-block;
  margin-top: 10px;
}
.anuncio .anuncio-caixa .btn-saiba-mais,
.anuncio .anuncio-caixa .btn-saiba-mais:hover,
.anuncio .anuncio-caixa .btn-saiba-mais:active {
  text-decoration: none;
}
.anuncio .anuncio-caixa .btn-saiba-mais:hover {
  color: #cbff00;
}
.anuncio .bx-wrapper,
.anuncio .bx-viewport,
.anuncio .bxslider,
.anuncio .bxslider > li {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.anuncio .bx-pager {
  position: absolute !important;
  bottom: 10px !important;
}
.anuncio .bx-pager-link {
  background: #fff !important;
}
.anuncio .bx-pager-link:hover,
.anuncio .bx-pager-link.active {
  background: #cbff00 !important;
}
.fale-conosco .btn-enviar {
  background: #cbff00;
  border: none;
  color: #000000;
  padding: 5px 12px;
}
object[type="application/gas-events-uni"] {
  display: none;
}
.vertical {
  display: inline-block;
  overflow: hidden;
  width: 1.5em;
}
.vertical .vertical-inner {
  display: inline-block;
  white-space: nowrap;
  line-height: 1.5;
  -webkit-transform: translate(0, 100%) rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform: translate(0, 100%) rotate(-90deg);
  -ms-transform-origin: 0 0;
  -moz-transform: translate(0, 100%) rotate(-90deg);
  -moz-transform-origin: 0 0;
}
html.ie7 .vertical .vertical-inner,
html.ie8 .vertical .vertical-inner {
  filter: flipH() flipV();
  writing-mode: tb-rl;
  font-weight: 100;
}
.vertical .vertical-inner:after {
  content: "";
  display: block;
  margin: -1.5em 0 100%;
}
.div-table {
  display: table;
  width: 99.5%;
  table-layout: fixed;
  border: 1px solid #ccc;
  border-collapse: separate;
  border-radius: 4px;
}
.div-table-header {
  display: table-header-group;
  background-color: #f3f3f3;
}
.div-table-header .div-table-cell {
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
div.div-table-body .div-table-row:hover {
  background-color: #f3f3f3;
}
.div-table-body {
  display: table-row-group;
}
.div-table-row {
  display: table-row;
}
.div-table-cell {
  display: table-cell;
  padding: 6px;
}
.dropdown a {
  margin-top: 35px;
  display: block;
  color: #000;
  line-height: 67px;
  font-weight: bold;
  padding: 0px 10px;
}
.dropdown a:hover,
.dropdown a:focus {
  background-color: transparent !important;
}
.dropdown span {
  margin-right: 5px;
}
.dropdown-menu {
  background-color: #555;
  border-radius: 0px;
  left: -15px;
  width: 130px;
}
.dropdown-menu li {
  height: 28px;
}
.dropdown-menu li > a {
  color: #fff;
  text-align: center;
}
.dropdown-menu li > a:hover {
  color: #bfbfbf;
  background: transparent;
}
.table-content {
  padding: 8px;
  border: 1px solid #ccc;
  margin-top: 5px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.logoehsdigital {
  float: left;
  display: block;
  width: 150px;
  height: 47px;
  margin-left: 10px;
  /*&.ehsincidente {
                width: 50px;
                background-position: -12px -12px;
            }*/
}
.adquirido.ehsincidente {
  background-color: #004617;
}
.adquirido.ehspgr {
  background-color: #005a1e;
}
.adquirido.ehsinspecoes {
  background-color: #006d24;
}
.adquirido.ehsepisuniformes {
  background-color: #00812b;
}
.adquirido.ehspermissaotrabalho {
  background-color: #009532;
}
.adquirido.ehsprogramaobservacoescomportamentais {
  background-color: #00a838;
}
.adquirido.ehscomunicacoesseguranca {
  background-color: #00bc3f;
}
.adquirido.ehscipa {
  background-color: #00cf45;
}
.adquirido.ehscontroleslegais {
  background-color: #00e34c;
}
.adquirido.ehsbrigadaemergencia {
  background-color: #00f752;
}
.adquirido.ehsgestaotreinamentosexames {
  background-color: #00ce44;
}
