@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url("../fonts/AvenirNextLTPro-Bold.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url("../fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #f3f3f3;
  font-family: 'Avenir Next LT Pro';
  font-weight: normal;
}

img {
  max-width: 100%;
}

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

.no-delete .form-group:last-of-type {
  display: none;
}

.no-delete .form-row:last-of-type {
  display: none;
}

.highcharts-title {
  font-weight: normal;
  font-size: 16px !important;
  font-family: 'Avenir Next LT Pro' !important;
}

.sortable-choices .formset-row {
  cursor: grab;
  cursor: -webkit-grab;
  background: #fff;
}

.sortable-choices .formset-row:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.page-intro {
  margin: 1.5rem 0;
}

.page-intro h3 {
  margin: 0;
}

.a-list {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 400px;
}

.page-content {
  background: #fff;
  padding: 1.5rem;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  margin-bottom: 1rem;
}

.page-content-inlines {
  background: #fff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.avatar {
  width: 80px;
  height: 80px;
}

.client-logo {
  width: 100px;
  height: 100px;
}

.custom-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1em;
}

.custom-table thead th {
  padding: 0 25px;
}

.custom-table tbody tr {
  background: #fff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.custom-table tbody tr td {
  padding: 15px 25px;
}

ul {
  padding-left: 1rem;
}

#filter {
  width: 500px;
  max-width: 90%;
  top: 0;
  bottom: 0;
  position: fixed;
  right: -500px;
  top: 0;
  z-index: 1000;
  padding-bottom: 70px;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}

#filter .close-filter,
#filter .send-filter {
  width: 100%;
  height: 56px;
  position: absolute;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: bold;
  font-size: 1rem;
}

#filter .close-filter {
  top: 0;
  background: #F8D7DA;
}

#filter .send-filter {
  bottom: 0;
  background: #CCE5FF;
}

#filter .filters {
  position: absolute;
  top: 56px;
  bottom: 56px;
  overflow: auto;
}

.filter-open {
  right: 0 !important;
}

.submit-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  padding: .75rem 0;
  text-align: right;
}

.submit-end {
  height: 60px;
}
/*# sourceMappingURL=template.css.map */