/* Bootstrap Overwrite CSS */
html, body {
  font-family: 'Roboto', sans-serif; }

.pd-remove {
  padding-left: 0px;
  margin: 12px 0 0px 0; }

.pd-lf-rg {
  padding-left: 0px;
  padding-right: 0px; }

.NoPadding {
  padding: 0px !important; }

.NoPadding-left {
  padding-left: 0px !important; }

.NoPadding-right {
  padding-right: 0px !important; }

.NoBorderRadius {
  border-radius: 0px !important; }

.BorderRight {
  border-right: 1px solid #DDD !important; }

.NoBorder {
  border: 0px !important; }

.HeadingBlue {
  color: #0099ff; }

.NoMarginTop {
  margin-top: 0px !important; }

.Padding10 {
  padding: 10px !important; }

.NoMarginTop {
  margin-top: 0px; }

.MarginTop5 {
  margin-top: 5px; }

.MarginTop10 {
  margin-top: 10px; }

.mg-t80 {
  margin-top: 80px; }

.mg-t30 {
  margin-top: 30px; }

.mg-b30 {
  margin-bottom: 30px; }

.mg-b80 {
  margin-bottom: 80px; }

.MarginBottom20 {
  margin-bottom: 20px !important; }

.Font15 {
  font-size: 15px; }

.Font16 {
  font-size: 16px; }

.Font18 {
  font-size: 18px; }

.FontNormal {
  font-weight: normal; }

.NoBackgroundColor {
  background-color: transparent !important; }

.TextBlack {
  color: #000000 !important; }

.TextWhite {
  color: #ffffff !important; }

.TextBlue {
  color: #0099ff; }

.Padding15 {
  padding: 15px !important; }

.border-radius4 {
  border-radius: 4px; }

.dottedBorder {
  border: 1px dotted #999999; }

.BackgroundBlue {
  background: #0099ff; }

.BorderGray9 {
  border: 1px solid #999999 !important; }

.BackgroundWhite {
  background: #ffffff; }

a:hover {
  text-decoration: none;
  cursor: pointer; }

a:focus {
  outline: none; }

body, div, .row {
  margin: 0px;
  padding: 0px; }

.navbar-default {
  background-color: transparent; }

.navbar {
  border-radius: 0px; }

.navbar {
  position: relative;
  /* min-height: 50px; */
  /* margin-bottom: 20px; */
  border-top: 0px;
  border-right: 0px;
  border-left: 0px; }

.verticalTabs .list-group .panel {
  margin-bottom: 0px;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

/*# sourceMappingURL=bootstrap-overwrite.css.map */
