.login-one-form {
  transform: translate(-50%, -50%);
  top: 35%;
  max-width: 350px;
  width: 350px;
  left: 50%;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  position: relative;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}

.login-one {
  background-color: rgba(0,0,0,0.1);
  /*max-height: 800px;*/
  height: 900px;
  /*background-size: cover;*/
}

.login-one-ico {
  padding: 30px;
  font-size: 50px;
  text-align: center;
}

.form-group {
  text-align: center;
}

#input {
  margin: 10px;
}

#button {
  width: 100%;
  margin: 10px;
}

#heading {
  padding-bottom: 10px;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width:762px) {
  .hero-subtitle {
    font-size: 16px !important;
    text-align: center !important;
  }
}

@media (max-width:762px) {
  .hero-title {
    font-size: 25px !important;
    text-align: center !important;
  }
}

@media (max-width:762px) {
  .col-chart-mobile {
    padding: 0px !important;
  }
}

@media (max-width:992px) {
  #div-text-top {
    margin: auto!important;
  }
}

@media (max-width:762px) {
  .chart-width-mobile {
    max-width: 100% !important;
    overflow-x: scroll;
  }
}

@media (max-width:762px) {
  .card-rep {
    background-color: #f9f9f9;
    border: 1px solid #ced4da;
    border-width: 0px 0px 0px 0px !important;
    margin-bottom: 11px;
    padding: 4px 0px 10px 0px !important;
  }
}

@media (max-width:762px) {
  #reportrange {
    float: none !important;
    margin: 0 auto;
  }
}

@media (max-width:762px) {
  #relatorio_periodo {
    float: initial !important;
    text-align: center !important;
  }
}

@media (max-width:762px) {
  .icon_mobile {
    font-size: 25px !important;
  }
}

@media (max-width:762px) {
  .imgtopo {
    display: unset !important;
    float: none !important;
    margin-left: 0px !important;
  }
}

@media (max-width:762px) {
  .logotopo {
    text-align: center!important;
  }
}

@media (max-width:768px) {
  #nav-menu {
    font-size: 11px !important;
    text-align: center;
  }
}

@media (max-width:992px) {
  #clear-search {
    width: 162px !important;
  }
}

.title-os {
  font-weight: 600;
}

.text-os {
}

.btn-d:hover {
  background-color: #303941!important;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.btn-upload.btn.btn-link {
  box-shadow: 1px 1px #eeeeee;
  border: 1px solid #007bff;
}

.btn-upload.btn.btn-link:hover {
  background-color: #ebebeb;
  text-decoration: none;
}

.btn-images {
  background-color: #f5f3f3;
  border-radius: 5px;
  padding: 6px 8px;
  font-size: 11px;
}

.trash-icon {
  color: rgb(242,31,31);
  padding: 0px 0px;
}

.btn-trash:hover {
  font-size: 20px;
}

.link-imagens-ordem {
  margin-right: 15px;
  background-color: #f1f3ff;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 13px;
}

.link-imagens-ordem:hover {
  color: #007bff;
  font-weight: bold;
}

.finalizada {
  background-color: #16a085;
  border-radius: 8px;
  margin: 0px !important;
  padding: 5px 14px 7px 14px;
  color: #fff !important;
}

.em_andamento {
  background-color: #2980b9;
  border-radius: 8px;
  margin: 0px !important;
  padding: 5px 14px 7px 14px;
  color: #fff !important;
}

.aguardando_pagamento {
  background-color: #c0392b;
  border-radius: 8px;
  margin: 0px !important;
  padding: 5px 14px 7px 14px;
  color: #fff !important;
}

.aguardando_aprovacao {
  background-color: #f1c40f;
  border-radius: 8px;
  margin: 0px !important;
  padding: 5px 14px 7px 14px;
  color: #fff !important;
}

.aguardando_pecas {
  background-color: #EF9335;
  border-radius: 8px;
  margin: 0px !important;
  padding: 5px 14px 7px 14px;
  color: #fff !important;
}

.orcamento {
  background-color: #bdc3c7;
  border-radius: 8px;
  margin: 0px !important;
  padding: 5px 14px 7px 14px;
  color: #fff !important;
}

.bg-placa {
  background: url(/assets/img/placa.jpg);
  padding: 8px 9px 0px 21px !important;
  background-size: 104px;
  min-width: 105px !important;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
}

.status-min {
  min-width: 165px !important;
}

#nav-menu {
  font-family: Roboto, sans-serif;
  font-size: 19px;
  letter-spacing: -0.5px;
  height: 30px;
}

#reportrange:hover {
  box-shadow: 0px 0px 6px #536372;
}

#reportrange {
  background: #fff;
  cursor: pointer;
  padding: 8px 13px;
  border: 1px solid #ced4da;
  width: 230px;
  border-radius: 6px;
}

.card-rep {
  background-color: #f9f9f9;
  border: 1px solid #ced4da;
  border-width: 0px 1px 0px 0px;
}

.title_reports.mt-1 {
  font-size: 14px;
  font-weight: 400;
  color: #737070;
  margin-bottom: 0px;
}

.table td, .table th {
  vertical-align: middle !important;
}

.link-nav-home {
  font-size: 17px;
}

.input-criar-conta {
  float: none;
  margin: 0 auto;
  max-width: 215px;
}

.btn-criar-conta-top:hover {
  background-color: #2980b9;
  border: 1px rgb(47,167,255);
  color: #fff;
}

.btn-criar-conta-top {
  background-color: rgb(47,167,255);
  border: 1px rgb(47,167,255);
  color: #fff;
  padding: 11px 18px 12px 18px;
}

.formAlert {
  border: 1px solid #f94949 !important;
}

.pdf-ordem-desktop {
  font-size: 9px;
}

@media (max-width: 768px) {
  #imagem-slide-top {
    float: none !important;
  }
}

@media (max-width: 567px) {
  #imagem-slide-top {
    width: 312px !important;
  }
}

.g-recaptcha {
  width: 300px;
  margin: 0 auto 0 auto;
}

.visualizar-ordem-desktop {
  font-size: 13px;
}

@media (max-width: 567px) {
  .visualizar-ordem-desktop {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  #total-os {
    font-size: 16px;
  }
}

@media (max-width: 567px) {
  #tipo_os {
    font-size: 13px;
  }
}

@media (max-width: 567px) {
  #numero_os {
    font-size: 13px;
  }
}

.table-ajuste.table td, .table-ajuste.table th {
  padding: 4px 4px !important;
}

.table-ajuste.table.table-bordered td, .table-ajuste.table.table-bordered th {
  border: 0.4px solid #dee2e6;
}

