.hpanel-nav {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

li.navbar-menu-item {
  list-style: none;
}

.panel-default {
  box-shadow: 1px 1px 2px 0px #00000029;
}

.user-info-id {
  color: #494440;
  /* background-color: #fff; */
  border-radius: 10px;
  /* border: 1px solid #494440; */
  font-weight: normal;
  text-transform: none;
  font-size: 9px;
  padding-left: 1px;
  height: 18px;
  width: 39px;
  margin-top: -40px;
  margin-left: -4px;
}


.user-info-icon {
  background-image: url(../img/ico-user.svg);
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.user-info-more {
  background-image: url(../img/ico-more.svg);
  background-size: cover;
  width: 10px;
  height: 7px;
  margin-top: -13px;
  float: right;
}

.new-notificacoes {
  background-image: url(../img/ico-notif.svg);
  width: 23px;
  height: 23px;
}

.badge {
  color: #fff !important;
}

.badge-alert {
  margin-top: -66px;
  margin-left: 15px;
}

a {
  color: #08588a !important;
}

.logo{
  padding-bottom: 10px;
}

.glyphicon {
  color: #494440;
}

.caret {
  color: #494440;
}

i {
  color: #494440;
}

.alert-agente {
  color: #f0ad4e;
  padding-right: 3px;
  font-size: 17px;
}

.panel-heading {
  margin-bottom: 0;
  color: #494440 !important;
}

.navbar-header>a {
  color: #000 !important;
  text-decoration: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff !important;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-pesquisa-cliente {
  margin-left: 30%;
}

.navbar-brand {
  padding: 7px 15px !important;
}

.sem-borda {
  border: none;
  box-shadow: none;
}

.list-inline>li {
  display: inline-block;
}

.popover-content {
  word-break: break-all;
}

.alert-cancel {
  color: #31708f;
  background-color: lightgray;
  border-color: lightblue;
  padding: 2px;
}

.dropdown-menu {
  width: 266px;
}

.dropdown-menu>li {
  height: 35px;
  font-style: bold;
}

.dropdown-menu>li:hover {
  border-left: 4px solid #b36100;
}

.dropdown-menu>li>a {
  height: 35px;
  color: #000 !important;
}

.VersaoDisponivel {
  color: #0d729c;
  /*border-radius: 20px;*/
  font-size: 17px;
  margin-right: 10px;
  top: 0px;
  margin-top: -3px;
  width: 15px;
  height: 15px;
  text-align: center;
  padding-top: 3px;
}

.VersaoErro {
  background-color: #c64840;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  top: 0px;
  width: 17px;
  height: 17px;
  text-align: center;
  padding-top: 3px;
}

.VersaoAguardando {
  background-color: #ea9b3e;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  top: 0px;
  width: 19px;
  height: 18px;
  text-align: center;
  padding-top: 3px;
}

.VersaoAtual {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 90%;
  /* margin-left: 6px;*/
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1.25em;
  background-color: #f0ad4e;
}

div.flex-align {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.naveheaderelements {
  font-weight: bold;
  border: 1px solid;
  border-radius: 5px;
  margin: 10px;
  height: 38px;
  vertical-align: middle;
  width: 165px;
  text-align: center;
}

.fonte-header li a {
  color: #0c9abe !important;
  text-decoration: none;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.tabela-sem-borda {
  margin-bottom: 0px !important;
}

.tabela-sem-borda table>tbody>tr>td {
  border-top: none;
}

.alert-success {
  background-color: #9ddf9d;
  border-color: #4cae4c;
  color: #000;
}

.alert-warning {
  background-color: #FFEECC;
  border-color: #FFBB33;
  color: #000;
}

.cst-button {
  border-radius: 5px;
  padding: 7px 21px;
  font-weight: normal;
  text-transform: none;
  outline: none;
  background-color: #009abe;
  letter-spacing: 0px;
  color: #fff;
  min-width: 120px;
  width: 100%;
  opacity: 0.8;
  -webkit-transition: background-color 80ms linear;
  -ms-transition: background-color 80ms linear;
  transition: background-color 80ms linear;
}

.cst-button:hover {
  color: #fff;
  opacity: 1;
}

.footer-logo {
  padding: 8px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  /*height: 25px;*/
  font-size: 10px;
  padding-top: 5px;
  width: 100%;
  background-color: #494440;
  color: #ffffff;
  text-align: center;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.pd-r-5-i {
  padding-right: 5px !important;
}

.pd-r-0-i {
  padding-right: 0px !important;
}

.pd-l-10-i {
  padding-left: 10px !important;
}

input[type=text].input-text-uppercase {
  text-transform: uppercase;
}

input[type=text].input-text-uppercase::-webkit-input-placeholder {
  /* Chrome, Safari */
  text-transform: initial;
}

input[type=text].input-text-uppercase:-moz-placeholder {
  /* Firefox 18- */
  text-transform: initial;
}

input[type=text].input-text-uppercase::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: initial;
}

.button{ 
    display:  inline-block;
    width: 50px; 
    text-align: center; 
/*     background: red; */
    font-weight: bold;
    color: red;
    text-decoration: none;
/*     border: 1px solid #888; */
}

.pulse {
/*     animation-name: pulse_animation; */
/*     animation-duration: 1500ms; */
/*     transform-origin:75% 75%; */
/*     animation-direction: alternate; */
/*     animation-iteration-count: infinite; */
/*     animation-timing-function: linear; */  
  top: 0px;
  width: 15px;
  height: 15px;
  padding-top: 3px;
  margin-right: 10px;
  animation-name: pulse_animation;
  animation-duration: 0.5s; 
  animation-timing-function: ease-out; 
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes pulse_animation {
  0% {transform: scale(1.1);}
  30% { transform: scale(1.2);}
  50% {transform:scale(1.3);}
  100% {transform: scale(1.4);}
}


.popover-title {
    font-weight: bold !important;
}


.img-responsive {
  width: 100%;
  height: auto;
}


.popover-content {
  word-break: unset !important;
}
.popover {
  max-width: 320px !important;;
}

.whatsapp{
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content:right;
  position: fixed;
  top:85%;
}
.whatsapp img:hover{
  position: relative;
  width: 105%;
}