@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@-webkit-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.h1 {
  font-size: 2.5rem; }

.h2 {
  font-size: 2rem; }

.h3 {
  font-size: 1.75rem; }

.h4 {
  font-size: 1.5rem; }

.h5 {
  font-size: 1.25rem; }

.h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem; }
  .dl-horizontal::after {
    content: "";
    display: table;
    clear: both; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img, .tpl-show-box .imagem img, .section.playlist .box-info .imagem, .artista-tpl .imagem img, .evento-item .imagem img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded, .tpl-show-box .imagem img {
  border-radius: 0.3rem; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle, .artista-tpl-mini .imagem img, .tpl-show picture img, .artista-tpl .imagem img, section.playerSite .informacoes .imagem img {
  border-radius: 50%; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.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, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .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-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  .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-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .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-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

  .col-xl-1 {
    width: 8.33333%; }

  .col-xl-2 {
    width: 16.66667%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-4 {
    width: 33.33333%; }

  .col-xl-5 {
    width: 41.66667%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-7 {
    width: 58.33333%; }

  .col-xl-8 {
    width: 66.66667%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-10 {
    width: 83.33333%; }

  .col-xl-11 {
    width: 91.66667%; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-pull-1 {
    right: 8.33333%; }

  .col-xl-pull-2 {
    right: 16.66667%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-4 {
    right: 33.33333%; }

  .col-xl-pull-5 {
    right: 41.66667%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-7 {
    right: 58.33333%; }

  .col-xl-pull-8 {
    right: 66.66667%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-10 {
    right: 83.33333%; }

  .col-xl-pull-11 {
    right: 91.66667%; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-push-1 {
    left: 8.33333%; }

  .col-xl-push-2 {
    left: 16.66667%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-4 {
    left: 33.33333%; }

  .col-xl-push-5 {
    left: 41.66667%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-7 {
    left: 58.33333%; }

  .col-xl-push-8 {
    left: 66.66667%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-10 {
    left: 83.33333%; }

  .col-xl-push-11 {
    left: 91.66667%; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-offset-0 {
    margin-left: 0%; }

  .col-xl-offset-1 {
    margin-left: 8.33333%; }

  .col-xl-offset-2 {
    margin-left: 16.66667%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-4 {
    margin-left: 33.33333%; }

  .col-xl-offset-5 {
    margin-left: 41.66667%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-7 {
    margin-left: 58.33333%; }

  .col-xl-offset-8 {
    margin-left: 66.66667%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-10 {
    margin-left: 83.33333%; }

  .col-xl-offset-11 {
    margin-left: 91.66667%; }

  .col-xl-offset-12 {
    margin-left: 100%; } }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover {
  background-color: #f5f5f5; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5; }

.table-hover .table-active:hover {
  background-color: #e8e8e8; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #e8e8e8; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }

.table-reflow thead {
  float: left; }
.table-reflow tbody {
  display: block;
  white-space: nowrap; }
.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }
.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

.form-control-file,
.form-control-range {
  display: block; }

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.25rem; }
  input[type="date"].input-sm, .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm, .input-group-sm
  input[type="time"].form-control,
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"].form-control,
  input[type="month"].input-sm, .input-group-sm
  input[type="month"].form-control {
    line-height: 1.8625rem; }
  input[type="date"].input-lg, .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg, .input-group-lg
  input[type="time"].form-control,
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"].form-control,
  input[type="month"].input-lg, .input-group-lg
  input[type="month"].form-control {
    line-height: 3.16667rem; } }
.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem; }

.form-group {
  margin-bottom: 1rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

input[type="radio"]:disabled, input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem; }

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #5cb85c; }
.has-success .form-control {
  border-color: #5cb85c; }
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }
.has-success .form-control-feedback {
  color: #5cb85c; }
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #f0ad4e; }
.has-warning .form-control {
  border-color: #f0ad4e; }
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }
.has-warning .form-control-feedback {
  color: #f0ad4e; }
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline, .has-danger.radio label, .has-danger.checkbox label, .has-danger.radio-inline label, .has-danger.checkbox-inline label {
  color: #E53232; }
.has-danger .form-control {
  border-color: #E53232; }
.has-danger .input-group-addon {
  color: #E53232;
  border-color: #E53232;
  background-color: #fce7e7; }
.has-danger .form-control-feedback {
  color: #E53232; }
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #014682;
      border-color: #01315a; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #E53232;
  border-color: #E53232; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ca1a1a;
    border-color: #c11919; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ca1a1a;
    border-color: #c11919; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ca1a1a;
    border-color: #c11919;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ab1616;
      border-color: #861111; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #E53232;
    border-color: #E53232; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #E53232;
    border-color: #E53232; }

.btn-primary-outline {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary-outline:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
    border-color: #43a7fd; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #43a7fd; }

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
    border-color: white; }
  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: white; }

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
    border-color: #b0e1ef; }
  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #b0e1ef; }

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
    border-color: #a3d7a3; }
  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #a3d7a3; }

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
    border-color: #f8d9ac; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #f8d9ac; }

.btn-danger-outline {
  color: #E53232;
  background-image: none;
  background-color: transparent;
  border-color: #E53232; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #E53232;
    border-color: #E53232; }
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #E53232;
    border-color: #E53232; }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
    border-color: #f08d8d; }
  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #f08d8d; }

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.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%; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.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: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    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: 0.875rem;
  line-height: 1.5;
  color: #818a91;
  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: 0.3em solid; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.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:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      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::after {
    content: "";
    display: table;
    clear: both; }
  .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-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-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, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

.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::after {
  content: "";
  display: table;
  clear: both; }
.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-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.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-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:hover,
    .input-group-btn:last-child > .btn-group:focus,
    .input-group-btn:last-child > .btn-group:active,
    .input-group-btn:last-child > .btn-group:hover {
      z-index: 3; }

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer; }
  .c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .c-input > input:checked ~ .c-indicator {
      color: #fff;
      background-color: #0074d9; }
    .c-input > input:focus ~ .c-indicator {
      box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }
    .c-input > input:active ~ .c-indicator {
      color: #fff;
      background-color: #84c6ff; }
  .c-input + .c-input {
    margin-left: 1rem; }

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.c-checkbox .c-indicator {
  border-radius: .25rem; }
.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }
.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K); }

.c-radio .c-indicator {
  border-radius: 50%; }
.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.c-inputs-stacked .c-input {
  display: inline; }
  .c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: ""; }
  .c-inputs-stacked .c-input + .c-input {
    margin-left: 0; }

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .c-select:focus {
    border-color: #51a7e8;
    outline: none; }
  .c-select::-ms-expand {
    opacity: 0; }

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px; }
  .c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px; }

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer; }

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem; }

.file-custom::after {
  content: "Choose file..."; }

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }
.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-radius: 0.25rem 0.25rem 0 0; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }
.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem; }
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem; }
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .navbar {
      border-radius: 0.25rem; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    .navbar-full {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 544px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.navbar-nav .nav-item {
  float: left; }
.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem; }

.card-block {
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0.25rem 0.25rem 0 0; }
.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0.25rem 0.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5; }
  .card-header:first-child {
    border-radius: 0.25rem 0.25rem 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5; }
  .card-footer:last-child {
    border-radius: 0 0 0.25rem 0.25rem; }

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.card-danger {
  background-color: #E53232;
  border-color: #E53232; }

.card-primary-outline {
  background-color: transparent;
  border-color: #0275d8; }

.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc; }

.card-info-outline {
  background-color: transparent;
  border-color: #5bc0de; }

.card-success-outline {
  background-color: transparent;
  border-color: #5cb85c; }

.card-warning-outline {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-danger-outline {
  background-color: transparent;
  border-color: #E53232; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65); }
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: 0.25rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-radius: 0.25rem 0.25rem 0 0; }

.card-img-bottom {
  border-radius: 0 0 0.25rem 0.25rem; }

@media (min-width: 544px) {
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      width: 1%;
      vertical-align: top; }

  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }
@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }
@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb > li {
    float: left; }
    .breadcrumb > li + li::before {
      padding-right: .5rem;
      padding-left: .5rem;
      color: #818a91;
      content: "/"; }
  .breadcrumb > .active {
    color: #818a91; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333; }
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none; }
  .pager::after {
    content: "";
    display: table;
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:focus, .pager li > a:hover {
      text-decoration: none;
      background-color: #eceeef; }
  .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff; }
  .pager .disabled > span {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff; }

.pager-next > a,
.pager-next > span {
  float: right; }

.pager-prev > a,
.pager-prev > span {
  float: left; }

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .label:empty {
    display: none; }

.btn .label {
  position: relative;
  top: -1px; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.label-default {
  background-color: #818a91; }
  .label-default[href]:focus, .label-default[href]:hover {
    background-color: #687077; }

.label-primary {
  background-color: #0275d8; }
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #025aa5; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f; }

.label-danger {
  background-color: #E53232; }
  .label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #ca1a1a; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem; }

.progress[value] {
  color: #0074d9;
  border: 0;
  appearance: none; }

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem; }

.progress[value]::-webkit-progress-value::before {
  content: attr(value); }

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem; }

  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

  .progress[width^="0"] {
    min-width: 2rem;
    color: #818a91;
    background-color: transparent;
    background-image: none; }

  .progress[width="100%"] {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } }
.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; } }
.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite; } }
.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c; }
.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c; }
@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c; } }

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de; }
.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de; }
@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de; } }

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e; }
.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e; }
@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e; } }

.progress-danger[value]::-webkit-progress-value {
  background-color: #E53232; }
.progress-danger[value]::-moz-progress-bar {
  background-color: #E53232; }
@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #E53232; } }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:focus, a.list-group-item:hover,
  button.list-group-item:focus,
  button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #818a91; }
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #a8d6fe; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-sm {
    width: 300px; } }
@media (min-width: 768px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
      .popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
        bottom: 1px;
        margin-left: -10px;
        content: "";
        border-top-color: #fff;
        border-bottom-width: 0; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25);
      border-left-width: 0; }
      .popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
        bottom: -10px;
        left: 1px;
        content: "";
        border-right-color: #fff;
        border-left-width: 0; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
      top: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
        top: 1px;
        margin-left: -10px;
        content: "";
        border-top-width: 0;
        border-bottom-color: #fff; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
        right: 1px;
        bottom: -10px;
        content: "";
        border-right-width: 0;
        border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -0.7rem -0.7rem 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover-arrow {
  border-width: 11px; }

.popover-arrow::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.center-block, html #carregamento img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-xs-left, .artista-tpl-mini .imagem, .player-fixed .tempomus .jp-current-time, .player-fixed .tempomus .jp-barpro, .player-fixed .tempomus .jp-duration, ul.redes-sociais li {
  float: left !important; }

.pull-xs-right, .sidebars .sidebar ul.lista-side li .icone {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }

  .pull-sm-right {
    float: right !important; }

  .pull-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }

  .pull-md-right {
    float: right !important; }

  .pull-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }

  .pull-lg-right {
    float: right !important; }

  .pull-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }

  .pull-xl-right {
    float: right !important; }

  .pull-xl-none {
    float: none !important; } }
.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; }

.invisible {
  visibility: hidden !important; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center, .btn.btn-icone, section .topo-principal .busca .title, .upload-fail, .artistas .artista-item .titulo, .objetivos, .objetivos .objetivo, .passo-a-passo .passo, .section.playlist .box-info .estatisticas, .section.playlist .box-info .estatistica-item, .artista-tpl, section#page.evento .informacoes .data, section#page.evento .informacoes .local, section#page.evento .informacoes .tempo, section#page.download .info .overlay-cover, section#page.usuario .perfil .nome, section#page.usuario .perfil .estatisticas, .generos .genero .titulo, .box-informacoes ul li, section.playerSite .controles, ul.redes-sociais li {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase, section#page.usuario .perfil .estatisticas .estatistica .descricao, header .title.header-footer {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal, .box-informacoes ul li span {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted, .tpl-show .detalhes, .objetivos .objetivo .icone, section#page.usuario .perfil .nome, section#page.usuario .perfil .estatisticas .estatistica .numeros, ul.redes-sociais li a {
  color: #818a91; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f; }

.text-danger {
  color: #E53232 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #ca1a1a; }

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5; }

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44; }

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5; }

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f; }

.bg-danger {
  color: #fff !important;
  background-color: #E53232 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #ca1a1a; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0, .box-informacoes ul li:last-child {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1, .artistas .artista-item .titulo, section#page.noticia .noticia-share, section#page.noticia .noticia-imagem, section#page.noticia .noticia-conteudo, section#page.usuario .acoes, .box-informacoes, .tpl-mensagem .acoes {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1, section .header-page, section .header-misc, header .title.header-footer {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1, .objetivos {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2, section#page.evento .informacoes, section#page.evento .ingressos, section#page.noticia .noticia-comentarios, section#page.usuario .perfil .nome, section#page.usuario .sobre {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2, .sugestoes-do-site, section#page.usuario .perfil .nome, .sidebars .sidebar {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3, section#page.noticia .noticia-relacionada, footer {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0, section .topo-principal {
  padding: 0 0 !important; }

.p-t-0, body {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1, .artistas .artista-item, .objetivos .objetivo, section#page.usuario .perfil, .box-informacoes, .sidebars {
  padding: 1rem 1rem !important; }

.p-t-1, .box-informacoes .sobre {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1, section .header-page, .section.sobre {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1, .upload-fail, .passo-a-passo, .tips, .section.playlist .box-info .estatisticas, .artista-tpl .informacoes {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2, section .topo-principal .container-topo, footer .footer-bottom {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2, section .header-misc, .escolheObjetivo, footer .footer-bottom {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2, .section.playlist .musicas {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3, .section.artistas {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3, .busca-form .busca-input {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3, .section.sobre .area-1, .section.sobre .area-2, .section.eventos-pagina, .section.playlist {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*
Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/
*/
/* General settings */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("webfiles/assets/images/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url("webfiles/assets/images/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px; }

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url("webfiles/assets/images/bg-input.png") repeat-x 0 0;
  outline: 0; }
  input.uniform-input.active,
  select.uniform-multiselect.active,
  textarea.uniform.active {
    background: url("webfiles/assets/images/bg-input-focus.png") repeat-x 0 0; }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Select */
div.selector {
  background-position: 0 -130px;
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden; }
  div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 26px;
    line-height: 26px;
    padding-right: 25px;
    cursor: pointer;
    width: 100%;
    display: block; }
  div.selector.fixedWidth {
    width: 190px; }
    div.selector.fixedWidth span {
      width: 155px; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 22px;
    top: 2px;
    left: 0px;
    width: 100%; }
  div.selector.active {
    background-position: 0 -156px; }
    div.selector.active span {
      background-position: right -26px; }
  div.selector.hover, div.selector.focus {
    background-position: 0 -182px; }
    div.selector.hover span, div.selector.focus span {
      background-position: right -52px; }
    div.selector.hover.active, div.selector.focus.active {
      background-position: 0 -208px; }
      div.selector.hover.active span, div.selector.focus.active span {
        background-position: right -78px; }
  div.selector.disabled, div.selector.disabled.active {
    background-position: 0 -234px; }
    div.selector.disabled span, div.selector.disabled.active span {
      background-position: right -104px; }

/* Checkbox */
div.checker {
  position: relative; }
  div.checker, div.checker span, div.checker input {
    width: 19px;
    height: 19px; }
  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -260px; }
    div.checker span.checked {
      background-position: -76px -260px; }
  div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  div.checker.active span {
    background-position: -19px -260px; }
    div.checker.active span.checked {
      background-position: -95px -260px; }
  div.checker.hover span, div.checker.focus span {
    background-position: -38px -260px; }
    div.checker.hover span.checked, div.checker.focus span.checked {
      background-position: -114px -260px; }
  div.checker.hover.active span, div.checker.focus.active span {
    background-position: -57px -260px; }
    div.checker.hover.active span.checked, div.checker.focus.active span.checked {
      background-position: -133px -260px; }
  div.checker.disabled span, div.checker.disabled.active span {
    background-position: -152px -260px; }
    div.checker.disabled span.checked, div.checker.disabled.active span.checked {
      background-position: -171px -260px; }

/* Radio */
div.radio {
  position: relative; }
  div.radio, div.radio span, div.radio input {
    width: 18px;
    height: 18px; }
  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -279px; }
    div.radio span.checked {
      background-position: -72px -279px; }
  div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }
  div.radio.active span {
    background-position: -18px -279px; }
    div.radio.active span.checked {
      background-position: -90px -279px; }
  div.radio.hover span, div.radio.focus span {
    background-position: -36px -279px; }
    div.radio.hover span.checked, div.radio.focus span.checked {
      background-position: -108px -279px; }
  div.radio.hover.active span, div.radio.focus.active span {
    background-position: -54px -279px; }
    div.radio.hover.active span.checked, div.radio.focus.active span.checked {
      background-position: -126px -279px; }
  div.radio.disabled span, div.radio.disabled.active span {
    background-position: -144px -279px; }
    div.radio.disabled span.checked, div.radio.disabled.active span.checked {
      background-position: -162px -279px; }

/* Uploader */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 169px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background-position: right -409px;
    height: 28px;
    line-height: 28px;
    width: 82px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 85px;
    padding: 0 10px; }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }
  div.uploader.active span.action {
    background-position: right -465px; }
  div.uploader.hover, div.uploader.focus {
    background-position: 0 -353px; }
    div.uploader.hover span.action, div.uploader.focus span.action {
      background-position: right -437px; }
    div.uploader.hover.active span.action, div.uploader.focus.active span.action {
      background-position: right -493px; }
  div.uploader.disabled, div.uploader.disabled.active {
    background-position: 0 -325px; }
    div.uploader.disabled span.action, div.uploader.disabled.active span.action {
      background-position: right -381px; }

/* Buttons */
div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */ }
  div.button a, div.button button, div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 22px;
    text-align: center;
    background-position: right -521px;
    height: 22px;
    margin-left: 13px;
    padding: 8px 15px 0 2px; }
  div.button.active {
    background-position: 0 -671px; }
    div.button.active span {
      background-position: right -551px;
      cursor: default; }
  div.button.hover, div.button.focus {
    background-position: 0 -701px; }
    div.button.hover span, div.button.focus span {
      background-position: right -581px; }
  div.button.disabled, div.button.disabled.active {
    background-position: 0 -731px; }
    div.button.disabled span, div.button.disabled.active span {
      background-position: right -611px;
      cursor: default; }

/* INPUT & TEXTAREA */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #777777;
  border: 1px solid #aaaaaa;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  input.uniform-input.hover, input.uniform-input.focus,
  select.uniform-multiselect.hover,
  select.uniform-multiselect.focus,
  textarea.uniform.hover,
  textarea.uniform.focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-color: #999999; }

/* PRESENTATION */
/* Buttons */
div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }
div.button.hover span, div.button.focus span {
  color: #555555; }
div.button.disabled span, div.button.disabled.active span {
  color: #bbbbbb; }

/* Select */
div.selector {
  font-size: 12px; }
  div.selector span {
    color: #666666;
    text-shadow: 0 1px 0 #ffffff; }
  div.selector select {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px; }
  div.selector.disabled span, div.selector.disabled.active span {
    color: #bbbbbb; }

/* Checker */
div.checker {
  margin-right: 5px; }

/* Radio */
div.radio {
  margin-right: 3px; }

/* Uploader */
div.uploader span.action {
  text-shadow: #ffffff 0 1px 0;
  background-color: #ffffff;
  font-size: 11px;
  font-weight: bold; }
div.uploader span.filename {
  color: #777777;
  border-right: solid 1px #bbbbbb;
  font-size: 11px; }
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  color: #aaaaaa; }
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
  border-color: #dddddd;
  color: #aaaaaa; }

input.uniform-input, input.uniform-input:focus {
  background-color: #ffffff; }

/*
 *  Defini├º├Áes principais
*/
/*
 *  Cores
*/
.font-10 {
  font-size: 10px;
  font-size: 0.625rem; }

.font-11, section#page.usuario .perfil .estatisticas .estatistica .descricao {
  font-size: 11px;
  font-size: 0.6875rem; }

.font-12 {
  font-size: 12px;
  font-size: 0.75rem; }

.font-13 {
  font-size: 13px;
  font-size: 0.8125rem; }

.font-14, .btn.btn-black, section#page, section#page .titulo p, .box-informacoes ul li span, footer {
  font-size: 14px;
  font-size: 0.875rem; }

.font-15 {
  font-size: 15px;
  font-size: 0.9375rem; }

.font-16, header .title.header-footer {
  font-size: 16px;
  font-size: 1rem; }

.font-17 {
  font-size: 17px;
  font-size: 1.0625rem; }

.font-18, section#page .titulo h1, .box-informacoes ul li {
  font-size: 18px;
  font-size: 1.125rem; }

.font-19 {
  font-size: 19px;
  font-size: 1.1875rem; }

.font-20 {
  font-size: 20px;
  font-size: 1.25rem; }

.font-21 {
  font-size: 21px;
  font-size: 1.3125rem; }

.font-22 {
  font-size: 22px;
  font-size: 1.375rem; }

.font-23, section .header-misc h1 {
  font-size: 23px;
  font-size: 1.4375rem; }

.font-24 {
  font-size: 24px;
  font-size: 1.5rem; }

.font-25 {
  font-size: 25px;
  font-size: 1.5625rem; }

.font-26 {
  font-size: 26px;
  font-size: 1.625rem; }

.font-27 {
  font-size: 27px;
  font-size: 1.6875rem; }

.font-28 {
  font-size: 28px;
  font-size: 1.75rem; }

.font-29 {
  font-size: 29px;
  font-size: 1.8125rem; }

.font-30 {
  font-size: 30px;
  font-size: 1.875rem; }

.font-31 {
  font-size: 31px;
  font-size: 1.9375rem; }

.font-32 {
  font-size: 32px;
  font-size: 2rem; }

.font-33 {
  font-size: 33px;
  font-size: 2.0625rem; }

.font-34 {
  font-size: 34px;
  font-size: 2.125rem; }

.font-35, section .topo-principal .busca .title {
  font-size: 35px;
  font-size: 2.1875rem; }

.font-weight-200, section .topo-principal .busca .title, section .topo-principal .menu-principal ul li, section#page.usuario .perfil .estatisticas .estatistica .numeros, .sidebars .sidebar ul.lista-side li a {
  font-weight: 200; }

.font-weight-300 {
  font-weight: 300; }

.font-weight-400 {
  font-weight: 400; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-600, .sidebars .sidebar {
  font-weight: 600; }

.font-weight-700 {
  font-weight: 700; }

.font-weight-800, section#page .titulo h1, section#page.usuario .perfil .estatisticas .estatistica .descricao, .box-informacoes ul li, header .title.header-footer {
  font-weight: 800; }

.p-0 {
  padding: 0px !important; }

.p-h-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.p-v-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.p-t-0, body {
  padding-top: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.m-0 {
  margin: 0px !important; }

.m-h-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.m-v-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.m-t-0 {
  margin-top: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.m-b-0, .box-informacoes ul li:last-child {
  margin-bottom: 0px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.p-10 {
  padding: 10px !important; }

.p-h-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.p-v-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.m-10 {
  margin: 10px !important; }

.m-h-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.m-v-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.p-20 {
  padding: 20px !important; }

.p-h-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.p-v-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.m-20 {
  margin: 20px !important; }

.m-h-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.m-v-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.p-30 {
  padding: 30px !important; }

.p-h-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.p-v-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.m-30 {
  margin: 30px !important; }

.m-h-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.m-v-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.p-40 {
  padding: 40px !important; }

.p-h-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.p-v-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.m-40 {
  margin: 40px !important; }

.m-h-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.m-v-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.p-50 {
  padding: 50px !important; }

.p-h-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.p-v-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.m-50 {
  margin: 50px !important; }

.m-h-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.m-v-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.p-60 {
  padding: 60px !important; }

.p-h-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.p-v-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.p-t-60 {
  padding-top: 60px !important; }

.p-r-60 {
  padding-right: 60px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

.p-l-60 {
  padding-left: 60px !important; }

.m-60 {
  margin: 60px !important; }

.m-h-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.m-v-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.m-r-60 {
  margin-right: 60px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.m-l-60 {
  margin-left: 60px !important; }

.p-70 {
  padding: 70px !important; }

.p-h-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.p-v-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.p-t-70 {
  padding-top: 70px !important; }

.p-r-70 {
  padding-right: 70px !important; }

.p-b-70 {
  padding-bottom: 70px !important; }

.p-l-70 {
  padding-left: 70px !important; }

.m-70 {
  margin: 70px !important; }

.m-h-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.m-v-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.m-t-70 {
  margin-top: 70px !important; }

.m-r-70 {
  margin-right: 70px !important; }

.m-b-70 {
  margin-bottom: 70px !important; }

.m-l-70 {
  margin-left: 70px !important; }

.p-80 {
  padding: 80px !important; }

.p-h-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.p-v-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.p-t-80 {
  padding-top: 80px !important; }

.p-r-80 {
  padding-right: 80px !important; }

.p-b-80 {
  padding-bottom: 80px !important; }

.p-l-80 {
  padding-left: 80px !important; }

.m-80 {
  margin: 80px !important; }

.m-h-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.m-v-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.m-t-80 {
  margin-top: 80px !important; }

.m-r-80 {
  margin-right: 80px !important; }

.m-b-80 {
  margin-bottom: 80px !important; }

.m-l-80 {
  margin-left: 80px !important; }

.p-90 {
  padding: 90px !important; }

.p-h-90 {
  padding-left: 90px !important;
  padding-right: 90px !important; }

.p-v-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.p-t-90 {
  padding-top: 90px !important; }

.p-r-90 {
  padding-right: 90px !important; }

.p-b-90 {
  padding-bottom: 90px !important; }

.p-l-90 {
  padding-left: 90px !important; }

.m-90 {
  margin: 90px !important; }

.m-h-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

.m-v-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.m-t-90 {
  margin-top: 90px !important; }

.m-r-90 {
  margin-right: 90px !important; }

.m-b-90 {
  margin-bottom: 90px !important; }

.m-l-90 {
  margin-left: 90px !important; }

.p-100 {
  padding: 100px !important; }

.p-h-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.p-v-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.p-t-100 {
  padding-top: 100px !important; }

.p-r-100 {
  padding-right: 100px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

.p-l-100 {
  padding-left: 100px !important; }

.m-100 {
  margin: 100px !important; }

.m-h-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.m-v-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.m-r-100 {
  margin-right: 100px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.m-l-100 {
  margin-left: 100px !important; }

.p-110 {
  padding: 110px !important; }

.p-h-110 {
  padding-left: 110px !important;
  padding-right: 110px !important; }

.p-v-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.p-t-110 {
  padding-top: 110px !important; }

.p-r-110 {
  padding-right: 110px !important; }

.p-b-110 {
  padding-bottom: 110px !important; }

.p-l-110 {
  padding-left: 110px !important; }

.m-110 {
  margin: 110px !important; }

.m-h-110 {
  margin-left: 110px !important;
  margin-right: 110px !important; }

.m-v-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important; }

.m-t-110 {
  margin-top: 110px !important; }

.m-r-110 {
  margin-right: 110px !important; }

.m-b-110 {
  margin-bottom: 110px !important; }

.m-l-110 {
  margin-left: 110px !important; }

.p-120 {
  padding: 120px !important; }

.p-h-120 {
  padding-left: 120px !important;
  padding-right: 120px !important; }

.p-v-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.p-t-120 {
  padding-top: 120px !important; }

.p-r-120 {
  padding-right: 120px !important; }

.p-b-120 {
  padding-bottom: 120px !important; }

.p-l-120 {
  padding-left: 120px !important; }

.m-120 {
  margin: 120px !important; }

.m-h-120 {
  margin-left: 120px !important;
  margin-right: 120px !important; }

.m-v-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.m-t-120 {
  margin-top: 120px !important; }

.m-r-120 {
  margin-right: 120px !important; }

.m-b-120 {
  margin-bottom: 120px !important; }

.m-l-120 {
  margin-left: 120px !important; }

.p-130 {
  padding: 130px !important; }

.p-h-130 {
  padding-left: 130px !important;
  padding-right: 130px !important; }

.p-v-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important; }

.p-t-130 {
  padding-top: 130px !important; }

.p-r-130 {
  padding-right: 130px !important; }

.p-b-130 {
  padding-bottom: 130px !important; }

.p-l-130 {
  padding-left: 130px !important; }

.m-130 {
  margin: 130px !important; }

.m-h-130 {
  margin-left: 130px !important;
  margin-right: 130px !important; }

.m-v-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important; }

.m-t-130 {
  margin-top: 130px !important; }

.m-r-130 {
  margin-right: 130px !important; }

.m-b-130 {
  margin-bottom: 130px !important; }

.m-l-130 {
  margin-left: 130px !important; }

.p-140 {
  padding: 140px !important; }

.p-h-140 {
  padding-left: 140px !important;
  padding-right: 140px !important; }

.p-v-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.p-t-140 {
  padding-top: 140px !important; }

.p-r-140 {
  padding-right: 140px !important; }

.p-b-140 {
  padding-bottom: 140px !important; }

.p-l-140 {
  padding-left: 140px !important; }

.m-140 {
  margin: 140px !important; }

.m-h-140 {
  margin-left: 140px !important;
  margin-right: 140px !important; }

.m-v-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important; }

.m-t-140 {
  margin-top: 140px !important; }

.m-r-140 {
  margin-right: 140px !important; }

.m-b-140 {
  margin-bottom: 140px !important; }

.m-l-140 {
  margin-left: 140px !important; }

.p-150 {
  padding: 150px !important; }

.p-h-150 {
  padding-left: 150px !important;
  padding-right: 150px !important; }

.p-v-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.p-t-150 {
  padding-top: 150px !important; }

.p-r-150 {
  padding-right: 150px !important; }

.p-b-150 {
  padding-bottom: 150px !important; }

.p-l-150 {
  padding-left: 150px !important; }

.m-150 {
  margin: 150px !important; }

.m-h-150 {
  margin-left: 150px !important;
  margin-right: 150px !important; }

.m-v-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important; }

.m-t-150 {
  margin-top: 150px !important; }

.m-r-150 {
  margin-right: 150px !important; }

.m-b-150 {
  margin-bottom: 150px !important; }

.m-l-150 {
  margin-left: 150px !important; }

.p-160 {
  padding: 160px !important; }

.p-h-160 {
  padding-left: 160px !important;
  padding-right: 160px !important; }

.p-v-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important; }

.p-t-160 {
  padding-top: 160px !important; }

.p-r-160 {
  padding-right: 160px !important; }

.p-b-160 {
  padding-bottom: 160px !important; }

.p-l-160 {
  padding-left: 160px !important; }

.m-160 {
  margin: 160px !important; }

.m-h-160 {
  margin-left: 160px !important;
  margin-right: 160px !important; }

.m-v-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important; }

.m-t-160 {
  margin-top: 160px !important; }

.m-r-160 {
  margin-right: 160px !important; }

.m-b-160 {
  margin-bottom: 160px !important; }

.m-l-160 {
  margin-left: 160px !important; }

.p-170 {
  padding: 170px !important; }

.p-h-170 {
  padding-left: 170px !important;
  padding-right: 170px !important; }

.p-v-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important; }

.p-t-170 {
  padding-top: 170px !important; }

.p-r-170 {
  padding-right: 170px !important; }

.p-b-170 {
  padding-bottom: 170px !important; }

.p-l-170 {
  padding-left: 170px !important; }

.m-170 {
  margin: 170px !important; }

.m-h-170 {
  margin-left: 170px !important;
  margin-right: 170px !important; }

.m-v-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important; }

.m-t-170 {
  margin-top: 170px !important; }

.m-r-170 {
  margin-right: 170px !important; }

.m-b-170 {
  margin-bottom: 170px !important; }

.m-l-170 {
  margin-left: 170px !important; }

.p-180 {
  padding: 180px !important; }

.p-h-180 {
  padding-left: 180px !important;
  padding-right: 180px !important; }

.p-v-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important; }

.p-t-180 {
  padding-top: 180px !important; }

.p-r-180 {
  padding-right: 180px !important; }

.p-b-180 {
  padding-bottom: 180px !important; }

.p-l-180 {
  padding-left: 180px !important; }

.m-180 {
  margin: 180px !important; }

.m-h-180 {
  margin-left: 180px !important;
  margin-right: 180px !important; }

.m-v-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important; }

.m-t-180 {
  margin-top: 180px !important; }

.m-r-180 {
  margin-right: 180px !important; }

.m-b-180 {
  margin-bottom: 180px !important; }

.m-l-180 {
  margin-left: 180px !important; }

.p-190 {
  padding: 190px !important; }

.p-h-190 {
  padding-left: 190px !important;
  padding-right: 190px !important; }

.p-v-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important; }

.p-t-190 {
  padding-top: 190px !important; }

.p-r-190 {
  padding-right: 190px !important; }

.p-b-190 {
  padding-bottom: 190px !important; }

.p-l-190 {
  padding-left: 190px !important; }

.m-190 {
  margin: 190px !important; }

.m-h-190 {
  margin-left: 190px !important;
  margin-right: 190px !important; }

.m-v-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important; }

.m-t-190 {
  margin-top: 190px !important; }

.m-r-190 {
  margin-right: 190px !important; }

.m-b-190 {
  margin-bottom: 190px !important; }

.m-l-190 {
  margin-left: 190px !important; }

.p-200 {
  padding: 200px !important; }

.p-h-200 {
  padding-left: 200px !important;
  padding-right: 200px !important; }

.p-v-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important; }

.p-t-200 {
  padding-top: 200px !important; }

.p-r-200 {
  padding-right: 200px !important; }

.p-b-200 {
  padding-bottom: 200px !important; }

.p-l-200 {
  padding-left: 200px !important; }

.m-200 {
  margin: 200px !important; }

.m-h-200 {
  margin-left: 200px !important;
  margin-right: 200px !important; }

.m-v-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important; }

.m-t-200 {
  margin-top: 200px !important; }

.m-r-200 {
  margin-right: 200px !important; }

.m-b-200 {
  margin-bottom: 200px !important; }

.m-l-200 {
  margin-left: 200px !important; }

.p-210 {
  padding: 210px !important; }

.p-h-210 {
  padding-left: 210px !important;
  padding-right: 210px !important; }

.p-v-210 {
  padding-top: 210px !important;
  padding-bottom: 210px !important; }

.p-t-210 {
  padding-top: 210px !important; }

.p-r-210 {
  padding-right: 210px !important; }

.p-b-210 {
  padding-bottom: 210px !important; }

.p-l-210 {
  padding-left: 210px !important; }

.m-210 {
  margin: 210px !important; }

.m-h-210 {
  margin-left: 210px !important;
  margin-right: 210px !important; }

.m-v-210 {
  margin-top: 210px !important;
  margin-bottom: 210px !important; }

.m-t-210 {
  margin-top: 210px !important; }

.m-r-210 {
  margin-right: 210px !important; }

.m-b-210 {
  margin-bottom: 210px !important; }

.m-l-210 {
  margin-left: 210px !important; }

.p-220 {
  padding: 220px !important; }

.p-h-220 {
  padding-left: 220px !important;
  padding-right: 220px !important; }

.p-v-220 {
  padding-top: 220px !important;
  padding-bottom: 220px !important; }

.p-t-220 {
  padding-top: 220px !important; }

.p-r-220 {
  padding-right: 220px !important; }

.p-b-220 {
  padding-bottom: 220px !important; }

.p-l-220 {
  padding-left: 220px !important; }

.m-220 {
  margin: 220px !important; }

.m-h-220 {
  margin-left: 220px !important;
  margin-right: 220px !important; }

.m-v-220 {
  margin-top: 220px !important;
  margin-bottom: 220px !important; }

.m-t-220 {
  margin-top: 220px !important; }

.m-r-220 {
  margin-right: 220px !important; }

.m-b-220 {
  margin-bottom: 220px !important; }

.m-l-220 {
  margin-left: 220px !important; }

.p-230 {
  padding: 230px !important; }

.p-h-230 {
  padding-left: 230px !important;
  padding-right: 230px !important; }

.p-v-230 {
  padding-top: 230px !important;
  padding-bottom: 230px !important; }

.p-t-230 {
  padding-top: 230px !important; }

.p-r-230 {
  padding-right: 230px !important; }

.p-b-230 {
  padding-bottom: 230px !important; }

.p-l-230 {
  padding-left: 230px !important; }

.m-230 {
  margin: 230px !important; }

.m-h-230 {
  margin-left: 230px !important;
  margin-right: 230px !important; }

.m-v-230 {
  margin-top: 230px !important;
  margin-bottom: 230px !important; }

.m-t-230 {
  margin-top: 230px !important; }

.m-r-230 {
  margin-right: 230px !important; }

.m-b-230 {
  margin-bottom: 230px !important; }

.m-l-230 {
  margin-left: 230px !important; }

.p-240 {
  padding: 240px !important; }

.p-h-240 {
  padding-left: 240px !important;
  padding-right: 240px !important; }

.p-v-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important; }

.p-t-240 {
  padding-top: 240px !important; }

.p-r-240 {
  padding-right: 240px !important; }

.p-b-240 {
  padding-bottom: 240px !important; }

.p-l-240 {
  padding-left: 240px !important; }

.m-240 {
  margin: 240px !important; }

.m-h-240 {
  margin-left: 240px !important;
  margin-right: 240px !important; }

.m-v-240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important; }

.m-t-240 {
  margin-top: 240px !important; }

.m-r-240 {
  margin-right: 240px !important; }

.m-b-240 {
  margin-bottom: 240px !important; }

.m-l-240 {
  margin-left: 240px !important; }

.p-250 {
  padding: 250px !important; }

.p-h-250 {
  padding-left: 250px !important;
  padding-right: 250px !important; }

.p-v-250 {
  padding-top: 250px !important;
  padding-bottom: 250px !important; }

.p-t-250 {
  padding-top: 250px !important; }

.p-r-250 {
  padding-right: 250px !important; }

.p-b-250 {
  padding-bottom: 250px !important; }

.p-l-250 {
  padding-left: 250px !important; }

.m-250 {
  margin: 250px !important; }

.m-h-250 {
  margin-left: 250px !important;
  margin-right: 250px !important; }

.m-v-250 {
  margin-top: 250px !important;
  margin-bottom: 250px !important; }

.m-t-250 {
  margin-top: 250px !important; }

.m-r-250 {
  margin-right: 250px !important; }

.m-b-250 {
  margin-bottom: 250px !important; }

.m-l-250 {
  margin-left: 250px !important; }

.p-260 {
  padding: 260px !important; }

.p-h-260 {
  padding-left: 260px !important;
  padding-right: 260px !important; }

.p-v-260 {
  padding-top: 260px !important;
  padding-bottom: 260px !important; }

.p-t-260 {
  padding-top: 260px !important; }

.p-r-260 {
  padding-right: 260px !important; }

.p-b-260 {
  padding-bottom: 260px !important; }

.p-l-260 {
  padding-left: 260px !important; }

.m-260 {
  margin: 260px !important; }

.m-h-260 {
  margin-left: 260px !important;
  margin-right: 260px !important; }

.m-v-260 {
  margin-top: 260px !important;
  margin-bottom: 260px !important; }

.m-t-260 {
  margin-top: 260px !important; }

.m-r-260 {
  margin-right: 260px !important; }

.m-b-260 {
  margin-bottom: 260px !important; }

.m-l-260 {
  margin-left: 260px !important; }

.p-270 {
  padding: 270px !important; }

.p-h-270 {
  padding-left: 270px !important;
  padding-right: 270px !important; }

.p-v-270 {
  padding-top: 270px !important;
  padding-bottom: 270px !important; }

.p-t-270 {
  padding-top: 270px !important; }

.p-r-270 {
  padding-right: 270px !important; }

.p-b-270 {
  padding-bottom: 270px !important; }

.p-l-270 {
  padding-left: 270px !important; }

.m-270 {
  margin: 270px !important; }

.m-h-270 {
  margin-left: 270px !important;
  margin-right: 270px !important; }

.m-v-270 {
  margin-top: 270px !important;
  margin-bottom: 270px !important; }

.m-t-270 {
  margin-top: 270px !important; }

.m-r-270 {
  margin-right: 270px !important; }

.m-b-270 {
  margin-bottom: 270px !important; }

.m-l-270 {
  margin-left: 270px !important; }

.p-280 {
  padding: 280px !important; }

.p-h-280 {
  padding-left: 280px !important;
  padding-right: 280px !important; }

.p-v-280 {
  padding-top: 280px !important;
  padding-bottom: 280px !important; }

.p-t-280 {
  padding-top: 280px !important; }

.p-r-280 {
  padding-right: 280px !important; }

.p-b-280 {
  padding-bottom: 280px !important; }

.p-l-280 {
  padding-left: 280px !important; }

.m-280 {
  margin: 280px !important; }

.m-h-280 {
  margin-left: 280px !important;
  margin-right: 280px !important; }

.m-v-280 {
  margin-top: 280px !important;
  margin-bottom: 280px !important; }

.m-t-280 {
  margin-top: 280px !important; }

.m-r-280 {
  margin-right: 280px !important; }

.m-b-280 {
  margin-bottom: 280px !important; }

.m-l-280 {
  margin-left: 280px !important; }

.p-290 {
  padding: 290px !important; }

.p-h-290 {
  padding-left: 290px !important;
  padding-right: 290px !important; }

.p-v-290 {
  padding-top: 290px !important;
  padding-bottom: 290px !important; }

.p-t-290 {
  padding-top: 290px !important; }

.p-r-290 {
  padding-right: 290px !important; }

.p-b-290 {
  padding-bottom: 290px !important; }

.p-l-290 {
  padding-left: 290px !important; }

.m-290 {
  margin: 290px !important; }

.m-h-290 {
  margin-left: 290px !important;
  margin-right: 290px !important; }

.m-v-290 {
  margin-top: 290px !important;
  margin-bottom: 290px !important; }

.m-t-290 {
  margin-top: 290px !important; }

.m-r-290 {
  margin-right: 290px !important; }

.m-b-290 {
  margin-bottom: 290px !important; }

.m-l-290 {
  margin-left: 290px !important; }

.p-300 {
  padding: 300px !important; }

.p-h-300 {
  padding-left: 300px !important;
  padding-right: 300px !important; }

.p-v-300 {
  padding-top: 300px !important;
  padding-bottom: 300px !important; }

.p-t-300 {
  padding-top: 300px !important; }

.p-r-300 {
  padding-right: 300px !important; }

.p-b-300 {
  padding-bottom: 300px !important; }

.p-l-300 {
  padding-left: 300px !important; }

.m-300 {
  margin: 300px !important; }

.m-h-300 {
  margin-left: 300px !important;
  margin-right: 300px !important; }

.m-v-300 {
  margin-top: 300px !important;
  margin-bottom: 300px !important; }

.m-t-300 {
  margin-top: 300px !important; }

.m-r-300 {
  margin-right: 300px !important; }

.m-b-300 {
  margin-bottom: 300px !important; }

.m-l-300 {
  margin-left: 300px !important; }

.p-310 {
  padding: 310px !important; }

.p-h-310 {
  padding-left: 310px !important;
  padding-right: 310px !important; }

.p-v-310 {
  padding-top: 310px !important;
  padding-bottom: 310px !important; }

.p-t-310 {
  padding-top: 310px !important; }

.p-r-310 {
  padding-right: 310px !important; }

.p-b-310 {
  padding-bottom: 310px !important; }

.p-l-310 {
  padding-left: 310px !important; }

.m-310 {
  margin: 310px !important; }

.m-h-310 {
  margin-left: 310px !important;
  margin-right: 310px !important; }

.m-v-310 {
  margin-top: 310px !important;
  margin-bottom: 310px !important; }

.m-t-310 {
  margin-top: 310px !important; }

.m-r-310 {
  margin-right: 310px !important; }

.m-b-310 {
  margin-bottom: 310px !important; }

.m-l-310 {
  margin-left: 310px !important; }

.p-320 {
  padding: 320px !important; }

.p-h-320 {
  padding-left: 320px !important;
  padding-right: 320px !important; }

.p-v-320 {
  padding-top: 320px !important;
  padding-bottom: 320px !important; }

.p-t-320 {
  padding-top: 320px !important; }

.p-r-320 {
  padding-right: 320px !important; }

.p-b-320 {
  padding-bottom: 320px !important; }

.p-l-320 {
  padding-left: 320px !important; }

.m-320 {
  margin: 320px !important; }

.m-h-320 {
  margin-left: 320px !important;
  margin-right: 320px !important; }

.m-v-320 {
  margin-top: 320px !important;
  margin-bottom: 320px !important; }

.m-t-320 {
  margin-top: 320px !important; }

.m-r-320 {
  margin-right: 320px !important; }

.m-b-320 {
  margin-bottom: 320px !important; }

.m-l-320 {
  margin-left: 320px !important; }

.p-330 {
  padding: 330px !important; }

.p-h-330 {
  padding-left: 330px !important;
  padding-right: 330px !important; }

.p-v-330 {
  padding-top: 330px !important;
  padding-bottom: 330px !important; }

.p-t-330 {
  padding-top: 330px !important; }

.p-r-330 {
  padding-right: 330px !important; }

.p-b-330 {
  padding-bottom: 330px !important; }

.p-l-330 {
  padding-left: 330px !important; }

.m-330 {
  margin: 330px !important; }

.m-h-330 {
  margin-left: 330px !important;
  margin-right: 330px !important; }

.m-v-330 {
  margin-top: 330px !important;
  margin-bottom: 330px !important; }

.m-t-330 {
  margin-top: 330px !important; }

.m-r-330 {
  margin-right: 330px !important; }

.m-b-330 {
  margin-bottom: 330px !important; }

.m-l-330 {
  margin-left: 330px !important; }

.p-340 {
  padding: 340px !important; }

.p-h-340 {
  padding-left: 340px !important;
  padding-right: 340px !important; }

.p-v-340 {
  padding-top: 340px !important;
  padding-bottom: 340px !important; }

.p-t-340 {
  padding-top: 340px !important; }

.p-r-340 {
  padding-right: 340px !important; }

.p-b-340 {
  padding-bottom: 340px !important; }

.p-l-340 {
  padding-left: 340px !important; }

.m-340 {
  margin: 340px !important; }

.m-h-340 {
  margin-left: 340px !important;
  margin-right: 340px !important; }

.m-v-340 {
  margin-top: 340px !important;
  margin-bottom: 340px !important; }

.m-t-340 {
  margin-top: 340px !important; }

.m-r-340 {
  margin-right: 340px !important; }

.m-b-340 {
  margin-bottom: 340px !important; }

.m-l-340 {
  margin-left: 340px !important; }

.p-350 {
  padding: 350px !important; }

.p-h-350 {
  padding-left: 350px !important;
  padding-right: 350px !important; }

.p-v-350 {
  padding-top: 350px !important;
  padding-bottom: 350px !important; }

.p-t-350 {
  padding-top: 350px !important; }

.p-r-350 {
  padding-right: 350px !important; }

.p-b-350 {
  padding-bottom: 350px !important; }

.p-l-350 {
  padding-left: 350px !important; }

.m-350 {
  margin: 350px !important; }

.m-h-350 {
  margin-left: 350px !important;
  margin-right: 350px !important; }

.m-v-350 {
  margin-top: 350px !important;
  margin-bottom: 350px !important; }

.m-t-350 {
  margin-top: 350px !important; }

.m-r-350 {
  margin-right: 350px !important; }

.m-b-350 {
  margin-bottom: 350px !important; }

.m-l-350 {
  margin-left: 350px !important; }

.p-360 {
  padding: 360px !important; }

.p-h-360 {
  padding-left: 360px !important;
  padding-right: 360px !important; }

.p-v-360 {
  padding-top: 360px !important;
  padding-bottom: 360px !important; }

.p-t-360 {
  padding-top: 360px !important; }

.p-r-360 {
  padding-right: 360px !important; }

.p-b-360 {
  padding-bottom: 360px !important; }

.p-l-360 {
  padding-left: 360px !important; }

.m-360 {
  margin: 360px !important; }

.m-h-360 {
  margin-left: 360px !important;
  margin-right: 360px !important; }

.m-v-360 {
  margin-top: 360px !important;
  margin-bottom: 360px !important; }

.m-t-360 {
  margin-top: 360px !important; }

.m-r-360 {
  margin-right: 360px !important; }

.m-b-360 {
  margin-bottom: 360px !important; }

.m-l-360 {
  margin-left: 360px !important; }

.p-370 {
  padding: 370px !important; }

.p-h-370 {
  padding-left: 370px !important;
  padding-right: 370px !important; }

.p-v-370 {
  padding-top: 370px !important;
  padding-bottom: 370px !important; }

.p-t-370 {
  padding-top: 370px !important; }

.p-r-370 {
  padding-right: 370px !important; }

.p-b-370 {
  padding-bottom: 370px !important; }

.p-l-370 {
  padding-left: 370px !important; }

.m-370 {
  margin: 370px !important; }

.m-h-370 {
  margin-left: 370px !important;
  margin-right: 370px !important; }

.m-v-370 {
  margin-top: 370px !important;
  margin-bottom: 370px !important; }

.m-t-370 {
  margin-top: 370px !important; }

.m-r-370 {
  margin-right: 370px !important; }

.m-b-370 {
  margin-bottom: 370px !important; }

.m-l-370 {
  margin-left: 370px !important; }

.p-380 {
  padding: 380px !important; }

.p-h-380 {
  padding-left: 380px !important;
  padding-right: 380px !important; }

.p-v-380 {
  padding-top: 380px !important;
  padding-bottom: 380px !important; }

.p-t-380 {
  padding-top: 380px !important; }

.p-r-380 {
  padding-right: 380px !important; }

.p-b-380 {
  padding-bottom: 380px !important; }

.p-l-380 {
  padding-left: 380px !important; }

.m-380 {
  margin: 380px !important; }

.m-h-380 {
  margin-left: 380px !important;
  margin-right: 380px !important; }

.m-v-380 {
  margin-top: 380px !important;
  margin-bottom: 380px !important; }

.m-t-380 {
  margin-top: 380px !important; }

.m-r-380 {
  margin-right: 380px !important; }

.m-b-380 {
  margin-bottom: 380px !important; }

.m-l-380 {
  margin-left: 380px !important; }

.p-390 {
  padding: 390px !important; }

.p-h-390 {
  padding-left: 390px !important;
  padding-right: 390px !important; }

.p-v-390 {
  padding-top: 390px !important;
  padding-bottom: 390px !important; }

.p-t-390 {
  padding-top: 390px !important; }

.p-r-390 {
  padding-right: 390px !important; }

.p-b-390 {
  padding-bottom: 390px !important; }

.p-l-390 {
  padding-left: 390px !important; }

.m-390 {
  margin: 390px !important; }

.m-h-390 {
  margin-left: 390px !important;
  margin-right: 390px !important; }

.m-v-390 {
  margin-top: 390px !important;
  margin-bottom: 390px !important; }

.m-t-390 {
  margin-top: 390px !important; }

.m-r-390 {
  margin-right: 390px !important; }

.m-b-390 {
  margin-bottom: 390px !important; }

.m-l-390 {
  margin-left: 390px !important; }

.p-400 {
  padding: 400px !important; }

.p-h-400 {
  padding-left: 400px !important;
  padding-right: 400px !important; }

.p-v-400 {
  padding-top: 400px !important;
  padding-bottom: 400px !important; }

.p-t-400 {
  padding-top: 400px !important; }

.p-r-400 {
  padding-right: 400px !important; }

.p-b-400 {
  padding-bottom: 400px !important; }

.p-l-400 {
  padding-left: 400px !important; }

.m-400 {
  margin: 400px !important; }

.m-h-400 {
  margin-left: 400px !important;
  margin-right: 400px !important; }

.m-v-400 {
  margin-top: 400px !important;
  margin-bottom: 400px !important; }

.m-t-400 {
  margin-top: 400px !important; }

.m-r-400 {
  margin-right: 400px !important; }

.m-b-400 {
  margin-bottom: 400px !important; }

.m-l-400 {
  margin-left: 400px !important; }

.p-410 {
  padding: 410px !important; }

.p-h-410 {
  padding-left: 410px !important;
  padding-right: 410px !important; }

.p-v-410 {
  padding-top: 410px !important;
  padding-bottom: 410px !important; }

.p-t-410 {
  padding-top: 410px !important; }

.p-r-410 {
  padding-right: 410px !important; }

.p-b-410 {
  padding-bottom: 410px !important; }

.p-l-410 {
  padding-left: 410px !important; }

.m-410 {
  margin: 410px !important; }

.m-h-410 {
  margin-left: 410px !important;
  margin-right: 410px !important; }

.m-v-410 {
  margin-top: 410px !important;
  margin-bottom: 410px !important; }

.m-t-410 {
  margin-top: 410px !important; }

.m-r-410 {
  margin-right: 410px !important; }

.m-b-410 {
  margin-bottom: 410px !important; }

.m-l-410 {
  margin-left: 410px !important; }

.p-420 {
  padding: 420px !important; }

.p-h-420 {
  padding-left: 420px !important;
  padding-right: 420px !important; }

.p-v-420 {
  padding-top: 420px !important;
  padding-bottom: 420px !important; }

.p-t-420 {
  padding-top: 420px !important; }

.p-r-420 {
  padding-right: 420px !important; }

.p-b-420 {
  padding-bottom: 420px !important; }

.p-l-420 {
  padding-left: 420px !important; }

.m-420 {
  margin: 420px !important; }

.m-h-420 {
  margin-left: 420px !important;
  margin-right: 420px !important; }

.m-v-420 {
  margin-top: 420px !important;
  margin-bottom: 420px !important; }

.m-t-420 {
  margin-top: 420px !important; }

.m-r-420 {
  margin-right: 420px !important; }

.m-b-420 {
  margin-bottom: 420px !important; }

.m-l-420 {
  margin-left: 420px !important; }

.p-430 {
  padding: 430px !important; }

.p-h-430 {
  padding-left: 430px !important;
  padding-right: 430px !important; }

.p-v-430 {
  padding-top: 430px !important;
  padding-bottom: 430px !important; }

.p-t-430 {
  padding-top: 430px !important; }

.p-r-430 {
  padding-right: 430px !important; }

.p-b-430 {
  padding-bottom: 430px !important; }

.p-l-430 {
  padding-left: 430px !important; }

.m-430 {
  margin: 430px !important; }

.m-h-430 {
  margin-left: 430px !important;
  margin-right: 430px !important; }

.m-v-430 {
  margin-top: 430px !important;
  margin-bottom: 430px !important; }

.m-t-430 {
  margin-top: 430px !important; }

.m-r-430 {
  margin-right: 430px !important; }

.m-b-430 {
  margin-bottom: 430px !important; }

.m-l-430 {
  margin-left: 430px !important; }

.p-440 {
  padding: 440px !important; }

.p-h-440 {
  padding-left: 440px !important;
  padding-right: 440px !important; }

.p-v-440 {
  padding-top: 440px !important;
  padding-bottom: 440px !important; }

.p-t-440 {
  padding-top: 440px !important; }

.p-r-440 {
  padding-right: 440px !important; }

.p-b-440 {
  padding-bottom: 440px !important; }

.p-l-440 {
  padding-left: 440px !important; }

.m-440 {
  margin: 440px !important; }

.m-h-440 {
  margin-left: 440px !important;
  margin-right: 440px !important; }

.m-v-440 {
  margin-top: 440px !important;
  margin-bottom: 440px !important; }

.m-t-440 {
  margin-top: 440px !important; }

.m-r-440 {
  margin-right: 440px !important; }

.m-b-440 {
  margin-bottom: 440px !important; }

.m-l-440 {
  margin-left: 440px !important; }

.p-450 {
  padding: 450px !important; }

.p-h-450 {
  padding-left: 450px !important;
  padding-right: 450px !important; }

.p-v-450 {
  padding-top: 450px !important;
  padding-bottom: 450px !important; }

.p-t-450 {
  padding-top: 450px !important; }

.p-r-450 {
  padding-right: 450px !important; }

.p-b-450 {
  padding-bottom: 450px !important; }

.p-l-450 {
  padding-left: 450px !important; }

.m-450 {
  margin: 450px !important; }

.m-h-450 {
  margin-left: 450px !important;
  margin-right: 450px !important; }

.m-v-450 {
  margin-top: 450px !important;
  margin-bottom: 450px !important; }

.m-t-450 {
  margin-top: 450px !important; }

.m-r-450 {
  margin-right: 450px !important; }

.m-b-450 {
  margin-bottom: 450px !important; }

.m-l-450 {
  margin-left: 450px !important; }

.p-460 {
  padding: 460px !important; }

.p-h-460 {
  padding-left: 460px !important;
  padding-right: 460px !important; }

.p-v-460 {
  padding-top: 460px !important;
  padding-bottom: 460px !important; }

.p-t-460 {
  padding-top: 460px !important; }

.p-r-460 {
  padding-right: 460px !important; }

.p-b-460 {
  padding-bottom: 460px !important; }

.p-l-460 {
  padding-left: 460px !important; }

.m-460 {
  margin: 460px !important; }

.m-h-460 {
  margin-left: 460px !important;
  margin-right: 460px !important; }

.m-v-460 {
  margin-top: 460px !important;
  margin-bottom: 460px !important; }

.m-t-460 {
  margin-top: 460px !important; }

.m-r-460 {
  margin-right: 460px !important; }

.m-b-460 {
  margin-bottom: 460px !important; }

.m-l-460 {
  margin-left: 460px !important; }

.p-470 {
  padding: 470px !important; }

.p-h-470 {
  padding-left: 470px !important;
  padding-right: 470px !important; }

.p-v-470 {
  padding-top: 470px !important;
  padding-bottom: 470px !important; }

.p-t-470 {
  padding-top: 470px !important; }

.p-r-470 {
  padding-right: 470px !important; }

.p-b-470 {
  padding-bottom: 470px !important; }

.p-l-470 {
  padding-left: 470px !important; }

.m-470 {
  margin: 470px !important; }

.m-h-470 {
  margin-left: 470px !important;
  margin-right: 470px !important; }

.m-v-470 {
  margin-top: 470px !important;
  margin-bottom: 470px !important; }

.m-t-470 {
  margin-top: 470px !important; }

.m-r-470 {
  margin-right: 470px !important; }

.m-b-470 {
  margin-bottom: 470px !important; }

.m-l-470 {
  margin-left: 470px !important; }

.p-480 {
  padding: 480px !important; }

.p-h-480 {
  padding-left: 480px !important;
  padding-right: 480px !important; }

.p-v-480 {
  padding-top: 480px !important;
  padding-bottom: 480px !important; }

.p-t-480 {
  padding-top: 480px !important; }

.p-r-480 {
  padding-right: 480px !important; }

.p-b-480 {
  padding-bottom: 480px !important; }

.p-l-480 {
  padding-left: 480px !important; }

.m-480 {
  margin: 480px !important; }

.m-h-480 {
  margin-left: 480px !important;
  margin-right: 480px !important; }

.m-v-480 {
  margin-top: 480px !important;
  margin-bottom: 480px !important; }

.m-t-480 {
  margin-top: 480px !important; }

.m-r-480 {
  margin-right: 480px !important; }

.m-b-480 {
  margin-bottom: 480px !important; }

.m-l-480 {
  margin-left: 480px !important; }

.p-490 {
  padding: 490px !important; }

.p-h-490 {
  padding-left: 490px !important;
  padding-right: 490px !important; }

.p-v-490 {
  padding-top: 490px !important;
  padding-bottom: 490px !important; }

.p-t-490 {
  padding-top: 490px !important; }

.p-r-490 {
  padding-right: 490px !important; }

.p-b-490 {
  padding-bottom: 490px !important; }

.p-l-490 {
  padding-left: 490px !important; }

.m-490 {
  margin: 490px !important; }

.m-h-490 {
  margin-left: 490px !important;
  margin-right: 490px !important; }

.m-v-490 {
  margin-top: 490px !important;
  margin-bottom: 490px !important; }

.m-t-490 {
  margin-top: 490px !important; }

.m-r-490 {
  margin-right: 490px !important; }

.m-b-490 {
  margin-bottom: 490px !important; }

.m-l-490 {
  margin-left: 490px !important; }

.p-500 {
  padding: 500px !important; }

.p-h-500 {
  padding-left: 500px !important;
  padding-right: 500px !important; }

.p-v-500 {
  padding-top: 500px !important;
  padding-bottom: 500px !important; }

.p-t-500 {
  padding-top: 500px !important; }

.p-r-500 {
  padding-right: 500px !important; }

.p-b-500 {
  padding-bottom: 500px !important; }

.p-l-500 {
  padding-left: 500px !important; }

.m-500 {
  margin: 500px !important; }

.m-h-500 {
  margin-left: 500px !important;
  margin-right: 500px !important; }

.m-v-500 {
  margin-top: 500px !important;
  margin-bottom: 500px !important; }

.m-t-500 {
  margin-top: 500px !important; }

.m-r-500 {
  margin-right: 500px !important; }

.m-b-500 {
  margin-bottom: 500px !important; }

.m-l-500 {
  margin-left: 500px !important; }

.p-510 {
  padding: 510px !important; }

.p-h-510 {
  padding-left: 510px !important;
  padding-right: 510px !important; }

.p-v-510 {
  padding-top: 510px !important;
  padding-bottom: 510px !important; }

.p-t-510 {
  padding-top: 510px !important; }

.p-r-510 {
  padding-right: 510px !important; }

.p-b-510 {
  padding-bottom: 510px !important; }

.p-l-510 {
  padding-left: 510px !important; }

.m-510 {
  margin: 510px !important; }

.m-h-510 {
  margin-left: 510px !important;
  margin-right: 510px !important; }

.m-v-510 {
  margin-top: 510px !important;
  margin-bottom: 510px !important; }

.m-t-510 {
  margin-top: 510px !important; }

.m-r-510 {
  margin-right: 510px !important; }

.m-b-510 {
  margin-bottom: 510px !important; }

.m-l-510 {
  margin-left: 510px !important; }

.p-520 {
  padding: 520px !important; }

.p-h-520 {
  padding-left: 520px !important;
  padding-right: 520px !important; }

.p-v-520 {
  padding-top: 520px !important;
  padding-bottom: 520px !important; }

.p-t-520 {
  padding-top: 520px !important; }

.p-r-520 {
  padding-right: 520px !important; }

.p-b-520 {
  padding-bottom: 520px !important; }

.p-l-520 {
  padding-left: 520px !important; }

.m-520 {
  margin: 520px !important; }

.m-h-520 {
  margin-left: 520px !important;
  margin-right: 520px !important; }

.m-v-520 {
  margin-top: 520px !important;
  margin-bottom: 520px !important; }

.m-t-520 {
  margin-top: 520px !important; }

.m-r-520 {
  margin-right: 520px !important; }

.m-b-520 {
  margin-bottom: 520px !important; }

.m-l-520 {
  margin-left: 520px !important; }

.p-530 {
  padding: 530px !important; }

.p-h-530 {
  padding-left: 530px !important;
  padding-right: 530px !important; }

.p-v-530 {
  padding-top: 530px !important;
  padding-bottom: 530px !important; }

.p-t-530 {
  padding-top: 530px !important; }

.p-r-530 {
  padding-right: 530px !important; }

.p-b-530 {
  padding-bottom: 530px !important; }

.p-l-530 {
  padding-left: 530px !important; }

.m-530 {
  margin: 530px !important; }

.m-h-530 {
  margin-left: 530px !important;
  margin-right: 530px !important; }

.m-v-530 {
  margin-top: 530px !important;
  margin-bottom: 530px !important; }

.m-t-530 {
  margin-top: 530px !important; }

.m-r-530 {
  margin-right: 530px !important; }

.m-b-530 {
  margin-bottom: 530px !important; }

.m-l-530 {
  margin-left: 530px !important; }

.p-540 {
  padding: 540px !important; }

.p-h-540 {
  padding-left: 540px !important;
  padding-right: 540px !important; }

.p-v-540 {
  padding-top: 540px !important;
  padding-bottom: 540px !important; }

.p-t-540 {
  padding-top: 540px !important; }

.p-r-540 {
  padding-right: 540px !important; }

.p-b-540 {
  padding-bottom: 540px !important; }

.p-l-540 {
  padding-left: 540px !important; }

.m-540 {
  margin: 540px !important; }

.m-h-540 {
  margin-left: 540px !important;
  margin-right: 540px !important; }

.m-v-540 {
  margin-top: 540px !important;
  margin-bottom: 540px !important; }

.m-t-540 {
  margin-top: 540px !important; }

.m-r-540 {
  margin-right: 540px !important; }

.m-b-540 {
  margin-bottom: 540px !important; }

.m-l-540 {
  margin-left: 540px !important; }

.p-550 {
  padding: 550px !important; }

.p-h-550 {
  padding-left: 550px !important;
  padding-right: 550px !important; }

.p-v-550 {
  padding-top: 550px !important;
  padding-bottom: 550px !important; }

.p-t-550 {
  padding-top: 550px !important; }

.p-r-550 {
  padding-right: 550px !important; }

.p-b-550 {
  padding-bottom: 550px !important; }

.p-l-550 {
  padding-left: 550px !important; }

.m-550 {
  margin: 550px !important; }

.m-h-550 {
  margin-left: 550px !important;
  margin-right: 550px !important; }

.m-v-550 {
  margin-top: 550px !important;
  margin-bottom: 550px !important; }

.m-t-550 {
  margin-top: 550px !important; }

.m-r-550 {
  margin-right: 550px !important; }

.m-b-550 {
  margin-bottom: 550px !important; }

.m-l-550 {
  margin-left: 550px !important; }

.p-560 {
  padding: 560px !important; }

.p-h-560 {
  padding-left: 560px !important;
  padding-right: 560px !important; }

.p-v-560 {
  padding-top: 560px !important;
  padding-bottom: 560px !important; }

.p-t-560 {
  padding-top: 560px !important; }

.p-r-560 {
  padding-right: 560px !important; }

.p-b-560 {
  padding-bottom: 560px !important; }

.p-l-560 {
  padding-left: 560px !important; }

.m-560 {
  margin: 560px !important; }

.m-h-560 {
  margin-left: 560px !important;
  margin-right: 560px !important; }

.m-v-560 {
  margin-top: 560px !important;
  margin-bottom: 560px !important; }

.m-t-560 {
  margin-top: 560px !important; }

.m-r-560 {
  margin-right: 560px !important; }

.m-b-560 {
  margin-bottom: 560px !important; }

.m-l-560 {
  margin-left: 560px !important; }

.p-570 {
  padding: 570px !important; }

.p-h-570 {
  padding-left: 570px !important;
  padding-right: 570px !important; }

.p-v-570 {
  padding-top: 570px !important;
  padding-bottom: 570px !important; }

.p-t-570 {
  padding-top: 570px !important; }

.p-r-570 {
  padding-right: 570px !important; }

.p-b-570 {
  padding-bottom: 570px !important; }

.p-l-570 {
  padding-left: 570px !important; }

.m-570 {
  margin: 570px !important; }

.m-h-570 {
  margin-left: 570px !important;
  margin-right: 570px !important; }

.m-v-570 {
  margin-top: 570px !important;
  margin-bottom: 570px !important; }

.m-t-570 {
  margin-top: 570px !important; }

.m-r-570 {
  margin-right: 570px !important; }

.m-b-570 {
  margin-bottom: 570px !important; }

.m-l-570 {
  margin-left: 570px !important; }

.p-580 {
  padding: 580px !important; }

.p-h-580 {
  padding-left: 580px !important;
  padding-right: 580px !important; }

.p-v-580 {
  padding-top: 580px !important;
  padding-bottom: 580px !important; }

.p-t-580 {
  padding-top: 580px !important; }

.p-r-580 {
  padding-right: 580px !important; }

.p-b-580 {
  padding-bottom: 580px !important; }

.p-l-580 {
  padding-left: 580px !important; }

.m-580 {
  margin: 580px !important; }

.m-h-580 {
  margin-left: 580px !important;
  margin-right: 580px !important; }

.m-v-580 {
  margin-top: 580px !important;
  margin-bottom: 580px !important; }

.m-t-580 {
  margin-top: 580px !important; }

.m-r-580 {
  margin-right: 580px !important; }

.m-b-580 {
  margin-bottom: 580px !important; }

.m-l-580 {
  margin-left: 580px !important; }

.p-590 {
  padding: 590px !important; }

.p-h-590 {
  padding-left: 590px !important;
  padding-right: 590px !important; }

.p-v-590 {
  padding-top: 590px !important;
  padding-bottom: 590px !important; }

.p-t-590 {
  padding-top: 590px !important; }

.p-r-590 {
  padding-right: 590px !important; }

.p-b-590 {
  padding-bottom: 590px !important; }

.p-l-590 {
  padding-left: 590px !important; }

.m-590 {
  margin: 590px !important; }

.m-h-590 {
  margin-left: 590px !important;
  margin-right: 590px !important; }

.m-v-590 {
  margin-top: 590px !important;
  margin-bottom: 590px !important; }

.m-t-590 {
  margin-top: 590px !important; }

.m-r-590 {
  margin-right: 590px !important; }

.m-b-590 {
  margin-bottom: 590px !important; }

.m-l-590 {
  margin-left: 590px !important; }

.p-600 {
  padding: 600px !important; }

.p-h-600 {
  padding-left: 600px !important;
  padding-right: 600px !important; }

.p-v-600 {
  padding-top: 600px !important;
  padding-bottom: 600px !important; }

.p-t-600 {
  padding-top: 600px !important; }

.p-r-600 {
  padding-right: 600px !important; }

.p-b-600 {
  padding-bottom: 600px !important; }

.p-l-600 {
  padding-left: 600px !important; }

.m-600 {
  margin: 600px !important; }

.m-h-600 {
  margin-left: 600px !important;
  margin-right: 600px !important; }

.m-v-600 {
  margin-top: 600px !important;
  margin-bottom: 600px !important; }

.m-t-600 {
  margin-top: 600px !important; }

.m-r-600 {
  margin-right: 600px !important; }

.m-b-600 {
  margin-bottom: 600px !important; }

.m-l-600 {
  margin-left: 600px !important; }

.p-610 {
  padding: 610px !important; }

.p-h-610 {
  padding-left: 610px !important;
  padding-right: 610px !important; }

.p-v-610 {
  padding-top: 610px !important;
  padding-bottom: 610px !important; }

.p-t-610 {
  padding-top: 610px !important; }

.p-r-610 {
  padding-right: 610px !important; }

.p-b-610 {
  padding-bottom: 610px !important; }

.p-l-610 {
  padding-left: 610px !important; }

.m-610 {
  margin: 610px !important; }

.m-h-610 {
  margin-left: 610px !important;
  margin-right: 610px !important; }

.m-v-610 {
  margin-top: 610px !important;
  margin-bottom: 610px !important; }

.m-t-610 {
  margin-top: 610px !important; }

.m-r-610 {
  margin-right: 610px !important; }

.m-b-610 {
  margin-bottom: 610px !important; }

.m-l-610 {
  margin-left: 610px !important; }

.p-620 {
  padding: 620px !important; }

.p-h-620 {
  padding-left: 620px !important;
  padding-right: 620px !important; }

.p-v-620 {
  padding-top: 620px !important;
  padding-bottom: 620px !important; }

.p-t-620 {
  padding-top: 620px !important; }

.p-r-620 {
  padding-right: 620px !important; }

.p-b-620 {
  padding-bottom: 620px !important; }

.p-l-620 {
  padding-left: 620px !important; }

.m-620 {
  margin: 620px !important; }

.m-h-620 {
  margin-left: 620px !important;
  margin-right: 620px !important; }

.m-v-620 {
  margin-top: 620px !important;
  margin-bottom: 620px !important; }

.m-t-620 {
  margin-top: 620px !important; }

.m-r-620 {
  margin-right: 620px !important; }

.m-b-620 {
  margin-bottom: 620px !important; }

.m-l-620 {
  margin-left: 620px !important; }

.p-630 {
  padding: 630px !important; }

.p-h-630 {
  padding-left: 630px !important;
  padding-right: 630px !important; }

.p-v-630 {
  padding-top: 630px !important;
  padding-bottom: 630px !important; }

.p-t-630 {
  padding-top: 630px !important; }

.p-r-630 {
  padding-right: 630px !important; }

.p-b-630 {
  padding-bottom: 630px !important; }

.p-l-630 {
  padding-left: 630px !important; }

.m-630 {
  margin: 630px !important; }

.m-h-630 {
  margin-left: 630px !important;
  margin-right: 630px !important; }

.m-v-630 {
  margin-top: 630px !important;
  margin-bottom: 630px !important; }

.m-t-630 {
  margin-top: 630px !important; }

.m-r-630 {
  margin-right: 630px !important; }

.m-b-630 {
  margin-bottom: 630px !important; }

.m-l-630 {
  margin-left: 630px !important; }

.p-640 {
  padding: 640px !important; }

.p-h-640 {
  padding-left: 640px !important;
  padding-right: 640px !important; }

.p-v-640 {
  padding-top: 640px !important;
  padding-bottom: 640px !important; }

.p-t-640 {
  padding-top: 640px !important; }

.p-r-640 {
  padding-right: 640px !important; }

.p-b-640 {
  padding-bottom: 640px !important; }

.p-l-640 {
  padding-left: 640px !important; }

.m-640 {
  margin: 640px !important; }

.m-h-640 {
  margin-left: 640px !important;
  margin-right: 640px !important; }

.m-v-640 {
  margin-top: 640px !important;
  margin-bottom: 640px !important; }

.m-t-640 {
  margin-top: 640px !important; }

.m-r-640 {
  margin-right: 640px !important; }

.m-b-640 {
  margin-bottom: 640px !important; }

.m-l-640 {
  margin-left: 640px !important; }

.p-650 {
  padding: 650px !important; }

.p-h-650 {
  padding-left: 650px !important;
  padding-right: 650px !important; }

.p-v-650 {
  padding-top: 650px !important;
  padding-bottom: 650px !important; }

.p-t-650 {
  padding-top: 650px !important; }

.p-r-650 {
  padding-right: 650px !important; }

.p-b-650 {
  padding-bottom: 650px !important; }

.p-l-650 {
  padding-left: 650px !important; }

.m-650 {
  margin: 650px !important; }

.m-h-650 {
  margin-left: 650px !important;
  margin-right: 650px !important; }

.m-v-650 {
  margin-top: 650px !important;
  margin-bottom: 650px !important; }

.m-t-650 {
  margin-top: 650px !important; }

.m-r-650 {
  margin-right: 650px !important; }

.m-b-650 {
  margin-bottom: 650px !important; }

.m-l-650 {
  margin-left: 650px !important; }

.p-660 {
  padding: 660px !important; }

.p-h-660 {
  padding-left: 660px !important;
  padding-right: 660px !important; }

.p-v-660 {
  padding-top: 660px !important;
  padding-bottom: 660px !important; }

.p-t-660 {
  padding-top: 660px !important; }

.p-r-660 {
  padding-right: 660px !important; }

.p-b-660 {
  padding-bottom: 660px !important; }

.p-l-660 {
  padding-left: 660px !important; }

.m-660 {
  margin: 660px !important; }

.m-h-660 {
  margin-left: 660px !important;
  margin-right: 660px !important; }

.m-v-660 {
  margin-top: 660px !important;
  margin-bottom: 660px !important; }

.m-t-660 {
  margin-top: 660px !important; }

.m-r-660 {
  margin-right: 660px !important; }

.m-b-660 {
  margin-bottom: 660px !important; }

.m-l-660 {
  margin-left: 660px !important; }

.p-670 {
  padding: 670px !important; }

.p-h-670 {
  padding-left: 670px !important;
  padding-right: 670px !important; }

.p-v-670 {
  padding-top: 670px !important;
  padding-bottom: 670px !important; }

.p-t-670 {
  padding-top: 670px !important; }

.p-r-670 {
  padding-right: 670px !important; }

.p-b-670 {
  padding-bottom: 670px !important; }

.p-l-670 {
  padding-left: 670px !important; }

.m-670 {
  margin: 670px !important; }

.m-h-670 {
  margin-left: 670px !important;
  margin-right: 670px !important; }

.m-v-670 {
  margin-top: 670px !important;
  margin-bottom: 670px !important; }

.m-t-670 {
  margin-top: 670px !important; }

.m-r-670 {
  margin-right: 670px !important; }

.m-b-670 {
  margin-bottom: 670px !important; }

.m-l-670 {
  margin-left: 670px !important; }

.p-680 {
  padding: 680px !important; }

.p-h-680 {
  padding-left: 680px !important;
  padding-right: 680px !important; }

.p-v-680 {
  padding-top: 680px !important;
  padding-bottom: 680px !important; }

.p-t-680 {
  padding-top: 680px !important; }

.p-r-680 {
  padding-right: 680px !important; }

.p-b-680 {
  padding-bottom: 680px !important; }

.p-l-680 {
  padding-left: 680px !important; }

.m-680 {
  margin: 680px !important; }

.m-h-680 {
  margin-left: 680px !important;
  margin-right: 680px !important; }

.m-v-680 {
  margin-top: 680px !important;
  margin-bottom: 680px !important; }

.m-t-680 {
  margin-top: 680px !important; }

.m-r-680 {
  margin-right: 680px !important; }

.m-b-680 {
  margin-bottom: 680px !important; }

.m-l-680 {
  margin-left: 680px !important; }

.p-690 {
  padding: 690px !important; }

.p-h-690 {
  padding-left: 690px !important;
  padding-right: 690px !important; }

.p-v-690 {
  padding-top: 690px !important;
  padding-bottom: 690px !important; }

.p-t-690 {
  padding-top: 690px !important; }

.p-r-690 {
  padding-right: 690px !important; }

.p-b-690 {
  padding-bottom: 690px !important; }

.p-l-690 {
  padding-left: 690px !important; }

.m-690 {
  margin: 690px !important; }

.m-h-690 {
  margin-left: 690px !important;
  margin-right: 690px !important; }

.m-v-690 {
  margin-top: 690px !important;
  margin-bottom: 690px !important; }

.m-t-690 {
  margin-top: 690px !important; }

.m-r-690 {
  margin-right: 690px !important; }

.m-b-690 {
  margin-bottom: 690px !important; }

.m-l-690 {
  margin-left: 690px !important; }

.p-700 {
  padding: 700px !important; }

.p-h-700 {
  padding-left: 700px !important;
  padding-right: 700px !important; }

.p-v-700 {
  padding-top: 700px !important;
  padding-bottom: 700px !important; }

.p-t-700 {
  padding-top: 700px !important; }

.p-r-700 {
  padding-right: 700px !important; }

.p-b-700 {
  padding-bottom: 700px !important; }

.p-l-700 {
  padding-left: 700px !important; }

.m-700 {
  margin: 700px !important; }

.m-h-700 {
  margin-left: 700px !important;
  margin-right: 700px !important; }

.m-v-700 {
  margin-top: 700px !important;
  margin-bottom: 700px !important; }

.m-t-700 {
  margin-top: 700px !important; }

.m-r-700 {
  margin-right: 700px !important; }

.m-b-700 {
  margin-bottom: 700px !important; }

.m-l-700 {
  margin-left: 700px !important; }

.p-710 {
  padding: 710px !important; }

.p-h-710 {
  padding-left: 710px !important;
  padding-right: 710px !important; }

.p-v-710 {
  padding-top: 710px !important;
  padding-bottom: 710px !important; }

.p-t-710 {
  padding-top: 710px !important; }

.p-r-710 {
  padding-right: 710px !important; }

.p-b-710 {
  padding-bottom: 710px !important; }

.p-l-710 {
  padding-left: 710px !important; }

.m-710 {
  margin: 710px !important; }

.m-h-710 {
  margin-left: 710px !important;
  margin-right: 710px !important; }

.m-v-710 {
  margin-top: 710px !important;
  margin-bottom: 710px !important; }

.m-t-710 {
  margin-top: 710px !important; }

.m-r-710 {
  margin-right: 710px !important; }

.m-b-710 {
  margin-bottom: 710px !important; }

.m-l-710 {
  margin-left: 710px !important; }

.p-720 {
  padding: 720px !important; }

.p-h-720 {
  padding-left: 720px !important;
  padding-right: 720px !important; }

.p-v-720 {
  padding-top: 720px !important;
  padding-bottom: 720px !important; }

.p-t-720 {
  padding-top: 720px !important; }

.p-r-720 {
  padding-right: 720px !important; }

.p-b-720 {
  padding-bottom: 720px !important; }

.p-l-720 {
  padding-left: 720px !important; }

.m-720 {
  margin: 720px !important; }

.m-h-720 {
  margin-left: 720px !important;
  margin-right: 720px !important; }

.m-v-720 {
  margin-top: 720px !important;
  margin-bottom: 720px !important; }

.m-t-720 {
  margin-top: 720px !important; }

.m-r-720 {
  margin-right: 720px !important; }

.m-b-720 {
  margin-bottom: 720px !important; }

.m-l-720 {
  margin-left: 720px !important; }

.p-730 {
  padding: 730px !important; }

.p-h-730 {
  padding-left: 730px !important;
  padding-right: 730px !important; }

.p-v-730 {
  padding-top: 730px !important;
  padding-bottom: 730px !important; }

.p-t-730 {
  padding-top: 730px !important; }

.p-r-730 {
  padding-right: 730px !important; }

.p-b-730 {
  padding-bottom: 730px !important; }

.p-l-730 {
  padding-left: 730px !important; }

.m-730 {
  margin: 730px !important; }

.m-h-730 {
  margin-left: 730px !important;
  margin-right: 730px !important; }

.m-v-730 {
  margin-top: 730px !important;
  margin-bottom: 730px !important; }

.m-t-730 {
  margin-top: 730px !important; }

.m-r-730 {
  margin-right: 730px !important; }

.m-b-730 {
  margin-bottom: 730px !important; }

.m-l-730 {
  margin-left: 730px !important; }

.p-740 {
  padding: 740px !important; }

.p-h-740 {
  padding-left: 740px !important;
  padding-right: 740px !important; }

.p-v-740 {
  padding-top: 740px !important;
  padding-bottom: 740px !important; }

.p-t-740 {
  padding-top: 740px !important; }

.p-r-740 {
  padding-right: 740px !important; }

.p-b-740 {
  padding-bottom: 740px !important; }

.p-l-740 {
  padding-left: 740px !important; }

.m-740 {
  margin: 740px !important; }

.m-h-740 {
  margin-left: 740px !important;
  margin-right: 740px !important; }

.m-v-740 {
  margin-top: 740px !important;
  margin-bottom: 740px !important; }

.m-t-740 {
  margin-top: 740px !important; }

.m-r-740 {
  margin-right: 740px !important; }

.m-b-740 {
  margin-bottom: 740px !important; }

.m-l-740 {
  margin-left: 740px !important; }

.p-750 {
  padding: 750px !important; }

.p-h-750 {
  padding-left: 750px !important;
  padding-right: 750px !important; }

.p-v-750 {
  padding-top: 750px !important;
  padding-bottom: 750px !important; }

.p-t-750 {
  padding-top: 750px !important; }

.p-r-750 {
  padding-right: 750px !important; }

.p-b-750 {
  padding-bottom: 750px !important; }

.p-l-750 {
  padding-left: 750px !important; }

.m-750 {
  margin: 750px !important; }

.m-h-750 {
  margin-left: 750px !important;
  margin-right: 750px !important; }

.m-v-750 {
  margin-top: 750px !important;
  margin-bottom: 750px !important; }

.m-t-750 {
  margin-top: 750px !important; }

.m-r-750 {
  margin-right: 750px !important; }

.m-b-750 {
  margin-bottom: 750px !important; }

.m-l-750 {
  margin-left: 750px !important; }

.p-760 {
  padding: 760px !important; }

.p-h-760 {
  padding-left: 760px !important;
  padding-right: 760px !important; }

.p-v-760 {
  padding-top: 760px !important;
  padding-bottom: 760px !important; }

.p-t-760 {
  padding-top: 760px !important; }

.p-r-760 {
  padding-right: 760px !important; }

.p-b-760 {
  padding-bottom: 760px !important; }

.p-l-760 {
  padding-left: 760px !important; }

.m-760 {
  margin: 760px !important; }

.m-h-760 {
  margin-left: 760px !important;
  margin-right: 760px !important; }

.m-v-760 {
  margin-top: 760px !important;
  margin-bottom: 760px !important; }

.m-t-760 {
  margin-top: 760px !important; }

.m-r-760 {
  margin-right: 760px !important; }

.m-b-760 {
  margin-bottom: 760px !important; }

.m-l-760 {
  margin-left: 760px !important; }

.p-770 {
  padding: 770px !important; }

.p-h-770 {
  padding-left: 770px !important;
  padding-right: 770px !important; }

.p-v-770 {
  padding-top: 770px !important;
  padding-bottom: 770px !important; }

.p-t-770 {
  padding-top: 770px !important; }

.p-r-770 {
  padding-right: 770px !important; }

.p-b-770 {
  padding-bottom: 770px !important; }

.p-l-770 {
  padding-left: 770px !important; }

.m-770 {
  margin: 770px !important; }

.m-h-770 {
  margin-left: 770px !important;
  margin-right: 770px !important; }

.m-v-770 {
  margin-top: 770px !important;
  margin-bottom: 770px !important; }

.m-t-770 {
  margin-top: 770px !important; }

.m-r-770 {
  margin-right: 770px !important; }

.m-b-770 {
  margin-bottom: 770px !important; }

.m-l-770 {
  margin-left: 770px !important; }

.p-780 {
  padding: 780px !important; }

.p-h-780 {
  padding-left: 780px !important;
  padding-right: 780px !important; }

.p-v-780 {
  padding-top: 780px !important;
  padding-bottom: 780px !important; }

.p-t-780 {
  padding-top: 780px !important; }

.p-r-780 {
  padding-right: 780px !important; }

.p-b-780 {
  padding-bottom: 780px !important; }

.p-l-780 {
  padding-left: 780px !important; }

.m-780 {
  margin: 780px !important; }

.m-h-780 {
  margin-left: 780px !important;
  margin-right: 780px !important; }

.m-v-780 {
  margin-top: 780px !important;
  margin-bottom: 780px !important; }

.m-t-780 {
  margin-top: 780px !important; }

.m-r-780 {
  margin-right: 780px !important; }

.m-b-780 {
  margin-bottom: 780px !important; }

.m-l-780 {
  margin-left: 780px !important; }

.p-790 {
  padding: 790px !important; }

.p-h-790 {
  padding-left: 790px !important;
  padding-right: 790px !important; }

.p-v-790 {
  padding-top: 790px !important;
  padding-bottom: 790px !important; }

.p-t-790 {
  padding-top: 790px !important; }

.p-r-790 {
  padding-right: 790px !important; }

.p-b-790 {
  padding-bottom: 790px !important; }

.p-l-790 {
  padding-left: 790px !important; }

.m-790 {
  margin: 790px !important; }

.m-h-790 {
  margin-left: 790px !important;
  margin-right: 790px !important; }

.m-v-790 {
  margin-top: 790px !important;
  margin-bottom: 790px !important; }

.m-t-790 {
  margin-top: 790px !important; }

.m-r-790 {
  margin-right: 790px !important; }

.m-b-790 {
  margin-bottom: 790px !important; }

.m-l-790 {
  margin-left: 790px !important; }

.p-800 {
  padding: 800px !important; }

.p-h-800 {
  padding-left: 800px !important;
  padding-right: 800px !important; }

.p-v-800 {
  padding-top: 800px !important;
  padding-bottom: 800px !important; }

.p-t-800 {
  padding-top: 800px !important; }

.p-r-800 {
  padding-right: 800px !important; }

.p-b-800 {
  padding-bottom: 800px !important; }

.p-l-800 {
  padding-left: 800px !important; }

.m-800 {
  margin: 800px !important; }

.m-h-800 {
  margin-left: 800px !important;
  margin-right: 800px !important; }

.m-v-800 {
  margin-top: 800px !important;
  margin-bottom: 800px !important; }

.m-t-800 {
  margin-top: 800px !important; }

.m-r-800 {
  margin-right: 800px !important; }

.m-b-800 {
  margin-bottom: 800px !important; }

.m-l-800 {
  margin-left: 800px !important; }

.p-810 {
  padding: 810px !important; }

.p-h-810 {
  padding-left: 810px !important;
  padding-right: 810px !important; }

.p-v-810 {
  padding-top: 810px !important;
  padding-bottom: 810px !important; }

.p-t-810 {
  padding-top: 810px !important; }

.p-r-810 {
  padding-right: 810px !important; }

.p-b-810 {
  padding-bottom: 810px !important; }

.p-l-810 {
  padding-left: 810px !important; }

.m-810 {
  margin: 810px !important; }

.m-h-810 {
  margin-left: 810px !important;
  margin-right: 810px !important; }

.m-v-810 {
  margin-top: 810px !important;
  margin-bottom: 810px !important; }

.m-t-810 {
  margin-top: 810px !important; }

.m-r-810 {
  margin-right: 810px !important; }

.m-b-810 {
  margin-bottom: 810px !important; }

.m-l-810 {
  margin-left: 810px !important; }

.p-820 {
  padding: 820px !important; }

.p-h-820 {
  padding-left: 820px !important;
  padding-right: 820px !important; }

.p-v-820 {
  padding-top: 820px !important;
  padding-bottom: 820px !important; }

.p-t-820 {
  padding-top: 820px !important; }

.p-r-820 {
  padding-right: 820px !important; }

.p-b-820 {
  padding-bottom: 820px !important; }

.p-l-820 {
  padding-left: 820px !important; }

.m-820 {
  margin: 820px !important; }

.m-h-820 {
  margin-left: 820px !important;
  margin-right: 820px !important; }

.m-v-820 {
  margin-top: 820px !important;
  margin-bottom: 820px !important; }

.m-t-820 {
  margin-top: 820px !important; }

.m-r-820 {
  margin-right: 820px !important; }

.m-b-820 {
  margin-bottom: 820px !important; }

.m-l-820 {
  margin-left: 820px !important; }

.p-830 {
  padding: 830px !important; }

.p-h-830 {
  padding-left: 830px !important;
  padding-right: 830px !important; }

.p-v-830 {
  padding-top: 830px !important;
  padding-bottom: 830px !important; }

.p-t-830 {
  padding-top: 830px !important; }

.p-r-830 {
  padding-right: 830px !important; }

.p-b-830 {
  padding-bottom: 830px !important; }

.p-l-830 {
  padding-left: 830px !important; }

.m-830 {
  margin: 830px !important; }

.m-h-830 {
  margin-left: 830px !important;
  margin-right: 830px !important; }

.m-v-830 {
  margin-top: 830px !important;
  margin-bottom: 830px !important; }

.m-t-830 {
  margin-top: 830px !important; }

.m-r-830 {
  margin-right: 830px !important; }

.m-b-830 {
  margin-bottom: 830px !important; }

.m-l-830 {
  margin-left: 830px !important; }

.p-840 {
  padding: 840px !important; }

.p-h-840 {
  padding-left: 840px !important;
  padding-right: 840px !important; }

.p-v-840 {
  padding-top: 840px !important;
  padding-bottom: 840px !important; }

.p-t-840 {
  padding-top: 840px !important; }

.p-r-840 {
  padding-right: 840px !important; }

.p-b-840 {
  padding-bottom: 840px !important; }

.p-l-840 {
  padding-left: 840px !important; }

.m-840 {
  margin: 840px !important; }

.m-h-840 {
  margin-left: 840px !important;
  margin-right: 840px !important; }

.m-v-840 {
  margin-top: 840px !important;
  margin-bottom: 840px !important; }

.m-t-840 {
  margin-top: 840px !important; }

.m-r-840 {
  margin-right: 840px !important; }

.m-b-840 {
  margin-bottom: 840px !important; }

.m-l-840 {
  margin-left: 840px !important; }

.p-850 {
  padding: 850px !important; }

.p-h-850 {
  padding-left: 850px !important;
  padding-right: 850px !important; }

.p-v-850 {
  padding-top: 850px !important;
  padding-bottom: 850px !important; }

.p-t-850 {
  padding-top: 850px !important; }

.p-r-850 {
  padding-right: 850px !important; }

.p-b-850 {
  padding-bottom: 850px !important; }

.p-l-850 {
  padding-left: 850px !important; }

.m-850 {
  margin: 850px !important; }

.m-h-850 {
  margin-left: 850px !important;
  margin-right: 850px !important; }

.m-v-850 {
  margin-top: 850px !important;
  margin-bottom: 850px !important; }

.m-t-850 {
  margin-top: 850px !important; }

.m-r-850 {
  margin-right: 850px !important; }

.m-b-850 {
  margin-bottom: 850px !important; }

.m-l-850 {
  margin-left: 850px !important; }

.p-860 {
  padding: 860px !important; }

.p-h-860 {
  padding-left: 860px !important;
  padding-right: 860px !important; }

.p-v-860 {
  padding-top: 860px !important;
  padding-bottom: 860px !important; }

.p-t-860 {
  padding-top: 860px !important; }

.p-r-860 {
  padding-right: 860px !important; }

.p-b-860 {
  padding-bottom: 860px !important; }

.p-l-860 {
  padding-left: 860px !important; }

.m-860 {
  margin: 860px !important; }

.m-h-860 {
  margin-left: 860px !important;
  margin-right: 860px !important; }

.m-v-860 {
  margin-top: 860px !important;
  margin-bottom: 860px !important; }

.m-t-860 {
  margin-top: 860px !important; }

.m-r-860 {
  margin-right: 860px !important; }

.m-b-860 {
  margin-bottom: 860px !important; }

.m-l-860 {
  margin-left: 860px !important; }

.p-870 {
  padding: 870px !important; }

.p-h-870 {
  padding-left: 870px !important;
  padding-right: 870px !important; }

.p-v-870 {
  padding-top: 870px !important;
  padding-bottom: 870px !important; }

.p-t-870 {
  padding-top: 870px !important; }

.p-r-870 {
  padding-right: 870px !important; }

.p-b-870 {
  padding-bottom: 870px !important; }

.p-l-870 {
  padding-left: 870px !important; }

.m-870 {
  margin: 870px !important; }

.m-h-870 {
  margin-left: 870px !important;
  margin-right: 870px !important; }

.m-v-870 {
  margin-top: 870px !important;
  margin-bottom: 870px !important; }

.m-t-870 {
  margin-top: 870px !important; }

.m-r-870 {
  margin-right: 870px !important; }

.m-b-870 {
  margin-bottom: 870px !important; }

.m-l-870 {
  margin-left: 870px !important; }

.p-880 {
  padding: 880px !important; }

.p-h-880 {
  padding-left: 880px !important;
  padding-right: 880px !important; }

.p-v-880 {
  padding-top: 880px !important;
  padding-bottom: 880px !important; }

.p-t-880 {
  padding-top: 880px !important; }

.p-r-880 {
  padding-right: 880px !important; }

.p-b-880 {
  padding-bottom: 880px !important; }

.p-l-880 {
  padding-left: 880px !important; }

.m-880 {
  margin: 880px !important; }

.m-h-880 {
  margin-left: 880px !important;
  margin-right: 880px !important; }

.m-v-880 {
  margin-top: 880px !important;
  margin-bottom: 880px !important; }

.m-t-880 {
  margin-top: 880px !important; }

.m-r-880 {
  margin-right: 880px !important; }

.m-b-880 {
  margin-bottom: 880px !important; }

.m-l-880 {
  margin-left: 880px !important; }

.p-890 {
  padding: 890px !important; }

.p-h-890 {
  padding-left: 890px !important;
  padding-right: 890px !important; }

.p-v-890 {
  padding-top: 890px !important;
  padding-bottom: 890px !important; }

.p-t-890 {
  padding-top: 890px !important; }

.p-r-890 {
  padding-right: 890px !important; }

.p-b-890 {
  padding-bottom: 890px !important; }

.p-l-890 {
  padding-left: 890px !important; }

.m-890 {
  margin: 890px !important; }

.m-h-890 {
  margin-left: 890px !important;
  margin-right: 890px !important; }

.m-v-890 {
  margin-top: 890px !important;
  margin-bottom: 890px !important; }

.m-t-890 {
  margin-top: 890px !important; }

.m-r-890 {
  margin-right: 890px !important; }

.m-b-890 {
  margin-bottom: 890px !important; }

.m-l-890 {
  margin-left: 890px !important; }

.p-900 {
  padding: 900px !important; }

.p-h-900 {
  padding-left: 900px !important;
  padding-right: 900px !important; }

.p-v-900 {
  padding-top: 900px !important;
  padding-bottom: 900px !important; }

.p-t-900 {
  padding-top: 900px !important; }

.p-r-900 {
  padding-right: 900px !important; }

.p-b-900 {
  padding-bottom: 900px !important; }

.p-l-900 {
  padding-left: 900px !important; }

.m-900 {
  margin: 900px !important; }

.m-h-900 {
  margin-left: 900px !important;
  margin-right: 900px !important; }

.m-v-900 {
  margin-top: 900px !important;
  margin-bottom: 900px !important; }

.m-t-900 {
  margin-top: 900px !important; }

.m-r-900 {
  margin-right: 900px !important; }

.m-b-900 {
  margin-bottom: 900px !important; }

.m-l-900 {
  margin-left: 900px !important; }

.p-910 {
  padding: 910px !important; }

.p-h-910 {
  padding-left: 910px !important;
  padding-right: 910px !important; }

.p-v-910 {
  padding-top: 910px !important;
  padding-bottom: 910px !important; }

.p-t-910 {
  padding-top: 910px !important; }

.p-r-910 {
  padding-right: 910px !important; }

.p-b-910 {
  padding-bottom: 910px !important; }

.p-l-910 {
  padding-left: 910px !important; }

.m-910 {
  margin: 910px !important; }

.m-h-910 {
  margin-left: 910px !important;
  margin-right: 910px !important; }

.m-v-910 {
  margin-top: 910px !important;
  margin-bottom: 910px !important; }

.m-t-910 {
  margin-top: 910px !important; }

.m-r-910 {
  margin-right: 910px !important; }

.m-b-910 {
  margin-bottom: 910px !important; }

.m-l-910 {
  margin-left: 910px !important; }

.p-920 {
  padding: 920px !important; }

.p-h-920 {
  padding-left: 920px !important;
  padding-right: 920px !important; }

.p-v-920 {
  padding-top: 920px !important;
  padding-bottom: 920px !important; }

.p-t-920 {
  padding-top: 920px !important; }

.p-r-920 {
  padding-right: 920px !important; }

.p-b-920 {
  padding-bottom: 920px !important; }

.p-l-920 {
  padding-left: 920px !important; }

.m-920 {
  margin: 920px !important; }

.m-h-920 {
  margin-left: 920px !important;
  margin-right: 920px !important; }

.m-v-920 {
  margin-top: 920px !important;
  margin-bottom: 920px !important; }

.m-t-920 {
  margin-top: 920px !important; }

.m-r-920 {
  margin-right: 920px !important; }

.m-b-920 {
  margin-bottom: 920px !important; }

.m-l-920 {
  margin-left: 920px !important; }

.p-930 {
  padding: 930px !important; }

.p-h-930 {
  padding-left: 930px !important;
  padding-right: 930px !important; }

.p-v-930 {
  padding-top: 930px !important;
  padding-bottom: 930px !important; }

.p-t-930 {
  padding-top: 930px !important; }

.p-r-930 {
  padding-right: 930px !important; }

.p-b-930 {
  padding-bottom: 930px !important; }

.p-l-930 {
  padding-left: 930px !important; }

.m-930 {
  margin: 930px !important; }

.m-h-930 {
  margin-left: 930px !important;
  margin-right: 930px !important; }

.m-v-930 {
  margin-top: 930px !important;
  margin-bottom: 930px !important; }

.m-t-930 {
  margin-top: 930px !important; }

.m-r-930 {
  margin-right: 930px !important; }

.m-b-930 {
  margin-bottom: 930px !important; }

.m-l-930 {
  margin-left: 930px !important; }

.p-940 {
  padding: 940px !important; }

.p-h-940 {
  padding-left: 940px !important;
  padding-right: 940px !important; }

.p-v-940 {
  padding-top: 940px !important;
  padding-bottom: 940px !important; }

.p-t-940 {
  padding-top: 940px !important; }

.p-r-940 {
  padding-right: 940px !important; }

.p-b-940 {
  padding-bottom: 940px !important; }

.p-l-940 {
  padding-left: 940px !important; }

.m-940 {
  margin: 940px !important; }

.m-h-940 {
  margin-left: 940px !important;
  margin-right: 940px !important; }

.m-v-940 {
  margin-top: 940px !important;
  margin-bottom: 940px !important; }

.m-t-940 {
  margin-top: 940px !important; }

.m-r-940 {
  margin-right: 940px !important; }

.m-b-940 {
  margin-bottom: 940px !important; }

.m-l-940 {
  margin-left: 940px !important; }

.p-950 {
  padding: 950px !important; }

.p-h-950 {
  padding-left: 950px !important;
  padding-right: 950px !important; }

.p-v-950 {
  padding-top: 950px !important;
  padding-bottom: 950px !important; }

.p-t-950 {
  padding-top: 950px !important; }

.p-r-950 {
  padding-right: 950px !important; }

.p-b-950 {
  padding-bottom: 950px !important; }

.p-l-950 {
  padding-left: 950px !important; }

.m-950 {
  margin: 950px !important; }

.m-h-950 {
  margin-left: 950px !important;
  margin-right: 950px !important; }

.m-v-950 {
  margin-top: 950px !important;
  margin-bottom: 950px !important; }

.m-t-950 {
  margin-top: 950px !important; }

.m-r-950 {
  margin-right: 950px !important; }

.m-b-950 {
  margin-bottom: 950px !important; }

.m-l-950 {
  margin-left: 950px !important; }

.p-960 {
  padding: 960px !important; }

.p-h-960 {
  padding-left: 960px !important;
  padding-right: 960px !important; }

.p-v-960 {
  padding-top: 960px !important;
  padding-bottom: 960px !important; }

.p-t-960 {
  padding-top: 960px !important; }

.p-r-960 {
  padding-right: 960px !important; }

.p-b-960 {
  padding-bottom: 960px !important; }

.p-l-960 {
  padding-left: 960px !important; }

.m-960 {
  margin: 960px !important; }

.m-h-960 {
  margin-left: 960px !important;
  margin-right: 960px !important; }

.m-v-960 {
  margin-top: 960px !important;
  margin-bottom: 960px !important; }

.m-t-960 {
  margin-top: 960px !important; }

.m-r-960 {
  margin-right: 960px !important; }

.m-b-960 {
  margin-bottom: 960px !important; }

.m-l-960 {
  margin-left: 960px !important; }

.p-970 {
  padding: 970px !important; }

.p-h-970 {
  padding-left: 970px !important;
  padding-right: 970px !important; }

.p-v-970 {
  padding-top: 970px !important;
  padding-bottom: 970px !important; }

.p-t-970 {
  padding-top: 970px !important; }

.p-r-970 {
  padding-right: 970px !important; }

.p-b-970 {
  padding-bottom: 970px !important; }

.p-l-970 {
  padding-left: 970px !important; }

.m-970 {
  margin: 970px !important; }

.m-h-970 {
  margin-left: 970px !important;
  margin-right: 970px !important; }

.m-v-970 {
  margin-top: 970px !important;
  margin-bottom: 970px !important; }

.m-t-970 {
  margin-top: 970px !important; }

.m-r-970 {
  margin-right: 970px !important; }

.m-b-970 {
  margin-bottom: 970px !important; }

.m-l-970 {
  margin-left: 970px !important; }

.p-980 {
  padding: 980px !important; }

.p-h-980 {
  padding-left: 980px !important;
  padding-right: 980px !important; }

.p-v-980 {
  padding-top: 980px !important;
  padding-bottom: 980px !important; }

.p-t-980 {
  padding-top: 980px !important; }

.p-r-980 {
  padding-right: 980px !important; }

.p-b-980 {
  padding-bottom: 980px !important; }

.p-l-980 {
  padding-left: 980px !important; }

.m-980 {
  margin: 980px !important; }

.m-h-980 {
  margin-left: 980px !important;
  margin-right: 980px !important; }

.m-v-980 {
  margin-top: 980px !important;
  margin-bottom: 980px !important; }

.m-t-980 {
  margin-top: 980px !important; }

.m-r-980 {
  margin-right: 980px !important; }

.m-b-980 {
  margin-bottom: 980px !important; }

.m-l-980 {
  margin-left: 980px !important; }

.p-990 {
  padding: 990px !important; }

.p-h-990 {
  padding-left: 990px !important;
  padding-right: 990px !important; }

.p-v-990 {
  padding-top: 990px !important;
  padding-bottom: 990px !important; }

.p-t-990 {
  padding-top: 990px !important; }

.p-r-990 {
  padding-right: 990px !important; }

.p-b-990 {
  padding-bottom: 990px !important; }

.p-l-990 {
  padding-left: 990px !important; }

.m-990 {
  margin: 990px !important; }

.m-h-990 {
  margin-left: 990px !important;
  margin-right: 990px !important; }

.m-v-990 {
  margin-top: 990px !important;
  margin-bottom: 990px !important; }

.m-t-990 {
  margin-top: 990px !important; }

.m-r-990 {
  margin-right: 990px !important; }

.m-b-990 {
  margin-bottom: 990px !important; }

.m-l-990 {
  margin-left: 990px !important; }

.no-wrap {
  white-space: nowrap; }

.inline {
  display: inline-block; }

* {
  margin: 0; }

body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #FFF;
  color: #545454; }
  @media only screen and (max-width: 768px) {
    body {
      padding-top: 30px !important; } }

img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

input, select {
  font-size: 14px !important; }

/*
 *  Corre├º├Áes no CSS Geral
 *
*/
a:hover {
  text-decoration: none; }

.transicao-1, .btn, section .topo-principal .menu-principal ul li, section .topo-principal .menu-principal ul li a, .lista-top .lista-top-item a, .tpl-show-box, .tpl-show-box a, .tpl-show, .artistas .artista-item .titulo a, .objetivos .objetivo, .artista-tpl a, .generos .genero, .generos .genero .titulo, footer .footer-bottom .footer-item a, .pagination .page-item .page-link, ul.redes-sociais li a, .sidebars .sidebar ul.lista-side li a, #chamada a {
  -moz-transition: all 140ms ease-out 140ms;
  -o-transition: all 140ms ease-out 140ms;
  -webkit-transition: all 140ms ease-out 140ms;
  transition: all 140ms ease-out 140ms; }

.transicao-2, .lista-top .lista-top-item, section.playerSite .progresso .barra {
  -moz-transition: all 220ms ease-out 220ms;
  -o-transition: all 220ms ease-out 220ms;
  -webkit-transition: all 220ms ease-out 220ms;
  transition: all 220ms ease-out 220ms; }

.no-border {
  border: 0; }

fb-comments iframe, .fb-comments span, .fb-comments {
  width: 100% !important; }

.form-control {
  -webkit-box-shadow: inset 0 1px 1px transparent;
  box-shadow: inset 0 1px 1px transparent; }

select.form-control {
  height: 38px; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.text-white {
  color: #FFF !important; }
  .text-whitea:link, .text-white a {
    color: #FFF !important; }

.form-control:focus {
  border-color: #cccccc !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0);
  box-shadow: inset 0 1px 1px transparent, 0 0 8px rgba(102, 175, 233, 0); }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px transparent inset, 0 0 8px rgba(126, 239, 104, 0);
  outline: 0 none; }

input {
  height: 38px; }

/*
 *  Diretrizes de desenvovimento
 *
*/
html.html-loading #carregamento {
  display: block; }
html #carregamento {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  padding-top: 20%;
  text-align: center;
  font-size: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  html #carregamento img {
    max-height: 150px; }

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn:focus, .btn:hover, .btn:active, .search-input-click:focus, .search-input-click:hover, .search-input-click:active {
  outline: none !important; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #eceeef;
  padding: 0.45rem 1rem;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
  vertical-align: top;
  border-top: 1px solid #eceeef; }
.table thead td {
  padding: 0.45rem 1rem;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
  vertical-align: top;
  border-top: 1px solid #eceeef; }
.table tbody tr td {
  border-right: 1px solid #eee;
  font-size: 14px; }
  .table tbody tr td:last-child {
    border-right: 0px; }

.w-100-p, section .topo-principal .busca .title span, section#page.noticia .noticia-relacionada, section#page.noticia .noticia-share, section#page.noticia .noticia-comentarios, section#page.usuario .perfil .estatisticas .estatistica .numeros, section#page.usuario .perfil .estatisticas .estatistica .descricao, section#page.usuario .sobre, .box-informacoes ul, .box-informacoes ul li span, .modal-search .modal-content .modal-body .input-group {
  width: 100%; }

.w-90-p {
  width: 90%; }

.w-80-p {
  width: 80%; }

.w-70-p {
  width: 70%; }

.w-60-p {
  width: 60%; }

.w-50-p {
  width: 50%; }

.w-45-p {
  width: 45%; }

.w-40-p {
  width: 40%; }

.w-35-p {
  width: 35%; }

.w-25-p {
  width: 25%; }

.font-lato {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.font-primaria, .btn.btn-black, section#page .titulo h1 {
  font-family: "Open Sans", sans-serif; }

.font-secundaria {
  font-family: "Roboto", sans-serif; }

.font-orbitron {
  font-family: 'Orbitron', sans-serif; }

.font-weight-thin {
  font-weight: 300; }

.font-weight-thin-m {
  font-weight: 200; }

.font-black {
  color: #333; }

.font-white, section .topo-principal .menu-principal ul li a, .font-white a, section .topo-principal .menu-principal ul li a a {
  color: #FFF; }

.display-none, .hide, .tpl-show.no-downloads .downloads, .tpl-show.pequeno .downloads, .tpl-show.pequeno .label-ouvir-imagem, .tpl-show.pequeno picture .number:empty {
  display: none; }

.display-inline-block {
  display: inline-block; }

.b-r-0, .modal-search .modal-content, .modal-search .modal-content .modal-body input, .modal-search .modal-content .modal-body .btn {
  border-radius: 0 !important; }

.btn.btn-baixar {
  padding: 17px; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0; }
.btn.btn-rounded {
  border-radius: 30px; }
.btn.btn-icone {
  width: 45px;
  height: 45px;
  padding-top: 9px;
  padding-left: 0 !important;
  padding-right: 0 !important; }
.btn.btn-dark {
  color: #FFF !important;
  background-color: #5a6a7a;
  border-color: #5a6a7a; }
  .btn.btn-dark:hover {
    background: #2f373f;
    border-color: #2f373f; }
.btn.btn-black {
  background: #333;
  color: #FFF; }
.btn.btn-black:hover, .btn.btn-outline-black:hover {
  background: #333;
  color: #FFF; }
.btn.btn-outline-black {
  border: 1px solid #333;
  color: #333; }
.btn.btn-gray {
  background: #848484;
  color: #333; }
.btn.btn-gray:hover, .btn.btn-outline-gray:hover {
  background: #848484;
  color: #FFF; }
.btn.btn-outline-gray {
  border: 1px solid #848484;
  color: #848484; }
.btn.btn-outline-light {
  border: 1px solid #eee;
  color: #333;
  font-size: 14px; }
  .btn.btn-outline-light:hover {
    background: #eee; }

/*
 *  Conteudo
 *
*/
section .topo-principal {
  background: #545454;
  color: #FFF;
  height: 600px;
  background: url("webfiles/assets/images/bg.jpg");
  position: relative !important;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 425px) {
    section .topo-principal {
      display: none; } }
  section .topo-principal .logo-black {
    display: none; }
  section .topo-principal .logo-white {
    display: block; }
  section .topo-principal.minify {
    background: #FFF !important;
    color: #9E9E9E !important;
    border-bottom: 1px solid #eee;
    height: 90px; }
    @media only screen and (max-width: 768px) {
      section .topo-principal.minify {
        height: 135px; } }
    section .topo-principal.minify ul li a {
      color: rgba(0, 0, 0, 0.4); }
      section .topo-principal.minify ul li a:hover {
        color: rgba(0, 0, 0, 0.8); }
    section .topo-principal.minify::before {
      background: #FFF; }
    section .topo-principal.minify .logo-white {
      display: none; }
    section .topo-principal.minify .logo-black {
      display: block; }
    section .topo-principal.minify .busca {
      display: none; }
    section .topo-principal.minify .logo img {
      margin-top: 3px; }
    section .topo-principal.minify .box-dashboard.box-hover:after {
      right: 35px !important;
      border-bottom-color: #eee !important; }
  section .topo-principal .logo img {
    max-height: 40px; }
  section .topo-principal .busca {
    margin-top: 16%; }
    section .topo-principal .busca .title {
      font-family: "Roboto", sans-serif; }
      section .topo-principal .busca .title span {
        display: block;
        font-size: 15px;
        font-size: 0.9375rem; }
  section .topo-principal .menu-principal ul li {
    font-family: "Open Sans", sans-serif;
    padding: 10px 0px 0px;
    font-size: 16px;
    font-size: 1rem; }
    @media only screen and (max-width: 768px) {
      section .topo-principal .menu-principal ul li {
        padding: 6px 0px 0px;
        margin-right: 9px; } }
    section .topo-principal .menu-principal ul li a {
      font-size: 16px;
      font-size: 1rem; }
      @media only screen and (max-width: 768px) {
        section .topo-principal .menu-principal ul li a {
          font-size: 15px;
          font-size: 0.9375rem; } }
      section .topo-principal .menu-principal ul li a:hover {
        color: #cccccc; }
  section .topo-principal::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.49); }
@media only screen and (max-width: 768px) {
  section .mobile-menu {
    display: block !important; } }
section .mobile-menu {
  position: fixed;
  display: none;
  z-index: 50;
  width: 100%;
  top: 0; }
  section .mobile-menu .informacoes {
    background: #ca1a1a;
    color: #FFF;
    padding: 11px 20px;
    height: 50px; }
  section .mobile-menu .menu-mobile {
    display: inline-block;
    width: 100%; }
    section .mobile-menu .menu-mobile .collapse {
      background: #333;
      padding: 20px; }
    section .mobile-menu .menu-mobile a {
      color: #FFF; }
section .header-page {
  color: #3b3747 !important; }
section .header-misc {
  color: #3b3747 !important; }
section #proposta .dark {
  background: #333;
  color: #FFF; }
  section #proposta .dark .header-title:after {
    border-top: 1px solid #688791; }

.radio label, .checkbox label {
  padding: 0px !important; }

.chosen-container-multi .chosen-choices {
  border-radius: 3px; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 33px !important; }

.btn-inputfile {
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  max-width: 100%; }
  .btn-inputfile input {
    filter: alpha(opacity=0);
    position: absolute;
    height: 500px;
    width: 500px;
    opacity: 0;
    left: 0;
    top: 0; }
  .btn-inputfile span span {
    line-height: inherit;
    white-space: nowrap;
    overflow: hidden;
    max-width: 40px; }
    .btn-inputfile span span:empty {
      display: none; }
    .btn-inputfile span span:before {
      content: "{"; }
    .btn-inputfile span span:after {
      content: "}"; }

.menu-responsivo {
  position: fixed;
  display: none;
  width: 100%;
  z-index: 20;
  top: 0; }
  .menu-responsivo .barra {
    background: #e53232;
    color: #FFF;
    padding: 12px 13px;
    height: 60px; }
    .menu-responsivo .barra a {
      color: #FFF; }
    .menu-responsivo .barra .logo img {
      max-height: 29px;
      margin-top: 5px; }
  .menu-responsivo .conteudo {
    padding: 15px 13px;
    background: #333; }
    .menu-responsivo .conteudo li a {
      background: #3c3c3c;
      padding: 10px 17px;
      font-size: 14px;
      margin: 3px 0px;
      display: block;
      color: #FFF;
      width: 100%; }
  .menu-responsivo .botao-collapse {
    background: #ad1f1f;
    padding: 10px 13px;
    font-size: 16px;
    display: block; }
    .menu-responsivo .botao-collapse .abrir {
      display: block; }
    .menu-responsivo .botao-collapse .fechar {
      display: none; }
    .menu-responsivo .botao-collapse.active .abrir {
      display: none; }
    .menu-responsivo .botao-collapse.active .fechar {
      display: block; }
  @media only screen and (max-width: 768px) {
    .menu-responsivo {
      display: block; } }

.lista-top .lista-top-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px; }
  .lista-top .lista-top-item:hover {
    opacity: 0.8; }
  .lista-top .lista-top-item.destaque {
    padding: 10px;
    border: 1px solid #eee;
    border-bottom: 2px solid #e53232; }
  .lista-top .lista-top-item .label-ouvir-imagem {
    display: block;
    width: 84%;
    margin-top: 5px; }
  .lista-top .lista-top-item .side {
    float: left; }
    @media only screen and (max-width: 425px) {
      .lista-top .lista-top-item .side {
        float: none;
        text-align: center; } }
  @media only screen and (max-width: 425px) {
    .lista-top .lista-top-item .media-object {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 425px) {
    .lista-top .lista-top-item .media-body .titulo {
      text-align: center; } }
  .lista-top .lista-top-item a {
    color: #333; }
    .lista-top .lista-top-item a:hover {
      opacity: 0.7; }
  .lista-top .lista-top-item.lista-top-item-mini .titulo {
    font-size: 14px;
    font-size: 0.875rem; }
  @media only screen and (max-width: 425px) {
    .lista-top .lista-top-item.lista-top-item-mini .por {
      text-align: center; } }
  .lista-top .lista-top-item.lista-top-item-mini .imagem {
    max-height: 60px; }
  .lista-top .lista-top-item.lista-top-item-mini .number, .lista-top .lista-top-item.lista-top-item-mini .downloads {
    display: none; }
  .lista-top .lista-top-item .titulo {
    font-weight: 600; }
  .lista-top .lista-top-item .number {
    position: absolute;
    height: 30px;
    width: 30px;
    padding: 3px 10px 10px;
    background: #FB4D48;
    color: #FFF;
    border-radius: 31px;
    margin-left: 72px;
    margin-top: -2px; }
    @media only screen and (max-width: 425px) {
      .lista-top .lista-top-item .number {
        margin-left: auto;
        right: 36%; } }
  .lista-top .lista-top-item .info {
    font-size: 13px; }
  .lista-top .lista-top-item .imagem {
    max-height: 100px;
    margin-right: 15px; }

.artista-tpl-mini {
  padding: 0px 0px 15px; }
  .artista-tpl-mini .titulo {
    font-weight: 600;
    font-size: 1.1em;
    color: #424242; }
  .artista-tpl-mini .imagem {
    margin-right: 15px; }
    .artista-tpl-mini .imagem img {
      max-height: 50px; }

.tpl-show-box {
  background: #FFF;
  height: 280px;
  padding: 10px; }
  .tpl-show-box:hover {
    -webkit-box-shadow: 0px 0px 12px rgba(45, 45, 45, 0.12);
    -moz-box-shadow: 0px 0px 12px rgba(45, 45, 45, 0.12);
    box-shadow: 0px 0px 12px rgba(45, 45, 45, 0.12); }
  .tpl-show-box a {
    color: #333; }
    .tpl-show-box a:hover {
      opacity: 0.8; }
  .tpl-show-box .titulo {
    margin: 10px 0px;
    font-weight: 600;
    font-size: 13px; }

.tpl-show {
  padding: 12px 0px 15px;
  border-bottom: 1px solid #eee;
  height: 105px; }
  @media only screen and (max-width: 768px) {
    .tpl-show {
      height: auto; }
      .tpl-show .ferramentas {
        text-align: center; } }
  .tpl-show .number:empty {
    display: none; }
  .tpl-show:hover {
    opacity: 0.8;
    padding-left: 8px !important; }
  .tpl-show.no-border {
    border: 0px; }
  .tpl-show.no-contagem picture {
    display: none !important; }
  .tpl-show.com-downloads .downloads {
    display: block !important; }
  .tpl-show.sem-autor .autor {
    display: none !important; }
  .tpl-show.ferramentas {
    height: 140px; }
    .tpl-show.ferramentas.pequeno {
      height: 98px; }
    .tpl-show.ferramentas .ferramentas {
      display: block;
      margin: 6px auto; }
  .tpl-show.pequeno {
    height: 80px;
    padding: 7px 0px 5px; }
    .tpl-show.pequeno.contagem picture .number {
      width: 25px;
      height: 25px;
      padding: 1px 9px 10px;
      margin-left: 44px;
      margin-top: -66px; }
    .tpl-show.pequeno picture {
      margin-right: 9px; }
      .tpl-show.pequeno picture img {
        height: 65px; }
    .tpl-show.pequeno header h1 {
      font-size: 14px; }
  .tpl-show picture {
    float: left;
    margin-right: 20px; }
    .tpl-show picture img {
      height: 80px; }
    .tpl-show picture .number {
      position: absolute;
      height: 30px;
      width: 30px;
      padding: 3px 10px 10px;
      background: #FB4D48;
      color: #FFF;
      border-radius: 31px;
      margin-left: 62px;
      margin-top: -81px; }
      @media only screen and (max-width: 425px) {
        .tpl-show picture .number {
          margin-left: auto; } }
  .tpl-show header {
    display: block;
    margin-top: 5px; }
    .tpl-show header a {
      color: #333; }
      .tpl-show header a h1 {
        line-height: 1.2;
        font-weight: 600;
        font-size: 15px;
        margin: 0; }
  .tpl-show .detalhes {
    display: inline-block;
    font-size: 13px; }
    .tpl-show .detalhes .autor a {
      color: #616161; }
  .tpl-show .ferramentas {
    display: none; }

.busca-form {
  width: 75%;
  margin: 0 auto; }
  .busca-form.lg .busca-input, .busca-form.lg .btn {
    height: 50px; }
  .busca-form .busca-input {
    width: 72%;
    float: left;
    display: inline-block;
    border: 1px solid #FFF;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .busca-form .busca-submit {
    width: 28%;
    display: inline-block;
    float: left;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .busca-form:before {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    font-size: 1.4em;
    color: #A7A7A7;
    top: .38em;
    left: 7.5em; }
    @media only screen and (max-width: 1025px) {
      .busca-form:before {
        left: 6.5em; } }
    @media only screen and (max-width: 768px) {
      .busca-form:before {
        left: 5.5em; } }

.artistas .artista-item {
  margin-bottom: 15px;
  background: #F1F1F1;
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .artistas .artista-item .titulo a {
    color: #333; }

.sugestoes-do-site {
  position: relative;
  overflow: hidden;
  height: 280px; }

.carrosel-sugestoes:before {
  content: ' ';
  position: absolute;
  height: 100%;
  width: 150px;
  z-index: 10;
  background-image: linear-gradient(to right, #ececec 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFECECEC', endColorstr='#00FFFFFF', GradientType=1); }
  @media only screen and (max-width: 425px) {
    .carrosel-sugestoes:before {
      content: '';
      display: none; } }
.carrosel-sugestoes:after {
  content: ' ';
  position: absolute;
  height: 100%;
  width: 150px;
  z-index: 10;
  right: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ececec 86%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFECECEC', GradientType=1); }
  @media only screen and (max-width: 425px) {
    .carrosel-sugestoes:after {
      content: '';
      display: none; } }

.artistas-carousel .arrow {
  z-index: 15;
  position: absolute;
  top: 140px;
  font-size: 40px;
  font-size: 2.5rem; }
  @media only screen and (max-width: 425px) {
    .artistas-carousel .arrow {
      top: 46%; } }
  .artistas-carousel .arrow .btn {
    color: #B5B5B5;
    font-size: 40px;
    font-size: 2.5rem; }
  .artistas-carousel .arrow.arrow-left {
    left: 0; }
  .artistas-carousel .arrow.arrow-right {
    right: 0; }
.artistas-carousel img {
  max-height: 90px; }
  @media only screen and (max-width: 425px) {
    .artistas-carousel img {
      max-height: none !important; } }
.artistas-carousel:before {
  content: ' ';
  position: absolute;
  height: 175px;
  width: 150px;
  z-index: 10;
  background-image: linear-gradient(to right, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#00FFFFFF', GradientType=1); }
  @media only screen and (max-width: 425px) {
    .artistas-carousel:before {
      content: '';
      display: none; } }
.artistas-carousel:after {
  content: ' ';
  position: absolute;
  height: 175px;
  width: 150px;
  top: 91px;
  right: 0;
  z-index: 10;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFF 86%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=1); }
  @media only screen and (max-width: 425px) {
    .artistas-carousel:after {
      content: '';
      display: none; } }

/*
 *  Cards
 *
*/
.card-social {
  height: 40px; }
  .card-social .card-block {
    padding-top: 9px; }

.card-minified {
  overflow: hidden;
  border: 0px !important;
  border-radius: 0 !important; }
  .card-minified .card-title {
    font-size: 16px;
    font-size: 1rem; }

.card-com-overlay .card-img-overlay {
  background: rgba(87, 87, 87, 0.43);
  background: -moz-linear-gradient(top, #575757 0%, #131313 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #575757), color-stop(100%, #131313));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.43) 0%, #131313 100%);
  background: -o-linear-gradient(top, #575757 0%, #131313 100%);
  background: -ms-linear-gradient(top, #575757 0%, #131313 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.43) 0%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#131313', GradientType=0); }

/*
 *  Lista Horizontal
 *
*/
ul.lista-horizontal li {
  padding-top: 2px;
  float: left;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px; }
  ul.lista-horizontal li a {
    color: #333; }

ul.lista-horizontal.dark li a {
  color: #FFF; }

/*
 *  Miscellanious
 *
*/
.formulario label {
  width: 100%; }

.objetivos .objetivo {
  border: 1px solid #eee;
  display: inline-block;
  color: #333; }
  .objetivos .objetivo:hover {
    background: #e53232;
    color: #FFF; }
    .objetivos .objetivo:hover .icone {
      color: #FFF; }

.box-conteudo {
  border: 1px solid #eee;
  display: inline-block;
  padding: 20px 10px;
  width: 100%; }
  .box-conteudo .titulo {
    font-weight: 600; }

.passo-a-passo .passo .numero {
  background: #eee;
  color: #333;
  border-radius: 50px;
  margin: 0 auto 10px;
  padding: 7px;
  height: 35px;
  width: 35px; }
.passo-a-passo .passo.active .titulo {
  font-weight: 600; }
.passo-a-passo .passo.active .numero {
  background: #e53232;
  color: #FFF; }
.passo-a-passo:after {
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
  content: ' ';
  z-index: -1;
  width: 100%;
  height: 2px;
  top: 64px; }

.tips .icone {
  margin-right: 15px;
  color: #ca1a1a; }
.tips li {
  margin: 10px 0px; }

.section.sobre .area-1 {
  padding-top: 4% !important;
  position: relative;
  height: 600px;
  color: #FFF; }
  .section.sobre .area-1 canvas {
    background-position: 50%;
    background-size: cover; }
.section.sobre .canvas-interact {
  position: absolute;
  display: block;
  height: 100%;
  z-index: -1;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }
.section.noticias {
  padding: 1px 0px 50px;
  background: #f3f3f3;
  margin-top: 55px; }
.section.playlist .musicas {
  font-size: 14px; }
.section.playlist .box-info {
  border: 1px solid #eee;
  padding: 10px 5px; }
  .section.playlist .box-info .categoria {
    text-transform: uppercase;
    font-size: 14px;
    color: #333; }
  .section.playlist .box-info .titulo {
    font-size: 25px; }
  .section.playlist .box-info .descricao {
    font-size: 13px; }
  .section.playlist .box-info .estatistica-item {
    border: 1px solid #eee;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    min-width: 100px;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px;
    width: 100px; }
    .section.playlist .box-info .estatistica-item small {
      font-weight: normal;
      display: block; }

.artista-tpl a {
  color: #4c4c4c; }
.artista-tpl .informacoes {
  font-size: 15px; }
  .artista-tpl .informacoes .titulo {
    font-weight: bold;
    font-size: 16px; }
@media only screen and (max-width: 768px) {
  .artista-tpl .informacoes {
    font-size: 13px; }
    .artista-tpl .informacoes .titulo {
      font-size: 13px; } }

.evento-item.sem-btn .compra {
  display: none; }
.evento-item .imagem {
  position: relative; }
  .evento-item .imagem .texto {
    background: rgba(51, 51, 51, 0.8);
    position: absolute;
    font-size: 13px;
    padding: 5px;
    width: 100%;
    color: #FFF;
    z-index: 10;
    bottom: 0; }
.evento-item .informacoes {
  margin: 10px 0px 0px;
  font-size: 13px;
  color: #6f6f6f; }
  .evento-item .informacoes .icone {
    margin-right: 5px;
    width: 13px; }
  .evento-item .informacoes .titulo {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 14px;
    color: #333; }
  .evento-item .informacoes .local {
    margin-bottom: 2px; }
.evento-item .compra {
  margin: 15px 0px 0px; }

section#website.login-page {
  background: url("webfiles/assets/images/msq_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -48px;
  padding-bottom: 60px; }

section#page .titulo.header-notice h1 {
  font-size: 28px;
  text-transform: none !important;
  font-weight: 200 !important; }
section#page .titulo.header-notice span {
  font-size: 19px;
  text-transform: none; }
section#page .titulo h1 {
  color: #333; }
section#page.generos nav {
  display: inline-flex;
  margin: 0 auto;
  width: 100%; }
section#page.evento .imagem img {
  max-height: 300px; }
section#page.evento .informacoes .data {
  min-height: 110px;
  font-size: 27px;
  padding: 10px;
  border: 1px solid #eee; }
  section#page.evento .informacoes .data .dia {
    font-size: 14px;
    margin-top: 5px;
    background: #e53232;
    color: #FFF;
    padding: 5px; }
section#page.evento .informacoes .local {
  min-height: 110px;
  border: 1px solid #eee;
  padding: 17px 10px; }
  section#page.evento .informacoes .local .horario {
    font-weight: 600;
    font-size: 16px; }
section#page.evento .informacoes .tempo {
  min-height: 110px;
  border: 1px solid #eee;
  padding: 16px 10px; }
  section#page.evento .informacoes .tempo .titulo {
    font-weight: 600;
    font-size: 16px; }
section#page.evento .ingressos .table-ingressos tbody tr th {
  font-weight: 200;
  vertical-align: middle; }
section#page.download .info img.cover {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  max-height: 285px; }
section#page.download .info .ouvir-btn {
  background: rgba(51, 51, 51, 0.67);
  border-radius: 0 !important;
  position: absolute;
  width: 100%;
  z-index: 10;
  color: #FFF;
  border: 0;
  bottom: 0; }
section#page.download .info .overlay-cover {
  padding-top: 30%;
  position: absolute;
  height: 150px;
  width: 100%;
  bottom: 0px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#B0000000', GradientType=0); }
section#page.artista .informacoes {
  position: relative; }
  section#page.artista .informacoes .cover {
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.38); }
  section#page.artista .informacoes .header-artista .esquerda {
    float: left; }
    @media only screen and (max-width: 768px) {
      section#page.artista .informacoes .header-artista .esquerda {
        text-align: center;
        float: none; } }
  section#page.artista .informacoes .info {
    padding: 160px 0px 22px; }
    section#page.artista .informacoes .info .descricao {
      color: #FFF; }
    section#page.artista .informacoes .info img {
      height: 120px; }
    @media only screen and (max-width: 425px) {
      section#page.artista .informacoes .info .labels {
        display: inline-block;
        text-align: center;
        margin-top: 20px; }
        section#page.artista .informacoes .info .labels span {
          font-size: 13px !important; } }
    @media only screen and (max-width: 768px) {
      section#page.artista .informacoes .info {
        padding: 50px 0px 30px; }
        section#page.artista .informacoes .info img {
          margin: 0 auto;
          height: 160px; } }
  section#page.artista .informacoes h1 {
    text-shadow: 1px 1px 10px #333;
    color: #FFF !important; }
  section#page.artista .informacoes .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(87, 87, 87, 0.3);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(2, 2, 2, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#131313', GradientType=0); }
section#page.noticia .noticia-relacionada {
  display: inline-block; }
section#page.noticia .noticia-share {
  display: inline-block; }
  section#page.noticia .noticia-share .autor-imagem {
    height: 50px; }
section#page.noticia .noticia-comentarios {
  display: inline-block; }
section#page.noticia .noticia-imagem {
  display: inline-block; }
section#page.noticia .noticia-conteudo {
  display: inline-block; }
section#page.usuario .perfil {
  border: 1px solid #eee; }
  section#page.usuario .perfil .imagem img {
    height: 160px; }
  section#page.usuario .perfil .nome h4 {
    font-size: 22px; }
  section#page.usuario .perfil .estatisticas {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    section#page.usuario .perfil .estatisticas::after {
      content: "";
      display: table;
      clear: both; }
    section#page.usuario .perfil .estatisticas .estatistica {
      padding-left: 0 !important;
      padding-right: 0 !important;
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 25%;
      border-right: 1px solid #eee; }
      @media only screen and (max-width: 768px) {
        section#page.usuario .perfil .estatisticas .estatistica {
          width: 50%; } }
      @media only screen and (max-width: 425px) {
        section#page.usuario .perfil .estatisticas .estatistica {
          width: 50%; }
          section#page.usuario .perfil .estatisticas .estatistica .numeros {
            font-size: 16px; } }
      section#page.usuario .perfil .estatisticas .estatistica:last-child {
        border-right: 0px solid #eee; }
      section#page.usuario .perfil .estatisticas .estatistica .numeros {
        font-size: 20px; }
      section#page.usuario .perfil .estatisticas .estatistica .descricao {
        text-overflow: ellipsis;
        overflow: auto; }
section#page.usuario .sobre {
  display: inline-block; }

.generos .genero {
  padding: 0px;
  margin: 1px;
  height: 177px; }
  @media only screen and (max-width: 768px) {
    .generos .genero {
      height: 143px; } }
  @media only screen and (max-width: 425px) {
    .generos .genero {
      height: 200px; } }
  .generos .genero:hover {
    opacity: 0.9; }
    .generos .genero:hover .titulo {
      margin-top: 10px; }
  .generos .genero .titulo {
    text-shadow: 0px 0px 2px #969696;
    font-size: 25px;
    color: #FFF;
    padding-top: 50px;
    z-index: 10;
    width: 100%;
    position: absolute; }
    .generos .genero .titulo a {
      color: #FFF; }
  .generos .genero .imagem {
    height: 100%;
    width: 100%;
    position: absolute; }
  .generos .genero .overlay {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 5;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#B0000000', GradientType=0); }

.modal-login {
  margin-top: 90px; }
  .modal-login .formulario {
    margin: 0 auto;
    padding: 15px;
    width: 70%; }

.modalIncrivel {
  border-radius: 0; }
  .modalIncrivel .modal-dialog {
    margin-top: 100px; }
    .modalIncrivel .modal-dialog .modal-content {
      border-radius: 0;
      border: 0; }
      .modalIncrivel .modal-dialog .modal-content .modal-header {
        background: #e53232;
        color: #FFF;
        border: 0; }
        .modalIncrivel .modal-dialog .modal-content .modal-header .close {
          margin-top: 6px; }

.box-informacoes {
  border: 1px solid #eee; }
  .box-informacoes ul {
    display: inline-block; }
    .box-informacoes ul.b-b {
      border-bottom: 1px solid #eee; }
    .box-informacoes ul li {
      margin-bottom: 5px; }
      .box-informacoes ul li span {
        display: block; }
  .box-informacoes h1 {
    font-size: 14px !important; }
  .box-informacoes .header-page {
    padding-bottom: 9px !important; }

.image-user {
  max-height: 50px;
  border: 1px solid #eee;
  padding: 3px;
  margin-top: -12px; }

@media only screen and (max-width: 768px) {
  .coluna-logo, .coluna-menu {
    width: 100%;
    display: -webkit-inline-box; }
    .coluna-logo .logo, .coluna-menu .logo {
      text-align: center;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      .coluna-logo .logo .logo-site, .coluna-menu .logo .logo-site {
        display: block;
        margin-left: auto;
        margin-right: auto; } }

@media only screen and (max-width: 768px) {
  .coluna-menu .menu-principal {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; } }

.modal-search .modal-content {
  margin-top: 100px;
  border: 0;
  background: transparent; }
  .modal-search .modal-content .modal-body input {
    display: inline-block;
    padding: 40px;
    width: 81%;
    border: 0; }
  .modal-search .modal-content .modal-body .btn {
    background: #eee;
    padding: 28px;
    width: 15%;
    border: 0; }
    @media only screen and (max-width: 768px) {
      .modal-search .modal-content .modal-body .btn {
        padding: 28px 18px;
        width: 19%; } }

.search-action {
  padding-top: 4px !important; }

.search-input {
  width: 70%;
  float: left;
  margin-right: 15px; }

.search-input-click {
  padding: 3px 9px 5px;
  display: block; }

.btn-curtir:hover {
  color: #FFF !important; }
@media only screen and (max-width: 768px) {
  .btn-curtir .text {
    display: none; } }
@media only screen and (max-width: 425px) {
  .btn-curtir .text {
    display: block; } }

.seguidores-lista li {
  margin-right: 5px;
  width: 22.5%;
  float: left; }

.pedido .evento {
  font-weight: 600;
  margin-bottom: 10px; }
.pedido .imagem {
  margin-top: 15px; }
  .pedido .imagem img {
    border-radius: 2px; }

/**
 *  Player
 *
*/
section.playerSite {
  border-top: 1px solid #eee;
  padding: 2px 0px 0px;
  background: #FFF;
  font-size: 15px;
  display: block;
  height: 80px; }
  section.playerSite .informacoes {
    padding: 3px 0px 0px; }
    section.playerSite .informacoes .imagem {
      margin-right: 13px;
      float: left; }
      section.playerSite .informacoes .imagem img {
        height: 60px; }
    section.playerSite .informacoes .artista a {
      color: #333; }
    section.playerSite .informacoes .artista .faixa {
      display: block; }
  section.playerSite .progresso .barra {
    background: #e53232;
    position: absolute;
    margin-top: -3px;
    z-index: 9999;
    height: 5px; }
    section.playerSite .progresso .barra .jp-play-bar {
      background: #ca1a1a;
      height: 5px; }
  section.playerSite a {
    color: #bfbfbf; }
  section.playerSite .acoes {
    padding: 14px 0px 0px;
    margin-right: 5px; }
    section.playerSite .acoes .fecpla {
      display: none; }
  @media only screen and (max-width: 768px) {
    section.playerSite .desktop-it {
      display: none !important; }
    section.playerSite .mobile-it {
      display: block !important; }
    section.playerSite .jp-playlist ul {
      height: 120px; } }
  section.playerSite .desktop-it {
    display: block; }
  section.playerSite .mobile-it {
    display: none; }
  section.playerSite .jp-interface {
    padding: 7px 0px 0px; }
  section.playerSite .playlist {
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #efeeee 20%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#00FFFFFF', GradientType=1); }
  section.playerSite .tempoMusica {
    padding: 21px 0px 0px; }
    section.playerSite .tempoMusica .jp-current-time {
      float: left; }
    section.playerSite .tempoMusica span {
      margin-right: 3px; }
    section.playerSite .tempoMusica .separador {
      float: left; }
    section.playerSite .tempoMusica .jp-duration {
      float: left; }
  section.playerSite.fixo {
    position: fixed;
    z-index: 50;
    width: 100%;
    bottom: 0; }
  section.playerSite .controles {
    padding: 14px 0px 0px;
    margin: 0 auto;
    width: 90px; }
    section.playerSite .controles .item {
      margin-right: 10px;
      font-size: 1.4rem;
      line-height: 1.7;
      float: left; }
      section.playerSite .controles .item.big {
        padding: 4px 10px 0px;
        background: #e53232;
        border-radius: 50%;
        line-height: 1.5;
        font-size: 1rem;
        height: 33px; }
        section.playerSite .controles .item.big a {
          color: #FFF; }

section.player-fixed {
  bottom: -155px;
  position: fixed;
  z-index: 9999; }

.bg-player {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 10%, #ccc 90%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9FFFFFF', endColorstr='#FFCCCCCC', GradientType=0); }

#playerpl {
  width: 100%;
  position: fixed;
  display: table-cell;
  vertical-align: middle;
  z-index: 170;
  bottom: -158px;
  border: 1px solid rgba(255, 79, 79, 0.23); }

/* personalizado */
div.pcd {
  height: 45px;
  float: left;
  margin-top: 0px;
  font-size: 18px; }

div.pcd a {
  color: #373737; }

div.logo {
  float: left; }

div.logo {
  height: 56px;
  float: left; }

div.logo a {
  height: 56px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 18px 0 23px; }

/* @group INTERFACE */
div.jp-type-playlist {
  width: 100%;
  /* height: 47px; */
  /* -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.15); */
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  /* box-shadow: 0 0 26px rgba(0, 0, 0, 0.07); */
  display: table;
  position: relative;
  z-index: 20; }

/* @group CONTROLS */
div.jp-interface ul.jp-controls {
  height: 47px;
  float: left;
  margin-left: 50px;
  margin-top: -1px; }

div.jp-interface ul.jp-controls li {
  display: inline-block;
  float: left; }

div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  color: #CC483B;
  font-size: 16px;
  margin-top: 21px; }

div.btnsplaypause {
  width: 55px;
  float: left;
  margin-top: 6px;
  margin-left: 7px; }

div.btnsplaypause .playpause {
  width: 83px;
  height: 71px;
  margin-top: -28px;
  padding-top: 13px;
  text-align: center; }

div.jp-type-playlist .jp-play,
div.jp-type-playlist .jp-pause,
div.jp-type-playlist .jp-play:active,
div.jp-type-playlist .jp-pause:active {
  width: 37px;
  height: 37px;
  display: block;
  padding: 7px;
  padding-left: 12px;
  border-radius: 2px;
  border: 1px #DE7878 solid; }

div.jp-type-playlist .jp-play {
  margin-top: 1px; }

div.jp-type-playlist .jp-pause {
  margin-top: 1px; }

div.jp-type-playlist .jp-previous {
  margin-top: 16px !important;
  width: 30px;
  padding-left: 9px;
  padding-top: 3px;
  height: 30px;
  /* float: left; */
  border-radius: 2px;
  border: 1px #DE7878 solid; }

div.jp-type-playlist .jp-next {
  margin-top: 16px;
  margin-left: -11px;
  width: 30px;
  padding-left: 11px;
  padding-top: 3px;
  height: 30px;
  border-radius: 2px;
  border: 1px #DE7878 solid; }

/* @end */
/* @group volume controls */
div.jp-interface ul.jp-controls a.jp-mute,
div.jp-interface ul.jp-controls a.jp-unmute {
  width: 24px;
  height: 56px;
  float: left; }

div.jp-interface ul.jp-controls a.jp-mute,
div.jp-interface ul.jp-controls a.jp-mute:hover {
  background: url(webfiles/assets/img/playerpl/btn-vol.png) no-repeat center center; }

div.jp-interface ul.jp-controls a.jp-unmute,
div.jp-interface ul.jp-controls a.jp-unmute:hover {
  background: url(webfiles/assets/img/playerpl/btn-vol-mute.png) no-repeat center center; }

/* @end */
/* @group progress bar */
.player-fixed .jp-type-playlist .pce {
  width: 100%;
  margin-bottom: 17px;
  display: inline-block; }
  @media only screen and (max-width: 768px) {
    .player-fixed .jp-type-playlist .pce {
      margin-bottom: 14px; } }
.player-fixed .jp-song-title {
  font-size: 14px;
  margin-top: 13px;
  padding-top: 19px;
  height: auto; }
  @media only screen and (max-width: 768px) {
    .player-fixed .jp-song-title {
      margin-top: 6px; } }
.player-fixed .pcd {
  margin: 12px 15px 0px; }
  @media only screen and (max-width: 768px) {
    .player-fixed .pcd {
      margin: 15px 17px 0px;
      height: auto; } }
.player-fixed .abrpla, .player-fixed .fecpla {
  margin-top: 16px; }
.player-fixed .jp-pause {
  margin-left: -4px;
  margin-right: 4px; }
.player-fixed .jp-next {
  margin-left: -4px !important; }
.player-fixed ul.jp-controls {
  height: auto;
  margin-top: -7px; }
  .player-fixed ul.jp-controls li {
    float: none !important; }
  .player-fixed ul.jp-controls a {
    margin-top: 12px; }
.player-fixed .tempomus {
  height: 56px;
  float: left;
  color: #2D2D2D;
  padding-top: 29px;
  margin-top: 0px;
  margin-left: 20px; }
  @media only screen and (max-width: 768px) {
    .player-fixed .tempomus {
      display: none;
      margin-top: -6px; } }
  .player-fixed .tempomus .jp-barpro {
    padding: 7px 11px; }
  .player-fixed .tempomus.responsivo {
    display: none;
    padding-top: 0; }
    @media only screen and (max-width: 768px) {
      .player-fixed .tempomus.responsivo {
        display: block;
        height: auto;
        width: 100%;
        margin: 0; }
        .player-fixed .tempomus.responsivo .jp-current-time {
          display: none; }
        .player-fixed .tempomus.responsivo .jp-barpro {
          padding: 0;
          width: 100%; }
          .player-fixed .tempomus.responsivo .jp-barpro .jp-progress {
            width: 100%;
            border-radius: 0; }
        .player-fixed .tempomus.responsivo .jp-duration {
          display: none; } }

/* @end */
/* @group TOGGLES */
ul.jp-toggles {
  float: left;
  overflow: hidden; }

ul.jp-toggles li {
  display: block;
  float: left; }

ul.jp-toggles li a {
  height: 56px;
  display: block;
  line-height: 100%;
  /* need this for IE6 */ }

ul.jp-toggles li a span {
  display: none; }

.jp-repeat,
.jp-repeat:hover {
  opacity: 0.3;
  margin-right: 7px; }

.jp-repeat-off {
  margin-right: 7px; }

.jp-repeat-off:hover,
.jp-shuffle-off:hover,
div.btnlim a:hover,
div.btnshare a:hover {
  opacity: 1; }

.jp-shuffle,
.jp-shuffle:hover {
  opacity: 0.3;
  margin-right: 23px; }

.jp-shuffle-off {
  margin-right: 23px; }

ul.jp-toggles li a.jp-repeat,
ul.jp-toggles li a.jp-repeat-off,
ul.jp-toggles li a.jp-shuffle,
ul.jp-toggles li a.jp-shuffle-off {
  width: 24px;
  display: block; }

div.btnlim {
  height: 26px;
  float: left;
  margin-top: 14px;
  border-left: 1px dotted #FF9D93; }

div.btnlim a {
  height: 26px;
  width: 23px;
  vertical-align: middle;
  margin-left: 15px;
  text-decoration: none;
  opacity: 0.8;
  color: #2D2D2D; }

/* @end */
/* btnshare */
div.btnshare {
  height: 26px;
  float: right;
  margin-top: 15px;
  border-right: 1px dotted #5d5d5d;
  padding-right: 13px; }

div.btnshare a {
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  opacity: 0.3; }

/* abrpla / fecpla */
div.abrpla,
div.fecpla {
  height: 26px;
  width: 40px;
  margin-top: 17px;
  margin-left: 18px;
  padding: 0 25px; }

div.abrpla a,
div.fecpla a {
  height: 26px;
  width: 30px;
  vertical-align: middle;
  padding-left: 1px;
  text-decoration: none;
  opacity: 0.8; }

div.fecpla a {
  opacity: 1; }

div.fecpla a:hover {
  opacity: 0.3; }

/* @group playlist */
.jp-playlist {
  width: 100%;
  height: 155px;
  padding: 0;
  margin-top: 19px;
  display: table;
  position: relative;
  z-index: 9; }

.jp-title ul,
.jp-playlist ul {
  width: 100%;
  height: 155px;
  overflow: auto; }

.jp-title li,
.jp-playlist li {
  height: 39px;
  color: #FFF;
  position: relative;
  overflow: hidden;
  font-size: 13px; }

.jp-playlist li a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  color: #4e4e4e; }

.jp-playlist li a:hover {
  color: #FFF; }

.jp-playlist li:hover,
.jp-playlist li:nth-child(2n+1):hover {
  background-color: #3D3D3D;
  background-image: none; }

.jp-playlist-item {
  height: 39px;
  padding-left: 15px;
  line-height: 39px;
  text-decoration: none;
  display: block; }

.jp-playlist-current {
  height: 39px;
  display: block;
  font-weight: bold;
  text-decoration: none; }

.jp-playlist li .jp-free-media {
  float: right;
  padding-right: 15px;
  line-height: 39px;
  font-size: 11px;
  margin-right: 15px; }

.jp-playlist li .jp-playlist-item-remove {
  width: 8px;
  height: 14px;
  background-color: #f00;
  right: 15px;
  top: 9px;
  float: right;
  position: relative;
  z-index: 9;
  font-size: 20px; }

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #3a2a45;
  border-top: 2px solid #554461;
  border-left: 2px solid #554461;
  border-right: 2px solid #180a1f;
  border-bottom: 2px solid #180a1f;
  color: #FFF;
  display: none; }

.jp-no-solution a {
  color: #FFF; }

.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold; }

/*
 *  Box
 */
.active-hover.open .box-hover {
  display: block !important; }

.box-dashboard.box-hover {
  padding: 0px;
  background-color: transparent;
  height: auto; }
  .box-dashboard.box-hover:after {
    border-bottom-color: #FFF;
    right: 35px !important; }

.box-hover:after {
  right: 17px !important; }

.box-hover {
  background-color: #4e4e4e;
  border-radius: 7px;
  position: absolute;
  margin-top: 14px;
  padding: 20px;
  height: 280px;
  display: none;
  width: 315px;
  color: #FFF;
  right: 10px;
  z-index: 10; }
  .box-hover:before {
    position: absolute;
    bottom: 100%;
    content: ' ';
    height: 30px;
    width: 100%; }
  .box-hover:after {
    bottom: 100%;
    right: 18px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #4e4e4e;
    border-width: 10px; }

.lista-dashboard .list-group-item {
  padding: 14px 19px 12px !important;
  text-transform: none !important;
  border-top: 1px solid #f1f0f0;
  font-size: 14px !important;
  text-align: left;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .lista-dashboard .list-group-item {
      padding: 0px 2px 0px !important;
      background-color: #3c3c3c;
      border-color: transparent;
      border-radius: 0;
      margin: 3px 0px; }
      .lista-dashboard .list-group-item a {
        color: #fff !important; } }
  .lista-dashboard .list-group-item:hover {
    border-color: #e53232;
    background: #e53232;
    color: #e53232; }
    .lista-dashboard .list-group-item:hover .icone {
      color: #FFF; }
    .lista-dashboard .list-group-item:hover a {
      color: #FFF !important; }
  .lista-dashboard .list-group-item a {
    font-size: 14px !important;
    color: #333 !important; }
  .lista-dashboard .list-group-item .icone {
    vertical-align: middle;
    margin-right: 4px;
    font-size: 22px;
    color: #e53232;
    width: 25px; }

ul.lista-faixas {
  font-family: Arial, Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
  max-height: auto;
  overflow-x: auto; }
  ul.lista-faixas .list-group-item {
    color: #676767; }
  ul.lista-faixas.max-limited {
    max-height: 323px; }

.hover-gray img.hover-gray-image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

.hover-gray:hover img.hover-gray-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

/*
 * Footer do Site
 */
footer {
  padding-bottom: 79px; }
  footer .footer-bottom {
    background: #e53232;
    color: #FFF; }
    footer .footer-bottom .footer-item a {
      color: #FFF; }
      footer .footer-bottom .footer-item a:hover {
        opacity: 0.7; }
  footer .sub-footer {
    padding: 11px 0px 10px;
    background: #b41717;
    color: #e6e6e6; }

/*
 *  Miscellanious
 *
*/
.blocos-estatisticas .item .card {
  border-radius: 0; }
  .blocos-estatisticas .item .card .card-title {
    font-size: 21px; }
  .blocos-estatisticas .item .card.card-marrom {
    background: #403D39;
    border-color: #403D39;
    color: #FFF; }
  .blocos-estatisticas .item .card.card-vermelho {
    background: #F8333C;
    border-color: #F8333C;
    color: #FFF; }
  .blocos-estatisticas .item .card.card-verde {
    background: #2ecc71;
    border-color: #2ecc71;
    color: #FFF; }
  .blocos-estatisticas .item .card.card-azul {
    background: #3498db;
    border-color: #3498db;
    color: #FFF; }
  .blocos-estatisticas .item .card.card-darked {
    background: #313638;
    border-color: #313638;
    color: #FFF; }
  .blocos-estatisticas .item .card.card-primary {
    color: #FFF; }
  .blocos-estatisticas .item .card.card-laranja {
    background: #f0ad4e;
    border-color: #f0ad4e;
    color: #FFF; }

.tpl-mensagem {
  border-bottom: 1px solid #eee;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 0px;
  width: 100%; }
  .tpl-mensagem .imagem {
    margin-right: 15px;
    float: left; }
    .tpl-mensagem .imagem img {
      height: 120px; }
  .tpl-mensagem .informacoes {
    float: left; }
    .tpl-mensagem .informacoes .assunto a {
      font-size: 17px;
      color: #333; }
  .tpl-mensagem .acoes {
    float: left; }

.novo-show .upload-progress {
  padding: 15px 10px;
  margin-bottom: 15px;
  border: 1px solid #eee; }
.novo-show .upload-dropzone {
  padding: 30px;
  text-align: center;
  width: 100%;
  color: #4c4c4c;
  border: 1px dashed #4c4c4c;
  margin: 10px 0px; }
  .novo-show .upload-dropzone .dz-message span:before {
    content: '\f1c7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 30px;
    margin: -13px -33px 0px; }

.painel.sem-borda {
  border: 0px; }
.painel.painel-primary .painel-topo {
  background: #0275d8;
  color: #fff; }
.painel.painel-secondary .painel-topo {
  background: #fff;
  color: #373a3c; }
.painel.painel-info .painel-topo {
  background: #5bc0de;
  color: #fff; }
.painel.painel-info .painel-topo {
  background: #5bc0de;
  color: #fff; }
.painel.painel-success .painel-topo {
  background: #5cb85c;
  color: #fff; }
.painel.painel-warning .painel-topo {
  background: #f0ad4e;
  color: #fff; }
.painel.painel-danger .painel-topo {
  background: #E53232;
  color: #fff; }
.painel .painel-topo {
  background: #333;
  color: #FFF;
  padding: 15px 20px;
  font-size: 15px; }
.painel .painel-conteudo {
  font-size: 14px;
  color: #333;
  padding: 18px 19px;
  border: 1px solid #eee;
  border-top: 0px; }

.pagination .page-item .page-link {
  color: #5a5a5a; }
  .pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover {
    color: #FFF;
    background-color: #e53232;
    border-color: #e53232; }

ul.redes-sociais li {
  height: 35px;
  width: 35px;
  padding: 6px;
  margin-right: 5px;
  border: 1px solid #eee; }
  ul.redes-sociais li:hover a {
    color: #333; }

.table-list {
  border: 1px solid #eee;
  border-top: 0; }
  .table-list .pagination {
    margin: 0; }
    .table-list .pagination .page-link {
      padding: 0.2rem 0.65rem;
      color: #545454; }
  .table-list .table-footer {
    border-top: 1px solid #eee;
    padding: 9px 15px 36px; }
  .table-list table thead th {
    border-right: 1px solid #eee; }
    .table-list table thead th:last-child {
      border-right: 0; }
  .table-list table td.middle {
    vertical-align: middle; }

.login-form {
  width: 320px;
  padding: 20px;
  background: #FFF;
  border-radius: 5px; }
  @media only screen and (max-width: 768px) {
    .login-form {
      width: 80%; } }

.sidebars {
  border: 1px solid #eee; }
  @media only screen and (max-width: 768px) {
    .sidebars {
      margin-bottom: 15px; } }
  .sidebars .sidebar .header-page {
    border-bottom: 1px solid #eee;
    padding-bottom: 33px !important; }
    .sidebars .sidebar .header-page h1 {
      color: #949292;
      font-weight: 200 !important; }
  .sidebars .sidebar ul.lista-side li .icone {
    margin-top: 4px;
    width: 20px; }
  .sidebars .sidebar ul.lista-side li a {
    font-size: 15px;
    color: #616161;
    width: 100%;
    display: inline-block;
    padding: 6px 3px;
    height: 35px; }
    .sidebars .sidebar ul.lista-side li a:hover {
      padding: 6px;
      background: #e53232;
      color: #FFF; }
    @media only screen and (max-width: 768px) {
      .sidebars .sidebar ul.lista-side li a {
        font-size: 14px; } }
    .sidebars .sidebar ul.lista-side li a:hover {
      opacity: 0.8; }

/*
 * Chamada
 */
#chamada {
  padding: 20px 0px 20px;
  font-family: "Roboto", sans-serif; }
  #chamada a:hover {
    margin-left: 10px; }
  #chamada.dark {
    background: #333;
    color: #FFF; }
    #chamada.dark a {
      color: #FFF; }
  #chamada.light {
    background: #eee;
    color: #333; }
    #chamada.light a {
      color: #333; }
  #chamada.md {
    height: 200px;
    padding: 69px 0px 20px;
    font-size: 25px; }
    @media only screen and (max-width: 425px) {
      #chamada.md {
        padding: 46px 0px 20px; } }
  #chamada.sm {
    height: 150px;
    padding: 50px 0px 20px;
    font-size: 21px; }

.header-title:after {
  content: ' ';
  display: block;
  border-top: 1px solid #D6D8D9;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 10px; }

.header-title .title {
  letter-spacing: 1.5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 19px;
  text-align: center;
  display: block; }

.header-title.header-light .title {
  font-weight: 300 !important;
  font-size: 44px !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased; }

.evento-list-item {
  margin-bottom: 3px !important; }
  .evento-list-item a {
    font-size: 14px !important;
    border: 1px solid #eee;
    display: block;
    padding: 3px;
    width: 100%;
    color: #333; }

/*
 *  Dispositivos (max 767px) (Celular)
*/
@media (max-width: 767px) {
  .card-minified {
    height: 220px; } }
.table .pagination {
  margin: 0; }
  .table .pagination .page-item.active .page-link {
    color: white; }

/*# sourceMappingURL=tema.css.map */
