@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

/**/
/*NOVOS ITENS DO HTML*/

header #acessibilidade {
  background-color: #0a4a22;
  color: #ffffff;
  min-height: 8px;
  margin: 0;
  font-size: 0.85em;
  padding: 3px 5px 5px 5px;
}

header #acessibilidade > div {
  max-width: 75rem;
  margin: 0 auto;
}

header #acessibilidade div a {
  font-size: 11px;
  color: #ffffff !important;
}

header #acessibilidade > div a span {
  padding: 0 4px 0 4px;
  background: #0a4a22;
  color: #ffffff;
}

header #acessibilidade > div li:not(:last-child):after {
  content: '|';
  margin: 0 2px 0 4px;
}

footer #wrapper-footer-brasil {
  max-width: 75rem;
  margin: 0 auto;
  min-height: 55px;
}

footer #wrapper-footer-brasil .logo-acesso-footer {
  float: left;
  background: url(/assets/externo/img/goiasTransparente.png) center no-repeat;
  width: 216px;
  height: 56px;
  margin-left: 5px;
}

footer #wrapper-footer-brasil .logo-brasil-footer {
  float: right;
  width: 93px;
  background: url(https://cdn.segplan.go.gov.br/sistemas/ligthblue/brasao.png)
    center no-repeat;
  height: 56px;
  margin-right: 5px;
}

div.desenv {
  background-color: #fff;
}

div.desenv div {
  max-width: 75rem;
  margin: 8px auto;
}
div.desenv p {
  margin: 0px;
  font-size: 13px;
}

a {
  color: #0a4a22;
}

/**/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  -webkit-font-smoothing: subpixel-antialiased;
  -o-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -ms-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
*:focus {
  outline: none;
}

input:focus {
  box-shadow: 0 0 5px 2px #f1ca7f !important;
}

a:focus {
  box-shadow: 0 0 5px 2px #f1ca7f !important;
}
a:link,
a:visited {
  text-decoration: none;
  color: #0a4a22;
}
a:hover {
  text-decoration: underline;
}

* li {
  display: inline;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.clear {
  clear: both;
}

h1 {
  border-bottom: none;
  color: #0a4a22;
  margin: 0.5em 0 0.5em;
}

h2 {
  border-bottom: none;
  color: #0a4a22;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 2.1875em;
  line-height: 1.2em;
  margin: -7px 0 0.5em;
}
@media screen and (max-width: 460px) {
  h2 {
    font-size: 1.6875em;
  }
}

h3 {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #0a4a22;
  font-size: 1.125em;
  line-height: 1.4em;
  margin-top: 20px;
}

fieldset {
  border: none;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  width: auto;
}

input {
  font-family: 'Open Sans';
}

input[type='search'] {
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type='text']:focus {
  background-color: #ffffff;
}

p {
  line-height: 1.4em;
  color: #606060;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0')
      format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: '\f000';
}
.fa-music:before {
  content: '\f001';
}
.fa-search:before {
  content: '\f002';
}
.fa-envelope-o:before {
  content: '\f003';
}
.fa-heart:before {
  content: '\f004';
}
.fa-star:before {
  content: '\f005';
}
.fa-star-o:before {
  content: '\f006';
}
.fa-user:before {
  content: '\f007';
}
.fa-film:before {
  content: '\f008';
}
.fa-th-large:before {
  content: '\f009';
}
.fa-th:before {
  content: '\f00a';
}
.fa-th-list:before {
  content: '\f00b';
}
.fa-check:before {
  content: '\f00c';
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '\f00d';
}
.fa-search-plus:before {
  content: '\f00e';
}
.fa-search-minus:before {
  content: '\f010';
}
.fa-power-off:before {
  content: '\f011';
}
.fa-signal:before {
  content: '\f012';
}
.fa-gear:before,
.fa-cog:before {
  content: '\f013';
}
.fa-trash-o:before {
  content: '\f014';
}
.fa-home:before {
  content: '\f015';
}
.fa-file-o:before {
  content: '\f016';
}
.fa-clock-o:before {
  content: '\f017';
}
.fa-road:before {
  content: '\f018';
}
.fa-download:before {
  content: '\f019';
}
.fa-arrow-circle-o-down:before {
  content: '\f01a';
}
.fa-arrow-circle-o-up:before {
  content: '\f01b';
}
.fa-inbox:before {
  content: '\f01c';
}
.fa-play-circle-o:before {
  content: '\f01d';
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: '\f01e';
}
.fa-refresh:before {
  content: '\f021';
}
.fa-list-alt:before {
  content: '\f022';
}
.fa-lock:before {
  content: '\f023';
}
.fa-flag:before {
  content: '\f024';
}
.fa-headphones:before {
  content: '\f025';
}
.fa-volume-off:before {
  content: '\f026';
}
.fa-volume-down:before {
  content: '\f027';
}
.fa-volume-up:before {
  content: '\f028';
}
.fa-qrcode:before {
  content: '\f029';
}
.fa-barcode:before {
  content: '\f02a';
}
.fa-tag:before {
  content: '\f02b';
}
.fa-tags:before {
  content: '\f02c';
}
.fa-book:before {
  content: '\f02d';
}
.fa-bookmark:before {
  content: '\f02e';
}
.fa-print:before {
  content: '\f02f';
}
.fa-camera:before {
  content: '\f030';
}
.fa-font:before {
  content: '\f031';
}
.fa-bold:before {
  content: '\f032';
}
.fa-italic:before {
  content: '\f033';
}
.fa-text-height:before {
  content: '\f034';
}
.fa-text-width:before {
  content: '\f035';
}
.fa-align-left:before {
  content: '\f036';
}
.fa-align-center:before {
  content: '\f037';
}
.fa-align-right:before {
  content: '\f038';
}
.fa-align-justify:before {
  content: '\f039';
}
.fa-list:before {
  content: '\f03a';
}
.fa-dedent:before,
.fa-outdent:before {
  content: '\f03b';
}
.fa-indent:before {
  content: '\f03c';
}
.fa-video-camera:before {
  content: '\f03d';
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '\f03e';
}
.fa-pencil:before {
  content: '\f040';
}
.fa-map-marker:before {
  content: '\f041';
}
.fa-adjust:before {
  content: '\f042';
}
.fa-tint:before {
  content: '\f043';
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: '\f044';
}
.fa-share-square-o:before {
  content: '\f045';
}
.fa-check-square-o:before {
  content: '\f046';
}
.fa-arrows:before {
  content: '\f047';
}
.fa-step-backward:before {
  content: '\f048';
}
.fa-fast-backward:before {
  content: '\f049';
}
.fa-backward:before {
  content: '\f04a';
}
.fa-play:before {
  content: '\f04b';
}
.fa-pause:before {
  content: '\f04c';
}
.fa-stop:before {
  content: '\f04d';
}
.fa-forward:before {
  content: '\f04e';
}
.fa-fast-forward:before {
  content: '\f050';
}
.fa-step-forward:before {
  content: '\f051';
}
.fa-eject:before {
  content: '\f052';
}
.fa-chevron-left:before {
  content: '\f053';
}
.fa-chevron-right:before {
  content: '\f054';
}
.fa-plus-circle:before {
  content: '\f055';
}
.fa-minus-circle:before {
  content: '\f056';
}
.fa-times-circle:before {
  content: '\f057';
}
.fa-check-circle:before {
  content: '\f058';
}
.fa-question-circle:before {
  content: '\f059';
}
.fa-info-circle:before {
  content: '\f05a';
}
.fa-crosshairs:before {
  content: '\f05b';
}
.fa-times-circle-o:before {
  content: '\f05c';
}
.fa-check-circle-o:before {
  content: '\f05d';
}
.fa-ban:before {
  content: '\f05e';
}
.fa-arrow-left:before {
  content: '\f060';
}
.fa-arrow-right:before {
  content: '\f061';
}
.fa-arrow-up:before {
  content: '\f062';
}
.fa-arrow-down:before {
  content: '\f063';
}
.fa-mail-forward:before,
.fa-share:before {
  content: '\f064';
}
.fa-expand:before {
  content: '\f065';
}
.fa-compress:before {
  content: '\f066';
}
.fa-plus:before {
  content: '\f067';
}
.fa-minus:before {
  content: '\f068';
}
.fa-asterisk:before {
  content: '\f069';
}
.fa-exclamation-circle:before {
  content: '\f06a';
}
.fa-gift:before {
  content: '\f06b';
}
.fa-leaf:before {
  content: '\f06c';
}
.fa-fire:before {
  content: '\f06d';
}
.fa-eye:before {
  content: '\f06e';
}
.fa-eye-slash:before {
  content: '\f070';
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '\f071';
}
.fa-plane:before {
  content: '\f072';
}
.fa-calendar:before {
  content: '\f073';
}
.fa-random:before {
  content: '\f074';
}
.fa-comment:before {
  content: '\f075';
}
.fa-magnet:before {
  content: '\f076';
}
.fa-chevron-up:before {
  content: '\f077';
}
.fa-chevron-down:before {
  content: '\f078';
}
.fa-retweet:before {
  content: '\f079';
}
.fa-shopping-cart:before {
  content: '\f07a';
}
.fa-folder:before {
  content: '\f07b';
}
.fa-folder-open:before {
  content: '\f07c';
}
.fa-arrows-v:before {
  content: '\f07d';
}
.fa-arrows-h:before {
  content: '\f07e';
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '\f080';
}
.fa-twitter-square:before {
  content: '\f081';
}
.fa-facebook-square:before {
  content: '\f082';
}
.fa-camera-retro:before {
  content: '\f083';
}
.fa-key:before {
  content: '\f084';
}
.fa-gears:before,
.fa-cogs:before {
  content: '\f085';
}
.fa-comments:before {
  content: '\f086';
}
.fa-thumbs-o-up:before {
  content: '\f087';
}
.fa-thumbs-o-down:before {
  content: '\f088';
}
.fa-star-half:before {
  content: '\f089';
}
.fa-heart-o:before {
  content: '\f08a';
}
.fa-sign-out:before {
  content: '\f08b';
}
.fa-linkedin-square:before {
  content: '\f08c';
}
.fa-thumb-tack:before {
  content: '\f08d';
}
.fa-external-link:before {
  content: '\f08e';
}
.fa-sign-in:before {
  content: '\f090';
}
.fa-trophy:before {
  content: '\f091';
}
.fa-github-square:before {
  content: '\f092';
}
.fa-upload:before {
  content: '\f093';
}
.fa-lemon-o:before {
  content: '\f094';
}
.fa-phone:before {
  content: '\f095';
}
.fa-square-o:before {
  content: '\f096';
}
.fa-bookmark-o:before {
  content: '\f097';
}
.fa-phone-square:before {
  content: '\f098';
}
.fa-twitter:before {
  content: '\f099';
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a';
}
.fa-github:before {
  content: '\f09b';
}
.fa-unlock:before {
  content: '\f09c';
}
.fa-credit-card:before {
  content: '\f09d';
}
.fa-feed:before,
.fa-rss:before {
  content: '\f09e';
}
.fa-hdd-o:before {
  content: '\f0a0';
}
.fa-bullhorn:before {
  content: '\f0a1';
}
.fa-bell:before {
  content: '\f0f3';
}
.fa-certificate:before {
  content: '\f0a3';
}
.fa-hand-o-right:before {
  content: '\f0a4';
}
.fa-hand-o-left:before {
  content: '\f0a5';
}
.fa-hand-o-up:before {
  content: '\f0a6';
}
.fa-hand-o-down:before {
  content: '\f0a7';
}
.fa-arrow-circle-left:before {
  content: '\f0a8';
}
.fa-arrow-circle-right:before {
  content: '\f0a9';
}
.fa-arrow-circle-up:before {
  content: '\f0aa';
}
.fa-arrow-circle-down:before {
  content: '\f0ab';
}
.fa-globe:before {
  content: '\f0ac';
}
.fa-wrench:before {
  content: '\f0ad';
}
.fa-tasks:before {
  content: '\f0ae';
}
.fa-filter:before {
  content: '\f0b0';
}
.fa-briefcase:before {
  content: '\f0b1';
}
.fa-arrows-alt:before {
  content: '\f0b2';
}
.fa-group:before,
.fa-users:before {
  content: '\f0c0';
}
.fa-chain:before,
.fa-link:before {
  content: '\f0c1';
}
.fa-cloud:before {
  content: '\f0c2';
}
.fa-flask:before {
  content: '\f0c3';
}
.fa-cut:before,
.fa-scissors:before {
  content: '\f0c4';
}
.fa-copy:before,
.fa-files-o:before {
  content: '\f0c5';
}
.fa-paperclip:before {
  content: '\f0c6';
}
.fa-save:before,
.fa-floppy-o:before {
  content: '\f0c7';
}
.fa-square:before {
  content: '\f0c8';
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '\f0c9';
}
.fa-list-ul:before {
  content: '\f0ca';
}
.fa-list-ol:before {
  content: '\f0cb';
}
.fa-strikethrough:before {
  content: '\f0cc';
}
.fa-underline:before {
  content: '\f0cd';
}
.fa-table:before {
  content: '\f0ce';
}
.fa-magic:before {
  content: '\f0d0';
}
.fa-truck:before {
  content: '\f0d1';
}
.fa-pinterest:before {
  content: '\f0d2';
}
.fa-pinterest-square:before {
  content: '\f0d3';
}
.fa-google-plus-square:before {
  content: '\f0d4';
}
.fa-google-plus:before {
  content: '\f0d5';
}
.fa-money:before {
  content: '\f0d6';
}
.fa-caret-down:before {
  content: '\f0d7';
}
.fa-caret-up:before {
  content: '\f0d8';
}
.fa-caret-left:before {
  content: '\f0d9';
}
.fa-caret-right:before {
  content: '\f0da';
}
.fa-columns:before {
  content: '\f0db';
}
.fa-unsorted:before,
.fa-sort:before {
  content: '\f0dc';
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: '\f0dd';
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: '\f0de';
}
.fa-envelope:before {
  content: '\f0e0';
}
.fa-linkedin:before {
  content: '\f0e1';
}
.fa-rotate-left:before,
.fa-undo:before {
  content: '\f0e2';
}
.fa-legal:before,
.fa-gavel:before {
  content: '\f0e3';
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: '\f0e4';
}
.fa-comment-o:before {
  content: '\f0e5';
}
.fa-comments-o:before {
  content: '\f0e6';
}
.fa-flash:before,
.fa-bolt:before {
  content: '\f0e7';
}
.fa-sitemap:before {
  content: '\f0e8';
}
.fa-umbrella:before {
  content: '\f0e9';
}
.fa-paste:before,
.fa-clipboard:before {
  content: '\f0ea';
}
.fa-lightbulb-o:before {
  content: '\f0eb';
}
.fa-exchange:before {
  content: '\f0ec';
}
.fa-cloud-download:before {
  content: '\f0ed';
}
.fa-cloud-upload:before {
  content: '\f0ee';
}
.fa-user-md:before {
  content: '\f0f0';
}
.fa-stethoscope:before {
  content: '\f0f1';
}
.fa-suitcase:before {
  content: '\f0f2';
}
.fa-bell-o:before {
  content: '\f0a2';
}
.fa-coffee:before {
  content: '\f0f4';
}
.fa-cutlery:before {
  content: '\f0f5';
}
.fa-file-text-o:before {
  content: '\f0f6';
}
.fa-building-o:before {
  content: '\f0f7';
}
.fa-hospital-o:before {
  content: '\f0f8';
}
.fa-ambulance:before {
  content: '\f0f9';
}
.fa-medkit:before {
  content: '\f0fa';
}
.fa-fighter-jet:before {
  content: '\f0fb';
}
.fa-beer:before {
  content: '\f0fc';
}
.fa-h-square:before {
  content: '\f0fd';
}
.fa-plus-square:before {
  content: '\f0fe';
}
.fa-angle-double-left:before {
  content: '\f100';
}
.fa-angle-double-right:before {
  content: '\f101';
}
.fa-angle-double-up:before {
  content: '\f102';
}
.fa-angle-double-down:before {
  content: '\f103';
}
.fa-angle-left:before {
  content: '\f104';
}
.fa-angle-right:before {
  content: '\f105';
}
.fa-angle-up:before {
  content: '\f106';
}
.fa-angle-down:before {
  content: '\f107';
}
.fa-desktop:before {
  content: '\f108';
}
.fa-laptop:before {
  content: '\f109';
}
.fa-tablet:before {
  content: '\f10a';
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b';
}
.fa-circle-o:before {
  content: '\f10c';
}
.fa-quote-left:before {
  content: '\f10d';
}
.fa-quote-right:before {
  content: '\f10e';
}
.fa-spinner:before {
  content: '\f110';
}
.fa-circle:before {
  content: '\f111';
}
.fa-mail-reply:before,
.fa-reply:before {
  content: '\f112';
}
.fa-github-alt:before {
  content: '\f113';
}
.fa-folder-o:before {
  content: '\f114';
}
.fa-folder-open-o:before {
  content: '\f115';
}
.fa-smile-o:before {
  content: '\f118';
}
.fa-frown-o:before {
  content: '\f119';
}
.fa-meh-o:before {
  content: '\f11a';
}
.fa-gamepad:before {
  content: '\f11b';
}
.fa-keyboard-o:before {
  content: '\f11c';
}
.fa-flag-o:before {
  content: '\f11d';
}
.fa-flag-checkered:before {
  content: '\f11e';
}
.fa-terminal:before {
  content: '\f120';
}
.fa-code:before {
  content: '\f121';
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '\f122';
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '\f123';
}
.fa-location-arrow:before {
  content: '\f124';
}
.fa-crop:before {
  content: '\f125';
}
.fa-code-fork:before {
  content: '\f126';
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: '\f127';
}
.fa-question:before {
  content: '\f128';
}
.fa-info:before {
  content: '\f129';
}
.fa-exclamation:before {
  content: '\f12a';
}
.fa-superscript:before {
  content: '\f12b';
}
.fa-subscript:before {
  content: '\f12c';
}
.fa-eraser:before {
  content: '\f12d';
}
.fa-puzzle-piece:before {
  content: '\f12e';
}
.fa-microphone:before {
  content: '\f130';
}
.fa-microphone-slash:before {
  content: '\f131';
}
.fa-shield:before {
  content: '\f132';
}
.fa-calendar-o:before {
  content: '\f133';
}
.fa-fire-extinguisher:before {
  content: '\f134';
}
.fa-rocket:before {
  content: '\f135';
}
.fa-maxcdn:before {
  content: '\f136';
}
.fa-chevron-circle-left:before {
  content: '\f137';
}
.fa-chevron-circle-right:before {
  content: '\f138';
}
.fa-chevron-circle-up:before {
  content: '\f139';
}
.fa-chevron-circle-down:before {
  content: '\f13a';
}
.fa-html5:before {
  content: '\f13b';
}
.fa-css3:before {
  content: '\f13c';
}
.fa-anchor:before {
  content: '\f13d';
}
.fa-unlock-alt:before {
  content: '\f13e';
}
.fa-bullseye:before {
  content: '\f140';
}
.fa-ellipsis-h:before {
  content: '\f141';
}
.fa-ellipsis-v:before {
  content: '\f142';
}
.fa-rss-square:before {
  content: '\f143';
}
.fa-play-circle:before {
  content: '\f144';
}
.fa-ticket:before {
  content: '\f145';
}
.fa-minus-square:before {
  content: '\f146';
}
.fa-minus-square-o:before {
  content: '\f147';
}
.fa-level-up:before {
  content: '\f148';
}
.fa-level-down:before {
  content: '\f149';
}
.fa-check-square:before {
  content: '\f14a';
}
.fa-pencil-square:before {
  content: '\f14b';
}
.fa-external-link-square:before {
  content: '\f14c';
}
.fa-share-square:before {
  content: '\f14d';
}
.fa-compass:before {
  content: '\f14e';
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '\f150';
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '\f151';
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '\f152';
}
.fa-euro:before,
.fa-eur:before {
  content: '\f153';
}
.fa-gbp:before {
  content: '\f154';
}
.fa-dollar:before,
.fa-usd:before {
  content: '\f155';
}
.fa-rupee:before,
.fa-inr:before {
  content: '\f156';
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '\f157';
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '\f158';
}
.fa-won:before,
.fa-krw:before {
  content: '\f159';
}
.fa-bitcoin:before,
.fa-btc:before {
  content: '\f15a';
}
.fa-file:before {
  content: '\f15b';
}
.fa-file-text:before {
  content: '\f15c';
}
.fa-sort-alpha-asc:before {
  content: '\f15d';
}
.fa-sort-alpha-desc:before {
  content: '\f15e';
}
.fa-sort-amount-asc:before {
  content: '\f160';
}
.fa-sort-amount-desc:before {
  content: '\f161';
}
.fa-sort-numeric-asc:before {
  content: '\f162';
}
.fa-sort-numeric-desc:before {
  content: '\f163';
}
.fa-thumbs-up:before {
  content: '\f164';
}
.fa-thumbs-down:before {
  content: '\f165';
}
.fa-youtube-square:before {
  content: '\f166';
}
.fa-youtube:before {
  content: '\f167';
}
.fa-xing:before {
  content: '\f168';
}
.fa-xing-square:before {
  content: '\f169';
}
.fa-youtube-play:before {
  content: '\f16a';
}
.fa-dropbox:before {
  content: '\f16b';
}
.fa-stack-overflow:before {
  content: '\f16c';
}
.fa-instagram:before {
  content: '\f16d';
}
.fa-flickr:before {
  content: '\f16e';
}
.fa-adn:before {
  content: '\f170';
}
.fa-bitbucket:before {
  content: '\f171';
}
.fa-bitbucket-square:before {
  content: '\f172';
}
.fa-tumblr:before {
  content: '\f173';
}
.fa-tumblr-square:before {
  content: '\f174';
}
.fa-long-arrow-down:before {
  content: '\f175';
}
.fa-long-arrow-up:before {
  content: '\f176';
}
.fa-long-arrow-left:before {
  content: '\f177';
}
.fa-long-arrow-right:before {
  content: '\f178';
}
.fa-apple:before {
  content: '\f179';
}
.fa-windows:before {
  content: '\f17a';
}
.fa-android:before {
  content: '\f17b';
}
.fa-linux:before {
  content: '\f17c';
}
.fa-dribbble:before {
  content: '\f17d';
}
.fa-skype:before {
  content: '\f17e';
}
.fa-foursquare:before {
  content: '\f180';
}
.fa-trello:before {
  content: '\f181';
}
.fa-female:before {
  content: '\f182';
}
.fa-male:before {
  content: '\f183';
}
.fa-gittip:before,
.fa-gratipay:before {
  content: '\f184';
}
.fa-sun-o:before {
  content: '\f185';
}
.fa-moon-o:before {
  content: '\f186';
}
.fa-archive:before {
  content: '\f187';
}
.fa-bug:before {
  content: '\f188';
}
.fa-vk:before {
  content: '\f189';
}
.fa-weibo:before {
  content: '\f18a';
}
.fa-renren:before {
  content: '\f18b';
}
.fa-pagelines:before {
  content: '\f18c';
}
.fa-stack-exchange:before {
  content: '\f18d';
}
.fa-arrow-circle-o-right:before {
  content: '\f18e';
}
.fa-arrow-circle-o-left:before {
  content: '\f190';
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '\f191';
}
.fa-dot-circle-o:before {
  content: '\f192';
}
.fa-wheelchair:before {
  content: '\f193';
}
.fa-vimeo-square:before {
  content: '\f194';
}
.fa-turkish-lira:before,
.fa-try:before {
  content: '\f195';
}
.fa-plus-square-o:before {
  content: '\f196';
}
.fa-space-shuttle:before {
  content: '\f197';
}
.fa-slack:before {
  content: '\f198';
}
.fa-envelope-square:before {
  content: '\f199';
}
.fa-wordpress:before {
  content: '\f19a';
}
.fa-openid:before {
  content: '\f19b';
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '\f19c';
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '\f19d';
}
.fa-yahoo:before {
  content: '\f19e';
}
.fa-google:before {
  content: '\f1a0';
}
.fa-reddit:before {
  content: '\f1a1';
}
.fa-reddit-square:before {
  content: '\f1a2';
}
.fa-stumbleupon-circle:before {
  content: '\f1a3';
}
.fa-stumbleupon:before {
  content: '\f1a4';
}
.fa-delicious:before {
  content: '\f1a5';
}
.fa-digg:before {
  content: '\f1a6';
}
.fa-pied-piper-pp:before {
  content: '\f1a7';
}
.fa-pied-piper-alt:before {
  content: '\f1a8';
}
.fa-drupal:before {
  content: '\f1a9';
}
.fa-joomla:before {
  content: '\f1aa';
}
.fa-language:before {
  content: '\f1ab';
}
.fa-fax:before {
  content: '\f1ac';
}
.fa-building:before {
  content: '\f1ad';
}
.fa-child:before {
  content: '\f1ae';
}
.fa-paw:before {
  content: '\f1b0';
}
.fa-spoon:before {
  content: '\f1b1';
}
.fa-cube:before {
  content: '\f1b2';
}
.fa-cubes:before {
  content: '\f1b3';
}
.fa-behance:before {
  content: '\f1b4';
}
.fa-behance-square:before {
  content: '\f1b5';
}
.fa-steam:before {
  content: '\f1b6';
}
.fa-steam-square:before {
  content: '\f1b7';
}
.fa-recycle:before {
  content: '\f1b8';
}
.fa-automobile:before,
.fa-car:before {
  content: '\f1b9';
}
.fa-cab:before,
.fa-taxi:before {
  content: '\f1ba';
}
.fa-tree:before {
  content: '\f1bb';
}
.fa-spotify:before {
  content: '\f1bc';
}
.fa-deviantart:before {
  content: '\f1bd';
}
.fa-soundcloud:before {
  content: '\f1be';
}
.fa-database:before {
  content: '\f1c0';
}
.fa-file-pdf-o:before {
  content: '\f1c1';
}
.fa-file-word-o:before {
  content: '\f1c2';
}
.fa-file-excel-o:before {
  content: '\f1c3';
}
.fa-file-powerpoint-o:before {
  content: '\f1c4';
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '\f1c5';
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '\f1c6';
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '\f1c7';
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '\f1c8';
}
.fa-file-code-o:before {
  content: '\f1c9';
}
.fa-vine:before {
  content: '\f1ca';
}
.fa-codepen:before {
  content: '\f1cb';
}
.fa-jsfiddle:before {
  content: '\f1cc';
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '\f1cd';
}
.fa-circle-o-notch:before {
  content: '\f1ce';
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: '\f1d0';
}
.fa-ge:before,
.fa-empire:before {
  content: '\f1d1';
}
.fa-git-square:before {
  content: '\f1d2';
}
.fa-git:before {
  content: '\f1d3';
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: '\f1d4';
}
.fa-tencent-weibo:before {
  content: '\f1d5';
}
.fa-qq:before {
  content: '\f1d6';
}
.fa-wechat:before,
.fa-weixin:before {
  content: '\f1d7';
}
.fa-send:before,
.fa-paper-plane:before {
  content: '\f1d8';
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '\f1d9';
}
.fa-history:before {
  content: '\f1da';
}
.fa-circle-thin:before {
  content: '\f1db';
}
.fa-header:before {
  content: '\f1dc';
}
.fa-paragraph:before {
  content: '\f1dd';
}
.fa-sliders:before {
  content: '\f1de';
}
.fa-share-alt:before {
  content: '\f1e0';
}
.fa-share-alt-square:before {
  content: '\f1e1';
}
.fa-bomb:before {
  content: '\f1e2';
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '\f1e3';
}
.fa-tty:before {
  content: '\f1e4';
}
.fa-binoculars:before {
  content: '\f1e5';
}
.fa-plug:before {
  content: '\f1e6';
}
.fa-slideshare:before {
  content: '\f1e7';
}
.fa-twitch:before {
  content: '\f1e8';
}
.fa-yelp:before {
  content: '\f1e9';
}
.fa-newspaper-o:before {
  content: '\f1ea';
}
.fa-wifi:before {
  content: '\f1eb';
}
.fa-calculator:before {
  content: '\f1ec';
}
.fa-paypal:before {
  content: '\f1ed';
}
.fa-google-wallet:before {
  content: '\f1ee';
}
.fa-cc-visa:before {
  content: '\f1f0';
}
.fa-cc-mastercard:before {
  content: '\f1f1';
}
.fa-cc-discover:before {
  content: '\f1f2';
}
.fa-cc-amex:before {
  content: '\f1f3';
}
.fa-cc-paypal:before {
  content: '\f1f4';
}
.fa-cc-stripe:before {
  content: '\f1f5';
}
.fa-bell-slash:before {
  content: '\f1f6';
}
.fa-bell-slash-o:before {
  content: '\f1f7';
}
.fa-trash:before {
  content: '\f1f8';
}
.fa-copyright:before {
  content: '\f1f9';
}
.fa-at:before {
  content: '\f1fa';
}
.fa-eyedropper:before {
  content: '\f1fb';
}
.fa-paint-brush:before {
  content: '\f1fc';
}
.fa-birthday-cake:before {
  content: '\f1fd';
}
.fa-area-chart:before {
  content: '\f1fe';
}
.fa-pie-chart:before {
  content: '\f200';
}
.fa-line-chart:before {
  content: '\f201';
}
.fa-lastfm:before {
  content: '\f202';
}
.fa-lastfm-square:before {
  content: '\f203';
}
.fa-toggle-off:before {
  content: '\f204';
}
.fa-toggle-on:before {
  content: '\f205';
}
.fa-bicycle:before {
  content: '\f206';
}
.fa-bus:before {
  content: '\f207';
}
.fa-ioxhost:before {
  content: '\f208';
}
.fa-angellist:before {
  content: '\f209';
}
.fa-cc:before {
  content: '\f20a';
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '\f20b';
}
.fa-meanpath:before {
  content: '\f20c';
}
.fa-buysellads:before {
  content: '\f20d';
}
.fa-connectdevelop:before {
  content: '\f20e';
}
.fa-dashcube:before {
  content: '\f210';
}
.fa-forumbee:before {
  content: '\f211';
}
.fa-leanpub:before {
  content: '\f212';
}
.fa-sellsy:before {
  content: '\f213';
}
.fa-shirtsinbulk:before {
  content: '\f214';
}
.fa-simplybuilt:before {
  content: '\f215';
}
.fa-skyatlas:before {
  content: '\f216';
}
.fa-cart-plus:before {
  content: '\f217';
}
.fa-cart-arrow-down:before {
  content: '\f218';
}
.fa-diamond:before {
  content: '\f219';
}
.fa-ship:before {
  content: '\f21a';
}
.fa-user-secret:before {
  content: '\f21b';
}
.fa-motorcycle:before {
  content: '\f21c';
}
.fa-street-view:before {
  content: '\f21d';
}
.fa-heartbeat:before {
  content: '\f21e';
}
.fa-venus:before {
  content: '\f221';
}
.fa-mars:before {
  content: '\f222';
}
.fa-mercury:before {
  content: '\f223';
}
.fa-intersex:before,
.fa-transgender:before {
  content: '\f224';
}
.fa-transgender-alt:before {
  content: '\f225';
}
.fa-venus-double:before {
  content: '\f226';
}
.fa-mars-double:before {
  content: '\f227';
}
.fa-venus-mars:before {
  content: '\f228';
}
.fa-mars-stroke:before {
  content: '\f229';
}
.fa-mars-stroke-v:before {
  content: '\f22a';
}
.fa-mars-stroke-h:before {
  content: '\f22b';
}
.fa-neuter:before {
  content: '\f22c';
}
.fa-genderless:before {
  content: '\f22d';
}
.fa-facebook-official:before {
  content: '\f230';
}
.fa-pinterest-p:before {
  content: '\f231';
}
.fa-whatsapp:before {
  content: '\f232';
}
.fa-server:before {
  content: '\f233';
}
.fa-user-plus:before {
  content: '\f234';
}
.fa-user-times:before {
  content: '\f235';
}
.fa-hotel:before,
.fa-bed:before {
  content: '\f236';
}
.fa-viacoin:before {
  content: '\f237';
}
.fa-train:before {
  content: '\f238';
}
.fa-subway:before {
  content: '\f239';
}
.fa-medium:before {
  content: '\f23a';
}
.fa-yc:before,
.fa-y-combinator:before {
  content: '\f23b';
}
.fa-optin-monster:before {
  content: '\f23c';
}
.fa-opencart:before {
  content: '\f23d';
}
.fa-expeditedssl:before {
  content: '\f23e';
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: '\f240';
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '\f241';
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: '\f242';
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '\f243';
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: '\f244';
}
.fa-mouse-pointer:before {
  content: '\f245';
}
.fa-i-cursor:before {
  content: '\f246';
}
.fa-object-group:before {
  content: '\f247';
}
.fa-object-ungroup:before {
  content: '\f248';
}
.fa-sticky-note:before {
  content: '\f249';
}
.fa-sticky-note-o:before {
  content: '\f24a';
}
.fa-cc-jcb:before {
  content: '\f24b';
}
.fa-cc-diners-club:before {
  content: '\f24c';
}
.fa-clone:before {
  content: '\f24d';
}
.fa-balance-scale:before {
  content: '\f24e';
}
.fa-hourglass-o:before {
  content: '\f250';
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '\f251';
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '\f252';
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '\f253';
}
.fa-hourglass:before {
  content: '\f254';
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '\f255';
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '\f256';
}
.fa-hand-scissors-o:before {
  content: '\f257';
}
.fa-hand-lizard-o:before {
  content: '\f258';
}
.fa-hand-spock-o:before {
  content: '\f259';
}
.fa-hand-pointer-o:before {
  content: '\f25a';
}
.fa-hand-peace-o:before {
  content: '\f25b';
}
.fa-trademark:before {
  content: '\f25c';
}
.fa-registered:before {
  content: '\f25d';
}
.fa-creative-commons:before {
  content: '\f25e';
}
.fa-gg:before {
  content: '\f260';
}
.fa-gg-circle:before {
  content: '\f261';
}
.fa-tripadvisor:before {
  content: '\f262';
}
.fa-odnoklassniki:before {
  content: '\f263';
}
.fa-odnoklassniki-square:before {
  content: '\f264';
}
.fa-get-pocket:before {
  content: '\f265';
}
.fa-wikipedia-w:before {
  content: '\f266';
}
.fa-safari:before {
  content: '\f267';
}
.fa-chrome:before {
  content: '\f268';
}
.fa-firefox:before {
  content: '\f269';
}
.fa-opera:before {
  content: '\f26a';
}
.fa-internet-explorer:before {
  content: '\f26b';
}
.fa-tv:before,
.fa-television:before {
  content: '\f26c';
}
.fa-contao:before {
  content: '\f26d';
}
.fa-500px:before {
  content: '\f26e';
}
.fa-amazon:before {
  content: '\f270';
}
.fa-calendar-plus-o:before {
  content: '\f271';
}
.fa-calendar-minus-o:before {
  content: '\f272';
}
.fa-calendar-times-o:before {
  content: '\f273';
}
.fa-calendar-check-o:before {
  content: '\f274';
}
.fa-industry:before {
  content: '\f275';
}
.fa-map-pin:before {
  content: '\f276';
}
.fa-map-signs:before {
  content: '\f277';
}
.fa-map-o:before {
  content: '\f278';
}
.fa-map:before {
  content: '\f279';
}
.fa-commenting:before {
  content: '\f27a';
}
.fa-commenting-o:before {
  content: '\f27b';
}
.fa-houzz:before {
  content: '\f27c';
}
.fa-vimeo:before {
  content: '\f27d';
}
.fa-black-tie:before {
  content: '\f27e';
}
.fa-fonticons:before {
  content: '\f280';
}
.fa-reddit-alien:before {
  content: '\f281';
}
.fa-edge:before {
  content: '\f282';
}
.fa-credit-card-alt:before {
  content: '\f283';
}
.fa-codiepie:before {
  content: '\f284';
}
.fa-modx:before {
  content: '\f285';
}
.fa-fort-awesome:before {
  content: '\f286';
}
.fa-usb:before {
  content: '\f287';
}
.fa-product-hunt:before {
  content: '\f288';
}
.fa-mixcloud:before {
  content: '\f289';
}
.fa-scribd:before {
  content: '\f28a';
}
.fa-pause-circle:before {
  content: '\f28b';
}
.fa-pause-circle-o:before {
  content: '\f28c';
}
.fa-stop-circle:before {
  content: '\f28d';
}
.fa-stop-circle-o:before {
  content: '\f28e';
}
.fa-shopping-bag:before {
  content: '\f290';
}
.fa-shopping-basket:before {
  content: '\f291';
}
.fa-hashtag:before {
  content: '\f292';
}
.fa-bluetooth:before {
  content: '\f293';
}
.fa-bluetooth-b:before {
  content: '\f294';
}
.fa-percent:before {
  content: '\f295';
}
.fa-gitlab:before {
  content: '\f296';
}
.fa-wpbeginner:before {
  content: '\f297';
}
.fa-wpforms:before {
  content: '\f298';
}
.fa-envira:before {
  content: '\f299';
}
.fa-universal-access:before {
  content: '\f29a';
}
.fa-wheelchair-alt:before {
  content: '\f29b';
}
.fa-question-circle-o:before {
  content: '\f29c';
}
.fa-blind:before {
  content: '\f29d';
}
.fa-audio-description:before {
  content: '\f29e';
}
.fa-volume-control-phone:before {
  content: '\f2a0';
}
.fa-braille:before {
  content: '\f2a1';
}
.fa-assistive-listening-systems:before {
  content: '\f2a2';
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: '\f2a3';
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: '\f2a4';
}
.fa-glide:before {
  content: '\f2a5';
}
.fa-glide-g:before {
  content: '\f2a6';
}
.fa-signing:before,
.fa-sign-language:before {
  content: '\f2a7';
}
.fa-low-vision:before {
  content: '\f2a8';
}
.fa-viadeo:before {
  content: '\f2a9';
}
.fa-viadeo-square:before {
  content: '\f2aa';
}
.fa-snapchat:before {
  content: '\f2ab';
}
.fa-snapchat-ghost:before {
  content: '\f2ac';
}
.fa-snapchat-square:before {
  content: '\f2ad';
}
.fa-pied-piper:before {
  content: '\f2ae';
}
.fa-first-order:before {
  content: '\f2b0';
}
.fa-yoast:before {
  content: '\f2b1';
}
.fa-themeisle:before {
  content: '\f2b2';
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: '\f2b3';
}
.fa-fa:before,
.fa-font-awesome:before {
  content: '\f2b4';
}
.fa-handshake-o:before {
  content: '\f2b5';
}
.fa-envelope-open:before {
  content: '\f2b6';
}
.fa-envelope-open-o:before {
  content: '\f2b7';
}
.fa-linode:before {
  content: '\f2b8';
}
.fa-address-book:before {
  content: '\f2b9';
}
.fa-address-book-o:before {
  content: '\f2ba';
}
.fa-vcard:before,
.fa-address-card:before {
  content: '\f2bb';
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: '\f2bc';
}
.fa-user-circle:before {
  content: '\f2bd';
}
.fa-user-circle-o:before {
  content: '\f2be';
}
.fa-user-o:before {
  content: '\f2c0';
}
.fa-id-badge:before {
  content: '\f2c1';
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: '\f2c2';
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: '\f2c3';
}
.fa-quora:before {
  content: '\f2c4';
}
.fa-free-code-camp:before {
  content: '\f2c5';
}
.fa-telegram:before {
  content: '\f2c6';
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: '\f2c7';
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: '\f2c8';
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: '\f2c9';
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: '\f2ca';
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: '\f2cb';
}
.fa-shower:before {
  content: '\f2cc';
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: '\f2cd';
}
.fa-podcast:before {
  content: '\f2ce';
}
.fa-window-maximize:before {
  content: '\f2d0';
}
.fa-window-minimize:before {
  content: '\f2d1';
}
.fa-window-restore:before {
  content: '\f2d2';
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: '\f2d3';
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: '\f2d4';
}
.fa-bandcamp:before {
  content: '\f2d5';
}
.fa-grav:before {
  content: '\f2d6';
}
.fa-etsy:before {
  content: '\f2d7';
}
.fa-imdb:before {
  content: '\f2d8';
}
.fa-ravelry:before {
  content: '\f2d9';
}
.fa-eercast:before {
  content: '\f2da';
}
.fa-microchip:before {
  content: '\f2db';
}
.fa-snowflake-o:before {
  content: '\f2dc';
}
.fa-superpowers:before {
  content: '\f2dd';
}
.fa-wpexplorer:before {
  content: '\f2de';
}
.fa-meetup:before {
  content: '\f2e0';
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

#header {
  /*padding-top: 5px;*/
  background-color: #f0f2f1;
  background: url(/assets/externo/img/topo-siteC.jpg) center center no-repeat !important;
}
#header button.searchButton {
  font-size: 1.25em;
  left: -32px;
  border: none;
  background: none;
  position: relative;
  color: #606060;
  top: 2px;
}
#header a {
  color: #606060;
}
#header #topo {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.25em;
}
#header #topo::after {
  clear: both;
  content: '';
  display: table;
}
@media screen and (max-width: 460px) {
  #header #topo {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #header #topo {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #header #topo {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/*
#header #acessibilidade {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 47.82609%;
}
#header #acessibilidade:last-child {
  margin-right: 0;
}
@media screen and (max-width: 460px) {
  #header #acessibilidade {
    display: none !important;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #header #acessibilidade {
    display: none !important;
  }
}
#header #acessibilidade a {
  margin-right: 0.5em;
  font-size: 0.6875em;
}
#header #acessibilidade li {
  white-space: nowrap;
}
#header #acessibilidade a span {
  padding: 0 4px 0 4px;
  background: #d5d5d5;
  color: #0A4A22;
}

*/
#header #portal-siteactions {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 30.43478%;
  margin-left: 17.3913%;
  margin-right: 0;
  padding-bottom: 0.3125em;
  border-bottom: 0.0625em dotted #d5d5d5;
}
#header #portal-siteactions:last-child {
  margin-right: 0;
}
@media screen and (max-width: 460px) {
  #header #portal-siteactions {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    text-align: center;
  }
  #header #portal-siteactions:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #header #portal-siteactions {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    text-align: center;
  }
  #header #portal-siteactions:last-child {
    margin-right: 0;
  }
}
#header #portal-siteactions li {
  white-space: nowrap;
}
#header #portal-siteactions a {
  padding: 0 0 0 6px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.6875em;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
#header #logo {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 73.91304%;
  margin-top: -10px;
  margin-bottom: 15px;
  white-space: nowrap;
}
#header #logo:last-child {
  margin-right: 0;
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #header #logo {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 65.21739%;
  }
  #header #logo:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 460px) {
  #header #logo {
    width: 100%;
    padding: 5px 5px 5px 0;
    margin-top: -10px;
  }
  #header #logo span {
    position: relative;
    top: 5px;
  }
  #header #logo h1 {
    font-size: 2.1em;
    white-space: normal;
    line-height: 1em;
  }
}
#header #logo a:hover {
  text-decoration: none;
}
#header #portal-title {
  color: #0a4a22;
  font-family: 'Open Sans';
  font-weight: 800;
  font-size: 2.5em;
  margin-bottom: 0;
  margin-top: 30px;
  letter-spacing: -0.05em;
  line-height: 1.4em;
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #header #portal-title {
    margin-top: 25px;
  }
}
#header #portal-description {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 100%;
  text-transform: uppercase;
  font-size: 0.875em;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #0a4a22;
}
#header #portal-description:last-child {
  margin-right: 0;
}
#header #portal-searchbox {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 21.73913%;
  margin-right: 0;
  margin-top: 3.125em;
  text-align: left;
}
#header #portal-searchbox:last-child {
  margin-right: 0;
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #header #portal-searchbox {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 30.43478%;
  }
  #header #portal-searchbox:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #header #portal-searchbox {
    width: 100%;
    display: inline-block !important;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#header #portal-searchbox form {
  white-space: nowrap;
}
#header #portal-searchbox label {
  font-weight: normal;
}
#header #portal-searchbox .searchField {
  padding: 0.3em 0.35em;
  width: 100%;
  padding: 7px 8px;
  border-radius: 5px;
  border-top: 2px solid #d5d5d5;
  border-bottom: 0;
  border-left: 2px solid #d5d5d5;
  border-right: 0;
  box-shadow: inset -2px -2px 5px -1px #f0f2f1;
  background-color: #ffffff;
}

#migalhas-de-pao {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 100%;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  height: 30px;
  font-size: 0.6875em;
}
#migalhas-de-pao:last-child {
  margin-right: 0;
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #migalhas-de-pao {
    position: relative;
    top: 2.8125em;
  }
}
@media screen and (max-width: 460px) {
  #migalhas-de-pao {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #migalhas-de-pao {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #migalhas-de-pao {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#migalhas-de-pao .voce-esta-aqui {
  color: #606060;
}
#migalhas-de-pao a,
#migalhas-de-pao span {
  color: #0a4a22;
  text-transform: uppercase;
}
#migalhas-de-pao span {
  margin-right: 0.5em;
}
#migalhas-de-pao a:hover {
  text-decoration: underline;
}
#migalhas-de-pao > span.separador {
  color: black;
}

#rodape {
  background: #f6f6f7 !important;
}
#rodape a {
  color: #606060;
}
#rodape #capacho {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 1.6875em;
}
#rodape #capacho::after {
  clear: both;
  content: '';
  display: table;
}
@media screen and (max-width: 460px) {
  #rodape #capacho {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 460px) {
  #rodape #capacho {
    padding-left: 20px;
  }
  #rodape #capacho:first-child {
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #rodape #capacho {
    padding-left: 20px;
  }
  #rodape #capacho:first-child {
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #rodape #capacho {
    padding-left: 20px;
  }
  #rodape #capacho:first-child {
    padding-left: 0;
    border-left: none;
  }
}
#rodape #capacho dl {
  float: left;
  display: block;
  margin-right: 4.34783%;
  margin-bottom: 5%;
  width: 21.73913%;
  border-left: 1px solid #0a4a22;
  padding-left: 0.6em;
}
#rodape #capacho dl:last-child {
  margin-right: 0;
}
@media screen and (max-width: 460px) {
  #rodape #capacho dl {
    width: 100%;
    margin-bottom: 1em;
    border-left: none;
    padding-left: 20px;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #rodape #capacho dl:first-child {
    padding-left: 0;
    border-left: none;
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #rodape #capacho dl:first-child {
    padding-left: 0;
    border-left: none;
    margin-left: 20px;
  }
}
#rodape #capacho dt {
  color: #0a4a22;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.125em;
  font-weight: 700;
}
#rodape #capacho dd {
  padding-top: 0.5em;
  font-size: 0.8125em;
}
#rodape #capacho dd a {
  color: #606060 !important;
}
#rodape #footer-brasil {
  background: #0a4a22;
  padding: 1.5em 0;
}

div.width-1\3a 4 {
  width: 22.75%;
}

div.width-3\3a 4 {
  width: 73.875%;
}

div.width-5 {
  width: 30.042%;
}

div.width-16 {
  width: 97.963%;
}

div.position-1\3a 4 {
  margin-left: -73.875%;
}

div.position-0 {
  margin-left: -97.963%;
}

div.position-5 {
  margin-left: -64.002%;
}

div.position-10 {
  margin-left: -30.042%;
}

.row {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 460px) {
  .row {
    width: 98.5% !important;
  }
}

.cell {
  position: relative;
  float: left;
  left: 100%;
}
@media screen and (max-width: 460px) {
  .cell {
    float: none !important;
    margin-left: -100% !important;
    width: 100% !important;
  }
}

.auto-grid {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.auto-grid::after {
  clear: both;
  content: '';
  display: table;
}

li.auto-cell {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 21.73913%;
}
li.auto-cell:last-child {
  margin-right: 0;
}
li.auto-cell:nth-child(4n) {
  margin-right: 0;
}
li.auto-cell:nth-child(4n + 1) {
  clear: left;
}
@media screen and (max-width: 460px) {
  li.auto-cell {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 100%;
  }
  li.auto-cell:last-child {
    margin-right: 0;
  }
  li.auto-cell:nth-child(1n) {
    margin-right: 0;
  }
  li.auto-cell:nth-child(1n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  li.auto-cell {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 100%;
  }
  li.auto-cell:last-child {
    margin-right: 0;
  }
  li.auto-cell:nth-child(1n) {
    margin-right: 0;
  }
  li.auto-cell:nth-child(1n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  li.auto-cell {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%;
  }
  li.auto-cell:last-child {
    margin-right: 0;
  }
  li.auto-cell:nth-child(2n) {
    margin-right: 0;
  }
  li.auto-cell:nth-child(2n + 1) {
    clear: left;
  }
}

body.contraste {
  background: #000000 !important;
  color: #ffffff !important;
}
body.contraste #header,
body.contraste #main,
body.contraste .outstanding-header .outstanding-title {
  background: #000000 !important;
  color: #ffffff !important;
}
body.contraste #rodape {
  background: #555;
}
body.contraste #header #sobre {
  background: #333;
}
body.contraste #header #sobre li {
  border-right-color: #ffffff;
}
body.contraste .busca-principal {
  background-color: #444;
  border-color: #000000;
}
body.contraste .busca-principal > form {
  background-color: #444;
}
body.contraste .busca-principal > form > input[type='submit'] {
  background-color: #000000;
  border: 1px solid #ffffff;
}
body.contraste .destaque-categoria {
  color: #000000;
}
body.contraste .destaque-categoria h3 {
  color: #000000 !important;
}
body.contraste .destaque-categoria p {
  color: #000000 !important;
}
body.contraste a,
body.contraste p,
body.contraste h4,
body.contraste .paginacao-busca,
body.contraste a.markdown,
body.contraste .titulo-home,
body.contraste li,
body.contraste .nav-tree dt h1,
body.contraste h2,
body.contraste h3,
body.contraste #capacho dt,
body.contraste .nav-tree > dd a span,
body.contraste #migalhas-de-pao a,
body.contraste #migalhas-de-pao span,
body.contraste #conteudo a:hover,
body.contraste #conteudo span,
body.contraste .tile-subtitle,
body.contraste .tile p,
body.contraste .tile a,
body.contraste #portal-siteactions a,
body.contraste #portal-siteactions a:hover,
body.contraste #logo #portal-logo,
body.contraste #logo #portal-title,
body.contraste #portal-description,
body.contraste .outstanding-header .outstanding-link,
body.contraste #conteudo .outstanding-header .outstanding-link:hover,
body.contraste .lista-vertical .tile-header span,
body.contraste .cover-collection-tile .tile-header span {
  color: #ffffff !important;
}
body.contraste #conteudo a.acao,
body.contraste #conteudo a.acao-servico {
  background-color: #ffffff;
  color: #000000 !important;
}
body.contraste #conteudo a.acao .fa,
body.contraste #conteudo a.acao .icone,
body.contraste #conteudo a.acao .icone-grande,
body.contraste #conteudo a.acao-servico .fa,
body.contraste #conteudo a.acao-servico .icone,
body.contraste #conteudo a.acao-servico .icone-grande {
  color: #555;
}
body.contraste .feedback-servico,
body.contraste .etapas .circle {
  background-color: #555;
}
body.contraste .feedback-servico input.acao,
body.contraste .etapas .circle input.acao {
  background-color: #ffffff !important;
  color: #000000 !important;
}
body.contraste .paginacao-letras a,
body.contraste .paginacao-letras .paginacao-busca {
  color: #000000 !important;
}
body.contraste #acessibilidade span {
  color: #000000 !important;
}
body.contraste #conteudo .subtitulo-etapa {
  background-color: #000000 !important;
  color: #ffffff !important;
}
body.contraste .nav-tree dt {
  color: #ffffff;
  background: #000000;
}
body.contraste .nav-tree dt .fa,
body.contraste .nav-tree dt .icone,
body.contraste .nav-tree dt .icone-grande {
  color: #ffffff;
}
body.contraste *.acao {
  background-color: #000000;
  border-color: #ffffff;
}
body.contraste #rodape #capacho .doormatColumn {
  border-color: #ffffff !important;
  background: #000000 !important;
  color: #ffffff !important;
}
body.contraste #rodape #capacho dl {
  border-left: 1px dotted #ffffff;
}
body.contraste #rodape #footer-brasil {
  background: #333;
  color: #ffffff !important;
}
body.contraste #portal-siteactions {
  border-bottom: 1px dotted #ffffff;
}
body.contraste .outstanding-header .outstanding-link {
  background: url('/img/seta_branca.png') no-repeat scroll right 5px transparent;
}
body.contraste #portal-searchbox {
  border-color: #ffffff;
  background-color: #000000;
}
body.contraste #portal-searchbox .searchField {
  background-color: #ffffff;
  color: black !important;
}
body.contraste .outstanding-header .outstanding-title {
  border-top: 2px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
body.contraste .outstanding-header {
  background: #000000;
}
body.contraste #barra-brasil .link-barra {
  color: #606060 !important;
}
body.contraste .lista-vertical {
  border: 1px solid #ffffff;
  background: #000000 !important;
}
body.contraste .destaque .area-de-interesse {
  background: none;
}

#barra-brasil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: content-box;
}

#header {
  position: relative;
}

#ponte {
  margin-left: 40px;
}
#ponte input[type='text'] {
  height: 43px;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #eee;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: open_sansregular;
  font-size: 0.95em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 200px;
  margin-top: 10px;
  margin-right: 10px;
}
#ponte input[type='submit'] {
  width: 140px;
  color: #ffffff;
  background-color: #1f4da3;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1em;
  padding: 8px 0 8px 0;
  border-radius: 4px;
  border-left: none;
  border-bottom: 2px solid #244683;
  border-right: 2px solid #244683;
  border-top: 3px solid #1f4da3;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}
#ponte label {
  display: block;
  color: #606060;
}
#ponte h3 {
  margin-left: 30px;
  margin-bottom: 10px;
  font-size: 1.2em;
}
#ponte a {
  text-decoration: none;
  color: #0a4a22;
  display: block;
  margin: 20px 6%;
  width: 223px;
  color: #ffffff;
  background-color: #1f4da3;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1em;
  padding: 8px 8px 8px 8px;
  border-radius: 4px;
  border-left: none;
  border-bottom: 2px solid #244683;
  border-right: 2px solid #244683;
  border-top: 3px solid #1f4da3;
  cursor: pointer;
}
#ponte .chave-valor label {
  display: inline-block;
}
#ponte .chave-valor label:first-child {
  width: 170px;
  text-align: right;
}
#ponte .chave-valor:nth-child(17) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px dotted #ccc;
}
#ponte .chave-valor:nth-child(32) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px dotted #ccc;
}

#main {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
#main::after {
  clear: both;
  content: '';
  display: table;
}

.pagina-inicial #conteudo {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 100%;
  margin-right: 0;
}
.pagina-inicial #conteudo:last-child {
  margin-right: 0;
}
.pagina-inicial #navegacao,
.pagina-inicial #migalhas-de-pao,
.pagina-inicial #header #portal-searchbox {
  display: none;
}

@media screen and (max-width: 460px) {
  .no-mobile,
  .paginacao-letras ul {
    display: none !important;
  }
}

@media screen and (min-width: 461px) and (max-width: 768px) {
  .no-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .no-display {
    display: none !important;
  }
}

.print-only {
  display: none !important;
}

.fa-middle {
  vertical-align: middle;
}

#conteudo,
.conteudo {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 79.91304%;
  margin-right: 0;
  line-height: 1.4em;
}
#conteudo:last-child,
.conteudo:last-child {
  margin-right: 0;
}
@media screen and (max-width: 460px) {
  #conteudo,
  .conteudo {
    margin-top: 15px;
  }
}
@media screen and (max-width: 460px) {
  #conteudo,
  .conteudo {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 100%;
  }
  #conteudo:last-child,
  .conteudo:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #conteudo,
  .conteudo {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 100%;
  }
  #conteudo:last-child,
  .conteudo:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #conteudo,
  .conteudo {
    display: table-cell;
    float: none;
  }
}
@media screen and (max-width: 460px) {
  #conteudo,
  .conteudo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #conteudo,
  .conteudo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #conteudo,
  .conteudo {
    /*padding-left: 20px;
        padding-right: 20px;*/
    width: 60%;
  }
}
#conteudo header,
.conteudo header {
  margin-bottom: 1.25em;
}
#conteudo h1,
.conteudo h1 {
  font-size: 2.1875em;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #606060;
  line-height: 1.4em;
  margin-top: 0;
}
#conteudo p.titulo-bem-vindo,
.conteudo p.titulo-bem-vindo {
  color: #606060;
  font-family: open_sansbold, 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 2.1875em;
  margin: -10px 0 5px 0;
  line-height: 1.4em;
  font-weight: bold;
}
@media screen and (max-width: 460px) {
  #conteudo p.titulo-bem-vindo,
  .conteudo p.titulo-bem-vindo {
    font-size: 1.6875em;
  }
}
#conteudo h2.titulo-home-azul,
.conteudo h2.titulo-home-azul {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin: 20px 0 30px 0px;
  color: #0a4a22;
  border-left: 5px solid #717d35;
  background: #f6f6f7;
  padding: 5px 10px;
}
#conteudo h3.subtitulo-servico,
.conteudo h3.subtitulo-servico {
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 35px;
  line-height: 1.2em;
}
#conteudo .info-extra,
.conteudo .info-extra {
  font-family: 'Open Sans';
  display: inline-block;
}
#conteudo .feedback-ouvidoria,
.conteudo .feedback-ouvidoria {
  margin: 15px 0px;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  font-size: 15px;
  padding: 25px 25px;
  text-align: center;
}
#conteudo .feedback-ouvidoria .titulo-ouvidoria,
.conteudo .feedback-ouvidoria .titulo-ouvidoria {
  color: #0a4a22;
  height: 40px;
  background-color: #f0f2f1;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-size: 13px;
  border-bottom: 1px solid #d5d5d5;
  padding: 11px 20px 0 20px;
  margin-bottom: 15px;
}
#conteudo .feedback-ouvidoria a,
.conteudo .feedback-ouvidoria a {
  padding: 15px 15px;
  display: inline-block;
  color: #0a4a22;
}
#conteudo .subtitulo-etapa,
.conteudo .subtitulo-etapa {
  margin: 15px 10px 15px 40px;
  background-color: #ffffff;
  /* border: 1px solid #d5d5d5; */
  /* border-top: 1px solid #d5d5d5; */
  font-size: 15px;
  padding-bottom: 15px;
}
#conteudo .subtitulo-etapa .titulo-documento,
.conteudo .subtitulo-etapa .titulo-documento {
  color: #0a4a22;
  height: 40px;
  background-color: #f0f2f1;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 14px;
  /* border-bottom: 1px solid #d5d5d5; */
  padding: 11px 20px 0 20px;
  margin-bottom: 15px;
  border-left: 5px solid #717d35;
  background: #f6f6f7;
}
#conteudo .subtitulo-etapa .info-etapa,
.conteudo .subtitulo-etapa .info-etapa {
  padding: 20px 20px 0 20px;
}
#conteudo .subtitulo-etapa .caso-descricao,
.conteudo .subtitulo-etapa .caso-descricao {
  color: #000;
  margin-bottom: 10px;
}
#conteudo .subtitulo-etapa ul,
.conteudo .subtitulo-etapa ul {
  display: block;
}
#conteudo .subtitulo-etapa ul li,
.conteudo .subtitulo-etapa ul li {
  display: list-item;
  list-style-type: disc;
  color: #000;
  list-style-position: inside;
  padding: 0 20px 0 20px;
}
#conteudo .subtitulo-etapa ul li p,
.conteudo .subtitulo-etapa ul li p {
  display: inline;
}
#conteudo h3.titulo-destaque,
.conteudo h3.titulo-destaque {
  font-size: 1.2em;
  color: #0a4a22;
  text-transform: uppercase;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  line-height: 1.4em;
  text-transform: none;
  margin-top: 0;
}
#conteudo h3.titulo-destaque a,
.conteudo h3.titulo-destaque a {
  color: #0a4a22;
}
#conteudo h4,
.conteudo h4,
#conteudo h4 p,
.conteudo h4 p {
  font-size: 16px;
  font-family: 'Open Sans';
  color: #404040;
  margin-bottom: 10px;
}
#conteudo h4.extra,
.conteudo h4.extra {
  font-size: 0.8125em;
  color: #606060;
  text-transform: uppercase;
}
#conteudo h4.extra.titulo-destaque,
.conteudo h4.extra.titulo-destaque {
  font-size: 1.25em;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  line-height: 1.4em;
  text-transform: none;
  margin-top: 0;
}
#conteudo p,
#conteudo span,
#conteudo a,
.conteudo p,
.conteudo span,
.conteudo a {
  color: #000;
  font-size: 0.9375em;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
#conteudo span.paginacao-busca,
.conteudo span.paginacao-busca {
  font-size: 0.8125em;
}
#conteudo ul.paginacao-busca li,
.conteudo ul.paginacao-busca li {
  font-size: 0.8125em;
}
#conteudo hr,
.conteudo hr {
  margin-top: 1.25em;
}
#conteudo ul.resultados-busca li,
.conteudo ul.resultados-busca li {
  display: list-item;
  margin: 0;
  color: #606060;
}
#conteudo ul.resultados-busca li a,
.conteudo ul.resultados-busca li a {
  margin-top: 15px;
}
#conteudo a,
.conteudo a {
  color: #0a4a22;
}

@media screen and (max-width: 460px) {
  dl.nav-tree dd {
    display: none;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  dl.nav-tree dd {
    display: none;
  }
}
dl.nav-tree dt {
  border-left: none;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  margin: 0 0 8px 0;
  border-top: 2px solid #717d35;
  background: #f6f6f7;
  color: #0a4a22;
}
@media screen and (max-width: 460px) {
  dl.nav-tree dt {
    padding: 0.4375em 20px 0.4375em 20px;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  dl.nav-tree dt {
    padding: 0.4375em 20px 0.4375em 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  dl.nav-tree dt {
    padding: 0.4375em 10px 0.4375em 5px;
  }
}
@media screen and (max-width: 460px) {
  dl.nav-tree dt {
    margin: 0 -6%;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  dl.nav-tree dt {
    margin: 0 -3%;
  }
}
dl.nav-tree ul li {
  display: list-item;
  margin: 0;
  padding: 0.5em;
  border-bottom: 0.1em solid #f0f2f1;
}
dl.nav-tree ul li a {
  color: #606060 !important;
}

dl.nav-tree ul li:last-child {
  margin-bottom: 1em;
  border-bottom: none;
}
dl.nav-tree .fa,
dl.nav-tree .icone,
dl.nav-tree .icone-grande {
  color: #0a4a22;
  float: right;
  /*padding-top: 3px;
    padding-right: 6px;*/
}

@media screen and (max-width: 460px) {
  .tile {
    margin-right: 5px;
  }
}
.tile h1 {
  margin: 0 0 10px 0;
  border-bottom: none;
  text-transform: none;
  line-height: 1.4em;
}
.tile h3 {
  margin-bottom: 5px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  line-height: 1.4em;
}
.tile .tile-subtitle {
  margin-bottom: 0.7em !important;
  color: #0a4a22;
  text-transform: uppercase;
  font-weight: normal;
}

.left {
  float: left;
  margin: 0 10px 10px 0;
}

.right {
  float: right;
  margin: 0 0 10px 10px;
}

.outstanding-header .outstanding-title {
  margin-left: 0;
  margin-bottom: none;
  line-height: 1.4em;
}

.nomes-populares {
  padding-bottom: 1em;
}

#voltar-topo {
  margin-top: 1.875em;
  margin-bottom: 1.875em;
  font-size: 14px;
}

#voltar-topo a {
  color: #606060;
}
@media screen and (max-width: 460px) {
  #voltar-topo {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #voltar-topo {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #voltar-topo {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#voltar-topo a {
  padding-left: 1.25em;
  padding-right: 0.625em;
}
#voltar-topo a span.fa-caret-up {
  color: #606060;
  padding-right: 5px;
}

.busca-erro {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 100%;
  margin-right: 0;
}
.busca-erro:last-child {
  margin-right: 0;
}
@media screen and (max-width: 460px) {
  .busca-erro {
    display: none !important;
  }
}
@media screen and (max-width: 460px) {
  .busca-erro {
    padding-right: 20px;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  .busca-erro {
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .busca-erro {
    padding-right: 20px;
  }
}
.busca-erro > form {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 30px 0;
  border-radius: 4px;
}
.busca-erro > form::after {
  clear: both;
  content: '';
  display: table;
}
.busca-erro > form input[type='search'] {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 73.91304%;
  display: block;
  background-color: #f0f2f1;
  padding: 10px;
  border-radius: 4px;
  border-top: 2px solid #d5d5d5;
  border-bottom: 0;
  border-left: 2px solid #d5d5d5;
  border-right: 0;
  box-shadow: inset -2px -2px 5px -1px #f0f2f1;
  font-size: 0.8125em;
}
.busca-erro > form input[type='search']:last-child {
  margin-right: 0;
}
.busca-erro > form input[type='search']::-webkit-input-placeholder {
  color: #606060;
}
.busca-erro > form input[type='search']::-moz-placeholder {
  color: #606060;
}
.busca-erro > form input[type='search']:-moz-placeholder {
  color: #606060;
}
.busca-erro > form input[type='search']:-ms-input-placeholder {
  color: #606060;
}
.busca-erro > form input[type='search']:focus {
  background-color: #ffffff;
}
.busca-erro > form input[type='submit'] {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 13.04348%;
  margin-right: 0;
  color: #ffffff;
  background-color: #0a4a22;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1em;
  padding: 8px 0 8px 0;
  border-radius: 4px;
  border-bottom: 2px solid #1f4da3;
  border-right: 2px solid #1f4da3;
  border-top: 3px solid #0a4a22;
  margin: 0;
}
.busca-erro > form input[type='submit']:last-child {
  margin-right: 0;
}
.busca-erro > form input[type='submit']:hover {
  background-color: #1f4da3;
  border-top: 3px solid #1f4da3;
}

.busca-principal {
  background-color: #0a4a22;
  /*border-bottom: 10px solid #f0f2f1;*/
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 100%;
  margin-right: 0;
}
.busca-principal:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .busca-principal {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .busca-principal {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*@media screen and (min-width: 461px) and (max-width: 768px) {
  .busca-principal {
    padding-left: 20px;
    padding-right: 20px;
}
}*/
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .busca-principal {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.busca-principal > form {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
  margin-bottom: 0em;
  border-radius: 4px;
}
.busca-principal > form::after {
  clear: both;
  content: '';
  display: table;
}
.busca-principal > form input[type='search'] {
  float: left;
  display: block;
  margin-right: 1%;
  width: 57%;
  display: block;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 4px;
  border-top: 2px solid #d5d5d5;
  border-bottom: 0;
  border-left: 2px solid #d5d5d5;
  border-right: 0;
  box-shadow: inset -2px -2px 5px -1px #f0f2f1;
  font-size: 0.8125em;
}
.busca-principal > form input[type='search']:last-child {
  margin-right: 0;
}
.busca-principal > form input[type='search']::-webkit-input-placeholder {
  color: #606060;
}
.busca-principal > form input[type='search']::-moz-placeholder {
  color: #606060;
}
.busca-principal > form input[type='search']:-moz-placeholder {
  color: #606060;
}
.busca-principal > form input[type='search']:-ms-input-placeholder {
  color: #606060;
}
.busca-principal > form input[type='search']:focus {
  background-color: #ffffff;
}
.busca-principal > form input[type='submit'] {
  float: right;
  /* display: block; */
  /* margin-right: 4.34783%; */
  width: 13.04348%;
  /* margin-right: 0; */
  color: #0a4a22;
  background-color: #d4b55f;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1em;
  font-weight: 700;
  padding: 7px 0;
  border-radius: 4px;
  border-bottom: 2px solid #b3a06c;
  border-right: 2px solid #b3a06c;
  border-top: 3px solid #e4c15f;
  margin: 0;
}
.busca-principal > form input[type='submit']:last-child {
  margin-right: 0;
}
.busca-principal > form input[type='submit']:hover {
  background-color: #d4b55f;
  border-top: 3px solid #d4b55f;
}
.busca-principal h2.titulo-home {
  float: left;
  display: block;
  margin-right: 4%;
  width: 28%;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.2em;
  /* line-height: 1.4em; */
  margin: 0;
  color: #fff;
  margin-top: 9px;
}
.busca-principal h2.titulo-home:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .busca-principal h2.titulo-home {
    font-size: 1.3em;
    margin-top: 7px;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  .busca-principal h2.titulo-home {
    font-size: 1.3em;
    margin-top: 7px;
  }
}

span.ticket-erro {
  font-weight: bold;
  font-family: Courier, monospaced;
}

.tiposolicitante ul li {
  list-style-type: none;
}

.markdown ul {
  color: #0a4a22;
  list-style-type: disc;
}
.markdown ul li {
  display: list-item;
  color: #606060;
  list-style-position: inside;
  list-style-type: disc;
  line-height: 100%;
  margin-bottom: 10px;
  font-size: 0.9375em;
  line-height: 1.4em;
}
.markdown ul li a {
  color: #0a4a22;
  font-size: 1em;
}
.markdown ul li a:active,
.markdown ul li a:link,
.markdown ul li a:visited {
  color: #0a4a22;
}

.margem-solicitantes {
  margin-bottom: 20px;
}

a.acao,
button.acao,
input[type='submit'].acao,
input[type='submit'].acao-busca {
  padding: 8px 13px 8px 13px;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-family: open_sansbold;
  font-size: 1em;
  text-transform: uppercase;
  background-color: #0a4a22;
}
a.acao:hover,
button.acao:hover,
input[type='submit'].acao:hover,
input[type='submit'].acao-busca:hover {
  color: #244683;
  background-color: #244683;
  border-radius: 4px;
  cursor: pointer;
  background-color: #1f4da3;
}
a.acao:visited,
a.acao:link,
button.acao:visited,
button.acao:link,
input[type='submit'].acao:visited,
input[type='submit'].acao:link,
input[type='submit'].acao-busca:visited,
input[type='submit'].acao-busca:link {
  color: #ffffff;
}

a.acao-servico,
button.acao-servico,
input[type='submit'].acao-servico,
input[type='submit'].acao-servico {
  text-transform: uppercase;
}
a.acao-servico:hover,
button.acao-servico:hover,
input[type='submit'].acao-servico:hover,
input[type='submit'].acao-servico:hover {
  color: #0a4a22;
  background-color: #d5d5d5;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
a.acao-servico .fa,
a.acao-servico .icone,
a.acao-servico .icone-grande,
button.acao-servico .fa,
button.acao-servico .icone,
button.acao-servico .icone-grande,
input[type='submit'].acao-servico .fa,
input[type='submit'].acao-servico .icone,
input[type='submit'].acao-servico .icone-grande,
input[type='submit'].acao-servico .fa,
input[type='submit'].acao-servico .icone,
input[type='submit'].acao-servico .icone-grande {
  color: #0a4a22;
  font-size: 15px;
  float: left;
  padding-right: 10px;
}

a.acao-servico,
button.acao-servico,
input[type='submit'].acao-servico {
  padding: 8px 13px 8px 13px;
  background: #f0f2f1;
  text-decoration: none;
  margin: 0 0 20px 0;
  display: inline-block;
  color: #0a4a22 !important;
  border: none;
  border-radius: 4px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 0.75em !important;
}
a.acao-servico:visited,
a.acao-servico:link,
button.acao-servico:visited,
button.acao-servico:link,
input[type='submit'].acao-servico:visited,
input[type='submit'].acao-servico:link {
  color: #ffffff;
}

.info-etapa {
  font-family: 'Open Sans';
  font-weight: 700;
  color: #606060;
  font-size: 0.9375em;
}

.etapas {
  margin-top: 35px;
  margin-bottom: 15px;
}
.etapas:nth-of-type(1) {
  margin-top: 15px;
}
.etapas .etapa {
  padding-left: 40px;
}
.etapas p.etapa {
  margin-left: 0;
  display: inline-block;
}
.etapas h4.etapa {
  padding-top: 2px;
  padding-bottom: 15px;
}
.etapas .circle {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff !important;
  text-align: center;
  padding-top: 4px;
  background: #717d35;
  float: left;
}
.etapas .fa,
.etapas .icone,
.etapas .icone-grande {
  color: #606060;
  background-color: #f0f2f1;
  padding: 5px 5px 5px 5px;
  border-radius: 4px;
}

.separacao-orgao {
  padding-top: 20px;
}

.orgao-contato {
  margin-bottom: 40px;
}

.separacao-botoes {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

ul#resultados-linhadavida,
ul#resultados-orgao {
  margin-top: 18px;
}
ul#resultados-linhadavida p,
ul#resultados-orgao p {
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
  color: #606060;
  line-height: 1.4em;
}
ul#resultados-linhadavida h3,
ul#resultados-orgao h3 {
  margin-bottom: 0;
}

ul#resultados-busca p {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
  color: #606060;
  line-height: 1.4em;
}
ul#resultados-busca h3 {
  margin-top: 20px;
}

.paginacao-busca {
  font-family: open_sansbold;
  color: #606060;
  padding: 3px 10px 3px 10px;
  text-transform: uppercase;
  display: inline-block;
}

.paginacao-letras {
  background-color: #f0f2f1;
  padding: 5px 10px 5px 0;
  border-radius: 4px;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}
.paginacao-letras ul {
  display: inline-block;
}
.paginacao-letras ul a {
  padding: 0 7px;
}
.paginacao-letras select {
  display: none;
}
@media screen and (max-width: 460px) {
  .paginacao-letras select {
    display: inline-block;
    float: right;
    margin-top: 3px;
    width: 50%;
  }
}

.total-resultados {
  margin-top: 1em;
}

ul.orgaos-a-z {
  margin-bottom: 1.25em;
}
ul.orgaos-a-z li {
  display: block;
  list-style-type: disc outside none;
  border-bottom: 1px solid #d5d5d5;
  padding: 8px 0 8px 0;
  font-size: 1em;
  font-weight: bold;
}

ul.servicos-a-z li {
  display: block;
  list-style-type: disc outside none;
  border-bottom: 1px solid #d5d5d5;
  padding-top: 8px;
}
ul.servicos-a-z h3 {
  margin: 6px 0 2px 0;
}
ul.servicos-a-z p {
  margin-bottom: 15px;
}

#navegacao {
  float: left;
  display: block;
  margin-right: 3.34783%;
  width: 16.73913%;
  margin-bottom: 35px;
}
#navegacao:last-child {
  margin-right: 0;
}
@media screen and (max-width: 460px) {
  #navegacao {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #d5d5d5;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #navegacao {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #d5d5d5;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #navegacao {
    position: relative;
    top: -60px;
    background-color: #ffffff;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #navegacao {
    padding-left: 3px;
    display: table-cell;
    float: left;
    margin-right: 3.34783%;
    width: 20.73913%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  #navegacao .nav-tree dt {
    margin: 0 0 10px 0;
    padding: 12px 10px;
    font-size: 14px;
    border-top: none;
    background: #f6f6f7;
    text-align: right;
  }
}
#navegacao .nav-tree dd {
  font-size: 0.8125em;
}

.destaque {
  margin-bottom: 2.5em;
}
.destaque h3 {
  font-size: 1.25em;
}
.destaque .area-de-interesse {
  margin-top: 8px;
  display: inline-block;
  padding: 1px 6px 0 6px;
  font-size: 0.625em;
  text-transform: uppercase;
  background-color: #f0f2f1;
  border-radius: 4px;
}
.destaque .area-de-interesse i {
  font-size: 0.75em;
  margin-right: 3px;
}

form label.error {
  color: red;
  border: 1px solid red;
  padding: 3px 6px 3px 6px;
  margin-left: 7px;
  text-transform: uppercase;
  font-size: 0.75em;
}

#conteudo span.link-github a {
  color: #f0f2f1;
}
#conteudo span.link-github a :hover {
  color: #606060;
}

.botoes-rodape {
  margin-top: 20px;
}

.acao-etapa {
  margin-left: 40px;
}

.ancoras ul li {
  display: block;
}

.ancoras ul li:before {
  content: '•';
  padding: 0 3px;
}

.destaque-categoria {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 21.73913%;
  color: #0a4a22;
  background-color: #f0f2f1;
  /*border: 1px solid #d5d5d5;*/
  border-bottom: 4px solid #d5d5d5;
  padding: 35px 20px;
  text-align: center;
  border-radius: 4px;
  height: 150px;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 120%;
  vertical-align: top;
}
a.destaque-categoria {
  color: #0a4a22 !important;
}
.destaque-categoria:last-child {
  margin-right: 0;
}
.destaque-categoria:nth-child(4n) {
  margin-right: 0;
}
.destaque-categoria:nth-child(4n + 1) {
  clear: left;
}
.destaque-categoria h3 {
  font-size: 20px;
  color: #0a4a22;
  margin-top: 10px;
}
.destaque-categoria i {
  font-size: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .destaque-categoria {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%;
    height: auto;
  }
  .destaque-categoria:last-child {
    margin-right: 0;
  }
  .destaque-categoria:nth-child(2n) {
    margin-right: 0;
  }
  .destaque-categoria:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  .destaque-categoria {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%;
    height: auto;
    min-height: 130px;
  }
  .destaque-categoria:last-child {
    margin-right: 0;
  }
  .destaque-categoria:nth-child(2n) {
    margin-right: 0;
  }
  .destaque-categoria:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 460px) {
  .destaque-categoria {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .destaque-categoria:last-child {
    margin-right: 0;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  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: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/***************************Loading de carregamente da página**********/

.jquery-loading-base-container {
  position: fixed;
  left: 0px;
  top: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999;
  opacity: 0.8;
  -moz-opacity: 0.65;
  filter: alpha(opacity = 65);
  background: #747474;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  color: white;
  padding-top: 25%;
}

.error2 {
  text-align: center;
}
.error-code {
  bottom: 60%;
  color: #2d353c;
  font-size: 145px;
  line-height: 100px;
}

.error-content {
  top: 40%;
  bottom: 0;
  padding-top: 15px;
}

.error-message {
  font-size: 24px;
}

.error-desc {
  font-size: 12px;
  color: #647788;
}

.activeFilter {
  background-color: #ffff00;
}

.avaliacaoPessimo {
  background: url(/assets/externo/img/pessimo_disable.png) no-repeat;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.avaliacaoPessimo:hover {
  background-image: url(/assets/externo/img/pessimo.png);
  cursor: pointer;
}

.avaliacaoPessimoAtivo {
  background-image: url(/assets/externo/img/pessimo.png);
}

.avaliacaoRuim {
  background: url(/assets/externo/img/ruim_disable.png) no-repeat;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.avaliacaoRuim:hover {
  background-image: url(/assets/externo/img/ruim.png);
  cursor: pointer;
}

.avaliacaoRuimAtivo {
  background-image: url(/assets/externo/img/ruim.png);
}

.avaliacaoRegular {
  background: url(/assets/externo/img/regular_disable.png) no-repeat;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.avaliacaoRegular:hover {
  background-image: url(/assets/externo/img/regular.png);
  cursor: pointer;
}

.avaliacaoRegularAtivo {
  background-image: url(/assets/externo/img/regular.png);
}

.avaliacaoBom {
  background: url(/assets/externo/img/bom_disable.png) no-repeat;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.avaliacaoBom:hover {
  background-image: url(/assets/externo/img/bom.png);
  cursor: pointer;
}

.avaliacaoBomAtivo {
  background-image: url(/assets/externo/img/bom.png);
}

.avaliacaoOtimo {
  background: url(/assets/externo/img/otimo_disable.png) no-repeat;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.avaliacaoOtimo:hover {
  background-image: url(/assets/externo/img/otimo.png);
  cursor: pointer;
}

.avaliacaoOtimoAtivo {
  background-image: url(/assets/externo/img/otimo.png);
}

.iconAvaliacao {
  float: left;
  text-align: center;
  margin-right: 30px;
  font-size: 11px;
  margin-top: 10px;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.iconAvaliacao:hover {
  color: #eec104;
}

.iconAvaliacaoAtivo {
  color: #eec104;
}

.chart {
  width: 100%;
  min-height: 450px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.campoFilter {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #000000;
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}

.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: '';
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn > .caret,
.dropup > .btn > .caret {
  border-top-color: #000 !important;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
