﻿/*@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*/
/*@cor-primaria: #04A8A8;
@cor-secundaria: #04A8A8;
@cor-terciaria: #FFB81D;
@cor-danger: #E04232;*/
/*BORDER*/
html,
body {
  height: 100%;
  margin: 0;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -50px;
  padding-top: 110px;
}
footer {
  height: 50px;
}
.panel-primary > .panel-heading {
  color: #f1f1f1;
  background-color: #04A8A8;
  border-color: #04A8A8;
}
.panel-yellow > .panel-heading {
  border-color: #ffce43;
  color: #f1f1f1;
  background-color: #ffce43;
}
.panel-red > .panel-heading {
  border-color: #E04232;
  color: #f1f1f1;
  background-color: #E04232;
}
.btn-primary {
  color: #f1f1f1;
  background-color: #04A8A8;
  border-color: #04A8A8;
}
@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;
}
.boxCampos {
  /*border-top: 5px solid @cor-terciaria;*/
  /*background: #fff;*/
  /*border-radius: @border-radius-input;*/
  /*padding: @es-maior;*/
  /*.boxShadow;*/
  margin-top: 40px;
  margin-bottom: 40px;
}
.boxCampos .titulo {
  font-size: 25.6px;
  color: #f1f1f1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.boxCampos .subTitulo {
  font-size: 16px;
  padding: 10px 0;
  color: #888;
}
.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 #04A8A8;
  padding: 10px 30px;
  border-radius: 5px;
  background: #04A8A8;
  white-space: nowrap;
}
.boxCampos .campos .botaoUpload i {
  color: #ffce43;
}
.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: #04A8A8;
  font-size: 18px;
}
.boxCampos .campos label {
  font-weight: 400;
  color: #f1f1f1;
}
.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: #ffce43;
  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 #04A8A8;
  border-radius: 5px;
  margin-bottom: 10px;
}
.boxCampos .campos input:focus,
.boxCampos .campos select:focus {
  border: 1px solid #ffce43;
}
.boxCampos .campos button {
  display: inline-block;
  background: #04A8A8;
  border: 2px solid #038686;
  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: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: #ffce43;
}
.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;
}
.meiosContato {
  border-radius: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 30px;
  color: #f1f1f1;
}
.meiosContato ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.meiosContato > div {
  margin-bottom: 15px;
}
.meiosContato li {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 3px 10px;
  color: #f1f1f1;
}
.meiosContato .meio {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffce43;
  margin-bottom: 5px;
}
.footerDeslogado {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footerDeslogado .logoFooter {
  text-align: right;
}
.footerDeslogado .logoFooter img {
  display: inline-block;
  height: 30px;
  opacity: 0.5;
}
.headerDeslogado {
  height: 110px;
  text-align: center;
  width: 100%;
  background: #fff;
  position: absolute;
}
.headerDeslogado:before {
  content: '';
  display: block;
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
  background: #ffce43;
}
.headerDeslogado img {
  height: 50px;
  display: inline-block;
}
.navbar-static-top {
  background: url('/Content/Images/bgmenu.png') center center no-repeat #f1f1f1;
  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: #04A8A8;
}
.navbar-static-top .dropdown-menu > li > a:focus,
.navbar-static-top .dropdown-menu > li > a:hover {
  color: #f1f1f1;
  background-color: #04A8A8;
}
.logo-center {
  position: absolute;
  left: 50%;
  margin-left: -200px;
  padding: 0px;
  width: 400px;
  text-align: center;
}
.logo-center img {
  height: 60px !important;
  display: inline-block;
  margin-left: 10px !important;
  /*&:last-child {
            border-left: 1px solid rgba(255,255,255,.3);
            height: 40px !important;
            padding-left: 20px;
            margin-left: 20px;
        }*/
}
.logo-left img {
  height: 50px !important;
}
.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;
}
/*.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: #008b8b;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.navbar-top-links li a {
  color: #04a8a8;
}
@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    top: 110px;
    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;
}