  /* Globals */

  /* Global styling */

  html {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
  }

  body {
    background-color: #EBF4F7;
    font-size: 15px;
    line-height: 1.7;
    min-height: 100%;
    height: 100%;
    color: #333333;
    font-family: 'aller', 'helvetica neue', 'arial', sans-serif;
    font-weight: 400;
    image-rendering: -moz-auto;
    image-rendering: -o-auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
    -ms-interpolation-mode: nearest-neighbor;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    text-rendering: optimizeLegibility;
  }

  .white {
    background-color: #fff;
}
    
    .branding-background {
    background-color: #EBF4F7;
}

  input.form-control::-webkit-input-placeholder,
  input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #C9D6DB;
  }

  input.form-control::-moz-placeholder,
  input::-moz-placeholder {
    /* Firefox 19+ */
    color: #C9D6DB;
  }

  input.form-control:-ms-input-placeholder,
  input:-ms-input-placeholder {
    /* IE 10+ */
    color: #C9D6DB;
  }

  input.form-control:-moz-placeholder,
  input:-moz-placeholder {
    /* Firefox 18- */
    color: #C9D6DB;
  }

  input.form-control::placeholder,
  input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C9D6DB;
    opacity: 1;
    /* Firefox */
  }

  /* Logo */

  .logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  /* Global basic component styles */

  h1,
  h2 {
    font-weight: 700;
    color: #0079B1;
  }

  h3,
  h4,
  h5 {
    color: #000;
    font-weight: 700;
  }

  .regular {
    font-weight: 400;
  }

  strong {
    font-weight: 700;
  }

  h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  h1.large {
    font-size: 30px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h3.large {
    font-size: 26px;
  }

  h4 {
    font-size: 18px;
  }

  .lead {
    font-size: 24px;
  }

  a {
    color: #4A4A4A;
    transition: 0.2s ease all;
  }

  a:hover,
  a:focus,
  a:active {
    color: #4A4A4A;
    text-decoration: none;
  }

  a.text-link {
    text-decoration: underline;
  }

  .btn {
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 20px 13px;
    letter-spacing: 0.43px;
    cursor: pointer;
    transition: 0.2s ease all;
    font-weight: 400;
    min-width: 125px;
    line-height: 1.7;
  }

  .btn a:focus,
  .btn a:active,
  .btn a:hover,
  .btn:focus,
  .btn:active,
  .btn:hover {
    color: #fff;
  }

  .btn:not(:hover) {
    transition: 0.2s ease all;
  }

  .btn:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease all;
  }

  .btn:focus,
  .btn:active {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
    transition: 0.2s ease all;
  }

  .btn.btn-default {
    color: #0079B1;
    box-shadow: inset 0 0 0 1px #0079B1;
    background-color: #fff;
  }

  .btn.btn-default:hover,
  .btn.btn-default:focus,
  .btn.btn-default:active {
    background-color: #0079B1;
    color: #fff;
    box-shadow: inset 0 0 0 1px #0079B1, inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  }

  .btn-primary:not(:disabled):not(.disabled).active:focus,
  .btn-primary:not(:disabled):not(.disabled):active:focus,
  .show > .btn-primary.dropdown-toggle:focus,
  .btn-default:not(:disabled):not(.disabled).active:focus,
  .btn-default:not(:disabled):not(.disabled):active:focus,
  .show > .btn-default.dropdown-toggle:focus {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.1), 0 0 0 0.2rem rgba(43, 62, 141, .5);
  }

  .btn-secondary:not(:disabled):not(.disabled).active:focus,
  .btn-secondary:not(:disabled):not(.disabled):active:focus,
  .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.1), 0 0 0 0.2rem rgba(130, 138, 145, .5)
  }

  .btn-success:not(:disabled):not(.disabled).active:focus,
  .btn-success:not(:disabled):not(.disabled):active:focus,
  .show > .btn-success.dropdown-toggle:focus {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.1), 0 0 0 0.2rem rgba(72, 180, 97, .5);
  }

  .btn-warning:not(:disabled):not(.disabled).active:focus,
  .btn-warning:not(:disabled):not(.disabled):active:focus,
  .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.1), 0 0 0 0.2rem rgba(222, 170, 12, .5);
  }

  .btn-danger:not(:disabled):not(.disabled).active:focus,
  .btn-danger:not(:disabled):not(.disabled):active:focus,
  .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.1), 0 0 0 0.2rem rgba(225, 83, 97, .5);
  }

  .btn.btn-primary,
  .btn.btn-primary:hover,
  .btn.btn-primary:focus,
  .btn.btn-primary:active {
    background-color: #0079B1;
  }

  .btn.btn-secondary,
  .btn.btn-secondary:hover,
  .btn.btn-secondary:focus,
  .btn.btn-secondary:active {
    background-color: #EAEAEA;
    color: #0079B1;
  }

  .btn.btn-success,
  .btn.btn-success:hover,
  .btn.btn-success:focus,
  .btn.btn-success:active {
    background-color: #81B100;
  }

  .btn.btn-warning,
  .btn.btn-warning:hover,
  .btn.btn-warning:focus,
  .btn.btn-warning:active {
    background-color: #F7962C;
  }

  .btn-warning:not(:disabled):not(.disabled).active,
  .btn-warning:not(:disabled):not(.disabled):active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
  }

  .btn.btn-danger,
  .btn.btn-danger:hover,
  .btn.btn-danger:focus,
  .btn.btn-danger:active {
    background-color: #CF1212;
  }

  .btn.btn-dark,
  .btn.btn-dark:hover,
  .btn.btn-dark:focus,
  .btn.btn-dark:active {
    background-color: #333333;
  }

  .btn.btn-inactive,
  .btn.btn-inactive:focus,
  .btn.btn-inactive:active {
    background-color: #fff;
    color: #ACACAC;
    border: 1px solid #ddd;
  }

  .btn.btn-inactive:hover {
    color: #FFFFFF;
    background-color: #ACACAC;
  }

  .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0079B1;
    border-color: #0079B1;
  }

  .mb-5 {
    margin-bottom: 5rem!important;
  }

  /* Tables */

  .table-bordered {
    border-top: 1px solid #ddd;
  }

  /* Tables */
  .table-wrap table {
    border-spacing: 0 8px;
    background-color: transparent;
  }

  table.dataTable.stripe tbody tr.odd,
  table.dataTable.display tbody tr.odd,
  table.dataTable.stripe tbody tr.even,
  table.dataTable.display tbody tr.even {
    background-color: transparent;
  }

  table.dataTable.row-border tbody th,
  table.dataTable.row-border tbody td,
  table.dataTable.display tbody th,
  table.dataTable.display tbody td {
    border-top: none;
  }

  table.dataTable thead th,
  table.dataTable thead td {
    border-bottom: none;
  }

  table.dataTable .no-sort {
    pointer-events: none;
  }

  table.dataTable .no-sort:after {
    opacity: 0;
    display: none;
  }

  table.dataTable.no-footer {
    border-bottom: none;
  }

  .dataTables_filter label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  .dataTables_length {
    margin-bottom: 15px;
  }

  .dataTables_length label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
  }

  .dataTables_length label select {
    margin: 0 8px;
    padding-right: 27px;
  }

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_processing,
  .dataTables_wrapper .dataTables_paginate {
    color: #333;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    border: none;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    background: transparent;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: none;
  }

  table.dataTable thead th,
  table.dataTable thead td {
    padding: 8px 10px;
  }

  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc,
  table.dataTable thead .sorting {
    background-image: none;
  }

  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc {
    background-color: #F5FCFF;
  }

  .table-wrap select.form-control {
    height: 50px;
  }

  table.dataTable thead .sorting_asc:after {
    content: url("//assets.bettyblocks.com/8fcc7822355847c49c12b8f74892ded7_assets/files/sort_asc.svg?_=e5c30e830c7f109d09d2995a176253e5");
    margin-left: 2px;
    bottom: -3px;
    position: relative;
  }

  table.dataTable thead .sorting_desc:after {
    content: url(//assets.bettyblocks.com/8fcc7822355847c49c12b8f74892ded7_assets/files/sort_desc.svg?_=eb815edd29b0fd7304019d5f56940eda);
    margin-left: 2px;
    bottom: -3px;
    position: relative;
  }

  table.dataTable thead .sorting:after {
    content: url(//assets.bettyblocks.com/8fcc7822355847c49c12b8f74892ded7_assets/files/sort_both.svg?_=49880b50dc48b4d39ef73ad1d22159aa);
    margin-left: 2px;
    bottom: -3px;
    position: relative;
  }

  .page-item.disabled .page-link {
    background-color: transparent;
    border: none;
    color: #333;
    opacity: 0.5;
  }

  .page-item.active .page-link {
    background-color: #eaeaea;
    border-radius: 5px;
    color: #333;
    padding: 4px 10px 6px;
  }

  .page-link {
    border: none;
    background-color: transparent;
    color: #333;
    padding: 4px 0px 6px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
  }

  .dataTables_wrapper .page-item.active .page-link {
    border: none;
  }

  .dataTables_wrapper .dataTables_paginate .page-item.previous {
    margin-right: 8px;
  }

  .dataTables_wrapper .dataTables_paginate .page-item.next {
    margin-left: 8px;
  }

  .table-wrap .dataTables_wrapper table.dataTable.borderless tr > td {
    border: none;
  }

  /* Inputs */

  .form-group {
    margin-bottom: 25px;
  }

  .disabled > * {
    filter: grayscale(1);
    opacity: 0.75;
    pointer-events: none;
    color: #aaa;
  }

  .disabled input {
    background: #f6f6f6;
  }

  .disabled .pretty-radio-label:before,
  .disabled .pretty-checkbox-label:before {
    background-color: #f6f6f6;
  }

  .disabled .selection span.select2-selection {
    background-color: #f6f6f6;
  }

  .form-control {
    border-radius: 5px;
    border: none;
    min-height: 50px;
    padding: 12px 15px 15px;
    background-color: #F2F7F9;
    font-size: 16px;
    font-weight: 400;
  }

  .input-wrap {
    position: relative;
  }

  .input-wrap.prepend input {
    padding-left: 46px;
  }

  .input-wrap.prepend .input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    opacity: 1;
    color: #C9D6DB;
  }

  .input-inline {
    display: inline-block;
  }

  .form-group label {
    margin-bottom: 4px;
  }

  /* Select2 */
  .select2-container {
    max-width: 100%;
  }

  .select2-search--dropdown {
    display: block;
    padding: 10px 10px 10px;
    border-top: 1px solid #fff;
  }

  .select2-search__field {
    border: none !important;
    border-radius: 5px;
    background: #fff;
    position: relative;
  }

  .select2-search {
    position: relative;
  }

  .select2-dropdown .select2-search:after {
    content: "⚲";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    font-size: 30px;
    opacity: 0.1;
    z-index: 2;
  }

  .select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #fff;
  }

  .selection span.select2-selection {
    min-height: 50px !important;
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5px;
    background-color: #F2F7F9;
    border: none;
  }

  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0079B1;
  }

  .select2-results__option {
    padding: 10px 15px 10px;
    border-top: 1px solid #fff;
  }

  .select2-dropdown {
    background-color: #F2F7F9;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #fff;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-right: -12px;
    margin-top: -5px;
    display: none;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    opacity: 0.4;
  }

  .select2-container--open .select2-dropdown--below {
    border: none;
    background: #F2F7F9;
    box-shadow: 0 0 0 1px #fff;
  }

  span.select2-selection.select2-selection--single {
    padding-top: 4px;
  }

  .select2-container .select2-selection--single .select2-selection__clear {
    display: none;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
  }

  span.select2-selection__clear {
    margin-left: 7px;
    background: #CDE0E3;
    width: 22px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    align-items: center;
    margin-top: 2px;
    border-radius: 50px;
  }

  span.select2-selection__clear:hover {
    opacity: 1;
    background-color: #0079B1;
  }

  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #C9D6DB;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    padding: 3px 9px;
    background-color: #0079B1;
    color: #fff;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice span {
    margin-right: 7px;
  }

  .select2-container .select2-search--inline .select2-search__field {
    padding: 0 10px;
  }

  .select2-search--dropdown .select2-search__field {
    padding: 6px 39px 6px 15px;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    overflow: visible
  }

  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0079B1 transparent;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #0079B1 transparent transparent transparent;
  }

  input.select2-search__field:focus,
  input.select2-search__field:active {
    z-index: 1;
    outline: none;
  }

  /* Checkboxes / Radios */
  .checkbox-wrap,
  .radio-wrap {
    margin-top: -4px;
  }

  .pretty-radio-label,
  .pretty-checkbox-label {
    position: relative;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 300;
    margin-bottom: 0;
  }

  .form-group .pretty-radio-label,
  .form-group .pretty-checkbox-label {
    margin-bottom: 0;
  }

  .pretty-radio-label:before,
  .pretty-checkbox-label:before {
    width: 22px;
    height: 22px;
    background-color: #F2F7F9;
    content: "";
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    margin-right: 11px;
    border-radius: 50%;
    transition: 0.2s ease;
    flex-shrink: 0;
    -ms-align-items: center;
    align-items: center;
    box-shadow: inset 0 0 0 1px #D5E3E8;
  }

  .pretty-radio:checked + .pretty-radio-label:before {
    background: #0079B1;
    box-shadow: inset 0 0 0 1px #D5E3E8, inset 0 0 0 5px #F2F7F9;
  }

  .pretty-checkbox-label:before {
    border-radius: 3px;
  }

  .pretty-checkbox-label:after {
    content: url(//assets.bettyblocks.com/8fcc7822355847c49c12b8f74892ded7_assets/files/check1.svg?_=bec03fd7ab83127d068021ff4b5b0f06);
    position: absolute;
    transform: scale(0.9);
    transition: 0.2s ease all;
    line-height: 1;
    margin-top: 0px;
    opacity: 0;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .pretty-checkbox:checked + .pretty-checkbox-label:after {
    opacity: 1;
    transition: 0.2s ease all;
  }

  /* Word wraps */

  .word-wrap {
    word-break: keep-all;
    display: inline-block;
  }

  /* Tabs */
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    background-color: #0079B1;
  }

  .nav-pills li.nav-item {
    margin-right: 5px;
  }

  .nav-pills li.nav-item:last-child {
    margin-right: 0;
  }

  .nav-pills .nav-link {
    border-radius: 50px;
    padding: 6px 15px 8px;
    text-align: center;
    min-width: 80px;
    box-shadow: inset 0 0 0 1px #0079B1;
    color: #0079B1;
  }

  .nav-pills .nav-link:hover,
  .nav-pills .nav-link:focus,
  .nav-pills .nav-link.active {
    background-color: #0079B1;
    color: #FFF;
  }

  .nav-pills .nav-link.processing {
    box-shadow: inset 0 0 0 1px #F7962C;
    color: #F7962C;
  }

  .nav-pills .nav-link.processing:hover,
  .nav-pills .nav-link.processing:focus,
  .nav-pills .nav-link.processing.active {
    background-color: #F7962C;
    color: #FFF;
  }

  .nav-pills .nav-link.accepted {
    box-shadow: inset 0 0 0 1px #5E8100;
    color: #5E8100;
  }

  .nav-pills .nav-link.accepted:hover,
  .nav-pills .nav-link.accepted:focus,
  .nav-pills .nav-link.accepted.active {
    background-color: #5E8100;
    color: #FFF;
  }

  .nav-pills .nav-link.denied {
    box-shadow: inset 0 0 0 1px #D52626;
    color: #D52626;
  }

  .nav-pills .nav-link.denied:hover,
  .nav-pills .nav-link.denied:focus,
  .nav-pills .nav-link.denied.active {
    background-color: #D52626;
    color: #FFF;
  }

  .nav-pills .nav-link.paid {
    box-shadow: inset 0 0 0 1px #76A200;
    color: #76A200;
  }

  .nav-pills .nav-link.paid:hover,
  .nav-pills .nav-link.paid:focus,
  .nav-pills .nav-link.paid.active {
    background-color: #76A200;
    color: #FFF;
  }

  .nav-pills .nav-link.completed {
    box-shadow: inset 0 0 0 1px #3C3C3C;
    color: #3C3C3C;
  }

  .nav-pills .nav-link.completed:hover,
  .nav-pills .nav-link.completed:focus,
  .nav-pills .nav-link.completed.active {
    background-color: #3C3C3C;
    color: #FFF;
  }

  /* Alerts */

  .alert {
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 25px 20px;
    color: #333;
  }

  .alert.alert-primary {
    border-left: 5px solid #0079B1;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .alert-primary svg {
    color: #0079B1;
  }

  .alert.alert-secondary {
    border-left: 5px solid #252525;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .alert.alert-success {
    border-left: 5px solid #81B100;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .alert-success svg {
    color: #81B100;
  }

  .alert.alert-warning {
    border-left: 5px solid #F7962C;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .alert-warning svg {
    color: #F7962C;
  }


  .alert.alert-light {
    border-left: 5px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .alert.alert-info {
    border-left: 5px solid #125ACF;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .alert.alert-dark {
    border-left: 5px solid #222;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .alert.alert-danger {
    border-left: 5px solid #CF1212;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .alert-danger svg {
    color: #CF1212;
  }

  .alert {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
  }

  .alert svg {
    margin-right: 20px;
    margin-left: 2px;
    font-size: 28px;
  }

  .alert-context {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .alert-context h3 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 5px;
  }

  .alert-context p {
    margin-bottom: 0;
  }

  /* Collapses */

  .accordion > .card .card-header {
    padding: 0;
  }

  .accordion > .card > .card-header > button {
    width: 100%;
    text-align: left;
    color: #fff;
    padding: 15px;
    text-decoration: none;
    border-radius: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #0079B1;
  }

  button.btn.btn-link.collapsed {
    background-color: #f9f9f9;
    color: #0079B1;
  }

  .accordion > .card > .card-header > button:after {
    content: url("//assets.bettyblocks.com/8fcc7822355847c49c12b8f74892ded7_assets/files/chevron-down.svg?_=0cf256041e94b27573fba24e0758587f");
    margin-left: auto;
    transform: scale(-0.8);
  }

  .accordion > .card > .card-header > button.btn.btn-link:not(.collapsed):after {
    filter: brightness(0) invert(1);
  }


  .breadcrumb-item + .breadcrumb-item::before {
    content: url("//assets.bettyblocks.com/8fcc7822355847c49c12b8f74892ded7_assets/files/chevron-right.svg?_=8562c98533b4a79534e0d0f8199fb43b");
    transform: scale(0.7);
    opacity: 0.3;
    filter: grayscale(1);
  }

  .accordion > .card > .card-header > button.collapsed:after {
    transform: scale(0.8);
  }

  /* Progress */
  .progress-bar {
    background-color: #0079B1;
  }

  /* Steps version */
  /* Progress bar */
  .progression-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .progression {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 10px 20px 10px;
  }

  .progression-bar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    margin: 15px 0px 35px;
    width: 100%;
  }

  .progression-bar:before {
    position: absolute;
    content: "";
    height: 5px;
    background: #fff;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

  .progression-bar-progress {
    position: absolute;
    height: 5px;
    background-color: #81B100;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
  }

  .progression-step {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
  }

  .progression-step-title {
    opacity: 0.4;
    position: absolute;
    top: 48px;
    width: 80vw;
    max-width: 120px;
    hyphens: auto;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 19px;
    margin-top: 10px;
    display: none;
  }

  .progression-step-indicator {
    width: 50px;
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 100%;
    font-weight: 400;
    background-color: #f8f8f8;
    color: #ccc;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
    font-size: 20px;
  }

  .progression-step-indicator svg {
    font-size: 14px;
  }

  .progression-step.active .progression-step-title {
    opacity: 1;
  }

  .progression-step.active .progression-step-indicator {
    background-color: #F7962C;
    color: #fff;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  }

  .progression-step.done .progression-step-indicator {
    background-color: #81B100;
    color: #fff;
    box-shadow: none;
  }

  /* Tooltips */

  /* Tooltip */
  .tooltip {
    opacity: 1;
  }

  .tooltip-inner {
    max-width: 200px;
    padding: 5px 11px 8px;
    color: #0079B1;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
    border: 1px solid #0079B1;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15)
  }

  .bs-tooltip-auto[x-placement^=top] .arrow,
  .bs-tooltip-top .arrow {
    bottom: 1px;
  }

  .tooltip.show {
    opacity: 1;

  }

  .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
  .tooltip.bs-tooltip-top .arrow::before {
    margin-left: 0px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #0079B1;
  }

  .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
  .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -0px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #0079B1;
  }

  .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
  .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #0079B1;
  }

  .tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
  .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: 0;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #0079B1;
  }

  .tooltip .arrow::after {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
    z-index: 2;
  }

  .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::after,
  .tooltip.bs-tooltip-top .arrow::after {
    margin-left: 1px;
    border-width: 4px 4px 0;
    border-top-color: #fff;
  }

  .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::after,
  .tooltip.bs-tooltip-right .arrow::after {
    margin-top: 0px;
    margin-left: 2px;
    border-width: 5px 5px 5px 0;
    border-right-color: #fff;
  }

  .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::after,
  .tooltip.bs-tooltip-bottom .arrow::after {
    margin-left: -3px;
    bottom: -1px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
  }

  .tooltip.bs-tooltip-auto[x-placement^=left] .arrow::after,
  .tooltip.bs-tooltip-left .arrow::after {
    margin-top: 0;
    right: 2px;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
  }


  /* Global container/grid styles */

  .wrapper {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    flex-shrink: 0;
  }

  footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin: auto 0 0 0;
    width: 100%;
    flex-shrink: 0;
  }

  .footer-bar {
    background-color: #fff;
    color: #bbb;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 20px;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #eee;
    text-align: center;
  }

  .flex-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    position: relative;
    padding: 0 15px;
  }

 /* Fixes due to IE11, importants were necessary because of dataTables */

  .table-invoices.dataTable tr th {
    width: auto !important;
  }

  .table-reports.dataTable tr th{
	width: auto !important;
  }

  .table-clients.dataTable tr th{
	width: auto !important;
  }

  .progression-step:nth-child(2) {
    margin-left: 0;
    margin-right: auto;
  }

  .progression-step{
    margin-left:auto;
    margin-right:auto
  }

  .progression-step:last-child {
    margin-left: auto;
    margin-right: 0;
  }

  .progression-step-title {
    Left: -35px;
  }

  .usp-block p {
    Width: 100%;
  }

  /* Media queries */
  @media (min-width: 576px) {
    .flex-container {
      max-width: 540px;
      margin: 0 auto;
    }
  }

  @media (min-width: 768px) {
    .flex-container {
      max-width: 720px;
      margin: 0 auto;
    }

    /* Globals */
    h1 {
      font-size: 26px;
    }

    h1.large {
      font-size: 34px;
    }

    h2 {
      font-size: 24px;
    }

    h3 {
      font-size: 22px;
    }

    h3.large {
      font-size: 30px;
    }

    h4 {
      font-size: 18px;
    }

    /* Progression bar */
    .progression {
      padding: 0 50px 60px;
    }

    .progression-step-title {
      display: block;
    }
  }

  @media (min-width: 992px) {
    .flex-container {
      max-width: 960px;
      margin: 0 auto;
    }
  }

  @media (min-width: 1200px) {
    body {
      font-size: 16px;
    }

    .flex-container {
      max-width: 1140px;
      margin: 0 auto;
    }

    h1 {
      font-size: 28px;
      margin-bottom: 25px;
    }

    h1.large {
      font-size: 38px;
    }

    h2 {
      font-size: 25px;
    }

    h3 {
      font-size: 22px;
    }

    h3.large {
      font-size: 32px;
    }

    h4 {
      font-size: 19px;
    }

  }