body {
	font-size: 14px;
}

h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}

label {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

mark, .mark {
	background-color: transparent;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7 !important;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090 !important;
}
.bg-success {
  background-color: #dff0d8 !important;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3 !important;
}


/** Modified by upgrading bootstrap.min.css - start */
a {
  color: #337ab7 !important;
}
.text-primary {
  color: #337ab7 !important;
}
a.cke_dialog_tab, a.cke_dialog_ui_button {
	color: #000 !important;
}
/** Modified by upgrading bootstrap.min.css - end */


input {
	overflow: hidden;
}
.d-table {
	width:100%;
}


/** Modified by upgrading assets/bootstrap/scss/_reboot.scss */
abbr[data-original-title], abbr[title] {
	text-decoration: initial;
	cursor: initial;
}