﻿

.typeahead,
.tt-query,
.tt-hint {
  padding: 8px 12px;
  line-height: 30px;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}


.tt-menu {
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.produtos{
    display:none;
}

.dadosComuns {
    display: none;
}

.contatos {
    display: none;
}

.emitir{
    display:none;
}

.field-validation-error
{
    color: #c21a1a;
    font-size:14px;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.notificao:hover 
{
    color: #fff !important;
    background-color: #ac2925 !important;
    border-color: #761c19 !important;
}

.red 
{
    color: #c62727 !important;
}

.green 
{
    color: #0f9a5e !important;
}

.yellow {
    color: #ffd400 !important;
}

.formulariomkt
{
color:#797979 !important;
height: 39px !important;
width:100% !important;
border-radius:0px;
font-size:15px;
line-height: 36px;
font-family: 'Oxygen', sans-serif;
padding-left:10px;
margin: 0 12px 14px 0;
}

.table > tbody > tr.atraso-critico > td {
    background-color: #ff8d8d;
}

.table-hover > tbody > tr.atraso-critico:hover > td {
    background-color: #ff5f5f;
}
