@charset "utf-8";
/* CSS Document */

@import url("customize.less");

/**** CORES ****/

@Color06: #269481; /* Cor do Andamento da Obra */

@Color07: #fff; /* Fundo da barra de porcentagem em destaque */

@Color08: #269481; /* Fundo do progresso da barra de porcentagem em destaque */

@Color09: #c9e4df; /* Fundo da área de Andamento da Obra */

@Color10: #e6dfd2; /* Fundo da área das porcentagens das etapas */

@Color11: #ebe5db; /* Fundo da barra de porcentagem */

@Color12: #faa61a; /* Fundo do progresso da barra de porcentagem */

@Color13: #cfebf2; /* Fundo da área de Comunicados */

@Color14: #486a72; /* Cor de título da área de Comunicados */



@Color16: #e7f5ee; /* Cor de fundo da área de Situação Financeira */

@Color17: #109d59; /* Cor de título da área de Situação Financeira */

@Color18: #009581;

@Color19: #e7e7e7; /* Cor de fundo da área de Situação Financeira App View */

@Color20: #222121da; /* Cor de título da área de Situação Financeira App View */

@ColorGallery: #dbdbdb; /* Fundo da galeria de imagens */

/**** FONTES ****/

@font-face {
  font-family: 'Nunito-Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url('fonts/NunitoSans-Regular.woff2') format('woff2'), url('fonts/NunitoSans-Regular.woff') format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Nunito-Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Nunito Sans SemiBold'), local('NunitoSans-SemiBold'), url('fonts/NunitoSans-SemiBold.woff2') format('woff2'), url('fonts/NunitoSans-SemiBold.woff') format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Nunito-Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Nunito Sans Bold'), local('NunitoSans-Bold'), url('fonts/NunitoSans-Bold.woff2') format('woff2'), url('fonts/NunitoSans-Bold.woff') format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Nunito-Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Nunito Sans ExtraBold'), local('NunitoSans-ExtraBold'), url('fonts/NunitoSans-ExtraBold.woff2') format('woff2'), url('fonts/NunitoSans-ExtraBold.woff') format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Nunito-Sans';
  font-style: normal;
  font-weight: 900;
  src: local('Nunito Sans Black'), local('NunitoSans-Black'), url(fonts/NunitoSans-Black.woff2) format('woff2'), url(fonts/NunitoSans-Black.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


/**** CONFIGURAÇÃO PRINCIPAL ****/

.wrapAll {
  width: 100%;
  height: 100%;
  float: left;
  overflow-x: hidden;
}

.srcLogo {
  background: url(@LogoPortal) no-repeat;
  background-position: center;
  padding-top: 124px;
  background-size: 120px;
}

.cursor-pointer {
  cursor: pointer;
}

body {
    /*
  overflow: auto;
  overflow-x: hidden !important;*/
  background: #fff !important;
  font-family: 'Nunito-Sans', sans-serif !important;
}

html {
}

label {
  font-family: 'Nunito-Sans', sans-serif !important;
}

* a, .btn {
  -webkit-transition: all 0.2s ease; /* Safari */
  transition: all 0.2s ease;
}

.modal-body {

  * {
    max-width: 100% !important;
  }
}

.btEmpreendimento {
  float: right;
}

.inexistente {
  background: #e6f5f8;
  text-align: center;
  color: #269481;
  padding: 35px 0px;
}

.input-group-btn > .btn, .input-group-btn > .btn-group {
  margin-right: 1px;
  border-radius: 0px !important;
  border: 1px solid #ccc !important;
}

.input-group-btn > .btn:last-child, .input-group-btn > .btn-group:last-child {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

.all-caps {
  text-transform: uppercase !important;
}

/**** TELA DE LOGIN (MODAL) ****/

#btVoltarLogin {
  cursor: pointer;
}

#forgot-form {
  display: none;
}

/**** ÍCONES MENU ****/

.iconacompanhamentoobra {
  background: url(../img/iconObra.png) no-repeat 28px;
}

.iconconfigapppdc {
	background: url(../img/icon-cfg.png) no-repeat 28px;
}

.iconboleto {
  background: url(../img/iconSituacaoFinanceira.png) no-repeat 28px;
}

.iconboleto2avia {
  background: url(../img/iconSituacaoFinanceira.png) no-repeat 28px;
}

.icongaleriaFotos {
  background: url(../img/iconGaleriaFotos.png) no-repeat 28px;
}

.iconfaleconosco, .iconFaleConoscoAdmView {
  background: url(../img/iconFaleConosco.png) no-repeat 28px;
}

.iconcompradorDadosCadastrais {
  background: url(../img/../img/iconDados.png) no-repeat 28px;
}

.iconcomunicados {
  background: url(../img/iconComunicados.png) no-repeat 28px;
}

.iconrelatorios {
  background: url(../img/iconRelatorios.png) no-repeat 28px;
}

.iconcontratos {
  background: url(../img/iconContratos.png) no-repeat 28px;
}

.iconrenegociacao {
  background: url(../img/iconRenegociacao.png) no-repeat 28px;
}

.icondesign {
  background: url(../img/iconPersonalizar.png) no-repeat 28px;
}

.icongarantia {
  background: url(../img/iconGarantia.png) no-repeat 28px;
}

.iconatendimento {
	background: url(../img/iconGarantia.png) no-repeat 28px;
}

/**** TÍTULOS ****/

h1 {
  font-size: 32px;
  font-weight: 700;
  color: @TitleFontColor;
}

h2 {
  font-size: 30px;
  font-weight: 700;
}

h3 {
  color: @SubtitleFontColor;
  font-size: 16px;
  font-weight: 700;
  line-height: 0.5;
}

/**** PERSONALIZAÇÃO DE FORMULÁRIOS ****/

input[type="text"] {
}

input[type="submit"], input[type="button"], .btn {
  border-radius: 16px;
}

#qtdParcelasInput {
  background: none;
  background: url(../img/iconLapis.png) no-repeat left center !important;
  padding: 0 0 0 21px;
  font-size: 24px !important;
  border: none !important;
  border-radius: 0px !important;
  min-width: 90px !important;
  font-weight: bold;
  border-bottom: 1px solid #000 !important;
}

/**** ÍCONES ****/

.linhaAlerta {
  line-height: 20px;
  margin: 0px 0px 0px 0px !important;
  font-size: 12px;
}

.linhaAlerta::before {
  padding: 0px 10px 0px;
  content: url(../img/iconAlerta_16.png);
}

/**** TOPO E MENU ****/

#menu-topbar {
  background: @MenuBackgroundColor;

  .btn {
    border-left: 1px solid @BackgroundWelcomeMenu;
    border-right: 1px solid @BackgroundWelcomeMenu;
  }
}

.logo {
  text-align: center;
  line-height: 140px !important;
  height: 140px !important;
  width: 100%;
  background: #fff;

  img {
    max-height: 126px;
  }
}

.menu {
  width: 16.6667%;
  background: @MenuBackgroundColor;
  height: 100%;
  position: fixed;
  top: 40px;
  overflow-y: auto;
  float: left;
  padding-bottom: 40px;

  h4 {
    color: @MenuTitleFontColor;
    padding: 18px 27px;
    font-size: 12px;
    border-bottom: 1px solid @MenuLineColor;
    margin: 0;
  }

  h5 {
    color: @MenuFontColor;
    padding: 18px 27px;
    font-size: 11px;
    border-bottom: 1px solid @MenuFontColor;
    margin: 0;
  }

  nav {
    margin-bottom: 40px + 20px;
  }
}

#menu-logo {
  border: none !important;
  border-radius: 0px !important;
  margin: 0px !important;
  background: @BackgroundTopColor;

  img {
    margin: auto !important;
    display: inline-block !important;
  }
}

.bt-topo {

  a {
    background: @TitleFontColor;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 5px;
    margin: 12px;
    display: block;
    color: @BackgroundTopColor;
  }

  a:hover {
    background: @MenuBackgroundColor;
  }
}

#menu-content {
  margin: 0px !important;
}

.welcome {
  padding: 27px 27px;
  background: @BackgroundWelcomeMenu;

  h3, h2 {
    color: @WelcomeMenuFontColor;
    line-height: normal !important;
    margin: 0 !important;
  }

  h2 {
    font-size: 20px;
    text-transform: capitalize;
  }
}

.menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.menu nav ul li {
  margin: 0;
  color: @MenuFontColor;
  font-size: 12px;
  -webkit-transition: all 0.2s ease; /* Safari */
  transition: all 0.2s ease;

  a {
    color: @MenuFontColor;
    display: block;
    padding: 14px 0px 14px 62px;
  }

  a:hover {
    background: url(../img/bgMenuItem.png);
    text-decoration: none;
  }
}

.site-wrap {
  padding: 0px !important;
}

.progress-bar {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  box-shadow: none;
}

.buildingTitle {
  padding: 25px 0px 0px 30px;
  height: 140px;
  position: fixed;
  top: 40px;
  z-index: 99;
  background: @BackgroundTopColor;

  h1 {
    margin-top: 10px;
  }

  h3 {
    margin-top: 0px;
  }

  .btn-default {
    background: #0e9abd;
    color: #fff;
    border: none;
    margin-top: -12px;
  }
}

.area {
  margin-top: 160px;
  padding-left: 0px;
  padding-right: 0px;
  background: #FFF;
  padding: 0px !important;
}

.mainBar {
  padding: 10px 0px 35px 0px;

  .iconeSVG {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-right: 10px;
  }

  svg {
    width: 30px;
    height: 28px;
  }
}

.mainBar h2::before {
  padding: 0px 10px 0px 0px;
}

.mainBar p {
  color: @Color06;
  font-weight: 700;
}

.andamentoObra {
  background: @Color09;
  padding: 0px 48px;

  h2 {
    color: @Color06;
  }

  .mainBar h2::before {
    /*content: url(../img/mainArea_iconObra.png);*/
  }

  svg {
    fill: #269481 !important;
  }
}

.playButton {
     position: absolute;
     left: -3%;
     top: 0%;
     background: url('../img/iconeVideoPlay.png') no-repeat;
     background-position: center;
     background-size: 15%;
     width: 100%;
     height: 100%;
  }

.barComplete {
  background: @Color07;
  height: 25px;
  width: 100%;
}

.barProgress {
  width: 0%;
}

.barProgress {
  background: @Color08;
  height: 25px;
  min-width: 12% !important;
}

.barProgress p {
  color: #fff;
  float: right;
  font-size: 20px;
  line-height: 25px;
  padding: 0px 10px 0px 0px;
  font-weight: 700;
}

.progressItems {
  background: @Color10;
  padding: 25px 15px;

  .barComplete {
    background: @Color11;
  }

  .barProgress {
    background: @Color12;
    height: 25px;
  }

  .item {
    font-weight: 700;
    margin: 0 0 10px 0px;

    p {
      font-size: 14px;
      font-weight: normal;
      color: #646363;
    }
  }

  .barProgress p {
    color: #fff;
    font-size: 16px;
  }
}

select {
  background: #c8c8c8;
  border: 0px;
  padding: 5px;
}

.galleryArea {
  padding: 10px 30px;
  background: #fff;

  > .col-md-12 {
    padding-bottom: 20px;
  }

  select {
    margin: 0px 0px 20px 10px;
  }

  .pictureShow {
    height: 350px;
  }

  h3 {
    font-weight: 700;
    font-size: 24px;
  }

  .thumbsGallery {
    background: @ColorGallery;
    padding: 15px;
  }

  .thumb {
    width: 100px;
    height: 80px;
    cursor: pointer;
    background-size: 150%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.2s ease; /* Safari */
    transition: all 0.2s ease;

    img {
      max-width: 100%;
    }
  }
}

.statsComunicados {
  width: 100%;
  float: left;
  padding: 18px 0px;
}



.comunicados {
  background: @Color13;
  padding: 0px 48px;

  .mainBar h2 {
    color: @Color14;
  }

  .mainBar h2::before {
    /*content: url(../img/mainArea_comunicados.png);*/
  }

  svg {
    fill: #486a72;

    .st0 {
      stroke: #486a72;
    }
  }

  .circleInfoComunicados {
    float: left;
    font-weight: bold;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    text-align: center;
    background: #fff;
    color: @Color14;
  }

  .destaque {
    background: #faa61a;
    color: #fff;
  }

  .InfoComunicados {
    margin: 0px 0px 0px 5px;
    float: left;
    line-height: 26px;

    p {
      color: #3f4141;
      font-weight: 500;
    }
  }

  #barraPesquisa {
    float: right;
  }
}

///// SITUAÇÃO FINANCEIRA //////

.btn-alerta {
  background: #cddc39 !important;
  color: #278054 !important;
  border-radius: 15px !important;
  margin-top: 7px;
  font-size: 14px;
}

.renegociacaoContratos, .tabelasRenegociacao, .situacaoFinanceira, .statsSituacaoFinanceira, .tabelasSituacaoFinanceira {
  /* Botões da página */
  .camposCalcular {
    float: right;
  }

  #btnCalcularParcela {
    margin-top: 33px;
  }

  .panel-heading {
    height: auto;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .btn {
    background: #32ab70;
    border: none;
    color: #fff;
  }

  .btn:hover {
    background: #278054 !important;
    color: #fff !important;
  }

  .btn-renegociar {
    background: #cddc39;
    color: #278054;
    border-radius: 15px;
  }


  .btn-novaSimulacao {
    color: #307051;
    background: #fff;
    margin-right: 10px;
  }

  div#divBtnBoleto {
    position: fixed;
    right: 40px;
    z-index: 3;
    color: #000;
  }

  #divBtnBoleto .btn-warning {
    background: #f0ad4e;
  }

  .botoes-sf-venda {
    padding: 0px 48px 0px 0px;
    text-align: right;

    a {
      margin-left: 15px;
    }
  }
}

.situacaoFinanceira {
  background: @Color16;
  padding: 0px 48px;


  .mainBar h2 {
    color: @Color17;
  }

  .mainBar h2::before {
    /*content: url(../img/mainArea_iconSituacaoFinanceira.png);*/
  }

  svg {
    fill: #109d59;
  }
}

.situacaoFinanceiraAppView {
  background: @Color19;
  padding: 0px 48px;

  .mainBar h2 {
    color: @Color20;
  }

  .mainBar h2::before {
    /*content: url(../img/mainArea_iconSituacaoFinanceira.png);*/
  }

  svg {
    fill: @Color20;
  }
}

.statsSituacaoFinanceira {
  width: 100%;
  float: left;
  font-size: 12px;
  padding: 18px 0px;



  p {
    font-size: 14px;
    font-weight: 500;
    color: @Color17;
  }

  > div {
    float: left;
  }


  .field-label {
    width: 90% !important;
    font-weight: 500 !important;
    color: @Color17 !important;
    font-size: 12px !important;
    font-family: 'Nunito-Sans', sans-serif !important;
  }
}



/*** TABELA SITUAÇÃO FINANCEIRA E DE RENEGOCIAÇÃO DE CONTRATOS ***/

.tabelasSituacaoFinanceira, .tabelasRenegociacao {

  .alerta {
    padding: 10px 28px;
    background: #ffc14b;

    * .col-xs-8, * .col-xs-12 {
      padding: 0px 33px;
    }


    p::before {
      padding: 0px 10px 0px;
      content: url(../img/iconAlerta.png);
    }
  }

  .badge {
    border-radius: 10px;
    color: #fff!important;
    display: inline-block !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    width: 10px !important;
    height: 10px !important;
    padding: 0px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
  }

  .erroSF {
    width: 20px !important;
    height: 20px !important;
    background: white !important;
    margin-top: 15px;

    .glyphicon {
      color: red !important;
      font-size: 20px;
      top: 0 !important;
    }
  }

  .panel-body {
    padding: 0px;
  }

  .header-table {
    background: #dddddd;
    height: 56px;
    line-height: 56px;
    font-size: 12px;
    font-weight: 300;
  }

  .rowsParcelas * tr:hover {
    background: #dddddd;

    td {
      background: #dddddd;
    }
  }

  .rowsBoletos * tr:hover {
    background: #dddddd;

    td {
      background: #dddddd;
    }
  }

  button {
    background: none;
  }

  .table > thead > tr > th {
    vertical-align: middle;
  }


  .table .badge {
    color:#fff!important;
  }

  .table * {
    font-size: 12px;
  }

  .table tr {
    height: 36px;
    line-height: 36px;
    cursor: pointer;
  }

  .item-actions {
    background: #5fbd8f;
  }

  .item-field {
    color: #fff;
  }

  .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 0px;
    line-height: 40px;
  }

  .table-hover .headcol {
    position: static !important;
  }

  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
  }

  .panel-heading {
    border-radius: 0px;
    padding: 0px;
    background: #50b785 !important;
    color: #fff !important;
    font-size: 16px;
  }

  .panel-default {
    border: 0px;
  }

  .panel-title, .info-table {
    padding: 0px 28px;
  }

  .info-table * {
    font-size: 14px;
  }

  .info-table .dadosContrato {
    padding: 0px 10px;
    margin-left: 15px;
  }

  .linhaDadosFinanciamento {
    padding: 10px 0px;
  }

  .panel-title {

    div:first-child {
      padding: 0px !important;
    }
  }

  .panel-group {
    margin: 0px;
    border-bottom: 1px solid #fff !important;
  }

  .glyphicon-triangle-bottom::before {
    color: #cddc39;
  }

  .lastRow {
    border-top: 5px solid #cddc39;
  }
}


////// RENEGOCIAÇÃO DE CONTRATOS //////

.infoRenegociacao {
  background: #fdc04c;
  padding: 5px !important;
  display: none;
  position: absolute;
  bottom: 0;

  .linhaAlerta {
  }
}

.ajusteScrollTabela {
  padding: 0;
  height: 585px;
  overflow: auto;
  overflow-x: hidden;
}


.renegociacaoContratos {
  background: @Color16;
  padding: 0px 48px;


  .mainBar h2 {
    color: @Color17;
  }

  .mainBar h2::before {
    /* content: url(../img/mainArea_iconRenegociacao.png);*/
  }

  svg {
    fill: @Color17;

    .st0 {
      stroke: @Color17;
    }
  }
}

.tabelasRenegociacao {
  padding: 0px !important;

  .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
  }

  .empreparacao {
    background: orange;
  }

  .efetivado {
    background: green;
  }

  .cancelado {
    background: red;
  }

  .btn-group-sm > .btn, .btn-sm {
    margin-top: 7px;
  }

  .wrapSituacaoAditivo {
    width: 120px;
    margin: auto;
    line-height: normal;

    .situacao {
      float: left;
      padding: 11px 0px 0px 0px;
      text-align: center;
      line-height: normal;
    }
  }

  .situacaoAditivo {

    * {
      line-height: 40px;


      .item-field {
        /*   padding-top: 27px; */
      }
    }
  }

  .botaoVisualizar {
    background: #ddd;
    border: none;
    margin-top: 0px;
  }

  * .item-container, .item-content {
    padding: 0px !important;

    .glyphicon-triangle-bottom::before {
      color: #cddc39;
      line-height: 52px;
    }
  }

  .list-item {
    border: 0px !important;
  }

  .item-actions {
    display: block;
    background: #50b785 !important;
    color: #FFF !important;
    border-radius: 0px;
    padding: 0px 68px;
    font-size: 16px;
    line-height: 60px;
    margin-bottom: 0px !important;
    width: 100%;
  }

  .item-actions .title {
    color: #fff;
    font-size: 16px;
  }

  .page-content .item-container {
    padding: 0px !important;
  }

  .btn-group-sm > .btn, .btn-sm {
    border: none;
    height: 32px;
    background: #cddc39;
    color: #307051;
    border-radius: 15px;
    font-size: 14px;
  }

  .alerta {
    height: 47px;
    line-height: 47px;
    padding: 0px 58px;

    * .col-xs-8, * .col-xs-12 {
      padding: 0px 33px;
    }
  }

  .parcelasVencidas {
    background: #ffc14b;

    p::before {
      padding: 0px 10px 0px;
      content: url(../img/iconAlerta.png);
    }
  }

  .parcelasOK {
    background: #61be91;

    p {
      color: #fff;
    }

    p::before {
      padding: 0px 10px 0px;
      content: url(../img/iconOK.png);
    }
  }
}


#contrato_ParcelasAtraso {
  padding-bottom: 150px;
}

#contrato_ParcelasAtraso * .wrapTabela {
  overflow: auto;
  padding: 0px;
}

.passosRenegociacao {
  position: fixed;
  bottom: 0;
  padding: 0;
  margin-left: -15px;
  z-index: 9;


  div {
    padding: 30px 40px;
  }

  .valor {
    background: url(../img/fundoValorRenegociacao.png) no-repeat 45px -10px #50ab7f;
    height: 150px;


    * {
      color: #fff;
    }

    h2, #qtdParcelasInput {
      font-size: 24px !important;
    }

    h3 {
      font-size: 16px;
    }
  }


  .parcelamento {
    background: url(../img/setaRenegociacao1.png) no-repeat #5dc995;
    height: 150px;
  }

  .valorParcela {
    background: url(../img/setaRenegociacao2.png) no-repeat #77d897;
    height: 150px;

    h2 {
      font-size: 24px !important;
    }
  }

  .final {
    background: url(../img/setaRenegociacao3.png) no-repeat #dddddd;
    height: 150px;
    padding: 60px 0px;
  }

  p, h2, h3 {
    line-height: normal;
    color: #000;
    margin: 0;
  }
}

.resumoRenegociacao {
  min-height: 585px;
  color: #fff;

  h2::before {
    content: url(../img/iconResumoRenegociacao.png);
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 0px -25px;
  }

  p {
    font-weight: 700;
    margin: 0px;
  }

  .destaque {
    color: #cddc39;
  }

  .destaque2 {
    font-size: 24px;
  }

  .linha {
    border-bottom: 1px solid #90cfb5;
    padding: 10px 0px;
  }

  .btn {
    background: #32ab70;
    border: none;
    color: #fff;
    margin: 30px 0px 0px 0px;
  }

  .btn-solicitarPlano {
    padding: 10px 25px;
    font-size: 14px;
    background: #cddc39;
    color: #307051;
    border-radius: 25px;
  }

  .btn-novaSimulacao {
    background: #ddf1e8;
    color: #717372;
  }

  .btn:hover {
    background: #278054;
    color: #fff;
  }
}

////// COMUNICADOS //////


.listaComunicados {

  .comunicado {
    background: #e8f5f7;
    height: 128px;
    width: 100%;
    float: left;
    margin-bottom: 1px;
    display: block;
    cursor: pointer;

    h2::before {
      padding: 0px 15px 0px 0px;
      content: url(../img/setaComunicados.png);
    }

    p {
      padding: 0px 0px 0px 30px;
    }

    .descricao {
      height: 128px;
      -webkit-transition: all 0.2s ease; /* Safari */
      transition: all 0.2s ease;

      h2 {
        color: #000;
        font-size: 16px;
      }
    }

    .texto {
      background: #dbe6e7;
      text-align: center;
      height: 128px;
      -webkit-transition: all 0.2s ease; /* Safari */
      transition: all 0.2s ease;

      p {
        font-size: 24px;
        padding: 0;
        font-weight: 700;
      }

      .mes {
        font-size: 14px;
        opacity: 0.32;
        position: absolute;
        top: 60px;
        left: 45%;
      }

      .dia {
        opacity: 0.32;
        position: absolute;
        top: 28px;
        left: 45%;
      }
    }
  }

  .comunicado:hover {

    .texto {
      background: #c1dce1;
    }

    .descricao {
      background: #cce3e7;
    }
  }

  .nao-lido {
    background: #e9dfd2;

    .texto {
      background: #dcd4ca;
    }

    h2::before {
      padding: 0px 15px 0px 0px;
      content: url(../img/setaComunicados-nao-lido.png);
    }
  }

  .nao-lido:hover {

    .texto {
      background: #dbcaaf;
    }

    .descricao {
      background: #fbe0b2;
    }
  }
}

hr {
  margin-bottom: 0px;
  border-color: @Color14;
  opacity: 0.3;
}


/////// DADOS CADASTRAIS ///////

.dadosCadastrais {
  margin: 10px 0px 0px 0px;
  background: #f2d49a;
  padding: 0px 48px;
  float: left;

  h2 {
    color: #706042;
  }

  .mainBar h2::before {
    /*content: url(../img/mainArea_iconDadosCadastrais.png);*/
  }

  .btn {
    background: #32ab70;
    border: none;
    color: #fff;
  }

  .btn:hover {
    background: #278054;
    color: #fff;
  }


  svg {
    fill: #706042;
  }
}

.botaoSalvarRodape {
  padding: 25px 48px;

  .page-detail-actions {
    margin-top: 0px;
  }
}

.validacao {
  padding: 5px;
  font-size: 11px;
  float: left;
  margin-left: 15px;
  margin-top: 5px;
}

.validacaoErro {
  background: #fbebe9;
  border: 1px solid #d3362c;

  .glyphicon {
    color: #d3362c;
  }
}

.validacaoOK {
  background: #eaf6f0;
  border: 1px solid #32ab70;

  .glyphicon {
    color: #32ab70;
  }
}

.pageDadosCadastrais {
  float: left;

  .campoSeguranca {

    a {
      color: #fff;
    }
  }

  .legendTab {
    margin-left: 17px;
    width: 98%;
  }

  field {
    padding-left: 0px !important;
  }

  .grupoCampos {
    padding: 28px 48px 48px 48px;
    background: #e8ddc7;
    float: left;

    label {
      font-family: Nu;
    }

    h3, hr {
      margin-bottom: 35px;
    }
  }

  .nav-tabs {
    border-bottom: none;
    margin-bottom: 35px;
  }

  .nav-tabs > li > a {
    background: none;
    border-radius: 18px;
    border: 1px solid #817f7b;
    color: #817f7b;
  }

  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: #ffa700;
    color: #FFF;
    border: 1px solid #ffa700;
    border-radius: 18px;
  }

  .grupoEnderecos {
    background: #ece7dd;
  }
}

.dadosPessoais {
  background: #e8ddc7;
}

.page-content {
  border: none;
}


/////// FALE CONOSCO ///////

.faleConosco {
  float: left;
  margin: 10px 0px 0px 0px;
  background: #c9e4df;
  padding: 0px 48px;

  h2 {
    color: #269481;
  }

  .mainBar h2::before {
    /*   content: url(../img/mainArea_iconFaleConosco.png);*/
  }


  svg {
    fill: #269481;
  }
}

.pageFaleConosco {
  float: left;
  background: #e6f5f8;
  padding: 0px 10px;

  .page-content {
    background: #e6f5f8;

    .btn {
      background-image: none;
      background: #ffa700;
      color: #fff;
      border: none;
    }

    .btn:hover {
      background: #d28a00;
    }
  }
}



// RELATÓRIOS

.relatorios {
  margin: 10px 0px 0px 0px;
  padding: 0px 48px 15px 48px;
  float: left;
  background: #c9e4df;

  h2 {
    color: #269481;
  }

  .mainBar h2::before {
    /*  content: url(../img/mainArea_relatorios.png);*/
  }

  svg {
    fill: #269481;

    .st0 {
      stroke: #269481;
    }
  }
}

.listaRelatorios {

  .btn-default {
    background: #ffa700 !important;
    color: #000 !important;
    border: none;
  }

  .btn-default:hover {
    background: #ffe464 !important;
    border: none;
  }

  button {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }

  h3 {
    color: #269481;
    font-size: 20px;
    line-height: normal;
  }

  .glyphicon {
    margin-top: 25px;
    margin-right: 10px;
    float: left;
    color: #269481;
  }

  .wrapAnoBase {
    position: absolute;
    bottom: 30px;
    left: 30px;

    field {
      width: 80% !important;
    }
  }
}

.blocoRelatorio {
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
  background: #e3e3e3;
  height: 212px;
}

// BOLETO APP VIEW

.listaSitFinAppView {

  .btn-default {
    background: white !important;
    color: #3e6cef !important;
    border: 1px solid;
    border-color: #3e6cef;
    border-radius: 0px;
    width: 100%;
  }

  .btn-dadosFin {
    background: #ffffff !important;
    color: #3e6cef !important;
    border: none;
    width: 100%;
  }

  button {
    position: relative;
    bottom: 10px;
  }

  .labelTitulo {
    color: black;
    font-size: 23px;
    line-height: normal;
    padding-top: 15px;
    display: inline-block;
  }

  .labelSubTitulo {
    color: gray;
    font-size: 12px;
    line-height: normal;
    display: inline-block;
  }

  h3 {
    color: black;
    font-size: 23px;
    line-height: normal;
  }

  h2 {
    color: gray;
    font-size: 12px;
    line-height: normal;
  }

  .valorBoleto {
    color: green;
    font-size: 22px;
    line-height: normal;
  }

  .glyphicon {
    margin-top: 25px;
    margin-right: 10px;
    float: left;
    color: #269481;
  }

  hr { 
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);    
  }
}

.blocoSitFinAppView {
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 5px 1px #888888;
  background: #ffffff;
}

// GALERIA DE FOTOS

.galeriaFotos {
  background: @Color09;
  padding: 0px 48px;
  margin-top: 10px;

  h2 {
    color: @Color06;
  }

  .mainBar h2::before {
    /* content: url(../img/mainArea_iconGaleriaFotos.png);*/
  }


  svg {
    fill: #269481;
  }

  .statsGaleria {
    float: left;
    border-top: 1px solid #269481;
    padding: 25px 0px;

    .btn {
      width: 85px;
      background: url(../img/maisIconBtn.png) no-repeat 55px center #269481;
      color: #fff;
      height: 20px;
      line-height: 20px;
      padding: 0px 30px 0px 10px;
      border-radius: 10px;
    }

    .btn:hover {
      background-color: #1d7263;
    }

    h3 {
      margin-top: 0px;
    }

    h3, p {
      color: #269481;
    }
  }
}


.conjFoto {
  margin-top: 20px;
}

.subBarGaleria {
  background: #269481;
  padding-top: 20px;
  padding-bottom: 20px;

  h2 {
    color: #fff;
  }

  h3 {
    color: #fff;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    line-height: normal;
  }
}

.fotoGaleria {
  height: 235px;
  padding: 0px;
  background-size: cover !important;

  a {
    width: 100%;
    height: 98%;
    display: block;
    background: url(../img/lupaGaleria.png) no-repeat center center #f2c781;
    opacity: 0;
  }

  a:hover {
    opacity: 0.7;
  }

  .bottomBarFotoGaleria {
    height: 2%;
    background: #faa61a;
    opacity: 0.8;
  }

  .semFotos {
    width: 100%;
    height: 98%;
    position: absolute;
    z-index: 0;
    text-align: center;
    display: table;
    background: #e3e3e3;

    div {
      vertical-align: middle;
      display: table-cell;
      height: 98%;
      opacity: 0.3;

      p {
        margin-top: 10px;
      }
    }
  }
}

.descricaoFoto {
  padding: 0px;

  h2, h3 {
    color: #269481;
    margin: 5px 0px;
  }

  h2 {
    font-size: 16px;
  }

  h3 {
    font-size: 12px;
  }
}

.ftGaleria {
  margin-top: 20px;
  height: 170px;
  cursor: pointer;

  .carregaImg {
    background-size: cover !important;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #d2d2d2;
  }
  
  .linkGaleria {
    width: 100%;
    height: 100%;
    display: block;
  }
}

// CONTRATOS

.contratos {
  background: #e7f5ee;
  padding: 0px 48px;
  margin-top: 10px;

  h2 {
    color: #109d59;
  }

  .mainBar h2::before {
    /* content: url(../img/mainArea_iconContratos.png);*/
  }

  svg {
    fill: #109d59;
  }
}

.tabelaContratos tr {
  padding: 20px 0px;
}

.tabelaContratos tr td {
  padding: 10px 0px 10px 40px;
}

.tabelaContratos tr btn-file {
  background: url('img/iconDownload.png');
}

.tabelaContratos tr:nth-child(odd) {
  background: #d3d3d9;
}

.tabelaContratos tr:nth-child(even) {
  background: #d9d9dd;
}

.tabelaContratos tr:hover {
  background: #cacaca;
  cursor: pointer;
}

.tabelaContratos tr a {
  display: block;
  color: #000;
}


.tabelaContratos .btn-file a {
  display: block;
  color: #fff;
  float: none;
  margin: auto;
  font-size: 11px;
  background: url('../img/iconDownload.png') no-repeat #af4949;
  background-position-y: 6px;
  background-position-x: 10px;
  padding: 6px 12px;
  padding-left: 27px;
  border-radius: 14px;
}

.tabelaContratos .btn-file a:hover {
  background-color: #971313;
}

/******* INÍCIO GARANTIA ********/

.paginaGarantia {

	.page-head .operations {
		padding: 10px 0px 0px 0px !important;
	}


	.btn {
		background: #bcded7;
		color: #269481;
		border: none;
		margin: 0px 0px 0px 10px;
	}

	.btn:hover {
		background: #269481;
		color: #fff !important;
	}


	.btn-primary {
		background: #ffa800;
		border: none;
		color: #000;
	}

	.btn-primary:hover {
		background: #ff8a00;
		color: #fff;
	}


	.topo {
		margin: 10px 0px 0px 0px;
		padding: 0px 48px 15px 48px;
		float: left;
		background: #c9e4df;

		.page-detail-actions {
			margin-top: 10px;
		}

		.btns {
			float: right;

			.col-lg-7, .col-lg-5 {
				width: 100% !important;
				padding-top: 10px;
			}
		}

		.tip {
			width: 100%;
			border-top: 1px solid #269481;
			padding: 20px 0px 0px 0px;

			p {
				font-size: 12px;
			}
		}

		h2 {
			color: #269481;
			display: inline-block;
		}

		svg {
			fill: #269481;
		}

		.search {

			.col-lg-5, col-md-5, col-sm-5 {
				width: 100% !important;
			}
		}
	}


	.tabela-Garantia {
		overflow-x: scroll;
		overflow-y: hidden;
		width: 100%;
		font-size: 12px;

		.btn {
			font-size: 12px;
		}

		.badge {
			display: inline-block;
			width: 10px;
			height: 10px;
			border-radius: 5px;
			padding: 0px;
			float: right;
		}

		.aberto, .inspecao, .agendamento {
			background: #ffa500;
		}

		.cancelado {
			background-color: #d3362c;
		}

		.concluido {
			background-color: #dddddd;
		}


		p {
			font-size: 12px;
			float: left;
			margin: 5px 0px;
		}

		.remover {
			background: #d3362c;

			.glyphicon-remove {
				color: #fff;
				top: 2px;
			}
		}


		td {
			padding: 0px 11px;

			.item-field {
				width: auto !important;
			}
		}

		tr {
			width: 100%;
			background: #fff;
			border-bottom: 1px solid #e3e3e3;
			line-height: 40px;
			cursor: pointer;
		}

		tr:hover {
			background: #f5f5f5 !important;
		}

		.cabecalho, .cabecalho:hover {
			background: #269481 !important;
			color: #fff;
		}

		.subCabecalho, .subCabecalho:hover {
			background: #bcded7 !important;
		}
	}


	.timeline {
		background: #efeeee;
		width: 100%;
		padding: 54px 0px 74px 0px;
		float: left;
		text-align: center;
	}

	.conteudoSolicitacao {
		padding: 18px 48px;
	}

	h4 {
		color: #3ea08f;
		font-size: 14px;
		font-weight: bold;
	}

	.historicoSolicitacao {
		width: 70%;
		margin: auto;
		height: 145px;
		min-width: 500px;


		.wrapSolicitacao {
			width: 100%;
			position: relative;
			top: 0px;
			left: 0px;
			height: 145px;

			.badge {
				display: inline-block;
				width: 15px;
				height: 15px;
				position: absolute;
				top: 39%;
				z-index: 3;
				padding: 0px;
				background: #dddddd;
			}

			.texto {
				height: 40px;
				width: 18%;
				text-align: center;
				position: absolute;
				top: 5%;

				p {
					position: relative;
					top: 50%;
					transform: translateY(-50%);
					height: auto;
					width: auto;
					text-align: center;
					color: #dddddd;
				}
			}

			@pos0: 0%;
			@pos1: 25%;
			@pos2: 50%;
			@pos3: 75%;
			@pos4: 100%;

			@ajustePos: 11%;

			.pos0 {
				left: (@pos0 - @ajustePos) !important;
			}

			.pos1 {
				left: (@pos1 - @ajustePos) !important;
			}

			.pos2 {
				left: (@pos2 - @ajustePos) !important;
			}

			.pos3 {
				left: (@pos3 - @ajustePos) !important;
			}

			.pos4 {
				left: (@pos4 - @ajustePos) !important;
			}



			hr {
				position: absolute;
				top: 30%;
				left: 0;
				z-index: 2;
				width: 100%;
			}

			.quadroInfo {
				width: 25%;
				min-height: 70px;
				background: #ffa500;
				position: absolute;
				top: 70%;
				padding: 10px;
				font-size: 12px;

				.glyphicon {
					top: -8px;
					position: absolute;
					width: 5%;
					left: 45%;
					color: #ffa500;
				}
			}

			@ponto0: 0%;
			@ponto1: 25%;
			@ponto2: 50%;
			@ponto3: 75%;
			@ponto4: 100%;

			.ponto0 {
				left: @ponto0;
			}

			.ponto1 {
				left: @ponto1;
			}

			.ponto2 {
				left: @ponto2;
			}

			.ponto3 {
				left: @ponto3;
			}

			.ponto4 {
				left: @ponto4;
			}

			.ponto0B {
				left: @ponto0 - 8%;
			}

			.ponto1B {
				left: @ponto1 - 8%;
			}

			.ponto2B {
				left: @ponto2 - 8%;
			}

			.ponto3B {
				left: @ponto3 - 8%;
			}

			.ponto4B {
				left: @ponto4 - 8%;
			}

			.emCurso {
				background: #ffa500;
			}

			.pEmCurso {
				color: #ffa500 !important;
			}

			.concluida {
				background: #269481;
			}

			.pConcluida {
				color: #269481 !important;
			}
		}
	}


	.exibeGarantia {
		display: none;
		padding-top: 40px;
		padding-left: 40px;

		p {
			float: left;
			max-width: 90%;
			font-size: 12px;
		}

		a {
			float: left;
		}
	}

	.exibeAtendimento {
		display: none;
		padding-top: 40px;
		padding-left: 40px;

		p {
			float: left;
			max-width: 90%;
			font-size: 12px;
		}

		a {
			float: left;
		}
	}

	.formSolicitacao {
		background: #fff;
		padding: 30px;

		.arquivo {
			background: #c9e4df;
			border-radius: 10px;
			width: 300px;
			line-height: 15px;
			padding: 5px 10px;
			float: left;
			box-sizing: border-box;
		}

		.btn {
			float: right;
			clear: both;
		}
	}


	.passo {
		height: 100px;
		background: #efeeee;
		padding: 0px;
		margin: 5px 0px 0px 0px;
		font-size: 14px;
		opacity: 0.3;

		.numeroPasso {
			background: #269481;
			color: #fff;
			font-size: 30px;
			height: 100px;
			line-height: 30px;
			text-align: right;
			font-weight: bold;

			h3 {
				line-height: 100px;
				margin: 0px;
				padding: 0;
				font-size: 30px;
				color: #fff;
			}
		}

		.conteudoPasso {
			padding: 18px 0px;

			p {
				color: #3ea08f;
			}

			.setaPasso {
				float: left;
				font-size: 108px;
				color: #269481;
				margin-left: -29px;
				line-height: 100px;
				margin-top: -18px;
			}

			select {
				float: left;
				min-width: 500px;
				max-width: 80%;
				background: #fff;
				border: 1px solid #ccc;
			}
		}

		.formSolicitacao {

			input, textarea {
				border: 1px solid #ccc;
				height: 34px;
				line-height: 34px;
				width: 90%;
			}

			textarea {
				height: 110px;
			}

			input[type="file"] {
				border: 0px;
			}
		}
	}
}

.paginaAtendimento {

	.page-head .operations {
		padding: 10px 0px 0px 0px !important;
	}


	.btn {
		background: #bcded7;
		color: #269481;
		border: none;
		margin: 0px 0px 0px 10px;
	}

	.btn:hover {
		background: #269481;
		color: #fff !important;
	}


	.btn-primary {
		background: #ffa800;
		border: none;
		color: #000;
	}

	.btn-primary:hover {
		background: #ff8a00;
		color: #fff;
	}


	.topo {
		margin: 10px 0px 0px 0px;
		padding: 0px 48px 15px 48px;
		float: left;
		background: #c9e4df;

		.page-detail-actions {
			margin-top: 10px;
		}

		.btns {
			float: right;

			.col-lg-7, .col-lg-5 {
				width: 100% !important;
				padding-top: 10px;
			}
		}

		.tip {
			width: 100%;
			border-top: 1px solid #269481;
			padding: 20px 0px 0px 0px;

			p {
				font-size: 12px;
			}
		}

		h2 {
			color: #269481;
			display: inline-block;
		}

		svg {
			fill: #269481;
		}

		.search {

			.col-lg-5, col-md-5, col-sm-5 {
				width: 100% !important;
			}
		}
	}


	.tabela-Atendimento {
		overflow-x: scroll;
		overflow-y: hidden;
		width: 100%;
		font-size: 12px;

		.btn {
			font-size: 12px;
		}

		.badge {
			display: inline-block;
			width: 10px;
			height: 10px;
			border-radius: 5px;
			padding: 0px;
			float: right;
		}

		.aberto, .inspecao, .agendamento {
			background: #ffa500;
		}

		.cancelado {
			background-color: #d3362c;
		}

		.concluido {
			background-color: #dddddd;
		}


		p {
			font-size: 12px;
			float: left;
			margin: 5px 0px;
		}

		.remover {
			background: #d3362c;

			.glyphicon-remove {
				color: #fff;
				top: 2px;
			}
		}


		td {
			padding: 0px 11px;

			.item-field {
				width: auto !important;
			}
		}

		tr {
			width: 100%;
			background: #fff;
			border-bottom: 1px solid #e3e3e3;
			line-height: 40px;
			cursor: pointer;
		}

		tr:hover {
			background: #f5f5f5 !important;
		}

		.cabecalho, .cabecalho:hover {
			background: #269481 !important;
			color: #fff;
		}

		.subCabecalho, .subCabecalho:hover {
			background: #bcded7 !important;
		}
	}


	.timeline {
		background: #efeeee;
		width: 100%;
		padding: 54px 0px 74px 0px;
		float: left;
		text-align: center;
	}

	.conteudoSolicitacao {
		padding: 18px 48px;
	}

	h4 {
		color: #3ea08f;
		font-size: 14px;
		font-weight: bold;
	}

	.historicoSolicitacao {
		width: 70%;
		margin: auto;
		height: 145px;
		min-width: 500px;


		.wrapSolicitacao {
			width: 100%;
			position: relative;
			top: 0px;
			left: 0px;
			height: 145px;

			.badge {
				display: inline-block;
				width: 15px;
				height: 15px;
				position: absolute;
				top: 39%;
				z-index: 3;
				padding: 0px;
				background: #dddddd;
			}

			.texto {
				height: 40px;
				width: 18%;
				text-align: center;
				position: absolute;
				top: 5%;

				p {
					position: relative;
					top: 50%;
					transform: translateY(-50%);
					height: auto;
					width: auto;
					text-align: center;
					color: #dddddd;
				}
			}

			@pos0: 0%;
			@pos1: 25%;
			@pos2: 50%;
			@pos3: 75%;
			@pos4: 100%;

			@ajustePos: 11%;

			.pos0 {
				left: (@pos0 - @ajustePos) !important;
			}

			.pos1 {
				left: (@pos1 - @ajustePos) !important;
			}

			.pos2 {
				left: (@pos2 - @ajustePos) !important;
			}

			.pos3 {
				left: (@pos3 - @ajustePos) !important;
			}

			.pos4 {
				left: (@pos4 - @ajustePos) !important;
			}



			hr {
				position: absolute;
				top: 30%;
				left: 0;
				z-index: 2;
				width: 100%;
			}

			.quadroInfo {
				width: 25%;
				min-height: 70px;
				background: #ffa500;
				position: absolute;
				top: 70%;
				padding: 10px;
				font-size: 12px;

				.glyphicon {
					top: -8px;
					position: absolute;
					width: 5%;
					left: 45%;
					color: #ffa500;
				}
			}

			@ponto0: 0%;
			@ponto1: 25%;
			@ponto2: 50%;
			@ponto3: 75%;
			@ponto4: 100%;

			.ponto0 {
				left: @ponto0;
			}

			.ponto1 {
				left: @ponto1;
			}

			.ponto2 {
				left: @ponto2;
			}

			.ponto3 {
				left: @ponto3;
			}

			.ponto4 {
				left: @ponto4;
			}

			.ponto0B {
				left: @ponto0 - 8%;
			}

			.ponto1B {
				left: @ponto1 - 8%;
			}

			.ponto2B {
				left: @ponto2 - 8%;
			}

			.ponto3B {
				left: @ponto3 - 8%;
			}

			.ponto4B {
				left: @ponto4 - 8%;
			}

			.emCurso {
				background: #ffa500;
			}

			.pEmCurso {
				color: #ffa500 !important;
			}

			.concluida {
				background: #269481;
			}

			.pConcluida {
				color: #269481 !important;
			}
		}
	}

	.historicoAtendimento {
		width: 70%;
		margin: auto;
		height: 145px;
		min-width: 500px;


		.wrapAtendimento {
			width: 100%;
			position: relative;
			top: 0px;
			left: 0px;
			height: 145px;

			.badge {
				display: inline-block;
				width: 15px;
				height: 15px;
				position: absolute;
				top: 39%;
				z-index: 3;
				padding: 0px;
				background: #dddddd;
			}

			.texto {
				height: 40px;
				width: 18%;
				text-align: center;
				position: absolute;
				top: 5%;

				p {
					position: relative;
					top: 50%;
					transform: translateY(-50%);
					height: auto;
					width: auto;
					text-align: center;
					color: #dddddd;
				}
			}

			@pos0: 0%;
			@pos1: 50%;
			@pos2: 100%;

			@ajustePos: 11%;

			.pos0 {
				left: (@pos0 - @ajustePos) !important;
			}

			.pos1 {
				left: (@pos1 - @ajustePos) !important;
			}

			.pos2 {
				left: (@pos2 - @ajustePos) !important;
			}

			hr {
				position: absolute;
				top: 30%;
				left: 0;
				z-index: 2;
				width: 100%;
			}

			.quadroInfo {
				width: 25%;
				min-height: 70px;
				background: #ffa500;
				position: absolute;
				top: 70%;
				padding: 10px;
				font-size: 12px;

				.glyphicon {
					top: -8px;
					position: absolute;
					width: 5%;
					left: 45%;
					color: #ffa500;
				}
			}

			@ponto0: 0%;
			@ponto1: 50%;
			@ponto2: 100%;

			.ponto0 {
				left: @ponto0;
			}

			.ponto1 {
				left: @ponto1;
			}

			.ponto2 {
				left: @ponto2;
			}

			.ponto0B {
				left: @ponto0 - 8%;
			}

			.ponto1B {
				left: @ponto1 - 8%;
			}

			.ponto2B {
				left: @ponto2 - 8%;
			}

			.emCurso {
				background: #ffa500;
			}

			.pEmCurso {
				color: #ffa500 !important;
			}

			.concluida {
				background: #269481;
			}

			.pConcluida {
				color: #269481 !important;
			}
		}
	}


	.exibeAtendimento {
		display: none;
		padding-top: 40px;
		padding-left: 40px;

		p {
			float: left;
			max-width: 90%;
			font-size: 12px;
		}

		a {
			float: left;
		}
	}

	.formSolicitacao {
		background: #fff;
		padding: 30px;

		.arquivo {
			background: #c9e4df;
			border-radius: 10px;
			width: 300px;
			line-height: 15px;
			padding: 5px 10px;
			float: left;
			box-sizing: border-box;
		}

		.btn {
			float: right;
			clear: both;
		}
	}


	.passo {
		height: 100px;
		background: #efeeee;
		padding: 0px;
		margin: 5px 0px 0px 0px;
		font-size: 14px;
		opacity: 0.3;

		.numeroPasso {
			background: #269481;
			color: #fff;
			font-size: 30px;
			height: 100px;
			line-height: 30px;
			text-align: right;
			font-weight: bold;

			h3 {
				line-height: 100px;
				margin: 0px;
				padding: 0;
				font-size: 30px;
				color: #fff;
			}
		}

		.conteudoPasso {
			padding: 18px 0px;

			p {
				color: #3ea08f;
			}

			.setaPasso {
				float: left;
				font-size: 108px;
				color: #269481;
				margin-left: -29px;
				line-height: 100px;
				margin-top: -18px;
			}

			select {
				float: left;
				min-width: 500px;
				max-width: 80%;
				background: #fff;
				border: 1px solid #ccc;
			}
		}

		.formSolicitacao {

			input, textarea {
				border: 1px solid #ccc;
				height: 34px;
				line-height: 34px;
				width: 90%;
			}

			textarea {
				height: 110px;
			}

			input[type="file"] {
				border: 0px;
			}
		}
	}
}

#btVoltar {
  float: left;
  color: #888888;
  cursor: pointer;
}


#modalSelecionaGarantia {

  .modal-body {
    padding: 0px;
  }
}


.listaGarantias {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 300px;
  overflow: auto;

  .badge {
    display: inline-block;
    padding: 5px;
    margin: 0px 15px;
  }

  .vencido {
    background: #ff0000;
  }

  .alerta {
    background: #ffa800;
  }

  .ativo {
    background: #49b481;
  }

  .glyphicon-chevron-right {
    color: #888888;
    margin: 0px 10px;
    float: right;
    line-height: 50px;
  }


  li {
    border-top: 1px solid #ddd;
    min-height: 50px;
    width: 100%;
    float: left;
    padding: 10px 0px;
  }

  li:hover {
    background: #e4e4e4;
    cursor: pointer;
  }
}


#modalSelecionaAtendimento {

	.modal-body {
		padding: 0px;
	}
}


.listaAtendimentos {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 300px;
	overflow: auto;

	.badge {
		display: inline-block;
		padding: 5px;
		margin: 0px 15px;
	}

	.vencido {
		background: #ff0000;
	}

	.alerta {
		background: #ffa800;
	}

	.ativo {
		background: #49b481;
	}

	.glyphicon-chevron-right {
		color: #888888;
		margin: 0px 10px;
		float: right;
		line-height: 50px;
	}


	li {
		border-top: 1px solid #ddd;
		min-height: 50px;
		width: 100%;
		float: left;
		padding: 10px 0px;
	}

	li:hover {
		background: #e4e4e4;
		cursor: pointer;
	}
}

.detalhada {
  display: none;

  li {
    line-height: normal;
    height: auto;
    padding: 10px 0px;
    float: left;

    .badge {
      margin-top: 5px;
    }
  }
}



/******* INÍCIO ÁREA ADMINISTRATIVA ********/

.lixeiraFaleConosco {
  margin-top: -5px;
  margin-left: -15px;
}

.temas {
  .page-content .item-container {
    padding: 0px !important;
  }
}


.temas-listagem {

  .page-content .list-item:nth-child(2n), .page-content .table-content tbody tr:nth-child(2n) {
    background: #fff !important;
  }
}


.paginaAdmin {

  .adm-titulo {
    padding: 0px;

    .col-xs-12 {
      padding: 0px;
    }
  }

  .dropbox {
    background: #cddadc;
    border: none;
    border-radius: 0px;
    color: #269481;
    margin-top: 30px;

    .badge {
      border-radius: 0px;
      background: #e6f5f8;

      .glyphicon {
        color: #d3362c;
        margin-top: 5px;
      }

      img {
        border-radius: 0px;
      }
    }
  }

  .content-admin {
    padding: 37px 0px;

    h4 {
      color: #269481;
      font-size: 16px;
    }
  }

  .page-head {
    padding: 0px 15px;
    border: none;

    .operations {
      padding: 10px 0px 0px 0px !important;
    }
  }

  .page-wrapper {
    padding: 0px;
  }

  .page-details {
    padding: 0px 48px;
  }

  .bg-admin {
    background: #e6f5f8;
  }

  .topoADM {
    margin: 10px 0px 0px 0px;
    padding: 0px 48px 15px 48px;
    float: left;
    background: #c9e4df;

    .page-detail-actions {
      margin-top: 10px;
    }

    .btns {
      float: right;

      .col-lg-7, .col-lg-5 {
        width: 100% !important;
        padding-top: 10px;
      }
    }

    .tip {
      width: 100%;
      border-top: 1px solid #269481;
      padding: 20px 0px 0px 0px;

      p {
        font-size: 12px;
      }
    }

    h2 {
      color: #269481;
      display: inline-block;
    }

    svg {
      fill: #269481;
    }

    .iconeADMComunicados {
      stroke: #269481;
    }

    .search {

      .col-lg-4, col-md-4, col-sm-4 {
        width: 100% !important;
      }
    }
  }

  .page-head:after {
    content: none !important;
    height: 0px !important;
  }

  .page-content .listaTemas .item-container {
    border: 0px !important;
  }

  .page-content .listaTemas .list-item {
    border: none !important;
  }

  .page-content .listaTemas .thumbTemaWrapper {
    float: left;
    height: 223px;
    border-bottom: 0px;

    .thumbTema {
      width: 218px;
      height: 173px;
      border: 1px solid #cfcfcf;
      float: left;

      .tt-titulo {
        width: 62px;
        height: 51px;
        position: relative;
        z-index: 2;
        right: 68px;
        float: right;
        top: 27px;


        div {
          font-size: 11px;
          font-weight: bold;
          margin-left: 23px;
          margin-top: 14px;
        }
      }

      .tt-lateral-topo {
        width: 30%;
        height: 42px;
        position: relative;
        z-index: 2;
        top: 51px;
        background: green;

        div {
          font-size: 9px;
          left: 15%;
          top: 7px;
          color: #fff;
          position: relative;
          line-height: 1.5;
          width: 30px;
        }
      }

      .tt-lateral {
        width: 30%;
        height: 78px;
        position: relative;
        z-index: 2;
        top: 51px;

        div {
          font-size: 9px;
          margin-left: 15%;
          top: 20%;
          position: relative;
        }
      }

      .tt-linha {
        width: 20%;
        margin-left: 5%;
        height: 2px;
        position: relative;
        z-index: 2;
      }

      .tt-linhasConteudo {
        float: right;
        margin: 0 auto;
        position: relative;
        right: 20px;
        top: -80px;
        width: 50%;
        z-index: 2;
      }
    }

    .temaAtivo {
      background: #34b777 none repeat scroll 0 0;
      border-radius: 20px;
      color: #fff;
      left: 37px;
      margin: 0;
      padding: 5px;
      position: absolute;
      top: 10px;
      width: auto;
    }

    .temaThumbAtivo {
      border: 1px solid #000;
    }

    .thumbTemaHover .btn {
      background: none !important;
      color: #fff;
      margin-bottom: 10px;
    }


    .thumbTema {

      .hoverTema {
        background: #000;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        position: absolute;
        z-index: 3;
      }





      .coverBtnsTemas {
        display: none;
      }

      .btn-group-vertical-tema {
        width: 50%;
        height: auto;
        height: 0px;
        min-width: 90px;
        margin: auto;
        padding-top: 0px;
        position: relative;
        z-index: 2;
        left: 0px;
        top: 0px;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      }

      .btn {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #fff !important;
        margin-bottom: 10px;
        width: auto !important;
        height: 0px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        display: none;
        opacity: 0;
        transition-property: all;
        transition-duration: 2s;
        transition-delay: 2s;


        span {
          margin-right: 10px;
        }
      }
      /*

        .acoesWrapper {
          top:30px;
          left:120px;
          position:absolute;
        }*/
    }


    .thumbTema:hover {

      .hoverTema {
        opacity: 0.8;

        .btn-group-vertical-tema {
          padding-top: 30px;
          height: 100%;
        }

        .btn {
          opacity: 1;
          display: inline-block;
          height: 30px;
        }
      }
    }
  }


  .adm-corTema {
    height: 35px !important;
    line-height: 35px !important;
    float: left !important;
    border: 3px solid #a7a7a7 !important;
    width: 45px !important;
    padding: 0px !important;
  }

  .adm-hexaTema {
    width: 80px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #a7a7a7;
    margin-left: 5px;
    padding: 0px 10px;
  }

  .adm-corLinha {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #e3e3e3;

    h3 {
      margin-top: 0px;
      margin-bottom: 30px;
      padding: 0px;
      color: #269481;
    }

    p {
      color: #269481;
    }

    .col-xs-12 {
      padding-left: 34px;
      padding-right: 34px;
    }

    label {
      color: #269481;
      font-weight: normal;
      margin-top: 10px;
    }


    .adm-corCampo {

      input {
        border: 1px solid #a7a7a7;
        height: 35px;
        width: 400px;
        padding: 0px 10px;
      }
    }


    .adm-exibeLogo {
      max-width: 181px;
      height: 149px;
      float: left;
      border: 1px solid #818181;
      line-height: 149px;
      text-align: center;
      background: #fff;

      img {
        max-height: 100%;
        max-width: 100%;
      }
    }
  }



  .tipo2 {
    background: #efeeee !important;
  }

  .adm-comunicados {
    width: 100%;
    float: left;
    background: #e6f5f8;
    padding: 30px 34px;

    .page-content {
      background: none;
    }
  }


  #controller_perfilcores.descricao {
    width: 300px;
    float: left;
  }

  .btn-admin, .btn {
    background: #bcded7;
    color: #269481;
    border: none;
    margin: 0px 0px 0px 10px;
  }

  table {
    width: 100%;
    overflow-x: auto;

    .glyphicon-ok-circle {
      color: #008000;
    }

    .btn-admin {
    }

    .btn-group {
      margin: 0px 0px 0px 10px;
    }

    h3 {
      line-height: normal;
    }
  }

  .btn-admin-principal, .btn-primary {
    background: #ffa800;
    color: #000;
    border: none;
    margin: 0px 0px 0px 10px;
  }

  .btn-admin:hover, btn-admin-principal:hover, .more-results .btn:hover {
    background: #269481;
    color: #fff !important;
  }

  .btn-admin-principal:hover, .more-results .btn:hover {
    background: #ff8a00;
    color: #fff !important;
  }

  .listaPersonalizacao {
    background: #e6f5f8;
    padding-top: 10px;
    float: left;
    width: 100%;
    text-align: center;

    .col-md-4 * {
      text-align: center !important;
      float: none !important;
    }

    .btn {
      background: none;
      border: none !important;
      width: auto;
      height: auto;
    }

    .btn:active {
      border: 0px;
      background: none;
      box-shadow: none !important;
    }

    h1 {
      font-size: 16px;
      color: #000;
      font-weight: normal;
    }
  }

  .dadosCadastraisADM {

    .page-details {
      padding: 0px 10px;
    }
  }

  .boxesDadosCadastrais {
    padding: 0px;

    .edicao {
      font-size: 11px;
    }

    .panel-title {
      line-height: 58px;
    }

    .panel-primary {
      padding: 0 20px 0 0;
      border: none;
    }

    .panel-heading, .panel-sub-heading {
      line-height: 58px;
      height: 58px;
      background: #269481;
      border: none;
      border-radius: 0px;
      padding: 0px 38px;
    }

    .panel-sub-heading {
      line-height: 48px;
      height: 48px;
      background: #bcded7;
      color: #269481;
      margin-top: 3px;

      .panel-title {
        line-height: 48px;
        font-size: 14px;

        h3 {
          font-size: 14px;
        }
      }
    }

    .panel-body {
      background: #e3e3e3;
      margin: 3px 0px 0px 0px;
      padding: 10px 38px;
      font-size: 11px;
    }
  }

  .bloco-coluna {
    background: #e3e3e3 none repeat scroll 0 0;
    border-right: 10px solid #fff;
    border-top: 10px solid #fff;
    height: 212px;

    .icone-bloco-coluna {
      color: #269481;
      float: left;
      margin-right: 10px;
      margin-top: 25px;
    }

    h3 {
      color: #269481;
      font-size: 20px;
      line-height: normal;
    }

    .botoes {
      bottom: 30px;
      position: absolute;
      right: 30px;
    }
  }

  .col-andamentoObra {
    height: 322px;

    h3 {
      width: 90%;
      float: left;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }

    h6 {
      float: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
    }

    .progress {
      background: #c9e4df;
      box-shadow: none;
      border-radius: 0px;
      height: 25px;
    }

    .progress-bar-success {
      background: #269481;
    }

    .etapas {
      background: #fff;
      height: 127px;

      h5 {
        color: #269481;
      }
    }
  }

  .page-details .field-label {
    color: #269481;
  }

  .tabela-ADM {
    width: 100%;


    p {
      font-size: 12px;
      float: left;
      margin: 5px 0px;
    }

    .remover {
      background: #d3362c;

      .glyphicon-remove {
        color: #fff;
        top: 2px;
      }
    }


    td {
      padding: 15px 54px;

      .item-field {
        width: auto !important;
      }
    }

    tr:nth-child(odd) {
      background: #e3e3e3;
    }

    tr:nth-child(even) {
      background: #efeeee;
    }

    .cabecalho {
      background: #269481 !important;
      color: #fff;
    }
  }

  .fotoGaleria .hoverGaleria {
    background: #000;
    width: 100%;
    height: 98%;
    opacity: 0;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }


  .fotoGaleria {

    .coverBtnsGaleria {
      display: none;
    }

    .btn-group-vertical-galeria {
      width: 30%;
      height: auto;
      height: 0px;
      min-width: 90px;
      margin: auto;
      padding-top: 0px;
      position: relative;
      z-index: 2;
      left: 0px;
      top: 0px;
      transition-property: all;
      transition-duration: .5s;
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    }

    .btn {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      color: #fff !important;
      margin-bottom: 10px;
      width: auto !important;
      height: 0px;
      padding: 5px 10px;
      font-size: 12px;
      line-height: 1.5;
      display: none;
      opacity: 0;
      transition-property: all;
      transition-duration: 2s;
      transition-delay: 2s;


      span {
        margin-right: 10px;
      }
    }
  }


  .fotoGaleria:hover {

    .hoverGaleria {
      opacity: 0.8;

      .btn-group-vertical-galeria {
        padding-top: 60px;
        height: 100%;
      }

      .btn {
        opacity: 1;
        display: inline-block;
        height: 30px;
      }
    }
  }






  .adm-widgets {


    .page-content {

      .list-item {
        border: 0px !important;
        background: #fff !important;

        .item-container {

          legend {
            border: 0px !important;
          }

          .adm-linha-widget {
            padding: 0px 35px;
          }

          .adm-seleciona-widget {
            border-radius: 10px;
            background: #c9e4df;
            height: 45px;
            margin: 2px;
            cursor: pointer;
            display: table;
            text-align: center;
            padding: 0px;
            width: 125px;

            span {
              display: table-cell;
              vertical-align: middle;

              p {
                margin: 0;
                font-size: 12px;
              }
            }
          }

          .adm-seleciona-widget:hover, .adm-widget-selecionado {
            background: #ffa800;
          }

          .row {
            padding: 20px 0px;
            border-bottom: 5px solid #e6f5f8;
          }
        }
      }
    }
  }
}

/******* FIM ÁREA ADMINISTRATIVA ********/








.listaComunicados-admin {

  .item-container {
    padding: 0px;
    border: none;
  }

  .list-item {
    border-left: none !important;
    padding: 35px 40px;
    background: #efeeee !important;

    h2 {
      margin: 0px;
      font-size: 16px;
    }
  }

  .list-item:nth-child(2n+1) {
    background: #e3e3e3 !important;
  }

  .acaoComunicados {
    float:right;
  }

}

.maisResultados {
  background: #e6f5f8;
  padding: 18px 0px;
}

.maisResultados .btn {
  width: auto;
  background: #ffa800;
  border: none;
  color: #000;
  border-radius: 16px;
}

.maisResultados .more-results {
  width: 170px;
  float: none;
  margin: auto;
}

.numRegistros {
  background: #fff;
  padding: 20px 40px;
}



/////// Estilos da pagina de ordenação do menu ///////


.ordenacaomenupage {


  .list-group {
    margin-bottom: 0px;


    li {
      color: #fff;
      height: 40px;
      line-height: 40px;
      padding: 0px;
      margin: 0px;
      font-size: 12px;
    }
  }

  .list-group-item {
    border: none !important;
    margin-bottom: 1px !important;
  }
}

.ordenacaomenuhandler {
  display: inline-block;
  width: 30px;
  cursor: move;
  color: @MenuBackgroundColor;
}

.ordenacaomenuitem {
  background: @MenuBackgroundColor;
  width: 80%;
  float: left;
  color: #fff;
  padding-left: 15px;
  height: 40px;
}

.ordenacaomenuwraphandler {
  width: 20%;
  float: left;
  text-align: center;
  height: 40px;
  background: fade(@MenuBackgroundColor, 30%);
}

.ordenacaomenuhint {
  padding: 0px;
  width: 300px;
  line-height: 40px;
  height: 40px;
  border: none;
  box-shadow: 2px 2px 20px 2px #000;
}

/////// Estilos da pagina de ordenação do menu ///////


@media (max-width:1024px) {


  .galleryArea {
    padding: 0px;
  }

  .galleryArea .pictureShow {
    height: auto !important;
    text-align: center;
  }


  .galleryArea .pictureShow img {
    height: auto !important;
    max-width: 100%;
  }

  .galleryArea .thumb {
    margin: auto !important;
    float: none !important;
    margin-bottom: 10px !important;
  }

  .exibeThumbs {
    padding: 0px;
  }

  /**** RENEGOCIAÇÃO DE CONTRATOS ****/

  .ajusteScrollTabela {
    padding: 0;
    height: auto;
  }

  .tabelasRenegociacao {

    * .item-container .glyphicon-triangle-bottom::before, .tabelasRenegociacao .item-content .glyphicon-triangle-bottom::before {
      line-height: normal;
    }

    .situacaoAditivo * {
      line-height: normal;
    }

    .item-actions {
      height: auto;
      line-height: normal;
      float: left;
      padding: 10px 28px;
    }

    .alerta {
      height: auto;
      line-height: normal;
      padding: 10px 0px;
    }

    .wrapSituacaoAditivo .situacao {
      padding: 0px;
      margin-left: 10px;
    }
  }


  .tabelasSituacaoFinanceira .table > tbody > tr > td, .tabelasRenegociacao .table > tbody > tr > td, .tabelasSituacaoFinanceira .table > tbody > tr > th, .tabelasRenegociacao .table > tbody > tr > th, .tabelasSituacaoFinanceira .table > tfoot > tr > td, .tabelasRenegociacao .table > tfoot > tr > td, .tabelasSituacaoFinanceira .table > tfoot > tr > th, .tabelasRenegociacao .table > tfoot > tr > th, .tabelasSituacaoFinanceira .table > thead > tr > td, .tabelasRenegociacao .table > thead > tr > td, .tabelasSituacaoFinanceira .table > thead > tr > th, .tabelasRenegociacao .table > thead > tr > th {
    line-height: normal;
    padding: 10px 0px;
  }
}

@media (min-width:993px) and (max-width:1024px) {

  /***** SITUAÇÃO FINANCEIRA *****/

  .botoes-sf-venda {

    .btn {
      margin-bottom: 5px;
    }
  }

  /***** DADOS CADASTRAIS *****/

  .pageDadosCadastrais {
    padding-left: 0px;

    .grupoCampos {
      padding: 20px 80px !important;
      margin-left:15px;
    }
  }

  .menu nav ul li {
    margin: 0;
    color: @MenuFontColor;
    font-size: 12px;
    background: none !important;

    a {
      color: @MenuFontColor;
      display: block;
      padding: 9px 27px 9px 27px;
    }
  }


  .passosRenegociacao {

    h2, #qtdParcelasInput {
      font-size: 22px !important;
    }

    h3 {
      font-size: 14px;
    }
  }

  .passosRenegociacao div {
    padding: 20px 30px;
  }
}


@media (max-width:992px) {

  .mainBar {
    padding: 15px !important;
  }


  /***** DADOS CADASTRAIS *****/

  .pageDadosCadastrais {
    margin-left: 10px;
    padding-left: 0px;
    padding-right: 20px !important;

    .grupoCampos {
      padding: 20px 20px !important;
    }
  }

  /***** SOLICITAÇÃO DE GARANTIA ******/

  .tabela-Garantia {
    display: table;
    overflow: auto;
    overflow-y: auto;
    overflow-x: scroll;

    tr {
      /*display:inline-block;*/
    }
  }

	.tabela-Atendimento {
		display: table;
		overflow: auto;
		overflow-y: auto;
		overflow-x: scroll;

		tr {
			/*display:inline-block;*/
		}
	}

  .timeline {
    overflow-x: scroll;
  }

  .paginaGarantia .historicoSolicitacao .wrapSolicitacao {
    margin: 0px 50px;
  }

  .paginaGarantia .passo .numeroPasso {
    text-align: center !important;
    padding: 0;
  }

  .paginaGarantia .passo .conteudoPasso {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paginaGarantia .passo .conteudoPasso select {
    min-width: initial;
  }

	.paginaAtendimento .historicoSolicitacao .wrapSolicitacao {
		margin: 0px 50px;
	}

	.paginaAtendimento .passo .numeroPasso {
		text-align: center !important;
		padding: 0;
	}

	.paginaAtendimento .passo .conteudoPasso {
		padding-left: 20px;
		padding-right: 20px;
	}

	.paginaAtendimento .passo .conteudoPasso select {
		min-width: initial;
	}

  .conteudoPasso {


    .setaPasso {
      display: none;
    }
  }

  ; #btAlterar {
    margin: 0px;
  }

  .formSolicitacao {
    margin-top: 20px;
  }

  .paginaGarantia .formSolicitacao .arquivo {
    width: 100%;
    margin-bottom: 20px;
  }

	.paginaAtendimento .formSolicitacao .arquivo {
		width: 100%;
		margin-bottom: 20px;
	}

  /***** ÁREA ADMINISTRATIVA *****/

.listaComunicados-admin {

  .acaoComunicados {
    float:left;
  }

}


  .col-andamentoObra {
    height: auto !important;
    padding-bottom: 70px !important;

    .etapas {
      background: #fff;
      min-height: 127px !important;
      height: auto !important;
      float: left;

      h5 {
        color: #269481;
      }
    }
  }


  .paginaAdmin .mainBar .btn-admin, .paginaAdmin .mainBar .btn {
    margin-bottom: 10px !important;
  }

  .paginaAdmin .adm-corLinha .adm-corCampo input {
    max-width: 100%;
  }


  .paginaAdmin {


    .fotoGaleria {

      .coverBtnsGaleria {
        position: relative;
        z-index: 3;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        float: left;
        opacity: 1;
        display: block;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-delay: 0.5s;
      }
    }


    .fotoGaleria:hover {

      .coverBtnsGaleria {
        height: 0;
      }
    }
  }




  .hoverTema {

    .coverBtnsTemas {
      position: relative;
      z-index: 4;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      float: left;
      opacity: 1;
      display: block !important;
      transition-property: all;
      transition-duration: .5s;
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-delay: 0.5s;
    }
  }

  .hoverTema:hover {


    .coverBtnsTemas {
      height: 0;
    }
  }



  /***** RENEGOCIAÇÃO DE CONTRATOS *****/


  #contrato_ParcelasAtraso .table > thead > tr > th {
    padding: 0px 55px !important;
  }

  .resumoRenegociacao {
    min-height: 0px;

    h2::before {
      content: url(../img/iconResumoRenegociacao_responsivo.png);
      margin-bottom: 40px;
    }
  }

  #contrato_ParcelasAtraso {
    padding-bottom: 200px;
  }

  .passosRenegociacao {
    position: fixed;
    bottom: 0;
    padding: 0;
    margin-left: -15px;

    .linhaAlerta {
      margin-top: 10px;
    }

    div {
    }

    .valor {
      background-image: none;
      height: 100px;
      padding: 15px;

      * {
        color: #fff;
      }

      h2 {
        font-size: 20px;
      }

      h3 {
        font-size: 12px;
      }
    }

    .parcelamento, .valorParcela {
      background-image: none;
      height: 100px;
      padding: 15px;

      h3 {
        font-size: 12px;
      }

      #qtdParcelasInput {
        font-size: 20px !important;
      }
    }

    .valorParcela h2 {
      font-size: 20px;
    }

    .final {
      background-image: none;
      height: 120px;
      padding: 15px !important;


      .btn {
        margin-left: 10px;
        margin-bottom: 0px;
      }
    }

    p, h2, h3 {
      line-height: normal;
      color: #000;
      margin: 0;
    }
  }


  /**** TÍTULOS ****/


  h1 {
    font-size: 30px;
    line-height: 1;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 14px;
  }


  /**** COMUNICADOS ****/


  .listaComunicados {


    .comunicado {
      height: 188px;

      .descricao {
        height: 188px;

        p {
          word-break: break-word;
        }
      }

      .texto {
        height: 188px;


        .dia {
          left: 35%;
        }

        .mes {
          left: 35%;
        }
      }
    }
  }

  .comunicados {

    #barraPesquisa {
      float: left;
    }
  }

  /**** TOPO E MENU ****/

  .buildingTitle {
    position: static;
    height: auto;
    padding: 0px 0 25px 70px;

    h3 {
      line-height: normal;
    }

    .btn-default {
      margin-bottom: 35px;
    }

    .btEmpreendimento {
      margin-top: 0px;
      float: left;
    }
  }

  .area {
    margin-top: 0px;
  }

  .menu {
    /* critical sizing and position styles */
    width: 200px;
    height: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    overflow-y: auto;
    /* non-critical appearance styles */
    list-style: none;
  }


  .barProgress {
    min-width: 20% !important;
  }

  .progressItems, .galleryArea {
    float: left;
  }

  .fullPicture {
    padding: 0px;
  }


  /**** SITUAÇÃO FINANCEIRA ****/

  .situacaoFinanceira {

    .camposCalcular {
      float: right;
    }
  }

  .tabelasSituacaoFinanceira {
    margin-left: 10px;


    .panel-title {
      line-height: normal !important;
      padding: 0px;
    }

    .botoes-sf-venda {
      padding: 20px 0 0 0;
      text-align: left;
    }

    .panel-heading {
      height: auto;
      line-height: normal;
      float: left;
      padding: 10px 0px;
    }

    .panel-group {
      width: 100%;
      float: left;
    }

    .item-field {
      line-height: normal;
      padding: 10px 0px 0px 0px;
      height: auto;
    }

    .item-field:last-child {
      padding-bottom: 10px;
    }


    .btn {
      margin-left: 10px;
      margin-bottom: 10px;
    }

    .info-table {
      padding: 0;
      line-height: normal;
    }

    .table > thead > tr > th {
      padding: 0px 20px !important;
    }
  }

/**** SITUAÇÃO FINANCEIRA ****/

  .situacaoFinanceira {

    .camposCalcular {
      float: right;
    }
  }

  .tabelasSituacaoFinanceira {
    margin-left: 10px;


    .panel-title {
      line-height: normal !important;
      padding: 0px;
    }

    .botoes-sf-venda {
      padding: 20px 0 0 0;
      text-align: left;
    }

    .panel-heading {
      height: auto;
      line-height: normal;
      float: left;
      padding: 10px 0px;
    }

    .panel-group {
      width: 100%;
      float: left;
    }

    .item-field {
      line-height: normal;
      padding: 10px 0px 0px 0px;
      height: auto;
    }

    .item-field:last-child {
      padding-bottom: 10px;
    }


    .btn {
      margin-left: 10px;
      margin-bottom: 10px;
    }

    .info-table {
      padding: 0;
      line-height: normal;
    }

    .table > thead > tr > th {
      padding: 0px 20px !important;
    }
  }

  /**** SITUAÇÃO FINANCEIRA APP VIEW ****/

  .situacaoFinanceiraAppView {

    .camposCalcular {
      float: right;
    }
  }

  /**** DADOS CADASTRAIS ****/

  .page-detail-actions {
    margin-bottom: 20px;
  }


  /**** FUNCIONAMENTO MENU RESPONSIVO ****/

  .site-wrap {
    min-height: 100%;
    min-width: 100%;
    background-color: @BackgroundTopColor;
    position: relative;
    top: 30px;
    bottom: 100%;
    left: 0;
    z-index: 1;
    background: #fff;
    padding: 0px !important;
  }

  .nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }

  label[for="nav-trigger"] {
    position: absolute;
    left: 15px;
    top: 50px;
    z-index: 999;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url("../img/hamburgerMenu.png") repeat scroll 0 0;
  }

  .nav-trigger + label, .site-wrap {
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
  }

  .nav-trigger:checked + label {
    left: 220px;
  }

  .nav-trigger:checked ~ .site-wrap {
    left: 200px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
  }


  ///// SITUAÇÃO FINANCEIRA //////

  .situacaoFinanceira {
  }

  .panel-heading {
    height: auto;
    line-height: normal;
    padding: 10px 0px;
  }

  .panel-title {
    width: auto;
    line-height: normal !important;
  }

  ////// GALERIA DE FOTOS /////


  .linhaGaleria {
    margin-top: 0px;
  }

  .conjFoto {
    margin: 20px 0px;
  }

  ////////// ÁREA ADMINISTRATIVA


  .paginaAdmin {

    .tabela-ADM {
      display: block;
      overflow-y: hidden;
      width: 100%;
      overflow-x: scroll;
    }

    .page-detail-actions {
      float: left;
      margin-bottom: 20px;
    }


    .adm-seleciona-widget {
      margin: 0px;
    }
  }
}

@media (max-width:767px) {

  // ÁREA ADMINISTRATIVA

  .lixeiraFaleConosco {
    margin-top: 10px;
    margin-bottom: 20px;
  }


  .paginaAdmin .page-content .listaTemas .thumbTemaWrapper .thumbTemaHover .acoesWrapper {
    top: 30px;
    left: 60px;
    position: absolute;
  }
}

@media (min-width:993px) and (max-width:1098px) {

  /* #contrato_ParcelasAtraso, .resumoRenegociacao {
    height:700px!important;
    max-height:700px!important;
  }

  #contrato_ParcelasAtraso {
    overflow:auto;
  }
   */

}


/**** PADRÕES ****/

.no-padding {
  padding: 0px !important;
}

.btn-excluir {
  width: 19px;
  background: #d3362c !important;
  color: #fff !important;
  font-weight: normal;
  height: 18px;
  padding: 0px;

  .glyphicon {
    font-size: 9px;
  }
}

.btn-visualizar {
  width: 19px;
  background: #2c8ed3 !important;
  color: #fff !important;
  font-weight: normal;
  height: 18px;
  padding: 0px;

  .glyphicon {
    font-size: 9px;
  }
}

.tag {
  background: #c9e4df;
  border-radius: 10px;
  float: left;
  padding: 5px 10px;
  margin: 5px;
  font-size: 12px;
}

.configAppMainText {
	font-weight: bold;
	font-size: 30px;
	color: black
}

.configAppWhatIsQuestion {
	font-weight: bold;
	font-size: 30px;
	color: @Color18
}

.configAppWhatIsText {
	font-weight: bold;
	font-size: 18px;
	color: black
}

.labelPeriodoDisponibilidade {
    margin: 14.3px 76.4px 5.7px 2.5px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #686868;
}
.base{
  width: 61px;
  height: 69px;
  margin: 0px 6px 0 0;
  padding: 10px 0px 0px 10px;
  border: solid 0.5px #269481;
  background-color: #dadedf;
  cursor: pointer;
}

.elipseSemana{
  width: 35.5px;
  height: 35.5px;
  margin: -4px 0 4px;
  padding: 8px 0px 0px 8px;
  background-color: #ffffff;
  border-radius: 50px;
}

.labelDiaSemana{
  font-size: 15px;
  color: #269481;
  margin-left: -3px;
  cursor: pointer;

}
.labelDiaSemanaInferior{
  padding-left: -8px;
  margin: 3.5px;
  font-size: 11px;
  font-weight: normal;
  color: #269481;
  padding: -16px;
  cursor: pointer;
}

.basePeriodo{
  width: 200.5px;
  height: 45.5px;
  margin: 15.5px 26px 38.8px 2px;
  padding: 3px 14.5px 1.5px 5px;
  border: solid 0.5px #269481;
  background-color: #dadedf;
  cursor: pointer;
}

.elipsePeriodo{
  width: 36px;
  height: 36.5px;
  margin: 0 6.5px 0 0;  
  background-color: #ffffff;
  border-radius: 50px;
}


.labelPeriodo{
  margin: 7px 0 7px 40.5px;
  font-size: 15px;
  color: #269481;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 140px;
}

.sunsetImg{
  width: 100%;
  padding-left: 0px;
}

.divLabelPeriodo {
  margin-top: -34px;
  margin-left: 5px;  
}

.divPrincipal {
  margin-left: 21px;
}

input:checked + .base{
  border-radius: 5px;
  border: solid 3.5px #269481;
}

input:checked + .basePeriodo{
  border-radius: 5px;
  border: solid 3.5px #269481;
}
