/* Popover */
/*
tit fundo 
fonte laranja

bd fundo f3f4f6
fonte azul
borda c6
*/

.popover {
  background-color: #f6f6f6;
  border: 1px solid #bbb;
  border:none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.popover-title {
  padding: 8px 10px;
  font-size: 13px;
  background-color: #efe5cc;
  color:#d29111;
  border-bottom: none;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.popover.right .arrow {
  border-right-color:#fff;
  border-left-width: 0;
}

.popover.right .arrow:after {
  border-right-color: #f6f6f6;
}


