/*
 *  Document   : thene-dentista.less
 *  Author     : RadioMemory
 *  Description: Cosumização de cores do tema
 */
/*
=================================================================
CORES PADRÕES DO TEMA
=================================================================
*/
html body .theme-bg {
  background-color: #073208;
}
html body .theme-bg-force {
  background-color: #073208 !important;
}
html body .theme-bg-hover:hover {
  background-color: #052105;
}
html body .theme-color {
  color: #073208;
}
html body .theme-border {
  border-color: 1px solid #073208;
}
html body .theme-border-top-dark {
  border-top: 1px solid #052105;
}
html body .theme-border-right-dark {
  border-right: 1px solid #052105;
}
html body .theme-border-left-dark {
  border-left: 1px solid #052105;
}
html body .theme-border-bottom-dark {
  border-bottom: 1px solid #052105;
}
html body .theme-border-top-light {
  border-top: 1px solid #062b07;
}
html body .theme-border-right-light {
  border-right: 1px solid #062b07;
}
html body .theme-border-left-light {
  border-left: 1px solid #062b07;
}
html body .theme-border-bottom-light {
  border-bottom: 1px solid #062b07;
}
/*
=================================================================
END CORES PADRÕES DO TEMA
=================================================================
*/
/*# sourceMappingURL=theme-dentista.css.map */