﻿/*@import 'plugins/_plugins.less';*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype');
}
/*FONTE*/
/*TAMANHOS*/
/*ESPACAMENTOS*/
/*CORES*/
/*BORDER*/
#consolidado {
  padding: 15px 20px;
  bottom: 0;
  width: 100%;
  z-index: 10;
  right: 0;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 0px;
  font-family: 'Roboto', sans-serif;
}
#consolidado .boxConsolidado {
  text-align: center;
}
#consolidado .boxConsolidado .labelBox {
  text-align: left;
  margin-bottom: 10px;
  color: #888;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
#consolidado .boxConsolidado .valorBox {
  color: #222;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 15px;
  /*background: rgba(0, 113, 206, 0.7);*/
  border: 2px solid #1d365c;
  border-radius: 5px;
}
#consolidado .boxConsolidado .valorBox.antecipacao {
  border: 2px solid #5cb85c;
}
#consolidado .boxConsolidado .valorBox.confirmar {
  background: #5cb85c;
  padding: 0;
}
#consolidado .boxConsolidado .valorBox.disponivel {
  border: 2px solid #ffb81d;
}
#consolidado .boxConsolidado .valorBox .md-button {
  width: 100%;
  margin: 0;
  height: 45px;
  background: #1d365c;
}
#consolidado .boxConsolidado md-divider {
  margin: 10px 0;
  border-top-color: rgba(0, 0, 0, 0.04);
}
.box-conteudo {
  background: #eee;
}
.box-conteudo .cabecalho-linha {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  background: #f1f1f1;
}
.box-conteudo .linha {
  padding: 5px 0;
}
.box-conteudo .linha .espaco-checkbox {
  width: 50px;
  float: left;
}
.box-conteudo .linha .espaco-icone {
  width: 50px;
  float: left;
}
.box-conteudo .linha .espaco-icone:after {
  content: '';
  display: block;
  clear: both;
}
.box-conteudo .linha .espaco-informacoes {
  width: auto;
  float: left;
}
#antecipacao {
  font-family: 'Roboto', sans-serif;
  border: 1px solid #eee;
}
#antecipacao .cabecalho {
  padding: 5px 0;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  color: #1d365c;
  font-size: 11.2px;
}
#antecipacao .conteudo {
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 0;
  font-size: 12.8px;
}
#antecipacao .boxItem {
  padding: 3px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}
#antecipacao .boxItem:nth-child(odd) {
  background: #fafafa !important;
}
#antecipacao .boxItem .labelNota {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #939393;
  white-space: nowrap;
}
#antecipacao .boxItem .valorNota {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  color: #222;
}
#antecipacao md-checkbox {
  display: inline-block;
  margin-left: 15px;
}
.boxInfo {
  border: 1px solid #ddd;
  margin: 5px;
  border: 3px solid #ddd;
  border-radius: 5px;
}
.boxInfo .titulo {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 12.8px;
  text-transform: uppercase;
  padding: 5px 10px;
  background: #f1f1f1;
  color: #222;
  display: inline-block;
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.boxInfo .contador {
  text-align: right;
  font-size: 18px;
  color: #f1f1f1;
  background: #1d365c;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.boxInfo .contador span {
  color: #f1f1f1;
  font-weight: bold;
}
.boxInfo .contador.nota {
  background: #5FB4E5;
}
.boxInfo .contador.vencimento {
  background: #1d365c;
}
md-checkbox.md-checked .md-icon {
  /*background: @cor-primaria !important;*/
  background: #5cb85c !important;
}
md-checkbox.md-checked[disabled] .md-icon {
  background: #999 !important;
}
.mask {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #f1f1f1;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.mask .loading {
  width: 200px;
  color: #1d365c;
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 150px;
}
.mask .loading .icon {
  font-size: 60px;
}
.mask .loading .descricao {
  color: #888;
  font-size: 16px;
  font-weight: bold;
  /*text-transform: uppercase;*/
}
.boleto {
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
}
.boleto md-input-container {
  width: 300px;
}
.boleto .filtros {
  background: #ddd;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 30px;
}
.boleto .titulo {
  font-size: 24px;
  font-weight: 600;
  color: #1d365c;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.boleto .subTitulo {
  margin-bottom: 30px;
  color: #999;
}
.boleto .contratos .titulo-contrato {
  font-size: 24px;
  font-weight: 600;
  color: #1d365c;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
}
.boleto .contratos .titulo-contrato i {
  font-size: 15px;
  position: relative;
  top: -2px;
}
.boleto thead {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  background: #ddd;
  padding: 5px 10px;
  font-size: 14px;
}
.boleto tr td {
  border: 1px solid #f1f1f1;
}
.tabela thead {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  background: #ddd;
  padding: 5px 10px;
  font-size: 14px;
}
.tabela tr td {
  border: 1px solid #f1f1f1;
}
.componentes .titulo {
  font-size: 24px;
  font-weight: 600;
  color: #1d365c;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.componentes .subTitulo {
  margin-bottom: 30px;
  color: #999;
}
.componentes .contratos .titulo-contrato {
  font-size: 24px;
  font-weight: 600;
  color: #1d365c;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
}
.componentes .contratos .titulo-contrato i {
  font-size: 15px;
  position: relative;
  top: -2px;
}
html,
body {
  height: 100%;
  margin: 0;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -50px;
  padding-top: 80px;
}
.panel-primary > .panel-heading {
  color: #f1f1f1;
  background-color: #1d365c;
  border-color: #1d365c;
}
.panel-yellow > .panel-heading {
  border-color: #FFB81D;
  color: #f1f1f1;
  background-color: #FFB81D;
}
.panel-red > .panel-heading {
  border-color: #E04232;
  color: #f1f1f1;
  background-color: #E04232;
}
.btn-primary {
  color: #f1f1f1;
  background-color: #1d365c;
  border-color: #1d365c;
}
@media (max-width: 767px) {
  .navbar-static-top {
    height: 140px !important;
  }
  .navbar-static-top .navbar-toggle {
    top: 80px;
    z-index: 99;
  }
  .navbar-static-top .navbar-top-links {
    margin-right: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 90px;
  }
  .navbar-static-top .navbar-default.sidebar {
    position: absolute;
    top: 140px;
    width: 100%;
    max-height: 350px;
    overflow: auto;
    -webkit-box-shadow: 0px 3px 15px -7px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 3px 15px -7px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 3px 15px -7px rgba(0, 0, 0, 0.59);
  }
  .navbar-static-top .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
  }
}
/*alocar*/
.locacaoVeiculos .titulo {
  font-size: 18px;
  text-transform: uppercase;
  color: #1d365c;
  margin-bottom: 10px;
}
.locacaoVeiculos table thead {
  font-weight: bold;
  text-transform: uppercase;
}
.controlesLogin {
  padding: 30px 15px;
  text-align: center;
}
.controlesLogin a {
  display: inline-block;
}
.boxLogin {
  padding: 15px;
  background: #fff;
  margin-top: 30px;
  border-radius: 5px;
}
.boxCampos {
  /*border-top: 5px solid @cor-terciaria;*/
  /*background: #fff;*/
  /*border-radius: @border-radius-input;*/
  /*padding: @es-maior;*/
  /*.boxShadow;*/
  background: #fff;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.boxCampos .titulo {
  font-size: 25.6px;
  color: #1d365c;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 20px 0;
}
.boxCampos .subTitulo {
  font-size: 16px;
  padding: 10px 20px;
  color: #999;
}
.boxCampos .campos {
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.boxCampos .campos .botaoUpload {
  width: 200px;
  color: #f1f1f1;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #1d365c;
  padding: 10px 30px;
  border-radius: 5px;
  background: #1d365c;
  white-space: nowrap;
}
.boxCampos .campos .botaoUpload i {
  color: #FFB81D;
}
.boxCampos .campos .esqueceu {
  padding-top: 5px;
}
.boxCampos .campos .esqueceu a {
  color: #fff;
}
.boxCampos .campos .loadingCep {
  position: absolute;
  top: 28px;
  left: 50%;
  margin-left: 130px;
  color: #1d365c;
  font-size: 18px;
}
.boxCampos .campos label {
  font-weight: 600;
  color: #1d365c;
  text-transform: uppercase;
}
.boxCampos .campos label i {
  margin-right: 5px;
}
.boxCampos .campos .input-box {
  position: relative;
}
.boxCampos .campos .input-box label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.boxCampos .campos .input-box i {
  position: absolute;
  color: #FFB81D;
  top: 30px;
  left: 10px;
  font-size: 20px;
}
.boxCampos .campos .input-box input {
  padding-left: 35px;
}
.boxCampos .campos input,
.boxCampos .campos select {
  width: 100%;
  height: 32px;
  outline: none;
  border: 1px solid #1d365c;
  border-radius: 5px !important;
  margin-bottom: 10px;
}
.boxCampos .campos input:focus,
.boxCampos .campos select:focus {
  border: 1px solid #FFB81D;
}
.boxCampos .campos button {
  display: inline-block;
  background: #1d365c;
  border: 2px solid #172b4a;
  padding: 5px 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  color: #fff;
}
.boxCampos .campos .controles {
  padding-top: 10px;
  margin-top: 15px;
  border-top: 0;
}
.boxCampos .campos .controles a,
.boxCampos .campos .controles a:hover {
  text-decoration: none;
  color: #999;
}
.boxCampos .campos .controles:after {
  content: '';
  display: block;
  clear: both;
}
.boxCampos .campos .controles .prosseguir {
  text-align: right;
}
.boxCampos .campos .controles .prosseguir a,
.boxCampos .campos .controles .prosseguir button {
  width: 160px;
  display: inline-block;
  color: #f1f1f1;
}
.boxCampos .campos .controles .prosseguir a i,
.boxCampos .campos .controles .prosseguir button i {
  color: #FFB81D;
}
.boxCampos .campos .controles .voltar {
  display: inline;
  text-align: left;
}
.boxCampos .campos .controles .voltar a {
  display: inline-block;
  width: 160px;
  text-align: center;
  background: #eee;
  color: #888;
  text-transform: uppercase;
  border: 1px solid #ccc;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
}
.navbar-static-top {
  background: url('/Content/Images/bgmenu.png') center center no-repeat #1d365c;
  background-size: cover !important;
  height: 100px;
  position: relative;
  width: 100%;
}
.navbar-static-top .navbar-header {
  padding: 10px 0 0 20px;
}
.navbar-static-top .navbar-header a img {
  height: 55px;
  margin-top: 5px;
  margin-left: -10px;
}
.navbar-static-top .navbar-brand {
  height: auto;
}
.navbar-static-top .dropdown-menu {
  background-color: #1d365c;
}
.navbar-static-top .dropdown-menu > li > a:focus,
.navbar-static-top .dropdown-menu > li > a:hover {
  color: #f1f1f1;
  background-color: #1d365c;
}
.logo-center {
  position: absolute;
  left: 50%;
  margin-left: -200px;
  padding: 0px;
  width: 400px;
  text-align: center;
}
.logo-center img {
  height: 80px !important;
  display: inline-block;
}
.logo-center img:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  height: 55px !important;
  padding-left: 20px;
  margin-left: 20px;
}
.logo-left img {
  height: 50px !important;
}
.headerLimpo {
  background: #fff;
  padding: 15px 0px;
  border-top: 10px solid #1b365d;
  position: absolute;
  width: 100%;
  text-align: center;
}
.headerLimpo img {
  height: 40px;
  display: inline-block;
}
.comp-logos {
  margin-bottom: 30px;
}
.comp-logos img {
  display: inline-block;
  width: auto !important;
}
.comp-logos img:last-child {
  height: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 20px;
  margin-left: 20px;
}
.comp-logos img:first-child {
  height: 50px;
}
.footerLimpo {
  background: #fff;
  padding: 15px 0px;
  text-align: center;
  position: relative;
  height: 50px;
}
.footerLimpo img {
  position: absolute;
  top: 15px;
  right: 10px;
  opacity: 0.6;
  width: 100px;
}
/*.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
button{
    border-radius: 0px !important;
}
.panel{
    border-radius: 0;
}*/
.logo img {
  width: 100%;
}
h2.page-header {
  margin: 20px 0px 10px;
  text-transform: uppercase;
  font-size: 20px;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
  color: #fff;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.navbar-top-links li a {
  color: #fff;
}
@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    top: 100px;
    margin-top: 0;
  }
  #page-wrapper {
    padding: 30px 30px 0;
  }
}
#wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
footer {
  flex-shrink: 0;
}
#page-wrapper {
  flex-grow: 1;
}