body {
  background: #FAFAFA; }
  body * {
    box-sizing: border-box; }
  body h1 {
    margin-bottom: 30px; }
  body p {
    font-size: 15px; }
  body section {
    padding: 20px 0 40px 0; }
  body p.message {
    margin-bottom: 40px; }
    body p.message br {
      display: none; }
  body p.message .headline {
    font-size: 20px;
    display: block;
    float: none !important;
    margin-bottom: 10px; }
  body a:hover {
    text-decoration: none; }
  body .admin-action {
    background: #fff;
    border-radius: 20px;
    padding: 0;
    transition: .25s all;
    position: relative;
    top: 0;
    margin-bottom: 30px; }
    body .admin-action:hover {
      box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
      top: -3px; }
    body .admin-action i {
      margin: 35px 0; }
    body .admin-action .admin-title {
      color: #fff;
      font-size: 24px;
      border-radius: 0 0 20px 20px;
      padding: 5px 0 10px;
      line-height: 1.3;
      background: #d31245; }
  body h4.section-title {
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    margin: 0 0 10px; }
  body .table-container {
    padding: 25px 40px;
    border-radius: 20px;
    width: 100%;
    background: #fff; }
  body table a {
    color: #3692E2; }
  body table th {
    font-size: 16px;
    border-bottom: 1px solid #2D2D2D;
    padding-bottom: 5px; }
  body table td {
    border-right: 1px solid #D8D8D9;
    padding: 5px 10px; }
    body table td:last-of-type {
      border: 0; }
  body table tr:nth-of-type(even) td {
    background: #FAFAFA; }
  body .container-fluid {
    width: 90%;
    max-width: 1500px; }
  body .joined-field {
    display: flex; }
    body .joined-field input {
      border: 1px solid #7D7D7D;
      padding: 5px 10px;
      flex-grow: 2; }
      body .joined-field input:focus {
        outline: 0; }
      body .joined-field input::placeholder {
        font-weight: 300;
        font-style: italic;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif; }
    body .joined-field .button {
      background: #D31245;
      color: #fff;
      padding: 6px 20px;
      border: 1px solid #D31245;
      text-transform: uppercase;
      letter-spacing: 0.01em; }

.jquery-modal {
  z-index: 99999999999 !important; }

.modal {
  max-width: 80vw !important;
  z-index: 99999999999 !important;
  /*	overflow: auto !important; */ }

form label {
  font-size: 16px;
  font-weight: bold; }
form input[type=text], form input[type=email], form input[type=number], form select, form textarea {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #DDDDDE;
  font-size: 15px;
  padding: 5px 10px; }
form .btn {
  margin-top: 30px; }
form .checkbox-inline, form .radio-inline {
  display: inline-flex;
  margin: 0;
  align-items: center;
  margin-bottom: 20px; }
  form .checkbox-inline + .checkbox-inline, form .checkbox-inline + .radio-inline, form .radio-inline + .checkbox-inline, form .radio-inline + .radio-inline {
    margin-left: 30px; }
  form .checkbox-inline input, form .radio-inline input {
    margin-right: 5px;
    position: relative; }
  form .checkbox-inline label, form .radio-inline label {
    line-height: 1; }
form hr {
  padding: 0;
  margin: 0;
  height: 1px;
  width: 100%;
  display: block;
  margin: 30px 0 40px 0;
  border-bottom: 1px solid #D8D8D9; }

.oki-close {
  position: absolute;
  top: 10px;
  display: none;
  left: 10px; }

body.user-modal-active {
  overflow: hidden; }

.users-btn {
  display: none; }

body .filter-form .btn {
  top: 0; }

body .filter-form br {
  display: none; }

.report-table-section.padded-left {
  padding-top: 0; }
  .report-table-section.padded-left td {
    min-width: 85px; }

.filter-form.in-sidebar h4 {
  text-align: left; }
.filter-form.in-sidebar .filter-section {
  margin-top: 10px; }
.filter-form.in-sidebar .d-flex {
  justify-content: space-between; }
  .filter-form.in-sidebar .d-flex input {
    max-width: 137px; }
    @media (max-width: 992px) {
      .filter-form.in-sidebar .d-flex input {
        max-width: 48%; } }
.filter-form.in-sidebar .btn {
  width: 100%;
  margin-top: 37px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  padding-bottom: 4px; }
  @media (max-width: 992px) {
    .filter-form.in-sidebar .btn {
      margin-top: 10px;
      margin-bottom: 60px; } }

body #quote-actions-table tr td {
  border: 0; }

body .user-modal {
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: block;
  transition: .5s all;
  opacity: 0;
  pointer-events: none; }
  body .user-modal .inner {
    height: 100vh;
    overflow: scroll;
    left: auto;
    right: 0;
    width: 33vw;
    max-width: 600px;
    padding: 30px 0;
    background: #fefefe;
    box-shadow: 10px 0 40px 10px rgba(0, 0, 0, 0.5);
    transition: .5s all;
    transform: translateX(100%);
    top: 0; }
    @media (max-width: 992px) {
      body .user-modal .inner {
        width: 90vw;
        max-width: none; } }
    body .user-modal .inner input {
      position: relative;
      top: 2px; }
    body .user-modal .inner .has-children {
      text-decoration: none;
      font-weight: normal;
      position: relative; }
      body .user-modal .inner .has-children:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg%3E%3Cpath d='M16.617,25.875c-1.65,0-2.176,1.07-1.17,2.377L48.17,70.748c1.006,1.307,2.654,1.307,3.66,0l32.723-42.496 c1.006-1.307,0.48-2.377-1.17-2.377H16.617z'/%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        left: -37px;
        width: 15px;
        height: 15px;
        background-size: contain;
        top: 1px;
        background-repeat: no-repeat;
        transform: rotate(-90deg);
        transition: .25s all;
        cursor: pointer; }
    body .user-modal .inner .user-children {
      padding-left: 15px; }
      body .user-modal .inner .user-children input {
        margin-right: 4px; }
    body .user-modal .inner .child-active .has-children:before {
      transform: none; }
    body .user-modal .inner label {
      color: #000; }
  body .user-modal.active {
    opacity: 1;
    pointer-events: all; }
    body .user-modal.active .inner {
      transform: none; }

.trigger {
  position: absolute;
  top: 50vh;
  right: 0;
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: .25s all;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px 0 0 5px; }
  .trigger svg {
    width: 20px; }
  .trigger:hover {
    box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.25);
    padding-right: 10px; }

@media (max-width: 992px) {
  .header-container {
    padding-top: 0 !important; } }

/*# sourceMappingURL=additions.css.map */
