html, body {
  box-sizing: border-box;
}

body {
  font-size: .90rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 2rem!important;
}

h2, .h2 {
  font-size: 1.75rem!important;
}

h3, .h3 {
  font-size: 1.5rem!important;
}

h4, .h4 {
  font-size: 1.25rem!important;
}

h5, .h5 {
  font-size: 1rem!important;
  margin-bottom: 0;
}

h6, .h6 {
  font-size: .85rem!important;
  margin-bottom: 0;
}

.button, .button:hover {
  padding: 0.5rem 1rem;
  font-weight: 600;
  background-color: #194b7d;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
}

.button.green {
  background-color: #00c29c;
}

.feather {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.feather.green {
  color: #009900!important;
}

label {
  margin: 0;
  font-size: .85rem!important;
  font-weight: 600;
}

.loader {
  content: url('/img/loading.gif');
  margin: auto;
  text-align: center;
  padding-top: 120px;
}

p:last-child {
  margin-bottom: 0;
}

p:empty, 
blockquote:empty {
  height: 0;
}

.reviewContainer p > br:only-child,
.reviewContainer blockquote > br:only-child {
  display: none;
}

.quill {
  height: calc(100% - 50px)!important;
}

.ql-container {
  font-size: 1rem!important;
}

.ql-container .ql-editor ul li,
.ql-container .ql-editor ol li {
  padding-left: 0.5em!important;
}

.reviewContainer .ql-indent-1,
.ql-container .ql-editor .ql-indent-1 {
  padding-left: 1.5em!important;
}

.reviewContainer .ql-indent-2,
.ql-container .ql-editor .ql-indent-2 {
  padding-left: 2.5em!important;
}

.reviewContainer .ql-indent-3,
.ql-container .ql-editor .ql-indent-3 {
  padding-left: 3.5em!important;
}

.reviewContainer .ql-indent-4,
.ql-container .ql-editor .ql-indent-4 {
  padding-left: 4.5em!important;
}

.reviewContainer .ql-indent-5,
.ql-container .ql-editor .ql-indent-5 {
  padding-left: 5.5em!important;
}

.reviewContainer .ql-indent-6,
.ql-container .ql-editor .ql-indent-6 {
  padding-left: 6.5em!important;
}

.reviewContainer .ql-indent-7,
.ql-container .ql-editor .ql-indent-7 {
  padding-left: 7.5em!important;
}

.readonly .ql-container {
  background-color: #f8f8f8;
}

.reviewContainer li {
  list-style: none;
}

.reviewContainer ol,
.reviewContainer ul {
  padding-left: 1.5em;
}
.reviewContainer ol > li,
.reviewContainer ul > li {
  list-style-type: none;
}
.reviewContainer ul > li::before {
  content: '\2022';
}
.reviewContainer li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 56px; /* Height of navbar */
  height: calc(100vh - 56px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar hr {
  border: 0;
  border-bottom: solid 1px #eee;
  width: 100%;
}

.sidebar .nav-item {
  width: 100%;
}

.sidebar .nav-link {
  font-weight: 700;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #666;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.split {
  display: flex;
  flex-direction: row;
}

.gutter {
  background-repeat: no-repeat;
  background-position: 50%;
}

.gutter.gutter-horizontal {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
  cursor: col-resize;
}

