@import "http://fonts.googleapis.com/css?family=Open+Sans:400,800,700";

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 {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic; }

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,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

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

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background-color: white; }

a {
  color: #0088cc;
  text-decoration: none; }

a:hover {
  color: #005580;
  text-decoration: underline; }

p {
  margin: 0 0 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px; }
  p small {
    font-size: 11px;
    color: #999999; }

.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    color: #999999; }

h1 {
  font-size: 30px;
  line-height: 36px; }
  h1 small {
    font-size: 18px; }

h2 {
  font-size: 24px;
  line-height: 36px; }
  h2 small {
    font-size: 18px; }

h3 {
  line-height: 27px;
  font-size: 18px; }
  h3 small {
    font-size: 14px; }

h4, h5, h6 {
  line-height: 18px; }

h4 {
  font-size: 14px; }
  h4 small {
    font-size: 12px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase; }

.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee; }

.page-header h1 {
  line-height: 1; }

ul, ol {
  padding: 0;
  margin: 0 0 9px 25px; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  line-height: 18px; }

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

dl {
  margin-bottom: 18px; }

dt,
dd {
  line-height: 18px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 9px; }

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid white; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.muted {
  color: #999999; }

abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.5px; }
  blockquote small {
    display: block;
    line-height: 18px;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    float: right;
    padding-left: 0;
    padding-right: 15px;
    border-left: 0;
    border-right: 5px solid #eeeeee; }
    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right; }

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

address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal; }

small {
  font-size: 100%; }

cite {
  font-style: normal; }

form {
  margin: 0 0 18px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee; }
  legend small {
    font-size: 13.5px;
    color: #999999; }

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px; }

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

label {
  display: block;
  margin-bottom: 5px;
  color: #333333; }

input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.uneditable-textarea {
  width: auto;
  height: auto; }

label input,
label textarea,
label select {
  display: block; }

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */ }

input[type="image"] {
  border: 0; }

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: white;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto; }

select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px; }

input[type="file"] {
  line-height: 18px \9; }

select {
  width: 220px;
  background-color: white; }

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

input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

textarea {
  height: auto; }

input[type="hidden"] {
  display: none; }

.radio,
.checkbox {
  padding-left: 18px; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

input,
textarea {
  -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 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */ }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-large {
  width: 210px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 530px; }

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0; }

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px; }
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px; }
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px; }
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px; }
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px; }
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px; }
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px; }
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px; }
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px; }
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px; }
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px; }
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed; }

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853; }
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853; }
  .control-group.warning input:focus,
  .control-group.warning select:focus,
  .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: 0 0 6px #dbc59e;
    -moz-box-shadow: 0 0 6px #dbc59e;
    box-shadow: 0 0 6px #dbc59e; }
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
  color: #b94a48; }
.control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48; }
  .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392; }
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
  color: #468847; }
.control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #468847;
  border-color: #468847; }
  .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: 0 0 6px #7aba7b;
    -moz-box-shadow: 0 0 6px #7aba7b;
    box-shadow: 0 0 6px #7aba7b; }
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }
  input:focus:required:invalid:focus,
  textarea:focus:required:invalid:focus,
  select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7; }

.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd; }

.uneditable-input {
  display: block;
  background-color: white;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed; }

:-moz-placeholder {
  color: #999999; }

::-webkit-input-placeholder {
  color: #999999; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  color: #999999; }

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 9px;
  vertical-align: middle;
  padding-left: 5px; }

.input-prepend,
.input-append {
  margin-bottom: 5px;
  *zoom: 1; }
  .input-prepend:before, .input-prepend:after,
  .input-append:before,
  .input-append:after {
    display: table;
    content: ""; }
  .input-prepend:after,
  .input-append:after {
    clear: both; }
  .input-prepend input,
  .input-prepend .uneditable-input,
  .input-append input,
  .input-append .uneditable-input {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
    .input-prepend input:focus,
    .input-prepend .uneditable-input:focus,
    .input-append input:focus,
    .input-append .uneditable-input:focus {
      position: relative;
      z-index: 2; }
  .input-prepend .uneditable-input,
  .input-append .uneditable-input {
    border-left-color: #ccc; }
  .input-prepend .add-on,
  .input-append .add-on {
    float: left;
    display: block;
    width: auto;
    min-width: 16px;
    height: 18px;
    margin-right: -1px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    color: #999999;
    text-align: center;
    text-shadow: 0 1px 0 white;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; }
  .input-prepend .active,
  .input-append .active {
    background-color: #a9dba9;
    border-color: #46a546; }

.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */ }

.input-append input,
.input-append .uneditable-input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }
.input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc; }
.input-append .add-on {
  margin-right: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }
.input-append input:first-child {
  *margin-left: -160px; }
  .input-append input:first-child + .add-on {
    *margin-left: -21px; }

.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px; }

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input {
  display: inline-block;
  margin-bottom: 0; }
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none; }

.form-search label,
.form-inline label,
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  display: inline-block; }

.form-search .input-append .add-on,
.form-inline .input-prepend .add-on,
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on {
  vertical-align: middle; }

.form-search .radio,
.form-inline .radio,
.form-search .checkbox,
.form-inline .checkbox {
  margin-bottom: 0;
  vertical-align: middle; }

.control-group {
  margin-bottom: 9px; }

legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate; }

.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1; }
  .form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    content: ""; }
  .form-horizontal .control-group:after {
    clear: both; }
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right; }
.form-horizontal .controls {
  margin-left: 160px; }
.form-horizontal .form-actions {
  padding-left: 160px; }

.dropdown {
  position: relative; }

.dropdown-toggle {
  *margin-bottom: -3px; }

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -99999px;
  *text-indent: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "\2193"; }

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }

.dropdown:hover .caret,
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100); }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  _width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: white;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -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;
  *border-right-width: 2px;
  *border-bottom-width: 2px; }
  .dropdown-menu.bottom-up {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 5px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid white;
    *width: 100%;
    *margin: -5px 0 5px; }
  .dropdown-menu a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap; }

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: white;
  text-decoration: none;
  background-color: #0088cc; }

.dropdown.open {
  *z-index: 1000; }
  .dropdown.open .dropdown-toggle {
    color: white;
    background: #ccc;
    background: rgba(0, 0, 0, 0.3); }
  .dropdown.open .dropdown-menu {
    display: block; }

.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1; }

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative; }

.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }
.carousel .item > img {
  display: block;
  line-height: 1; }
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block; }
.carousel .active {
  left: 0; }
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%; }
.carousel .next {
  left: 100%; }
.carousel .prev {
  left: -100%; }
.carousel .next.left,
.carousel .prev.right {
  left: 0; }
.carousel .active.left {
  left: -100%; }
.carousel .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: white;
  text-align: center;
  background: #222222;
  border: 3px solid white;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50); }
  .carousel-control.right {
    left: auto;
    right: 15px; }
  .carousel-control:hover {
    color: white;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75); }

.carousel-caption h4,
.carousel-caption p {
  color: white; }

.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none; }

.nav > li > a {
  display: block; }

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee; }

.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  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: 14px;
  padding-right: 14px;
  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 {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc; }

.nav-list [class^="icon-"] {
  margin-right: 2px; }

.nav-tabs,
.nav-pills {
  *zoom: 1; }
  .nav-tabs:before, .nav-tabs:after,
  .nav-pills:before,
  .nav-pills:after {
    display: table;
    content: ""; }
  .nav-tabs:after,
  .nav-pills:after {
    clear: both; }

.nav-tabs > li,
.nav-pills > li {
  float: left; }

.nav-tabs > li > a,
.nav-pills > 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 > a {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
  .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.nav-pills .active > a,
.nav-pills .active > a:hover {
  color: white;
  background-color: #0088cc; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li > a {
  margin-right: 0; }

.nav-tabs.nav-stacked {
  border-bottom: 0; }

.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-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2; }

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px; }

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px; }

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px; }

.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  border-top-color: #0088cc;
  margin-top: 6px; }

.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580; }

.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333; }

.nav > .dropdown.active > a:hover {
  color: black;
  cursor: pointer; }

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > .open.active > a:hover {
  color: white;
  background-color: #999999;
  border-color: #999999; }

.nav .open .caret,
.nav .open.active .caret,
.nav .open a:hover .caret {
  border-top-color: white;
  opacity: 1;
  filter: alpha(opacity=100); }

.tabs-stacked .open > a:hover {
  border-color: #999999; }

.tabbable {
  *zoom: 1; }
  .tabbable:before, .tabbable:after {
    display: table;
    content: ""; }
  .tabbable:after {
    clear: both; }

.tab-content {
  overflow: hidden; }

.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 .nav-tabs {
  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 {
    border-bottom-color: transparent;
    border-top-color: #ddd; }

.tabs-below .nav-tabs .active > a,
.tabs-below .nav-tabs .active > a:hover {
  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 {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

.tabs-left .nav-tabs .active > a,
.tabs-left .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: white; }

.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 {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

.tabs-right .nav-tabs .active > a,
.tabs-right .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: white; }

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.table {
  width: 100%;
  margin-bottom: 18px; }
  .table th,
  .table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table th {
    font-weight: bold; }
  .table thead th {
    vertical-align: bottom; }
  .table thead:first-child tr th,
  .table thead:first-child tr td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #ddd; }

.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .table-bordered th + th,
  .table-bordered td + td,
  .table-bordered th + td,
  .table-bordered td + th {
    border-left: 1px solid #ddd; }
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }
  .table-bordered thead:first-child tr:first-child th:first-child,
  .table-bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0; }
  .table-bordered thead:first-child tr:first-child th:last-child,
  .table-bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0; }
  .table-bordered thead:last-child tr:last-child th:first-child,
  .table-bordered tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px; }
  .table-bordered thead:last-child tr:last-child th:last-child,
  .table-bordered tbody:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9; }

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5; }

table .span1 {
  float: none;
  width: 44px;
  margin-left: 0; }
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0; }
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0; }
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0; }
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0; }
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0; }
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0; }
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0; }
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0; }
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0; }
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0; }
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0; }

.modal-open .dropdown-menu {
  z-index: 2050; }
.modal-open .dropdown.open {
  *z-index: 2050; }
.modal-open .popover {
  z-index: 2060; }
.modal-open .tooltip {
  z-index: 2070; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black; }
  .modal-backdrop.fade {
    opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  max-height: 500px;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: white;
  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; }
  .modal.fade {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    top: -25%; }
  .modal.fade.in {
    top: 50%; }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }
  .modal-header .close {
    margin-top: 2px; }

.modal-body {
  padding: 15px; }

.modal-body .modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  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 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  *zoom: 1; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: ""; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn {
    float: right;
    margin-left: 5px;
    margin-bottom: 0; }

/* Correção do SASS (coloca automaticamente display: block) */
label {
  display: inline; }

body#outer {
  font-family: 'Droid Sans', 'Helvetica', 'Arial', sans-serif; }
  body#outer p {
    font-family: 'Droid Sans', 'Helvetica', 'Arial', sans-serif; }
  body#outer ul {
    margin-left: 0px;
    margin-top: 0px; }

#brasil:after {
  background-color: #006B0A;
  border-bottom-color: #FFB400;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  content: " ";
  display: block;
  height: 1px;
  text-align: center;
  width: 980px; }

#brasil {
  height: 28px;
  /*background: #F1D800;*/
  width: 100%;
  text-align: center;
  background-color: #7F7F7F; }
  #brasil span {
    background-image: url("../img/bg/barra-brasil-v3-cinza.gif");
    width: 980px;
    background-position: right bottom;
    height: 28px;
    background-color: transparent;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin: -2px auto; }

#container {
  *zoom: 1;
  margin: 0 auto;
  width: 980px;
  max-width: 980px;
  background: white; }
  #container:before, #container:after {
    display: table;
    content: ""; }
  #container:after {
    clear: both; }
  #container header {
    /*background: url("../img/bg/bg_header.png") 0 0 repeat-x; luiz>*/
    position: absolute;
    left: 0;
    width: 100%;
    height: 124px; /* luiz> height: 288px;*/

    /*luiz> */
	padding: 15px 0 0 0;
	background-color: #19882c;
 /* Old browsers */
	background-color: #0A5517;
	background-image: -moz-radial-gradient(center, ellipse cover,  #19882c 1%, #025310 100%);
 /* FF3.6+ */
	background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#19882c), color-stop(100%,#025310));
 /* Chrome,Safari4+ */
	background-image: -webkit-radial-gradient(center, ellipse cover,  #19882c 1%,#025310 100%);
 /* Chrome10+,Safari5.1+ */
	background-image: -o-radial-gradient(center, ellipse cover,  #19882c 1%,#025310 100%);
 /* Opera 12+ */
	background-image: -ms-radial-gradient(center, ellipse cover,  #19882c 1%,#025310 100%);
 /* IE10+ */
	background-image: radial-gradient(ellipse at center,  #19882c 1%,#025310 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19882c', endColorstr='#025310',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */
	color: #fff;
    /*luiz>*/
}
    #container header > .container {
      width: 980px;
      max-width: 980px;
      height: 100%;
      margin: 0 auto;
      /*background: url("../img/bg/bg_header_over.png") 0 0 no-repeat; luiz>*/
    }
    #container header #zoom {
      float: left;
      margin-left: 20px;
      width: 60px;
      margin-right: 20px;
      margin-top: 10px;
      float: right;
      text-align: center;
      padding: 2px 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background: rgba(0, 0, 0, 0.2);
      visibility: hidden;
    }

    #container header #zoom a {
        text-decoration: none;
        color: #FFFFFF; /*luiz> */
        margin-left: 10px;
    }
    
    #container header #zoom a:first-child {
          margin-left: 0px;
    }
    
    #site_logo {
      float: left;
      margin-left: 5px;
      width: 220px;
      margin-top: -4px;
      height: 162px;
      width: 430px;
      /*background-image: url("../img/logo.png"); luiz>*/
      background-repeat: no-repeat;
      overflow: hidden;
      display: block;
    }
    
    #site_logo a {
        display: block;
        height: 162px;
        /*padding-top: 162px; luiz>*/

    }

    #site_logo {
        margin-top:0px;
    }

    #site_logo a,
    #site_logo a:visited,
    #site_logo a:hover
    {
        margin: 0.4em 0;
        color: #FFFFFF;
        display: block;
        height: 85px;
        text-decoration:none;
        font: 100% Arial,FreeSans,sans-serif;
        font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    }

    #site_logo span {
        display: block;
    }

    #portal-title {
        font-weight: 800;
        font-size: 3.7em;
        letter-spacing: -0.05em;
        margin: 0;
        margin-left: -2px;
        height: 64px;
    }

    #portal-description {
        font-size: 1.15em;
        text-transform: uppercase;
    }

    #portal-type {
        font-size: 0.9em;
        height: 1px;
        padding-top:5px;
    }


    #container header #news {
     clear: both;
      float: left;
      margin-left: 20px;
      width: 100px; /*saint */
      float: right;
      height: 35px;
      margin-top: -85px; /*saint> */

     }
      #container header #news li {
        display: block;
        float: left;
        margin-right: 10px; /*luiz> margin-right: 15px;*/
        height: 20px; /*luiz>  height: 36px;*/
        overflow: hidden;
      }
        #container header #news li a {
          height: 20px;
          width: 20px; /*saint> */
          overflow: hidden;
          background-position: 0 0;
          background-image: url("../img/bg/bts_redes_brancos.png"); /* luiz> background-image: url("../img/bg/bts_redes.png");*/
          display: block;
          padding-top: 35px;
      }
      #container header #news #twitter a {
        background-position: -20px 0; /*saint> */}
      #container header #news #identica a {
        background-position: -40px 0; /*saint> */
      }
    #container header nav {
      clear: both;
      /*margin-top: 8px; luiz> margin-top: 25px; */
      float: right; /* luiz> float: left;*/
      width: 100%;

      /*luiz> */
      background: #0a5517;
      height:27px;
      left: 0px;
      top: 138px;
      position: absolute;
    }
      #container header nav a {
        font-size: 1em; /*luiz> 1em;*/
      }
      #container header nav ul.nav {
        float: left;
        margin-left: 20px;
        width: 700px;
        list-style: none;
        margin-top: -1em; }
        #container header nav ul.nav > li {
          margin-top: 1em;
          margin-right: 20px;
          float: left;
          *zoom: 1; }
          #container header nav ul.nav > li:before, #container header nav ul.nav > li:after {
            display: table;
            content: ""; }
          #container header nav ul.nav > li:after {
            clear: both; }
          #container header nav ul.nav > li > a {
            color: #ffffff;
            padding: 7px 15px;
            background: #497aa9;
            background: -moz-linear-gradient(top, #548cc0 0%, #3e6992);
            background: -webkit-gradient(linear, left top, left bottom, from(#548cc0), to(#3e6992));
            background: -webkit-linear-gradient(left, #548cc0 0%, #3e6992 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(left, #548cc0 0%, #3e6992 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(left, #548cc0 0%, #3e6992 100%);
            /* IE10+ */
            background: linear-gradient(left, #548cc0 0%, #3e6992 100%);
            /* W3C */
            filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#548cc0', EndColorStr='#3e6992')";
            /* IE6,IE7 */
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#548cc0', EndColorStr='#3e6992')";
            /* IE8 */
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #3e6992;
            -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 1px white;
            -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 1px white;
            text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.3); }
            #container header nav ul.nav > li > a:hover {
              background: -moz-linear-gradient(top, #3e6992 0%, #548cc0);
              background: -webkit-gradient(linear, left top, left bottom, from(#3e6992), to(#548cc0));
              -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 3px 4px rgba(0, 0, 0, 0.2);
              -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 3px 4px rgba(0, 0, 0, 0.2);
              text-decoration: none; }
      #container header nav a#governo {
        float: left;
        margin-left: 20px;
        width: 60px;
        margin-right: 20px;
        text-align: center;
        color: #ffffff;
        padding: 7px 15px;
        float: right;
        background: #51a814;
        background: -moz-linear-gradient(top, #82c917 0%, #208712);
        background: -webkit-gradient(linear, left top, left bottom, from(#82c917), to(#208712));
        background: -webkit-linear-gradient(left, #82c917 0%, #208712 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #82c917 0%, #208712 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #82c917 0%, #208712 100%);
        /* IE10+ */
        background: linear-gradient(left, #82c917 0%, #208712 100%);
        /* W3C */
        filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#82c917', EndColorStr='#208712')";
        /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#82c917', EndColorStr='#208712')";
        /* IE8 */
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #208712;
        -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 1px white;
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 1px white;
        text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.3);
        width: 10.769em; }
        #container header nav a#governo:hover {
          background: -moz-linear-gradient(top, #208712 0%, #82c917);
          background: -webkit-gradient(linear, left top, left bottom, from(#208712), to(#82c917));
          -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 3px 4px rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 3px 4px rgba(0, 0, 0, 0.2);
          text-decoration: none; }
  #container div[role='main'] {
    *zoom: 1;
    margin-top: 190px; /*luiz> margin-top: 280px;*/
    }
    #container div[role='main']:before, #container div[role='main']:after {
      display: table;
      content: ""; }
    #container div[role='main']:after {
      clear: both; }
    #container div[role='main'] div.type-page, #container div[role='main'] div.type-post {
      margin-left: 2em;
      margin-right: 2em; }
      #container div[role='main'] div.type-page div.entry-content, #container div[role='main'] div.type-post div.entry-content {
        margin-top: 1em; }
    #container div[role='main'] section {
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin-bottom: 30px;
      background: #ececec url("../img/bg/bg_boxes.png") 0 0 repeat;
      border: 1px solid #DDD; }
      #container div[role='main'] section .nav-tabs {
        margin-top: 0;
        margin-bottom: 0; }
        #container div[role='main'] section .nav-tabs a {
          margin-top: 0;
          border: 1px solid #DDDDDD;
          border-top-left-radius: 10px;
          border-top-right-radius: 50px 40px;
          padding-right: 20px;
          margin-left: -10px;
          color: #777777;
          text-shadow: none;
          background: -moz-linear-gradient(top, white 0%, white 45%, #ebebeb 50%, #ebebeb);
          background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(0.45, white), color-stop(0.5, #ebebeb), to(#ebebeb)); }
        #container div[role='main'] section .nav-tabs li {
          float: left;
          position: relative;
          z-index: 0; }
        #container div[role='main'] section .nav-tabs li:first-child a {
          margin-left: 0; }
        #container div[role='main'] section .nav-tabs li.active {
          z-index: 999; }
        #container div[role='main'] section .nav-tabs li.active a, #container div[role='main'] section .nav-tabs a:hover {
          color: #FFFFFF;
          border: 1px solid #3190d4;
          text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5), 0px -1px 0px rgba(0, 0, 0, 0.3);
          background: -moz-linear-gradient(top, #95d0f7 0%, #6dafd9 45%, #48a4e6 50%, #48a4e6);
          background: -webkit-gradient(linear, left top, left bottom, from(#95d0f7), color-stop(0.45, #6dafd9), color-stop(0.5, #48a4e6), to(#48a4e6)); }
      #container div[role='main'] section h1, #container div[role='main'] section p, #container div[role='main'] section h2, #container div[role='main'] section span {
        margin-left: 20px;
        margin-right: 20px; }
      #container div[role='main'] section h1 {
        margin-left: 0;
        margin-bottom: 1em;
        display: block;
        width: 100%;
        height: 34px;
        /* from: http://www.colorzilla.com/gradient-editor/#cebc9a+0,ffd375+100;Custom */
        background: #cebc9a;
        /* Old browsers */
        background: #cebc9a;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlYmM5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmQzNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, #cebc9a 0%, #ffd375 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #cebc9a), color-stop(100%, #ffd375));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #cebc9a 0%, #ffd375 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #cebc9a 0%, #ffd375 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #cebc9a 0%, #ffd375 100%);
        /* IE10+ */
        background: linear-gradient(left, #cebc9a 0%, #ffd375 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cebc9a', endColorstr='#ffd375',GradientType=1 );
        /* IE6-8 */
        /* end of colorzilla code */
        font-size: 14px;
        color: #FFFFFF;
        text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3);
        border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        -webkit-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.3); }
        #container div[role='main'] section h1 span {
          display: block;
          height: 33px;
          margin: 0;
          padding: 0 20px;
          background: url("../img/bg/bg_boxes_fino.png") 1px 0 repeat;
          border-top-left-radius: 5px;
          -moz-border-top-left-radius: 5px;
          border-top-right-radius: 5px;
          -moz-border-top-right-radius: 5px;
          -webkit-box-shadow: inset 0 0 5px #ffffff;
          -moz-box-shadow: inset 0 0 5px #ffffff;
          border-bottom: 1px solid #cccccc; }
      #container div[role='main'] section h2 {
        font-size: 1.077em;
        line-height: 140%; }
        #container div[role='main'] section h2 a {
          color: inherit; }
    #container div[role='main'] form#search, #container div[role='main'] #featureddata, #container div[role='main'] #top_apps {
      float: left;
      margin-left: 20px;
      width: 540px; }
    #container div[role='main'] #new, #container div[role='main'] #data_by_category {
      float: left;
      margin-left: 20px;
      width: 380px; }
    #container div[role='main'] #top_apps, #container div[role='main'] #data_by_category {
      margin-top: 20px;
      height: 248px; }
    #container div[role='main'] #featureddata {
      margin-top: 20px;
      height: 268px; }
    #container div[role='main'] form#search {
      margin-bottom: 0;
      height: 30px;
      padding: 5px;
      width: 530px;
      background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd);
      background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border: 1px solid #CCCCCC; }
      #container div[role='main'] form#search #busca {
        width: 433px;
        margin-left: 0;
        border: 0;
        padding: 0 5px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        -moz-box-shadow: inset 1px 3px 4px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: inset 1px 3px 4px rgba(0, 0, 0, 0.2); }
      #container div[role='main'] form#search #btnbusca {
        width: 75px;
        margin-left: 5px;
        height: 30px;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
        background-color: #f6f6f6;
        border: 1px solid #CCCCCC;
        color: #777777;
        -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); }
    #container div[role='main'] #new {
      height: 330px;
      margin-top: -42px; }
      #container div[role='main'] #new p {
        padding-bottom: 4px;
        border-bottom: 1px solid darkgray; }
      #container div[role='main'] #new span.datanoticia {
        float: right;
        color: gray;
        margin-top: 1em; }
    #container div[role='main'] #apps {
      background: #ececec;
      border: 1px solid #7d99aa;
      -moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
      margin-top: 20px;
      float: left;
      margin-left: 20px;
      width: 940px; }
      #container div[role='main'] #apps ul {
        overflow: hidden;
        padding: 20px 30px;
        list-style: none;
        margin: 0;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        #container div[role='main'] #apps ul .carousel-inner {
          margin-left: 136px; }
        #container div[role='main'] #apps ul li {
          float: left;
          margin-left: 20px;
          width: 300px;
          margin-top: 0px; }
          #container div[role='main'] #apps ul li h2 {
            margin: 0;
              margin-top: 20px;
              margin-bottom: 10px;
            font-weight: 700; }
          #container div[role='main'] #apps ul li img {
            width: 107px;
            height: 110px;
            float: left;
            margin-right: 10px;
            background: #3AAA35; }
          #container div[role='main'] #apps ul li p {
            font-size: 13px;
            line-height: 18px;
            width: 148px;
            float: left;
            margin-left: 5px; }
    #container div[role='main'] #top_apps {
      background: none;
      border: 0; }
      #container div[role='main'] #top_apps .tab-content {
        height: 215px;
        background: #ececec url("../img/bg/bg_boxes.png") 0 0 repeat;
        border: 1px solid #DDD;
        -moz-border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px; }
        #container div[role='main'] #top_apps .tab-content a {
          color: inherit;
          font-weight: bold; }
  #container .footer.outer {
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 230px;
    background: #034811; /*saint> */
    border-bottom: 1px solid #73aae2;
    color: #FFF;
    border-top: 2px solid #CCC; }
    #container .footer.outer a, #container .footer.outer h3 {
      color: inherit; }
    #container .footer.outer .footer.inner {
      width: 100%;
      min-height: 230px;
      background: #034811; /*saint> */ }
    #container .footer.outer footer {
      width: 980px;
      max-width: 980px;
      margin: 0 auto;
      padding: 15px 2px 25px;
      *zoom: 1; }
      #container .footer.outer footer:before, #container .footer.outer footer:after {
        display: table;
        content: ""; }
      #container .footer.outer footer:after {
        clear: both; }
      #container .footer.outer footer div {
        float: left;
        margin-left: 20px;
        width: 220px; }
        #container .footer.outer footer div ul {
          list-style: none;
          margin: 0;
          line-height: 1.385em; }
          #container .footer.outer footer div ul li:before {
            content: "\25B8 \2003"; }
      #container .footer.outer footer h3 {
        margin-bottom: 15px;
        font-size: 1.385em; }
      #container .footer.outer footer #colophon {
        float: left;
        margin-left: 20px;
        width: 940px;
        clear: both;
        margin-top: 2em; }

#container div[role='main'] .type-page h1,
#container div[role='main'] .type-post h1,
#content .type-page h1,
#content .type-post h1 {
  font-size: 2.308em; }
#container div[role='main'] .type-page section.conteudo,
#container div[role='main'] .type-post section.conteudo,
#content .type-page section.conteudo,
#content .type-post section.conteudo {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  border: 1px solid #7d99aa;
  -moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5em; }
  #container div[role='main'] .type-page section.conteudo h2,
  #container div[role='main'] .type-post section.conteudo h2,
  #content .type-page section.conteudo h2,
  #content .type-post section.conteudo h2 {
    font-size: 1.2em;
    margin-left: 0;
    margin-bottom: 1em; }
    #container div[role='main'] .type-page section.conteudo h2 a.headerlink,
    #container div[role='main'] .type-post section.conteudo h2 a.headerlink,
    #content .type-page section.conteudo h2 a.headerlink,
    #content .type-post section.conteudo h2 a.headerlink {
      margin-left: 0.5em;
      visibility: hidden; }
  #container div[role='main'] .type-page section.conteudo h2:hover a.headerlink,
  #container div[role='main'] .type-post section.conteudo h2:hover a.headerlink,
  #content .type-page section.conteudo h2:hover a.headerlink,
  #content .type-post section.conteudo h2:hover a.headerlink {
    color: #08c;
    visibility: visible; }
  #container div[role='main'] .type-page section.conteudo span,
  #container div[role='main'] .type-post section.conteudo span,
  #content .type-page section.conteudo span,
  #content .type-post section.conteudo span {
    margin: 0; }
  #container div[role='main'] .type-page section.conteudo p,
  #container div[role='main'] .type-post section.conteudo p,
  #content .type-page section.conteudo p,
  #content .type-post section.conteudo p {
    margin: 0 0 1em;
    font-size: 1em; }
  #container div[role='main'] .type-page section.conteudo aside.entry-meta,
  #container div[role='main'] .type-post section.conteudo aside.entry-meta,
  #content .type-page section.conteudo aside.entry-meta,
  #content .type-post section.conteudo aside.entry-meta {
    margin: 0 0 1em 3em;
    font-size: 0.846em;
    font-style: italic;
    color: gray; }
  #container div[role='main'] .type-page section.conteudo blockquote,
  #container div[role='main'] .type-post section.conteudo blockquote,
  #content .type-page section.conteudo blockquote,
  #content .type-post section.conteudo blockquote {
    margin: 1em 3em; }
  #container div[role='main'] .type-page section.conteudo ul,
  #container div[role='main'] .type-post section.conteudo ul,
  #content .type-page section.conteudo ul,
  #content .type-post section.conteudo ul {
    margin-left: 2em; }
    #container div[role='main'] .type-page section.conteudo ul li,
    #container div[role='main'] .type-post section.conteudo ul li,
    #content .type-page section.conteudo ul li,
    #content .type-post section.conteudo ul li {
      margin-bottom: 1em; }
  #container div[role='main'] .type-page section.conteudo ol,
  #container div[role='main'] .type-post section.conteudo ol,
  #content .type-page section.conteudo ol,
  #content .type-post section.conteudo ol {
    margin-bottom: 1em; }
  #container div[role='main'] .type-page section.conteudo .form,
  #container div[role='main'] .type-post section.conteudo .form,
  #content .type-page section.conteudo .form,
  #content .type-post section.conteudo .form {
    width: 100%; }
    #container div[role='main'] .type-page section.conteudo .form form label,
    #container div[role='main'] .type-post section.conteudo .form form label,
    #content .type-page section.conteudo .form form label,
    #content .type-post section.conteudo .form form label {
      width: 8em; }
    #container div[role='main'] .type-page section.conteudo .form form label::before,
    #container div[role='main'] .type-post section.conteudo .form form label::before,
    #content .type-page section.conteudo .form form label::before,
    #content .type-post section.conteudo .form form label::before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 1px;
      margin: 0;
      margin-bottom: 1em; }
    #container div[role='main'] .type-page section.conteudo .form form label .required,
    #container div[role='main'] .type-post section.conteudo .form form label .required,
    #content .type-page section.conteudo .form form label .required,
    #content .type-post section.conteudo .form form label .required {
      margin: 0;
      color: red; }
    #container div[role='main'] .type-page section.conteudo .form form input[type='text'], #container div[role='main'] .type-page section.conteudo .form form input[type='email'], #container div[role='main'] .type-page section.conteudo .form form input[type='url'], #container div[role='main'] .type-page section.conteudo .form form textarea,
    #container div[role='main'] .type-post section.conteudo .form form input[type='text'],
    #container div[role='main'] .type-post section.conteudo .form form input[type='email'],
    #container div[role='main'] .type-post section.conteudo .form form input[type='url'],
    #container div[role='main'] .type-post section.conteudo .form form textarea,
    #content .type-page section.conteudo .form form input[type='text'],
    #content .type-page section.conteudo .form form input[type='email'],
    #content .type-page section.conteudo .form form input[type='url'],
    #content .type-page section.conteudo .form form textarea,
    #content .type-post section.conteudo .form form input[type='text'],
    #content .type-post section.conteudo .form form input[type='email'],
    #content .type-post section.conteudo .form form input[type='url'],
    #content .type-post section.conteudo .form form textarea {
      width: 23em; }
    #container div[role='main'] .type-page section.conteudo .form form input[type='submit'],
    #container div[role='main'] .type-post section.conteudo .form form input[type='submit'],
    #content .type-page section.conteudo .form form input[type='submit'],
    #content .type-post section.conteudo .form form input[type='submit'] {
      display: block; }
  #container div[role='main'] .type-page section.conteudo .ref-dou,
  #container div[role='main'] .type-post section.conteudo .ref-dou,
  #content .type-page section.conteudo .ref-dou,
  #content .type-post section.conteudo .ref-dou {
    color: red;
    text-align: right;
    margin: 3em 0 0; }
#container div[role='main'] .type-page span,
#container div[role='main'] .type-post span,
#content .type-page span,
#content .type-post span {
  margin: 0; }

.faq-link:hover, .faq-link a:hover {
  cursor: help; }

.aplicativo {
  float: left;
  margin-left: 20px;
  width: 300px;
  margin-bottom: 50px;
  margin-left: 100px;
  margin-top: 10px; }
  .aplicativo img {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
  .aplicativo a:hover {
    cursor: pointer; }

#comments {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  border: 1px solid #7d99aa;
  -moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  margin-left: 2em;
  margin-right: 2em;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ececec url("../img/bg/bg_boxes.png") 0 0 repeat; }
  #comments h2 {
    font-size: 1.2em;
    margin-left: 0;
    margin-bottom: 1em; }
    #comments h2 a.headerlink {
      margin-left: 0.5em;
      visibility: hidden; }
  #comments h2:hover a.headerlink {
    color: #08c;
    visibility: visible; }
  #comments span {
    margin: 0; }
  #comments p {
    margin: 0 0 1em;
    font-size: 1em; }
  #comments aside.entry-meta {
    margin: 0 0 1em 3em;
    font-size: 0.846em;
    font-style: italic;
    color: gray; }
  #comments blockquote {
    margin: 1em 3em; }
  #comments ul {
    margin-left: 2em; }
    #comments ul li {
      margin-bottom: 1em; }
  #comments ol {
    margin-bottom: 1em; }
  #comments .form {
    width: 100%; }
    #comments .form form label {
      width: 8em; }
    #comments .form form label::before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 1px;
      margin: 0;
      margin-bottom: 1em; }
    #comments .form form label .required {
      margin: 0;
      color: red; }
    #comments .form form input[type='text'], #comments .form form input[type='email'], #comments .form form input[type='url'], #comments .form form textarea {
      width: 23em; }
    #comments .form form input[type='submit'] {
      display: block; }
  #comments .ref-dou {
    color: red;
    text-align: right;
    margin: 3em 0 0; }

/* pagina de aplicativos */
#container div[role='main'] .type-page section#aplicativos #apps-tabs {
  position: relative;
  padding-left: 18.5em;
  width: 546px;
  height: 62em; }
  #container div[role='main'] .type-page section#aplicativos #apps-tabs > nav > ul.ui-tabs-nav {
    margin: 0; }
    #container div[role='main'] .type-page section#aplicativos #apps-tabs > nav > ul.ui-tabs-nav > li.ui-state-default {
      margin: 0; }
  #container div[role='main'] .type-page section#aplicativos #apps-tabs .ui-widget-header {
    background: #CCC; }
  #container div[role='main'] .type-page section#aplicativos #apps-tabs .ui-tabs-nav {
    position: absolute;
    left: 0.25em;
    top: 0.25em;
    bottom: 0.25em;
    width: 18em;
    padding: 0.2em 0 0.2em 0.2em; }
  #container div[role='main'] .type-page section#aplicativos #apps-tabs .ui-tabs-nav li {
    right: 1px;
    width: 100%;
    border-right: none;
    border-bottom-width: 1px !important;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    overflow: hidden; }
  #container div[role='main'] .type-page section#aplicativos #apps-tabs .ui-tabs-nav li.ui-tabs-selected {
    border-right: 1px solid transparent; }
  #container div[role='main'] .type-page section#aplicativos #apps-tabs .ui-tabs-nav li a {
    float: right;
    width: 100%;
    text-align: right; }
  #container div[role='main'] .type-page section#aplicativos #apps-tabs .ui-tabs-panel {
    bottom: 0;
    width: 502px;
    /*height: 353px; */
    padding: 0; }
  #container div[role='main'] .type-page section#aplicativos #apps-tabs .sticky-top {
    position: fixed !important;
    top: 0;
    width: 502px; }
  #container div[role='main'] .type-page section#aplicativos #apps-tabs .sticky-bottom {
    position: absolute !important;
    bottom: 0; }
  #container div[role='main'] .type-page section#aplicativos #apps-tabs > nav > ul {
    overflow: hidden; }
  #container div[role='main'] .type-page section#aplicativos #apps-tabs > div dt {
    font-weight: bold; }
  #container div[role='main'] .type-page section#aplicativos #apps-tabs > div dd {
    white-space: pre-line; }
  #container div[role='main'] .type-page section#aplicativos #apps-tabs > div dt, #container div[role='main'] .type-page section#aplicativos #apps-tabs #apps-tabs > div dd {
    margin: 0;
    display: inline; }
  #container div[role='main'] .type-page section#aplicativos #apps-tabs .overlay {
    position: absolute;
    background-color: #fff;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    opacity: 0.3;
    width: 531px;
    height: 40em;
    margin-left: 8px;
    margin-top: 10px;
    transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg); }
  #container div[role='main'] .type-page section#aplicativos #apps-tabs > div article {
    opacity: 1;
    position: absolute;
    padding: 1em 1.4em; }

#apps-tabs.ui-widget-content {
  background: none;
  /* override jquery ui default */ }

#tabs-1 .overlay {
  background-image: url("/img/app/reputacao-sa546px.png"); }

#tabs-2 .overlay {
  background-image: url("/img/app/reclamacoes-procon546px.png"); }

#tabs-3 .overlay {
  background-image: url("/img/app/reclamacoes-br546px.png"); }

#tabs-4 .overlay {
  background-image: url("/img/app/pro-analise546px.png"); }

#tabs-5 .overlay {
  background-image: url("/img/app/meudinheiro546px.png"); }

#tabs-6 .overlay {
  background-image: url("/img/app/acidentes546px.png"); }

#tabs-7 .overlay {
  background-image: url("/img/app/ondeacontece546px.png"); }

#tabs-8 .overlay {
  background-image: url("/img/app/fornecedores546px.png"); }

#tabs-9 .overlay {
  background-image: url("/img/app/aeroportosbrasil546px.png"); }

#tabs-10 .overlay {
  background-image: url("/img/app/willbot546px.png"); }

#tabs-11 .overlay {
  background-image: url("/img/app/vereadores546px.png"); }

#tabs-12 .overlay {
  background-image: url("/img/app/radarparlamentar546px.png"); }

#tabs-13 .overlay {
  background-image: url("/img/app/wikicamara546px.png"); }

#tabs-14 .overlay {
  background-image: url("/img/app/geoleis546px.png"); }

#tabs-15 .overlay {
  background-image: url("/img/app/camaravisual546px.png"); }

#tabs-16 .overlay {
  background-image: url("/img/app/falacamara546px.png"); }

#tabs-17 .overlay {
  background-image: url("/img/app/basometro546px.png"); }

#tabs-18 .overlay {
  background-image: url("/img/app/olhoneles546px.png"); }

#tabs-19 .overlay {
  background-image: url("/img/app/dashboardobraspac546px.png"); }

/*luiz> */

#menu-lateral {
    float: left;
    width:190px;
    padding-top: 10px;
}

#menu-lateral ul {
    list-style-type:none;
    /*text-align:center;*/
    padding-bottom: 10px;
}
#menu-lateral a,
#menu-lateral a:hover,
#menu-lateral a:active,
#menu-lateral a:visited,
#menu-lateral a:focus
{
    /*text-align:center;*/
    color:#0088CC;
    font-weight: normal;
    font-size: small;
    padding-left: 10px;
}

#content2 {
    float: right;
    width:980px;
}

#menusec {
    font-weight: bold;
    font-size: medium;
    padding-left: 0px;
 
}

#menu-lateral  {
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin-bottom: 30px;
      background: #ececec url("../img/bg/bg_boxes.png") 0 0 repeat;
      border: 1px solid #DDD;
}

#menu-horizontal {
    max-width:955px;
    margin: 0 auto;
}

#menu-horizontal a {
    color: #FFFFFF;
    font: Arial,FreeSans,sans-serif;
}

.barra-apoio {
    float: right;
    font-size: 1.2em;
    line-height: 1.25em;
    list-style: none outside none;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font: 100% Arial,FreeSans,sans-serif;
    padding-top: 4px;
}

.barra-apoio li {
    display: inline;
    padding: 0 8px 0 10px;
    height: 15px;
    border-left: 0.1em solid #FFFFFF;
}

.barra-apoio .first {
    border-left: medium none;
}

#accessibility {
    display: block !important;
    float: left;
    font-size: 0.8em;
    width: 50%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    list-style: none outside none;
    color: #FFFFFF;
}

#accessibility li {
    display: inline;
}

#accessibility a,
#accessibility a:hover,
#accessibility a:active,
#accessibility a:visited,
#accessibility a:focus
{
    color: rgb(220, 255, 227);
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    text-decoration:none;
}

#accessibility span {
    background: none repeat scroll 0 0 #9ED5AB;
    color: #006600;
    padding: 0 4px;
}

#accessibility a {
    color: #DCFFE3;
    margin-right: 8px;
}

#logo-brasil img {
    float: right;
}

#acesso-brasil-rodape {
    width: 940px;
    padding-top:20px;

}
