/***** COLORS *******/
/****** FONTS *********/
/**********************************/
/********* BOOSTRAP THEME *********/
/**********************************/
.clearfix {
  clear: both; }

.hidden-xs {
  min-height: 1px; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fifth {
  width: 20%; }

.padded-top-body {
  padding-top: 40px; }

.logo {
  color: #fff;
  font-size: 40px; }

.logo-bold {
  font-weight: 700; }

.logo-normal {
  font-weight: 400; }

.logo-tiny {
  font-size: 16px;
  vertical-align: middle; }

body {
  width: 100%;
  height: 100%;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #94999f;
  background-color: #202933;
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }

html {
  width: 100%;
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: normal; }
  h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
    color: #009BD3;
    font-size: 133%;
    margin-right: 3px; }

h1 {
  text-transform: uppercase;
  font-size: 20px; }

h2 {
  font-size: 15px;
  margin-bottom: 25px; }
  h2 .fa, h2 i {
    font-size: 20px;
    margin-right: 8px; }

h3 {
  font-size: 18px;
  font-weight: 400; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 30px; }

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #171F27; }

a {
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    color: #fff; }

p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1; }

table {
  font-size: 14px;
  font-weight: 300;
  color: #fff; }
  table a {
    font-weight: 600;
    font-size: 14px; }
  table th {
    text-transform: uppercase;
    font-weight: 700;
    color: #94999f; }
  @media (max-width: 767px) {
    table {
      font-size: 12px; } }

.mb-20 {
  margin-bottom: 20px; }

.red-text {
  color: #F63B3D; }

.medium-header {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block; }
  .medium-header i {
    margin-right: 6px;
    font-size: 13px;
    color: #009BD3; }

::-moz-selection {
  /* Code for Firefox */
  color: #A6BCC6;
  background: #d6ebee; }

::selection {
  color: #A6BCC6;
  background: #d6ebee; }

@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 14px;
    line-height: 1.6; } }

#main_container > .row {
  min-width: 100%; }

#main_container .impersonation {
  position: fixed;
  text-align: center;
  bottom: 0;
  width: 100%;
  color: #FFFFFF;
  background-color: #900808;
  height: auto;
  padding: .5rem .5rem;
  z-index: 1041; }
  #main_container .impersonation .col-md-6 {
    margin: 3px 0; }
  #main_container .impersonation .col-md-12 {
    margin: 3px 0; }
  #main_container .impersonation .left-div {
    text-align: left; }
  #main_container .impersonation .right-div {
    text-align: right; }
  #main_container .impersonation span {
    font-size: 16px;
    font-weight: 400;
    margin: 2px;
    text-transform: uppercase; }
  #main_container .impersonation #header-logout-btn {
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #FFFFFF;
    padding: .2rem .5rem;
    color: #FFFFFF;
    text-decoration: none; }
    #main_container .impersonation #header-logout-btn:hover {
      color: #900808;
      background-color: #FFFFFF; }
  @media only screen and (max-width: 586px) {
    #main_container .impersonation .left-div, #main_container .impersonation .right-div {
      text-align: center; } }

#hidden {
  visibility: hidden;
  position: absolute; }

#title {
  margin-top: 18px;
  margin-bottom: 38px; }
  #title button {
    margin-top: 11px;
    font-weight: 400;
    color: #8B8F93; }
    #title button i {
      margin-left: 5px; }
  #title span {
    display: block;
    font-size: 13px;
    margin-bottom: 6px; }

.light {
  font-weight: 400; }

.btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 13px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-image: none;
  color: #fff;
  padding: 11px 22px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-shadow: none;
  transition: none;
  width: auto; }
  .btn i {
    margin-right: 10px; }
  .btn:hover, .btn:focus, .btn:active {
    opacity: .8;
    color: #fff; }
  .btn.btn-default {
    background-color: #2A3440; }
    .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
      background-color: #80B74B; }
  .btn.btn-dark {
    background-color: #171F27; }
    .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active {
      color: #009BD3; }
  .btn.btn-primary, .btn.btn-success {
    background-color: #80B74B; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active {
      background-color: #80B74B; }
  .btn.btn-secondary {
    background-color: #009BD3; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
      background-color: #009BD3; }
    .btn.btn-secondary.active {
      background: #171F27; }
      .btn.btn-secondary.active i {
        color: #009BD3; }
  .btn.btn-danger {
    background-color: #F63B3D; }
    .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active {
      background-color: #F63B3D; }
  .btn.dropdown-toggle {
    background: #2A3440;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    height: 40px;
    margin: 0;
    padding: 9px 22px;
    color: #fff; }
    .btn.dropdown-toggle:hover, .btn.dropdown-toggle:focus, .btn.dropdown-toggle:active {
      background-color: #171F27;
      outline: 0; }
      .btn.dropdown-toggle:hover i, .btn.dropdown-toggle:hover .bs-caret, .btn.dropdown-toggle:focus i, .btn.dropdown-toggle:focus .bs-caret, .btn.dropdown-toggle:active i, .btn.dropdown-toggle:active .bs-caret {
        color: #009BD3; }
    .btn.dropdown-toggle .bs-caret {
      position: relative; }
      .btn.dropdown-toggle .bs-caret .caret {
        position: absolute;
        border: 0;
        top: -3px;
        right: 9px;
        margin-top: 0; }
        .btn.dropdown-toggle .bs-caret .caret:before {
          content: '\f078';
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 11px; }
    .dropup .btn.dropdown-toggle .bs-caret .caret {
      top: -2px;
      right: -7px; }
      .dropup .btn.dropdown-toggle .bs-caret .caret:before {
        content: '\f077'; }
  .btn.btn-small {
    padding: 6px 18px;
    font-size: 12px; }
  .btn.btn-block {
    display: block;
    width: 100%;
    padding: 11px 0;
    text-align: center; }

.dropdown-handle .input-group {
  display: block; }
  .dropdown-handle .input-group .btn-group {
    width: 100%;
    display: inline-block; }
    .dropdown-handle .input-group .btn-group .dropdown-toggle {
      padding-right: 30px; }
      .dropdown-handle .input-group .btn-group .dropdown-toggle .bs-caret {
        left: 13px; }
      .dropdown-handle .input-group .btn-group .dropdown-toggle .filter-option {
        text-overflow: ellipsis; }

.btn-group .dropdown-toggle {
  padding-right: 30px; }
  .btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis; }
  .btn-group .dropdown-toggle .bs-caret {
    left: 13px; }

input, select, textarea {
  width: 100%; }

input, select, textarea, .form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #202933;
  background-image: none;
  padding: 6px 12px 4px;
  border: 0;
  border-radius: 0;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  box-shadow: none;
  height: 40px;
  transition: none;
  border-bottom: 2px solid #202933; }
  input[readonly], select[readonly], textarea[readonly], .form-control[readonly] {
    cursor: default;
    background-color: transparent;
    border-bottom: 0;
    padding-bottom: 6px;
    padding-right: 0; }
  input:focus, input:hover, input:active, select:focus, select:hover, select:active, textarea:focus, textarea:hover, textarea:active, .form-control:focus, .form-control:hover, .form-control:active {
    background-color: #171F27;
    background-image: none;
    border-bottom: 2px solid #171F27; }
    input:focus[readonly], input:hover[readonly], input:active[readonly], select:focus[readonly], select:hover[readonly], select:active[readonly], textarea:focus[readonly], textarea:hover[readonly], textarea:active[readonly], .form-control:focus[readonly], .form-control:hover[readonly], .form-control:active[readonly] {
      cursor: default;
      background-color: transparent;
      border: 0; }
  input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill, .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #171F27 inset;
    -webkit-text-fill-color: #fff; }
  input.field-error, .field-error input, select.field-error, .field-error select, textarea.field-error, .field-error textarea, .form-control.field-error, .field-error .form-control {
    background-color: #F63B3D;
    border-color: #F63B3D; }
  input:disabled, input[disabled], select:disabled, select[disabled], textarea:disabled, textarea[disabled], .form-control:disabled, .form-control[disabled] {
    cursor: default;
    background-color: transparent;
    border-bottom: 2px solid #171F27;
    padding-bottom: 4px; }
  input.percentage, input.dollar-amount, select.percentage, select.dollar-amount, textarea.percentage, textarea.dollar-amount, .form-control.percentage, .form-control.dollar-amount {
    text-align: right;
    padding: 6px 20px 4px;
    background-repeat: no-repeat; }
  input.percentage, select.percentage, textarea.percentage, .form-control.percentage {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAYAAAD+MdrbAAAACXBIWXMAAAsTAAALEwEAmpwYAAA55GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNy0xMS0wN1QxMDo0NToxNi0wNTowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE3LTExLTA3VDEwOjQ3OjUxLTA1OjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNy0xMS0wN1QxMDo0Nzo1MS0wNTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDoxYTIxZjgzMC0zYWRlLTRkYmItYmM4YS1iYmMwZGNiMjNhMzM8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6ZDJiNTYxM2QtODlmMi00Y2ViLTk4NDQtNTdhYWQyYzYxODAyPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6ZDJiNTYxM2QtODlmMi00Y2ViLTk4NDQtNTdhYWQyYzYxODAyPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmQyYjU2MTNkLTg5ZjItNGNlYi05ODQ0LTU3YWFkMmM2MTgwMjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNy0xMS0wN1QxMDo0NToxNi0wNTowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjFhMjFmODMwLTNhZGUtNGRiYi1iYzhhLWJiYzBkY2IyM2EzMzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNy0xMS0wN1QxMDo0Nzo1MS0wNTowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjIwPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjQwPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz5Y+fEzAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAE/SURBVHja7NaxS5ZRFMfx36OGYiIoQpKbQyA0ujYq5OiQS3+A2BBtio6NEg1OutTaVNhQQw4uTukiGOQqNEirU3xcrvDw8jz5Co7PDy6ce86533vu4Qy3Qu5TA7lndcAO2AE7YDOwqqokWU7yMcnrG9/NSvIiyWKPr12Yxxme4zvWarFRnOBhz5nWFWziTUl8hv3awQ28aijiv8CvWCiJE7gs9iR+4sFdgENJTpPMltzZsk+S9STvkgxjJclVks9VVf27rYcL+IEp7GALMzjCAA7xofR3t58nD2Ibv/CpPHsXS3iM4wIZwkW5pB3YUPETHBT7JfZqsaMyFa3ApsF+m2Sr2H+TjNdi48XXn8rtX2r7MfzGCB7h/NYe9gC/4WmP7z3O8QerfQNLs+daKp/GRD9zWHVfkQ7YATtgk64HALw7uN7d03PwAAAAAElFTkSuQmCC");
    background-position: right 1px; }
    input.percentage[readonly], select.percentage[readonly], textarea.percentage[readonly], .form-control.percentage[readonly] {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAYAAAD+MdrbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAHzmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxNy0xMS0wN1QxMDo0NToxNi0wNTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTctMTEtMTZUMTE6MDM6MDItMDU6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTctMTEtMTZUMTE6MDM6MDItMDU6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MmJlYjhmMGMtZDg3MS00Y2EyLWJiYmEtZGRjNTFkMjllY2JkIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOmQyYjU2MTNkLTg5ZjItNGNlYi05ODQ0LTU3YWFkMmM2MTgwMiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmQyYjU2MTNkLTg5ZjItNGNlYi05ODQ0LTU3YWFkMmM2MTgwMiIgdGlmZjpPcmllbnRhdGlvbj0iMSIgdGlmZjpYUmVzb2x1dGlvbj0iNzIwMDAwLzEwMDAwIiB0aWZmOllSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiIGV4aWY6Q29sb3JTcGFjZT0iNjU1MzUiIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIyMCIgZXhpZjpQaXhlbFlEaW1lbnNpb249IjQwIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkMmI1NjEzZC04OWYyLTRjZWItOTg0NC01N2FhZDJjNjE4MDIiIHN0RXZ0OndoZW49IjIwMTctMTEtMDdUMTA6NDU6MTYtMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxYTIxZjgzMC0zYWRlLTRkYmItYmM4YS1iYmMwZGNiMjNhMzMiIHN0RXZ0OndoZW49IjIwMTctMTEtMDdUMTA6NDc6NTEtMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoyYmViOGYwYy1kODcxLTRjYTItYmJiYS1kZGM1MWQyOWVjYmQiIHN0RXZ0OndoZW49IjIwMTctMTEtMTZUMTE6MDM6MDItMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Ffi+xAAABPklEQVRIie2VrUtEQRRHz6wrKwoLa/EjGgTBJNvEuIJGgxb/ANEgNkWDwShi1iBWMQgatIgYNKlF0CCCQdggVuOxzMpzQfbtsknehQt37tw5M7/hMhNU2mm5ttIyYAbMgBmwZWAIAWAGOASWgVwIgZoDs8Dkz1ht5GX1SZ1SL9TF2mZqt/qg9pBINvJ1dSXWTqinibVr6tIvSSmAZ2ol1pbUjxj3qndqZ5KXT3HPj8BQjIfiGGAV2AEK6hzwBZyEFH9KJS6eAzaBKnAAHAPjwBXwCgwAb2kkd6jb6rN6FGXvqdPqoHofryCvvjcE1ps6rF7GeF7dT8zdttLYW8BGjD+BYmKu2BRQLQOFEMJNTF0DY2qX2gcUmpKsnqujdbld9UWtqgupgWpOHfnj5P1qCSBN2zRl/+D5yoAZMAMC33SUbzTPj1sCAAAAAElFTkSuQmCC"); }

input[type=checkbox],
input[type=radio] {
  height: 22px;
  width: 22px;
  background-image: none;
  border: 5px solid #202933;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 6px; }
  input[type=checkbox]:focus, input[type=checkbox]:hover, input[type=checkbox]:active,
  input[type=radio]:focus,
  input[type=radio]:hover,
  input[type=radio]:active {
    background: #202933;
    outline: none;
    border: 5px solid #202933; }
    input[type=checkbox]:focus:checked, input[type=checkbox]:hover:checked, input[type=checkbox]:active:checked,
    input[type=radio]:focus:checked,
    input[type=radio]:hover:checked,
    input[type=radio]:active:checked {
      background-color: #80B74B; }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
    background-color: #80B74B; }
    input[type=checkbox]:checked:disabled, input[type=checkbox]:checked[disabled],
    input[type=radio]:checked:disabled,
    input[type=radio]:checked[disabled] {
      background: rgba(128, 183, 75, 0.5); }
  input[type=checkbox]:disabled, input[type=checkbox][disabled],
  input[type=radio]:disabled,
  input[type=radio][disabled] {
    border-bottom: 5px solid #202933; }

select, select.form-control {
  cursor: pointer;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAYAAAAvOAWIAAAAAXNSR0IArs4c6QAAAHFJREFUGBl9jUsKgDAMRLsRxFUXeqLeozf1Al7HnSDtPGkk1E9gSDKfJARVKWUUBua+4NEvXkMUNmEVJm9mbzx65GoSToG6A5rNCI+e7HpuBAKBuXV2jNl/5IMP7LhUT6OlJPrAt7ELHASN++0yLm+GCquup0WfT2znAAAAAElFTkSuQmCC");
  background-position: 98% 50%;
  background-repeat: no-repeat; }
  select:active, select:focus, select:hover, select.form-control:active, select.form-control:focus, select.form-control:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAYAAAAvOAWIAAAAAXNSR0IArs4c6QAAALdJREFUGBljYAAChfn3OYzP/GcFsdEBSBwkDxJnFJh/X+DL7y+7GBj/fxaTEPF95iv1DaZBavMzrlcv3mxm+M/Iy8PK48b05e834/8MDMb//zM4gSRACkCKYQpB4iB5kDpGkATr7Ctx//7/n8/A8J+JkZFhHyc3e/j3rz9XghQCLf8HFEz8naqzCKwYXQNQwRegRh5khSA1cMVYNMBNBMlhBSAnMc+69AtEY1WALsgz77YouhiIDwBxOl4Sc2/abwAAAABJRU5ErkJggg=="); }

select::-ms-expand {
  display: none; }

textarea {
  min-height: 100px;
  max-width: 100%; }
  textarea:disabled, textarea[disabled] {
    background: #262F3B; }

::-webkit-input-placeholder {
  color: #fff; }

:-moz-placeholder {
  color: #fff; }

::-moz-placeholder {
  color: #fff; }

:-ms-input-placeholder {
  color: #fff; }

:placeholder-shown {
  color: #fff; }

label {
  font-size: 14px;
  font-weight: 700;
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2px; }

.field-error p {
  color: #F63B3D;
  margin-bottom: 0px; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

#search_box {
  background: #171F27;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid #171F27; }

.form-group {
  margin-bottom: 20px; }
  .form-group .control-label {
    display: none; }
    .form-group .control-label.Active {
      display: inline-block; }

.discount-container .sub-container {
  padding: 0px;
  margin: 0px; }
  .discount-container .sub-container .inner-container {
    margin-bottom: 0px;
    padding: 4px; }
    .discount-container .sub-container .inner-container .discount-table {
      margin: 0px; }

.table-headings {
  margin-bottom: 10px; }

.table-headings-sub {
  margin-top: 30px;
  margin-bottom: 10px; }

.form-signin {
  max-width: 600px;
  margin: 100px auto;
  padding: 0 10px !important; }
  .form-signin label {
    line-height: 3em;
    text-align: left; }
  .form-signin .tab-footer {
    margin-left: -10px;
    margin-right: -10px; }
    .form-signin .tab-footer .btn {
      margin: 0 0 15px; }

.login-logo {
  width: 150px;
  margin: 0 auto 80px auto;
  display: block; }

#password, #signin_button {
  margin-top: 0px !important; }

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.flex-wrap-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex-wrap-container > * {
    margin-bottom: 15px; }

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.popover {
  background-color: #2A3440;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border: 0; }
  .popover.top > .arrow:after {
    border-top-color: #2A3440; }
  .popover .popover-title {
    background: transparent;
    border: 0;
    border-radius: 0; }
  .popover .popover-content .btn {
    width: 100%; }

.nav-tabs {
  border: 0; }
  .nav-tabs > li > a {
    opacity: .5;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    margin: 0; }
    .nav-tabs > li > a:hover {
      color: #fff;
      opacity: 1;
      background: transparent; }
    .nav-tabs > li > a i {
      margin-right: 8px; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    opacity: 1;
    background: #2A3440;
    color: #fff;
    border: 0; }
    .nav-tabs > li.active > a i, .nav-tabs > li.active > a:active i, .nav-tabs > li.active > a:hover i, .nav-tabs > li.active > a:focus i {
      color: #009BD3; }

#design-tabs.disable {
  pointer-events: none; }

/************  Bread Crumbs ************/
#breadcrumbs {
  margin: 0 0 4px; }
  #breadcrumbs > ul {
    padding: 4px 16px;
    list-style: none;
    background-color: #eee;
    font-size: 12px;
    margin-bottom: 0; }
    #breadcrumbs > ul li {
      display: inline; }
      #breadcrumbs > ul li + li:before {
        padding: 8px;
        color: black;
        content: "/\00a0"; }
      #breadcrumbs > ul li a {
        color: #0275d8;
        text-decoration: none; }
        #breadcrumbs > ul li a:hover {
          color: #01447e;
          text-decoration: underline; }
      #breadcrumbs > ul li:last-child a, #breadcrumbs > ul li:last-child a:hover {
        color: #6E6A72;
        text-decoration: none;
        pointer-events: none; }

/************  End Bread Crumbs ************/
ul.banner-social-buttons {
  margin-top: 0; }

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px; } }

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0; }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0; } }

::-moz-selection, ::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2); }

img::selection, img::-moz-selection {
  background: 0 0; }

.thumbnail {
  background-color: transparent;
  border-radius: 0px;
  border: none;
  width: 100%; }
  .thumbnail img {
    border: 4px solid #e7e7e7;
    width: 100%;
    max-width: 225px; }

.design > .thumbnail {
  width: auto !important; }

.dropdown-menu {
  border-radius: 0;
  background: #171F27;
  width: 100%;
  color: #fff;
  left: initial;
  left: auto;
  left: unset;
  right: 0; }
  .dropdown-menu > li > a {
    color: #fff; }
    .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
      background: #2A3440;
      color: #fff; }

.close {
  margin-right: 0;
  margin-top: 0;
  position: relative;
  color: transparent;
  text-shadow: none;
  font-size: 0;
  height: 18px;
  width: 18px;
  opacity: .5; }
  .close:before {
    content: '';
    background: #fff;
    height: 1px;
    width: 18px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    right: 0; }
  .close:after {
    content: '';
    background: #fff;
    height: 1px;
    width: 18px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 9px;
    right: 0; }
  .close:hover, .close:focus, .close:active {
    opacity: 1;
    color: transparent; }

#gray_field {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px 8px; }

.design-anchor {
  top: -71px; }

#org_home_studio_logo {
  height: 71px;
  white-space: nowrap;
  font-size: 1.4em;
  bottom: 0;
  color: #f4f4f4;
  display: table-cell;
  vertical-align: middle;
  background-color: #171F27; }
  #org_home_studio_logo .logo-bold {
    font-weight: 700; }
  #org_home_studio_logo .logo-normal {
    font-weight: 400; }
  #org_home_studio_logo .logo-tiny {
    font-size: .5em;
    vertical-align: middle; }

.navbar {
  background: #171F27;
  min-height: 0;
  padding: 0 15px;
  border: 0; }
  .navbar .btn {
    background-color: transparent; }
  .navbar #edit_account {
    margin-top: 22px; }
  .navbar .btn-default:hover, .navbar .btn-default:focus, .navbar .btn-default:active, .navbar .btn-default.active {
    color: #fff;
    background-color: #2A3440; }
    .navbar .btn-default:hover .glyphicon, .navbar .btn-default:focus .glyphicon, .navbar .btn-default:active .glyphicon, .navbar .btn-default.active .glyphicon {
      color: #fff; }
  .navbar .glyphicon, .navbar a, .navbar .btn {
    color: #f4f4f4;
    border: 0; }
  .navbar .glyphicon {
    line-height: 1.5em; }
  .navbar a:hover, .navbar .btn:hover, .navbar a:focus, .navbar .btn:focus {
    color: white; }
  .navbar .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #2A3440; }
    .navbar .open > .dropdown-toggle.btn-default .glyphicon {
      color: #fff; }

.table {
  margin: 0; }
  .table th {
    border: none; }
  .table .th {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .table td.phase-td {
    text-transform: uppercase; }
  .table .td {
    font-size: 14px;
    font-weight: 300;
    color: #fff; }
    .table .td a {
      font-weight: 600;
      font-size: 2rem; }
      .table .td a i {
        opacity: .5;
        font-size: 16px;
        vertical-align: middle; }
        .table .td a i.fa-plus {
          font-size: 10px;
          margin-right: 5px; }
      .table .td a .link-visual {
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        margin-left: 8px; }
        .table .td a .link-visual i {
          color: #80B74B;
          font-size: 16px;
          vertical-align: text-top;
          margin-right: 4px;
          opacity: 1; }
  .table > thead > tr > th, .table > thead > tr > td, .table > thead > tr .th, .table > thead > tr .td, .table > thead .tr > th, .table > thead .tr > td, .table > thead .tr .th, .table > thead .tr .td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tbody > tr .th, .table > tbody > tr .td, .table > tbody .tr > th, .table > tbody .tr > td, .table > tbody .tr .th, .table > tbody .tr .td, .table > tfoot > tr > th, .table > tfoot > tr > td, .table > tfoot > tr .th, .table > tfoot > tr .td, .table > tfoot .tr > th, .table > tfoot .tr > td, .table > tfoot .tr .th, .table > tfoot .tr .td, .table .thead > tr > th, .table .thead > tr > td, .table .thead > tr .th, .table .thead > tr .td, .table .thead .tr > th, .table .thead .tr > td, .table .thead .tr .th, .table .thead .tr .td, .table .tbody > tr > th, .table .tbody > tr > td, .table .tbody > tr .th, .table .tbody > tr .td, .table .tbody .tr > th, .table .tbody .tr > td, .table .tbody .tr .th, .table .tbody .tr .td {
    padding: 15px;
    line-height: 1em;
    vertical-align: middle;
    border: 0;
    border-top: 1px solid #171F27; }
    .table > thead > tr > th:first-of-type, .table > thead > tr > td:first-of-type, .table > thead > tr .th:first-of-type, .table > thead > tr .td:first-of-type, .table > thead .tr > th:first-of-type, .table > thead .tr > td:first-of-type, .table > thead .tr .th:first-of-type, .table > thead .tr .td:first-of-type, .table > tbody > tr > th:first-of-type, .table > tbody > tr > td:first-of-type, .table > tbody > tr .th:first-of-type, .table > tbody > tr .td:first-of-type, .table > tbody .tr > th:first-of-type, .table > tbody .tr > td:first-of-type, .table > tbody .tr .th:first-of-type, .table > tbody .tr .td:first-of-type, .table > tfoot > tr > th:first-of-type, .table > tfoot > tr > td:first-of-type, .table > tfoot > tr .th:first-of-type, .table > tfoot > tr .td:first-of-type, .table > tfoot .tr > th:first-of-type, .table > tfoot .tr > td:first-of-type, .table > tfoot .tr .th:first-of-type, .table > tfoot .tr .td:first-of-type, .table .thead > tr > th:first-of-type, .table .thead > tr > td:first-of-type, .table .thead > tr .th:first-of-type, .table .thead > tr .td:first-of-type, .table .thead .tr > th:first-of-type, .table .thead .tr > td:first-of-type, .table .thead .tr .th:first-of-type, .table .thead .tr .td:first-of-type, .table .tbody > tr > th:first-of-type, .table .tbody > tr > td:first-of-type, .table .tbody > tr .th:first-of-type, .table .tbody > tr .td:first-of-type, .table .tbody .tr > th:first-of-type, .table .tbody .tr > td:first-of-type, .table .tbody .tr .th:first-of-type, .table .tbody .tr .td:first-of-type {
      padding-left: 25px; }
    .table > thead > tr > th:last-of-type, .table > thead > tr > td:last-of-type, .table > thead > tr .th:last-of-type, .table > thead > tr .td:last-of-type, .table > thead .tr > th:last-of-type, .table > thead .tr > td:last-of-type, .table > thead .tr .th:last-of-type, .table > thead .tr .td:last-of-type, .table > tbody > tr > th:last-of-type, .table > tbody > tr > td:last-of-type, .table > tbody > tr .th:last-of-type, .table > tbody > tr .td:last-of-type, .table > tbody .tr > th:last-of-type, .table > tbody .tr > td:last-of-type, .table > tbody .tr .th:last-of-type, .table > tbody .tr .td:last-of-type, .table > tfoot > tr > th:last-of-type, .table > tfoot > tr > td:last-of-type, .table > tfoot > tr .th:last-of-type, .table > tfoot > tr .td:last-of-type, .table > tfoot .tr > th:last-of-type, .table > tfoot .tr > td:last-of-type, .table > tfoot .tr .th:last-of-type, .table > tfoot .tr .td:last-of-type, .table .thead > tr > th:last-of-type, .table .thead > tr > td:last-of-type, .table .thead > tr .th:last-of-type, .table .thead > tr .td:last-of-type, .table .thead .tr > th:last-of-type, .table .thead .tr > td:last-of-type, .table .thead .tr .th:last-of-type, .table .thead .tr .td:last-of-type, .table .tbody > tr > th:last-of-type, .table .tbody > tr > td:last-of-type, .table .tbody > tr .th:last-of-type, .table .tbody > tr .td:last-of-type, .table .tbody .tr > th:last-of-type, .table .tbody .tr > td:last-of-type, .table .tbody .tr .th:last-of-type, .table .tbody .tr .td:last-of-type {
      padding-right: 25px; }
  .table .thead .tr {
    border-top: 1px solid #171F27; }
    .table .thead .tr .th {
      border: 0; }
  .table .tbody .tr {
    border-top: 1px solid #171F27; }
    .table .tbody .tr:hover {
      background: #171F27; }
    .table .tbody .tr .th, .table .tbody .tr .td {
      border-top: 0; }

.row.drop-padding {
  margin: 0; }
  .row.drop-padding div[class*="col-"] {
    padding: 15px 5px !important; }

.form-inline .form-control {
  width: 100%; }

.freight-perc-title {
  line-height: 4em;
  text-align: right;
  width: 100%; }

@media (max-width: 767px) {
  .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td {
    font-size: 11px;
    padding: 15px 8px; }
  .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    font-size: 11px;
    padding: 15px 8px; }
  .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 15px 8px; }
  .table h5 {
    font-size: .6em; }
  .table .form-control {
    font-size: 14px; }
  .table a {
    font-size: .9em; }
  .table-responsive {
    border: none; }
  .freight-perc-title {
    line-height: 4em;
    text-align: center; } }

/*****************************************/
/************  DASHBOARD **************/
/*****************************************/
.project-list .list-header,
.design-list .list-header,
.customer-list .list-header,
.admin-list .list-header,
.default-list .list-header {
  padding: 20px 15px 0 15px; }

.project-list .list-header,
.project-list .list-filter,
.design-list .list-header,
.design-list .list-filter,
.customer-list .list-header,
.customer-list .list-filter,
.admin-list .list-header,
.admin-list .list-filter,
.default-list .list-header,
.default-list .list-filter {
  font-size: 1.2em;
  color: #a4a4a4; }
  .project-list .list-header > div,
  .project-list .list-filter > div,
  .design-list .list-header > div,
  .design-list .list-filter > div,
  .customer-list .list-header > div,
  .customer-list .list-filter > div,
  .admin-list .list-header > div,
  .admin-list .list-filter > div,
  .default-list .list-header > div,
  .default-list .list-filter > div {
    padding: 10px;
    border: none; }

.project-list .list-content,
.design-list .list-content,
.customer-list .list-content,
.admin-list .list-content,
.default-list .list-content {
  border: 3px solid #cacaca; }

.project-list .list,
.design-list .list,
.customer-list .list,
.admin-list .list,
.default-list .list {
  background-color: #F8F8F8;
  border-bottom: 1px solid #bebebe;
  border-left: none;
  border-right: none;
  line-height: 2em;
  font-weight: 400;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .project-list .list > div,
  .design-list .list > div,
  .customer-list .list > div,
  .admin-list .list > div,
  .default-list .list > div {
    padding: 10px; }
  .project-list .list > a,
  .design-list .list > a,
  .customer-list .list > a,
  .admin-list .list > a,
  .default-list .list > a {
    line-height: 3em;
    font-weight: bold; }
  .project-list .list:first-child,
  .design-list .list:first-child,
  .customer-list .list:first-child,
  .admin-list .list:first-child,
  .default-list .list:first-child {
    border-top: none; }
  .project-list .list:last-child,
  .design-list .list:last-child,
  .customer-list .list:last-child,
  .admin-list .list:last-child,
  .default-list .list:last-child {
    border-bottom: none; }
  .project-list .list:hover,
  .design-list .list:hover,
  .customer-list .list:hover,
  .admin-list .list:hover,
  .default-list .list:hover {
    background-color: white; }
  .project-list .list :nth-child(even),
  .design-list .list :nth-child(even),
  .customer-list .list :nth-child(even),
  .admin-list .list :nth-child(even),
  .default-list .list :nth-child(even) {
    line-height: 2em; }

.project-list > .row:last-child,
.design-list > .row:last-child,
.customer-list > .row:last-child,
.admin-list > .row:last-child,
.default-list > .row:last-child {
  background-color: white; }

.project-list .glyphicon,
.design-list .glyphicon,
.customer-list .glyphicon,
.admin-list .glyphicon,
.default-list .glyphicon {
  font-size: 1.3em;
  padding: 5px 10px; }

.project-list > div:first-child {
  background-color: #688d9e; }

.inline-show {
  display: inline-flex; }

.presentation_off_toggle {
  display: inline-flex;
  white-space: nowrap;
  align-items: center; }
  .presentation_off_toggle h5 {
    margin: 0 3px 0 0; }
  .presentation_off_toggle div {
    text-align: center;
    margin: 0 8px;
    display: block; }

.design-price-break > div > span {
  font-size: 16px;
  font-weight: 400;
  color: whitesmoke; }

.design-list > div:first-child {
  background-color: #B9BE9C; }

.customer-list > div:first-child {
  background-color: #C88F42; }

.customer-message {
  margin-left: 15px;
  font-size: 12px;
  color: #449d44;
  display: none; }

.error {
  color: #F63B3D; }

.customers .stat-box {
  border-color: #a4a4a4;
  background-color: #C88F42;
  color: white; }
  .customers .stat-box .btn-default:hover,
  .customers .stat-box .btn-default:focus,
  .customers .stat-box .btn-primary:hover,
  .customers .stat-box .btn-primary:focus {
    border-color: #fff; }

.projects .stat-box {
  border-color: #a4a4a4;
  background-color: #688d9e;
  color: white; }

.proposals .stat-box {
  border-color: #a4a4a4;
  background-color: #3B393D;
  color: white; }

.designs .stat-box {
  border-color: #a4a4a4;
  background-color: #B9BE9C;
  color: white; }

.list a {
  line-height: 1.5em; }
  .list a.btn {
    line-height: 1em; }

.team-member-field-email {
  padding-top: 7px; }

.proposal-sent-col .fa-stack-1x {
  left: calc(50% - 3px);
  width: auto;
  font-size: 20px;
  -webkit-text-stroke: 1px black;
  color: white;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

.proposal-not-sent-col {
  opacity: 0.5; }

/********** DESIGNS **************/
div.design {
  /*
    .design-title {
        cursor: pointer;
        h3 {
           color: $buttons;
        }
        h3::before {
            content: "\2b ";
            padding-right:5px;
        }
    }
    .design-title.active {
        h3::before {
            content: "\2212 ";
            padding-right:5px;
        }
    }
    */ }
  div.design .design-collapse {
    margin-top: 10px;
    float: left;
    width: 50px;
    cursor: pointer;
    height: 50px;
    border-radius: 5px;
    background-color: #E7E4DE;
    border: 1px solid #d2ccc0;
    position: relative; }
    div.design .design-collapse .open, div.design .design-collapse .close {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 21px;
      width: 21px;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    div.design .design-collapse .open {
      background: url(../images/open.png) repeat 0 0; }
    div.design .design-collapse .close {
      background: url(../images/close.png) repeat 0 0; }
  div.design h4 {
    margin-bottom: 5px;
    margin-top: 10px; }
  div.design h5 {
    margin-bottom: 0; }
  div.design .design-meta {
    border-top: 1px solid #e7e7e7;
    padding: 15px 0 5px; }
    div.design .design-meta > div {
      padding: 2px; }
    div.design .design-meta input {
      display: inline;
      margin-right: 5px; }
  div.design .date {
    text-align: right; }
    div.design .date small {
      font-size: 10px; }
  div.design .popover-content .input-group {
    padding: 10px 0; }
  div.design .popover-content .btn {
    width: 100%; }
  div.design #attach_designs_heading,
  div.design #create_design_heading {
    text-align: center; }

.create-design {
  background-color: transparent;
  text-align: center; }
  .create-design .panel-heading {
    text-transform: uppercase;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #688d9e;
    border-color: #688d9e;
    border: 1px solid #688d9e;
    border-bottom: 2px solid #688d9e;
    border-radius: 5px;
    line-height: 2em;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px;
    background-color: #fff; }
  .create-design .panel-body {
    background-color: #171F27;
    border: none;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px; }
  .create-design .btn {
    width: 100%; }

@media (max-width: 767px) {
  div.design {
    text-align: center; }
    div.design .date {
      text-align: center; }
      div.design .date small {
        font-size: 12px; }
    div.design .design-meta {
      border-top: 0px;
      padding: 15px 0 5px; } }

/********** GLOBAL CONTENT ***********/
.page-header {
  border-bottom: none;
  font-size: 2em;
  color: #a4a4a4; }

.content-block {
  padding-top: 40px;
  margin-bottom: 10px; }
  .content-block .content-block {
    padding-top: 40px; }

@media (max-width: 767px) {
  .page-header {
    text-align: center;
    padding-bottom: 0;
    margin: 20px 0 0; }
    .page-header span {
      display: block;
      float: none;
      margin: 0; } }

.project-subheader {
  margin: 0px;
  display: block;
  font-size: .6em; }
  .project-subheader span {
    padding-left: 15px;
    display: inline-block; }
  .project-subheader #customer_glyph {
    padding-left: 0px;
    padding-right: 5px; }

@media (max-width: 767px) {
  .nav {
    display: flex;
    margin: 0 -15px; }
    .nav > li {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 7px;
        font-size: .9em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .nav:before, .nav:after {
      display: none; }
  .list-filter ul.nav-pills li {
    width: 50%;
    text-align: center; } }

.open > .dropdown-toggle.btn-default {
  color: #fff;
  box-shadow: none;
  border: 0;
  background: #171F27; }
  .open > .dropdown-toggle.btn-default .glyphicon, .open > .dropdown-toggle.btn-default .bs-caret {
    color: #009BD3; }

.tab-content {
  background-color: #2A3440;
  padding: 0;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 100px; }
  .tab-content table tbody tr:hover {
    background: #171F27; }
  .tab-content > form {
    margin: 0 10px; }
    .tab-content > form .tab-footer {
      margin: 20px -10px 0; }

.tab-footer {
  padding: 15px 25px;
  background: #171F27;
  margin: 20px 0 0;
  text-align: center; }
  .tab-footer .btn, .tab-footer .dropup {
    display: inline-block;
    min-width: 145px;
    margin: 0 5px 15px; }
    .tab-footer .btn .btn, .tab-footer .dropup .btn {
      margin-left: 0;
      margin-right: 0; }
  @media (max-width: 767px) {
    .tab-footer .btn, .tab-footer .dropup {
      width: 100%; }
      .tab-footer .btn.mobile-half, .tab-footer .dropup.mobile-half {
        width: 48%; }
      .tab-footer .btn.pull-right, .tab-footer .dropup.pull-right {
        float: none !important; } }
  @media (min-width: 992px) {
    .tab-footer .btn {
      margin-bottom: 0; } }
  .tab-footer .dropdown-toggle {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    height: auto; }
    .tab-footer .dropdown-toggle span {
      vertical-align: middle; }
    .tab-footer .dropdown-toggle:hover, .tab-footer .dropdown-toggle:active, .tab-footer .dropdown-toggle:focus {
      background-color: #2A3440; }
  .tab-footer .dropdown-menu {
    min-width: 100%;
    padding: 5px;
    right: 50%;
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0); }

.list-filter ul.nav-pills {
  padding-bottom: 40px; }
  .list-filter ul.nav-pills li a {
    border: 3px solid #bcbcbc;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 1px;
    border-left: 1px;
    background-color: #f9f9f9;
    cursor: pointer;
    font-size: 12px;
    padding: 8px 30px;
    height: 40px; }
  .list-filter ul.nav-pills li:first-of-type a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
  .list-filter ul.nav-pills li.active a {
    background-color: #688d9e; }
    .list-filter ul.nav-pills li.active a:before {
      content: "\e013";
      margin: 0 5px;
      font-family: 'Glyphicons Halflings'; }
  .list-filter ul.nav-pills li + li {
    margin-left: -1px; }

@media (max-width: 480px) {
  .list-filter ul.nav-pills li a {
    padding: 8px 10px; } }

.loading-indicator {
  display: none;
  padding-left: 10px; }
  .loading-indicator img {
    height: 20px; }

.loading-sprite {
  height: 20px;
  display: inline; }

.loading-sprite.lrg {
  height: 25px;
  padding-right: 5px;
  display: inline;
  margin-top: -4px; }

.ajax-error {
  display: none; }

/************  STAT BOX **************/
.stat-box {
  padding: 20px;
  border-radius: 4px;
  border: 5px solid;
  border-top: 1px;
  border-left: 1px; }
  .stat-box span {
    clear: both;
    display: block;
    text-align: center; }
  .stat-box span:first-child {
    font-size: 6em;
    font-weight: 700;
    height: 60px; }

#stat_container {
  margin-top: 65px; }

.actions {
  margin: 40px auto; }
  .actions .glyphicon {
    font-size: 8em; }

/************ COMMENTS ************/
#project_note_section {
  background: #2A3440;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 15px; }

.comments .comment-text {
  padding: 20px 0;
  color: #fff; }

.comments .comment-date {
  font-size: .8em;
  font-weight: 400;
  color: #94999f; }

.comment-text-area textarea {
  margin-bottom: 20px;
  height: 100px; }

@media (max-width: 767px) {
  .comments .comment-text {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }

.project-status,
.design-status {
  padding: 20px 0;
  font-size: .8em; }
  .project-status .status,
  .design-status .status {
    padding: 32px 0; }
    .project-status .status span,
    .design-status .status span {
      padding: 15px 15px;
      border-radius: 10px;
      background-color: #fefefe;
      border: 2px solid #e6eff2;
      border-top-width: 0;
      border-left-width: 0; }
      .project-status .status span span,
      .design-status .status span span {
        background-color: transparent;
        font-weight: bold;
        border: none; }

.glyphicon-briefcase {
  padding-right: 5px; }

@media (max-width: 767px) {
  .project-status .status {
    text-align: center; }
  .project-status .phase {
    padding-bottom: 40px;
    text-align: center; } }

.glyphicon.popover-dismiss {
  margin-left: 20px;
  cursor: pointer;
  float: right; }

.price-adjust {
  display: none; }

.number-column, .number-column input[type='number'] {
  text-align: right; }

/* Side Navigation Styles */
#table-of-contents {
  position: fixed;
  left: -150px;
  top: 204px;
  padding: 5px 20px 5px 10px;
  background-color: #009BD3;
  transition: all .2s ease-in-out;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2); }
  #table-of-contents ul {
    padding-left: 0px;
    padding-right: 15px;
    margin-bottom: 0px;
    float: left; }
  #table-of-contents span {
    float: left;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #table-of-contents li {
    list-style-type: none;
    line-height: 28px; }

@media (max-width: 767px) {
  #table-of-contents {
    display: none; } }

/* /Side Navigation Styles */
/* /Backport Bootstrap Spacing as needed */
.pl-0 {
  padding-left: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.well {
  background: transparent;
  border: 0;
  border-radius: 0; }

.modal-dialog {
  margin: 38px auto;
  width: 90%;
  max-width: 460px;
  color: #fff; }
  .wide .modal-dialog {
    max-width: 800px; }
  .modal-dialog p {
    font-size: 14px;
    font-weight: 700;
    width: 90%;
    max-width: 534px;
    margin: 20px auto;
    line-height: normal;
    text-align: center; }
  .modal-dialog label {
    text-align: left; }
  .modal-dialog .alert {
    margin-bottom: 0;
    padding: 0;
    background: none;
    border: 0; }
    .modal-dialog .alert.alert-success {
      color: #80B74B; }
    .modal-dialog .alert.alert-danger {
      color: #F63B3D; }

.alert-dismissable .close, .alert-dismissible .close {
  opacity: 1; }

.alert-success {
  color: #fff;
  background: #80B74B;
  border: 0; }

.alert-warning, .alert-danger {
  color: #fff;
  background: #F63B3D;
  border: 0; }

.modal-backdrop {
  background: #171F27;
  opacity: .8 !important; }

.modal-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase; }

.modal-header {
  border: 0;
  background: #202933;
  text-align: center; }

.modal-body {
  background: #2A3440; }
  .modal-body form {
    max-width: 486px;
    margin: 30px auto; }

.modal-footer {
  background: rgba(32, 41, 51, 0.5);
  border: 0;
  text-align: center; }
  .modal-footer button {
    min-width: 145px; }

.events {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  border-top: 1px solid #171F27;
  border-bottom: 1px solid #171F27;
  padding: 10px 0;
  margin-bottom: 15px;
  line-height: 1; }

.events .row + .row {
  margin-top: 10px; }

.input-group {
  width: 100%; }
  .input-group input {
    width: 100%; }
  .input-group button {
    height: 40px;
    font-size: 11px;
    color: #009BD3;
    background: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    z-index: 2; }
  .input-group input:hover + .input-group-addon, .input-group input:focus + .input-group-addon, .input-group input:active + .input-group-addon {
    background-color: #171F27; }
    .input-group input:hover + .input-group-addon i, .input-group input:focus + .input-group-addon i, .input-group input:active + .input-group-addon i {
      color: #009BD3; }
  .input-group .input-group-addon:hover, .input-group .input-group-addon:focus, .input-group .input-group-addon:active {
    background-color: #171F27; }
    .input-group .input-group-addon:hover i, .input-group .input-group-addon:focus i, .input-group .input-group-addon:active i {
      color: #009BD3; }

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover, .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover, .bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #039AD2 !important;
  color: #fff; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before, .bootstrap-datetimepicker-widget.dropdown-menu.top:after, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  display: none !important; }

.bootstrap-datetimepicker-widget a[data-action] span {
  background: #039AD2;
  border-radius: 0;
  line-height: normal; }

.bootstrap-datetimepicker-widget a[data-action='incrementHours'], .bootstrap-datetimepicker-widget a[data-action='incrementMinutes'], .bootstrap-datetimepicker-widget a[data-action='decrementHours'], .bootstrap-datetimepicker-widget a[data-action='decrementMinutes'] {
  padding: 0;
  margin: 0 !important; }
  .bootstrap-datetimepicker-widget a[data-action='incrementHours'] span, .bootstrap-datetimepicker-widget a[data-action='incrementMinutes'] span, .bootstrap-datetimepicker-widget a[data-action='decrementHours'] span, .bootstrap-datetimepicker-widget a[data-action='decrementMinutes'] span {
    height: auto;
    width: auto;
    background: none; }
    .bootstrap-datetimepicker-widget a[data-action='incrementHours'] span:hover, .bootstrap-datetimepicker-widget a[data-action='incrementMinutes'] span:hover, .bootstrap-datetimepicker-widget a[data-action='decrementHours'] span:hover, .bootstrap-datetimepicker-widget a[data-action='decrementMinutes'] span:hover {
      background: none !important; }

.bootstrap-datetimepicker-widget .btn[data-action='togglePeriod'] {
  background: #2A3540; }

.bootstrap-datetimepicker-widget table td {
  height: auto !important;
  width: auto !important;
  line-height: normal !important; }

.bootstrap-datetimepicker-widget span.glyphicon.glyphicon-time:before {
  vertical-align: middle; }

.bootstrap-datetimepicker-widget span.glyphicon.glyphicon-time:after {
  content: 'Choose Time';
  margin-left: 10px;
  font-family: 'Source Sans Pro';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  vertical-align: middle; }

.bootstrap-datetimepicker-widget span.glyphicon.glyphicon-calendar:before {
  vertical-align: middle; }

.bootstrap-datetimepicker-widget span.glyphicon.glyphicon-calendar:after {
  content: 'Choose Date';
  margin-left: 10px;
  font-family: 'Source Sans Pro';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  vertical-align: middle; }

.timepicker .btn {
  width: auto;
  position: static;
  color: #fff; }

.toggle .toggle-group {
  width: 100%; }
  .toggle.off .toggle .toggle-group {
    left: 0; }

.toggle .toggle-on {
  background: #80B74B; }

.toggle .toggle-off {
  background: #171F27; }

.toggle.off .toggle-on {
  background: #171F27; }
  .toggle.off .toggle-on:hover {
    background: #80B74B; }

.toggle.off .toggle-off {
  background: #80B74B; }

.before-tax-charges .fa-trash-o, .after-tax-charges .fa-trash-o {
  cursor: pointer;
  font-size: 16px;
  line-height: 40px; }
  .before-tax-charges .fa-trash-o:hover, .after-tax-charges .fa-trash-o:hover {
    color: #F63B3D; }

.no-padding {
  padding: 0; }

.ellipsis, .form-margin-simulator .percent-table .category-name, .form-margin-simulator .percent-table .markup, .form-margin-simulator .percent-table .labor, .form-margin-simulator .percent-table .discount, .form-margin-simulator .dollar-table .category-name, .form-margin-simulator .dollar-table .cost, .form-margin-simulator .dollar-table .labor, .form-margin-simulator .dollar-table .price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.form-margin-simulator {
  padding: 24px;
  padding-bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 40px; }
  .form-margin-simulator select {
    line-height: normal; }
  .form-margin-simulator span, .form-margin-simulator label, .form-margin-simulator input, .form-margin-simulator p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .form-margin-simulator .discounts-tax-container .discount-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .form-margin-simulator .discounts-tax-container .discount-container .discount {
      width: 23%; }
      @media (max-width: 619px) {
        .form-margin-simulator .discounts-tax-container .discount-container .discount {
          width: 48%; } }
  .form-margin-simulator .comparison .freight {
    display: flex;
    flex-wrap: wrap; }
    .form-margin-simulator .comparison .freight label {
      margin-right: 10px;
      text-transform: none;
      width: 24%; }
    .form-margin-simulator .comparison .freight input {
      width: 24%; }
    .form-margin-simulator .comparison .freight p {
      width: 100%; }
  @media (min-width: 768px) {
    .form-margin-simulator .comparison {
      display: flex;
      justify-content: space-between; }
      .form-margin-simulator .comparison > div {
        width: 48.6%; } }
  .form-margin-simulator .percent-table .category-name, .form-margin-simulator .percent-table .markup, .form-margin-simulator .percent-table .labor {
    width: 23%; }
  .form-margin-simulator .percent-table .discount {
    width: 19%; }
  .form-margin-simulator .percent-table .category-header, .form-margin-simulator .percent-table .category-field-content {
    display: flex;
    justify-content: space-between; }
  .form-margin-simulator .dollar-table .category-header, .form-margin-simulator .dollar-table .category-content, .form-margin-simulator .dollar-table .cost-plus-total {
    display: flex;
    justify-content: space-between; }
  .form-margin-simulator .dollar-table .category-name {
    width: 26%; }
  .form-margin-simulator .dollar-table .cost, .form-margin-simulator .dollar-table .labor, .form-margin-simulator .dollar-table .price {
    width: 19%; }
  .form-margin-simulator .dollar-table .category-content .cost, .form-margin-simulator .dollar-table .category-content .labor, .form-margin-simulator .dollar-table .category-content .price, .form-margin-simulator .dollar-table .cost-plus-total .cost, .form-margin-simulator .dollar-table .cost-plus-total .labor, .form-margin-simulator .dollar-table .cost-plus-total .price {
    font-size: 16px; }
  .form-margin-simulator .dollar-table .com-cost-plus-total .price {
    width: 21%; }
    .form-margin-simulator .dollar-table .com-cost-plus-total .price input {
      text-align: left; }
  .form-margin-simulator .dollar-table .com-cost-plus-total .labor {
    width: 17%; }
  .form-margin-simulator .table-headings, .form-margin-simulator .table-headings-sub {
    border-bottom: 2px solid #171F27;
    margin-top: 30px;
    line-height: 40px; }
  .form-margin-simulator .table-headings {
    font-size: 18px; }
  .form-margin-simulator .category-header {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #171F27;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    .form-margin-simulator .category-header .number-column {
      font-size: 14px; }
  .form-margin-simulator .category-field-content {
    font-weight: 600;
    margin-bottom: 16px; }
  .form-margin-simulator .category-content {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #171F27; }
    .form-margin-simulator .category-content .category-name {
      font-weight: 600; }
  .form-margin-simulator .lf-cost-plus-total, .form-margin-simulator .com-cost-plus-total {
    border-top: 1px solid #171F27;
    padding-top: 12px;
    text-transform: uppercase; }
  .form-margin-simulator .charge-report {
    background: #242e39;
    font-weight: 600;
    padding: 20px 24px;
    white-space: nowrap;
    margin: 15px -34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .form-margin-simulator .charge-report label {
      text-transform: none; }
    .form-margin-simulator .charge-report input {
      text-align: right;
      display: block;
      width: 44%; }
    .form-margin-simulator .charge-report > div {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      @media (min-width: 560px) and (max-width: 768px) {
        .form-margin-simulator .charge-report > div {
          width: 44%; } }
      @media (min-width: 960px) {
        .form-margin-simulator .charge-report > div {
          width: 44%; } }
    .form-margin-simulator .charge-report .total {
      border-top: 2px solid #171F27;
      width: 100%;
      padding: 15px 0; }
      .form-margin-simulator .charge-report .total input {
        font-size: 26px; }
  .form-margin-simulator #comp-price-diff, .form-margin-simulator #comp-margin-diff {
    font-size: 26px; }
  @media (min-width: 768px) {
    .form-margin-simulator .comparison-table .charge-report {
      padding-left: 3%;
      margin-left: -3%; }
    .form-margin-simulator .loaded-file-container .charge-report {
      padding-right: 3%;
      margin-right: -3%; } }
  .form-margin-simulator .detail-container {
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .form-margin-simulator .detail-container label {
      text-transform: none;
      margin-bottom: 0; }
    .form-margin-simulator .detail-container input {
      text-align: right; }
    .form-margin-simulator .detail-container label, .form-margin-simulator .detail-container input {
      width: 50%;
      display: inline-block;
      border-bottom: 1px solid #171F27; }
    .form-margin-simulator .detail-container .additional-charges > div {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
    @media (min-width: 1400px) {
      .form-margin-simulator .detail-container .additional-charges {
        display: flex;
        justify-content: space-between; } }
  .form-margin-simulator .dollar-amount {
    padding-right: 5px; }
    .form-margin-simulator .dollar-amount[readonly] {
      padding-right: 0;
      padding-left: 0; }

#margin-simulator-footer-scroll-catch {
  min-height: 1px; }

.margin-simulator-footer {
  padding-top: 10px;
  margin-top: 20px;
  background: #171F27; }
  .margin-simulator-footer.fixed {
    position: fixed;
    bottom: 0;
    width: 83.33333333%;
    left: 8.33333333%;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2); }
  .margin-simulator-footer .tab-footer {
    margin-top: 0;
    margin-bottom: 0; }
    .margin-simulator-footer .tab-footer .dropup {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .margin-simulator-footer .tab-footer .btn, .margin-simulator-footer .tab-footer .dropup {
        width: 48%;
        margin: 0;
        min-width: 0; }
        .margin-simulator-footer .tab-footer .btn .btn, .margin-simulator-footer .tab-footer .dropup .btn {
          width: 100%; } }
  .margin-simulator-footer .comparison-information {
    padding: 0 25px; }
    .margin-simulator-footer .comparison-information > div {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .margin-simulator-footer .comparison-information label, .margin-simulator-footer .comparison-information input {
      width: 48.6%;
      font-size: 16px; }
    .margin-simulator-footer .comparison-information input {
      font-size: 26px;
      padding-right: 0; }
  .margin-simulator-footer .btn.dropdown-toggle .bs-caret {
    display: inline-block;
    margin-left: 3px; }
    .margin-simulator-footer .btn.dropdown-toggle .bs-caret .caret {
      display: block;
      width: 11px;
      height: 11px;
      position: static; }
      .margin-simulator-footer .btn.dropdown-toggle .bs-caret .caret:before {
        display: block;
        line-height: 9px; }

.project-design-count select {
  background-position: 89% 50%; }

.form-preferences h4 {
  margin-bottom: 10px;
  padding: 15px 0 5px;
  border-bottom: 2px solid #171F27; }

.form-preferences label {
  text-transform: capitalize;
  font-weight: 600; }

.form-preferences .clearfix {
  margin-bottom: 10px; }

.form-preferences textarea {
  min-height: 175px; }

.form-preferences .checkbox-inline input[type=checkbox] {
  vertical-align: inherit;
  position: inherit;
  margin-top: 0; }

@media (max-width: 768px) {
  .form-preferences #primary_address_form {
    margin-top: 53px;
    /* Align fields with #billing_address_form */ } }

@media (min-width: 768px) {
  select#id_state_prov {
    background-position: 89% 50%;
    padding-right: 22px; } }

@media (max-width: 767px) {
  #customer_form .phone-numbers .row {
    margin-bottom: 20px; } }

.form-preferences label[for="id_logo_image"] {
  margin-bottom: 6px; }
  .form-preferences label[for="id_logo_image"] + div br {
    line-height: 25px; }
  .form-preferences label[for="id_logo_image"] + div input {
    margin-top: 6px; }

.switch {
  position: relative;
  display: inline-block;
  width: 67px;
  height: 25px; }

/* Hide default HTML checkbox */
.switch input {
  display: none; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  -webkit-transition: .4s;
  transition: .4s; }

.slider.disabled {
  cursor: not-allowed; }

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: #202933;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2ef326; }

input:focus + .slider {
  box-shadow: 0 0 1px #2ef326; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

#proposal_download_messages {
  margin: 16px; }

.clickable-element {
  cursor: pointer; }

@keyframes onAutoFillStart {
  from {
    /**/ }
  to {
    /**/ } }

@keyframes onAutoFillCancel {
  from {
    /**/ }
  to {
    /**/ } }

input:-webkit-autofill {
  animation-name: onAutoFillStart; }

input:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel; }

#group-access-details label {
  display: inline;
  cursor: pointer; }

#group-access-details .question-mark {
  font-size: 16px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 2px;
  cursor: pointer; }

#group-access-details .group-access-hover-text {
  visibility: hidden;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  width: 220px;
  background-color: #555;
  bottom: 100%;
  margin-left: -112px; }
  #group-access-details .group-access-hover-text::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent; }

#group-access-details:hover .group-access-hover-text {
  visibility: visible; }

#group-access-details-dialog .modal-dialog {
  margin: 10% auto;
  width: 90%;
  max-width: 800px;
  color: #fff; }
  #group-access-details-dialog .modal-dialog .modal-header {
    padding: 20px 15px; }
