body{
  height: 100%;
  background: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*.imagem-fundo-full {
    background: url(../img/background.jpg) no-repeat top center fixed;
   -webkit-background-size: cover !important;
   -moz-background-size: cover !important;
   -o-background-size: cover !important;
   background-size: cover !important;
}*/

.navbar-gmobil{
    background: black;
    color: white;
    border-width: 0 0 0 !important;    
}

.container-pagina{
  padding-top: 6rem;
  height: 100vh;
  background-color: white;
}

.col-menu-navbar{
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 30%;
}

.col-logo-navbar{        
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 40%;
  text-align: center;
}

.col-user-navbar{
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 30%;  
  text-align: right;
}

.img-logo-navbar{
  max-width: 100%; 
  margin-top: 7px; 
}

@media screen and (max-width: 767px){
  .col-menu-navbar{
    width: 15%;
  }
  .col-logo-navbar{
    width: 35%;
  }
  .col-user-navbar{
    width: 50%;
  }
}

@media screen and (max-width: 420px){
  .img-logo-navbar{
      margin-top: 10px; 
  }
}

.col-user-navbar > ul{
  list-style: none;
  float: right;
  margin: 0;
}

.col-user-navbar > ul > li{
  float: left;
  /* overflow-x: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  display: block;
}

.col-user-navbar > ul > li > a{
  text-shadow: none;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  display: block;  
  color: white;
}

.col-user-navbar > ul > li > a:hover{
  text-decoration: none;
  color: white;
}

.col-user-navbar ul.dropdown-menu{
  min-width: 100%;
}

.navbar-toggle-left {
  position: relative;
  padding: 9px 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  background: inherit;
  border: 0;
}

.navbar-toggle-left:focus{
  outline: none;
}

.navbar-toggle-left .fa{
  font-size: 200%;
  color: var(--cor-branco);
}

.link-nav-top{
  color: #7e7e7e !important;
  padding-top: 10px !important;
  padding-bottom: 5px !important;
  text-shadow: none !important;
}

.link-nav-top:hover {
  color: white !important;
}

.menu-left{
  left: -100%;
  overflow: hidden;
  position: fixed;
  width: 30rem;
  height: 100vh;
  padding: 0;
  transition: all ease-in-out .4s;
  z-index: 1032;
}
.menu-left.open{
  left: 0;
  height: 100vh; 
  height: calc(var(--vh, 1vh) * 100);    
}
.menu-left ul {
	margin: 0
}
.menu-left .list-group{
  border: 0 !important;
  box-shadow: none !important;    
}

.menu-left-content{
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;    
  background: black
}

.menu-left-close{
  margin: 0;
  padding: 0;
  height: 5rem;
  background: black;
}
.menu-left-close button{
  float: right;
  display: block;
  height: 100%;
  background: inherit;
  border: 0;
  padding-right: 15px;
}
.menu-left-close span{
  font-size: 200%;
  color: white;
}
.menu-left-close button:focus{
  outline: none;
}
.menu-left-opcoes{
  border-top: 1px solid white;
  flex-wrap: wrap;
  height: calc(100% - 11rem);
  overflow-y: auto;
}
.menu-left-opcoes .list-group{
  width: 100%;
}
/* .menu-left-opcoes .list-group li{
  text-indent: 20px;
  line-height: 40px;
  margin-left: -25px;
} */
.list-item-menu {
  background: black;
  border: 0;    
}

.list-item-menu:hover {
  background: white;
}

.list-item-menu:hover > a{
  color: black;
}

.list-item-menu ul{
  padding-top: 10px;
}

.list-item-menu a, .list-group-item-menu a{
  display: block;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
a.link-padrao.active{
  font-weight: bold;
}

.list-item-menu > a > i{
  padding-right: 10px;
}

.overlay {
  position: fixed;
  bottom: 0;    
  top: 0;
  left: -100%;
  right: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .7);
  z-index: 1031;
  transition: all ease-in-out 10ms;
}
.overlay.open {
  left: 0;
  right: 0
}

body.locked{
  overflow: hidden;
}

  .Absolute-Center {
    margin: auto;  
    top: 0; left: 0; bottom: 0; right: 0;
    background-color: rgba(255,255,255,0.7); 
    background: none;
    /* position: absolute; */
  }
  
  @media screen and (max-width: 830px) and (orientation: landscape) {
    .Absolute-Center {
      margin: auto;  
      top: -85px; left: 0; bottom: 100px; right: 0;
      background-color: rgba(255,255,255,0.7); 
      background: none;
      /* position: absolute;   */
    }
  }
  
  .Absolute-Center.is-Responsive {
    /* width: 50%;  */
    height: 70%;
    min-width: 200px;
    max-width: 400px;
    padding: 120px 40px;  
  }
  
  .input-login{
    background: none; 
    border: none;
    border-bottom: 2px solid #888;
    outline: none;
    color: black;
    box-shadow: none;
    border-radius: 0;
  }
  
  .input-login:focus{
    border: none;
    border-bottom: 2px solid black;
    box-shadow: none;
    -webkit-box-shadow: none;  
  }
  
  .input-login::placeholder{
    color: #666464;
  }
  
  .input-login:-webkit-autofill {
    /* -webkit-box-shadow: 0 0 0px 1000px transparent inset;   */
    /* box-shadow: 0 0 0px 1000px hsl(1, 100%, 100%) inset;   */
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #333 !important;  
  }
  @keyframes fadeItBorder {
    0%   { border-bottom-color: #888; } 
    50%  { border-bottom-color: red; }
    100% { border-bottom-color: #888; }
  }
  .input-login-erro {  
    animation: fadeItBorder 800ms ease-in-out; 
    animation-iteration-count: 2;
  }
  
  .input-eye{
    position: absolute;
    right: 10px;
    top: 32px;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #8b8f8f;
    font-size: 100%;
    cursor: pointer;
    z-index: 10;  
  }
  
  .btn-padrao{
    background: white; 
    color: black;
    border-radius: 0;
    border: 1px solid black;
  }

  .btn-padrao:not([disabled]):hover{
    border: 1px solid white;
    background: black;
    color: white;    
  }

  .btn-padrao:active, .btn-padrao:focus{  
    outline: 5px auto black !important;    
  }

  .btn-padrao-invertido{
    background: black; 
    color: white;    
    border-radius: 0;
    /* border: 1px solid white; */
    border: 1px solid transparent;
  }

  .btn-padrao-invertido:not([disabled]):hover{
    border: 1px solid black;
    background: white;
    color: black;    
  }

  .btn-padrao-invertido:active, .btn-padrao-invertido:focus{  
    outline: 5px auto white !important;    
  }  

.btn-padrao-tamanho{
    width: 180px;
}

  .dropdown-menu-ordenacao{
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);    
}

.dropdown-menu-ordenacao:before{
    border: 1rem solid rgba(0,0,0,0);
    border-bottom-color: black;
    content: " ";
    height: 0;
    position: absolute;
    right: 6.7rem;
    top: -2rem;
    width: 0;    
    color: white;
}  

.dropdown-item-ordenacao{
  /* font-size: 16px; */
  line-height: 1.3333333; 
  padding: 5px 0px 5px 0px;
}

.dropdown-item-ordenacao a{
  cursor: pointer;
  padding-left: 10px !important;
  color: black !important;
}

.sidebar-nav > li.dropdown > a {
  cursor: pointer;
}

.link-filtro{
  color: white;
  outline: none;
  background: black;
  cursor: pointer;
  padding: 8px;
  display: block;    
  border-radius: 3px;
}

.link-filtro:hover, .link-filtro:focus{
  color: white;
  text-decoration: none;  
} 

.link-filtro span{
  font-size: 150%;
}

._720kb-datepicker-calendar-day._720kb-datepicker-today {
  background:black;
  color:white;
}
._720kb-datepicker-calendar-header:nth-child(odd) {
  background: black !important;
}
._720kb-datepicker-calendar-month-button{
  font-size: 20px !important;
  color: white !important;
}

._720kb-datepicker-calendar-header-middle._720kb-datepicker-calendar-month > a > span{
  color: white !important;
}

._720kb-datepicker-calendar-header:nth-child(even) {
  background: #333 !important;
}

._720kb-datepicker-calendar-years-pagination a{
  color: white !important;
}

._720kb-datepicker-calendar-years-pagination-pages > a{
  font-size: 20px !important;
  color: white !important;  
}

._720kb-datepicker-calendar-days-header{
  background: black !important;
}

._720kb-datepicker-calendar-days-header div {
  color: white !important;
}

._720kb-datepicker-calendar-day._720kb-datepicker-active {
  font-weight: bold; 
}

._720kb-datepicker-calendar-header-middle > select{
  background: #333
}

._720kb-datepicker-calendar:not(._720kb-datepicker-open) {
  height: 0px;
}

._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled{
  opacity: 0.1
}

.link-item-filtro{
  padding: 8px;
  display: block;
  cursor: pointer;
  color: black;
}

.link-item-filtro:hover{
  color: black;
  outline: none;
  text-decoration: none;
}

.link-item-filtro.selecionado{
  font-weight: bold;
}

.ui-select-container .ui-select-toggle{
  background-image: none !important;
}

.ui-select-multiple input.ui-select-search {
  width: 100% !important;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  color: black;
  background: white;   
  border: 1px solid black;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item:focus {
  font-weight: bold;
  color: black;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 2em !important;
  color: black !important;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close:hover {
  opacity: 1;
}

@keyframes spin {
  to {
      -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
      -webkit-transform: rotate(360deg);
  }
}
.loader{  
  /*border-top-color: white;
  border: 5px solid #333;
  text-align: center;
  width: 50px;
  height: 50px;    
  border-radius: 50%;    
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite; 
  display: inline-block;*/
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #333;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  border-top-color: white !important;  
  /*font-size: 4em;
  
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;*/
}

.col-lista-detalhada{
  border-bottom: 1.8px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
}

.col-lista-detalhada-hover{
  border-bottom: 1.8px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.col-lista-detalhada-hover:hover{
  background: black;
  opacity: 0.9;
  color: white;
}

/* .col-lista-detalhada-hover:hover span.label{
  color: white !important;
} */

div.dropdown .dropdown-menu {
  -webkit-transition: max-height 0.5s ease-in-out;
            -moz-transition: max-height 0.5s ease-in-out;
            -o-transition: max-height 0.5s ease-in-out;
            transition: max-height 0.5s ease-in-out;  
  /*-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;*/

  max-height: 0;
  display: block;
  overflow: auto;
  opacity: 0;
}

div.dropdown.open .dropdown-menu { 
  max-height: 300px;  
  opacity: 1;
}

.painel-pesquisa-km {
  font-size: 80%;
  background-color: transparent;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  /* box-shadow: 0px 0px 2px 2px #D1D1D1; */
}

.progress-bar {
  background-image: -webkit-linear-gradient(top, #353636 0%, #2d2e2e 100%) !important;
  background-image: -o-linear-gradient(top, #353636 0%, #2d2e2e 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#353636), to(#2d2e2e)) !important;
  background-image: linear-gradient(to bottom, #353636 0%, #2d2e2e 100%) !important;
}

.link-padrao{
  color: black !important;
  outline: 0 !important;
  text-decoration: none;
  cursor: pointer;
}

.link-padrao:hover, .link-padrao:active, .link-padrao:focus{
  font-weight: bold;
}

@media (min-width: 768px) {
  .row-lista{
      display: flex;
  }
}

.wrapper-tabela-fotos{
  overflow-x: auto;
}

@media (min-width: 768px) {
  .wrapper-tabela-fotos{
    padding-top: 20px;
  }  
}

.input-mostrar-senha {
  position: absolute;
  right: 10px;
  top: 8px;
  /* bottom: 0; */
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #8b8f8f;
  font-size: 80%;
  cursor: pointer;
  z-index: 10;
}

form.ng-submitted .form-group > input.ng-invalid:not(:focus), form.ng-submitted .form-group > select.ng-invalid:not(:focus){
  border: 1px solid #e83c2c;
} 

form.ng-submitted .form-group > .input-group > input.ng-invalid:not(:focus){
  border: 1px solid #e83c2c;
}

form.ng-submitted .form-group > .ui-select-container.ng-invalid:not(.open){
  border: 1px solid #e83c2c;
}

/* geral */
.acoes-tela {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap-reverse;
  margin: 20px 0;
}

.container-meta {
  display: flex;
}

.container-meta .meta-select {
  width: 250px;
  padding-right: 15px;
}

.container-meta div:not(:first-child) {
  padding-right: 10px;
}


/* listade Produtos Visados */
.container-produtos-visados{
  width: 100%;
}

.lista-produtos-visados{
  display: flex;
  flex-wrap: wrap;
}

.header-produtos-visados{
  display: flex; 
  width: 100%; 
  background: #ddd;
}

.header-cell-produtos-visados{
  flex-grow: 1; 
  overflow: hidden;   
  padding: 0.8em 0;
  text-align: center;
}

.wrapper-item-produtos-visados{
  display: flex; 
  flex-direction: column; 
  width: 100%; 
  box-shadow: 0px 1px 0px 0px #d1d1d1;
}

.item-produtos-visados{
  display: flex; 
  align-items: center;
  width: 100%;
  min-height: 70px;
}

.item-cell-produtos-visados{
  flex-grow: 1; 
  overflow: hidden; 
  padding: 0.8em 0;
  text-align: center;    
}

.cell-codigo{
  width: 15%;
}

.cell-descricao{
  width: 30%;
}

.cell-clientes{
  width: 25%;
}
.cell-data{
  width: 30%;
}

.item-cell-title{
  display: none;
}

@media (max-width: 992px){
  .header-produtos-visados{
    display: none;
  }

  .item-produtos-visados{
    flex-direction: column;
    align-items: initial;
  }

  .item-cell-title{
    display: inline-block;
    flex-basis: 100px;
    text-align: left;
    padding-left: 10px;
}

  .item-cell-valor{
      flex-grow: 2;
      text-align: left;
  }  

  .cell-codigo, .cell-descricao, .cell-clientes, .cell-data{
    width: unset;
  }

  .item-cell-produtos-visados{
    display: flex;
    justify-content: space-between;
    padding: 0.5em 0;
  }  
}

@media (max-width: 1200px) and (min-width: 1024px){
  .header-cell-produtos-visados{
      font-size: 12px;
  }
  .item-cell-valor {
      font-size: 12px;
  }
}

.div-totais-produtos-visados{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.div-totais-produtos-visados-texto{
  font-size: 16px;
}

.div-totais-produtos-visados-texto > span{
  color: #7e7e7e;
  font-weight: bold;
}