@charset "UTF-8";
/* Custom, iPhone Retina = 320px*/
/* Extra Small Devices, Phones = 480px*/
/* Small Devices, Tablets = 768px*/
/* Medium Devices, Desktops = 992px*/
/* Large Devices, Wide Screens = 1200px*/
@font-face {
  font-family: 'Bariol_Regular';
  src: url("../fonts/Bariol_Regular.eot");
  src: local("?"), url("../fonts/Bariol_Regular.woff") format("woff"), url("../fonts/Bariol_Regular.ttf") format("truetype"), url("../fonts/Bariol_Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.bannerTituloCadastro .esquerda {
  border-color: transparent #7CCF3F #7CCF3F transparent;
  border-style: solid;
  border-width: 0 0 50px 10px;
  height: 0;
  left: -4px;
  position: absolute; }

.bannerTituloCadastro .centro {
  background-color: #7CCF3F;
  color: #FFFFFF;
  font-size: 15pt;
  font-weight: bold;
  height: 50px;
  left: 5px;
  line-height: 56px;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  width: 180px; }

.bannerTituloCadastro .direita {
  border-color: #7CCF3F transparent transparent #7CCF3F;
  border-style: solid;
  border-width: 0 0 50px 11px;
  height: 0;
  left: 185px;
  position: absolute; }

.redeSocialTitle {
  margin-bottom: 150px; }
  @media (max-width: 768px) {
    .redeSocialTitle {
      margin-bottom: 30px; } }

.dadosTitle {
  margin-bottom: 20px; }

.cadastroTitle {
  text-align: center; }

@media (max-width: 768px) {
  .cadastroRedesSociais {
    margin-bottom: 50px; } }

.footer {
  background-color: #EEEEEE;
  border-bottom: none;
  border-left: none;
  border-radius: 0px;
  border-right: none;
  border-top: 1px solid;
  height: 45px;
  margin-bottom: 1px; }

.footerNotFixed {
  position: absolute;
  bottom: 0px;
  width: 100%; }

.authorContainer {
  color: #777777;
  font-size: 70%;
  padding: 16px; }
  .authorContainer > span {
    position: relative;
    top: 5px; }

.mashupHeader {
  border-bottom: 1px solid #337AB7;
  border-top: none;
  border-radius: 0; }

.botaoMenuXS {
  left: 11px; }

.imagemHeader {
  padding: 12px;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .imagemHeader {
      padding: 15px 15px 15px 0px; } }
  @media only screen and (max-width: 320px) {
    .imagemHeader {
      padding: 15px 15px 15px 0px; } }
  .imagemHeader > img {
    height: 26px; }
    @media only screen and (max-width: 480px) {
      .imagemHeader > img {
        height: 20px; } }
    @media only screen and (max-width: 320px) {
      .imagemHeader > img {
        height: 20px; } }

.textContainer {
  border-color: transparent #337AB7 #337AB7 transparent;
  border-style: solid;
  border-width: 0 0 49px 20px;
  box-shadow: 500px 0 0 0 #337AB7;
  padding-left: 0px; }

.headerText {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 49px; }
  @media only screen and (max-width: 768px) {
    .headerText {
      font-size: 14px; } }
  @media only screen and (max-width: 480px) {
    .headerText {
      font-size: 13px;
      line-height: 15px;
      top: 9px; } }
  @media only screen and (max-width: 320px) {
    .headerText {
      font-size: 13px;
      line-height: 15px;
      top: 9px; } }

@media only screen and (max-width: 768px) {
  .leftItemHeader {
    margin-top: -50px; } }

@media only screen and (max-width: 480px) {
  .leftItemHeader {
    margin-top: -50px; } }

@media only screen and (max-width: 320px) {
  .leftItemHeader {
    margin-top: -50px; } }

a.text-muted.mashup-sair:hover {
  text-decoration: none; }

.mashup-sair {
  cursor: pointer; }

.menuLateralMashup {
  padding: 0 10px;
  list-style: none; }
  .menuLateralMashup > li {
    padding: 2px 5px;
    border-bottom: 1px solid rgba(156, 156, 147, 0.2); }

.collapse-menu a {
  color: #777; }

.collapse-menu .caret {
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  border-top: 4px solid transparent; }

.collapse-menu .selected {
  font-weight: bold; }
  .collapse-menu .selected .caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    border-top: 4px solid; }

.menuSize {
  width: 210px; }

.menu-button {
  position: relative;
  /*float: right;*/
  padding: 9px 10px;
  margin: 8px 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid;
  border-radius: 4px;
  border-color: #ddd; }

.usuarioHeaderMenu {
  padding: 0 10px; }

.menuContainerSmall {
  max-height: 200px;
  overflow-y: auto; }
  @media (min-height: 639px) {
    .menuContainerSmall {
      max-height: 400px; } }

.menu-button {
  background-color: transparent;
  background-image: none;
  border-color: #DDDDDD !important;
  border-radius: 4px;
  border: 1px solid;
  margin: 8px 15px;
  padding: 9px 10px;
  position: relative; }

.dropdown-menu {
  left: inherit;
  margin-top: -8px; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu > .dropdown-menu {
    -moz-border-radius: 0 6px 6px;
    -webkit-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .dropdown-submenu:hover > a:after {
    border-left-color: #FFFFFF; }
  .dropdown-submenu > a:after {
    border-color: transparent;
    border-left-color: #CCCCCC;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0; }
  .dropdown-submenu.pull-left {
    float: none; }
    .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px;
      -webkit-border-radius: 6px 0 6px 6px;
      -moz-border-radius: 6px 0 6px 6px;
      border-radius: 6px 0 6px 6px; }

.collapse-menu a {
  color: #777777; }

.collapse-menu .caret {
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent; }

.collapse-menu .selected {
  font-weight: bold; }
  .collapse-menu .selected .caret {
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }

.menuSize {
  width: 210px; }

.selectedMenu {
  font-weight: bold;
  color: #337AB7; }

/* sticky footer */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 45px; }

footer {
  /* Set the fixed height of the footer here */
  height: 45px; }

.non-sticky-footer {
  position: absolute;
  bottom: 1px;
  width: 100%; }

input[type=checkbox] {
  margin: 0 !important; }

a:link {
  text-decoration: none !important; }

.affix {
  top: 15px; }

.primary-color {
  color: #337AB7 !important; }

.secondary-color {
  color: #006088 !important; }

.primary-color-border {
  border-color: #337AB7 !important; }

.primary-color-background {
  background-color: #337AB7 !important; }

.secondary-color-border {
  border-color: #006088 !important; }

.secondary-color-background {
  background-color: #006088 !important; }

.icon-bar {
  background-color: #888;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px; }
  .icon-bar + .icon-bar {
    margin-top: 4px; }

.navbar-fixed-top {
  max-height: 374px;
  overflow-x: hidden;
  overflow-y: auto; }

.navbar-brand {
  float: none !important;
  padding: 0; }

.btn-disabled {
  background-color: #DDDDDD !important;
  color: #777777 !important;
  border: 1px solid #CCCCCC !important; }

.bodyCustom {
  margin: 0; }

.lightBoxShadow {
  -webkit-box-shadow: 2px 2px 5px 0 #888888;
  -moz-box-shadow: 2px 2px 5px 0 #888888;
  box-shadow: 2px 2px 5px 0 #888888; }

.modalSize {
  max-height: 450px;
  overflow-y: auto; }
  @media only screen and (max-width: 768px) {
    .modalSize {
      max-height: none !important;
      overflow-y: hidden !important; } }

@media only screen and (max-width: 768px) {
  .noPaddingWhenXSmall {
    padding: 0 !important; } }

.modal-content {
  font-family: Bariol_Regular; }
