/*==================================
Globals
==================================*/
/* line 26, ../../../html/sass/main.scss */
#ux-templates, #global-templates {
  display: none; }

/*==================================
Fix footer to bottom regardless of height
==================================*/
/* line 33, ../../../html/sass/main.scss */
* {
  margin: 0; }

/* line 36, ../../../html/sass/main.scss */
html, body {
  height: 100vh;
  padding-bottom: 0; }

/* line 40, ../../../html/sass/main.scss */
body {
  -webkit-font-smoothing: subpixel-antialiased;
  padding-top: 50px;
  overflow-x: hidden !important; }

/* line 45, ../../../html/sass/main.scss */
.wrapper {
  min-height: calc(100vh - 50px);
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px;
  /* bottom margin should be the negative value of the footer's height */
  padding-bottom: 60px; }

/* line 52, ../../../html/sass/main.scss */
.popover {
  z-index: 100031; }

/* line 56, ../../../html/sass/main.scss */
.all-in.contracts.index .popover.top {
  margin-top: 10px;
  margin-right: 10px;
  width: 500px; }

/* line 62, ../../../html/sass/main.scss */
footer, .push {
  height: 40px;
  /* .push must be the same height as .footer */ }

/* line 65, ../../../html/sass/main.scss */
footer {
  background: #19559c;
  color: #fff;
  text-align: center; }
  /* line 69, ../../../html/sass/main.scss */
  footer p {
    line-height: 40px;
    margin-bottom: 0; }
  /* line 73, ../../../html/sass/main.scss */
  footer a {
    color: #fff !important;
    text-decoration: underline; }

/*==================================
Navbar positioning & tweaks
==================================*/
/* line 82, ../../../html/sass/main.scss */
.navbar.navbar-default.navbar-fixed-top {
  box-shadow: 0 1px 8px rgba(89, 89, 89, 0.3); }

/* Logo */
/* line 86, ../../../html/sass/main.scss */
.navbar-brand {
  height: 0px;
  overflow: hidden;
  width: 150px;
  margin-right: 1%;
  padding: 0;
  padding-top: 50px;
  background: url(i/beta-logo.png?v=1.2) no-repeat top left; }

/* Better dropdown menus -- invisible elements increase dropdown hit area, and appear on hover. */
@media (min-width: 979px) {
  /* line 98, ../../../html/sass/main.scss */
  ul.nav li.dropdown > ul.dropdown-menu {
    cursor: pointer; }
    /* line 100, ../../../html/sass/main.scss */
    ul.nav li.dropdown > ul.dropdown-menu.user-dropdown {
      margin-right: 10px; }
    /* line 103, ../../../html/sass/main.scss */
    ul.nav li.dropdown > ul.dropdown-menu:not(.user-dropdown) {
      margin-top: -19px;
      border-top: 20px solid #19559c; }
      /* line 106, ../../../html/sass/main.scss */
      ul.nav li.dropdown > ul.dropdown-menu:not(.user-dropdown)::before {
        content: " ";
        position: absolute;
        top: -20px;
        left: -6px;
        background: #19559c;
        display: block;
        width: 100%;
        height: 20px;
        padding: 0 10px;
        box-sizing: content-box; }
    /* line 119, ../../../html/sass/main.scss */
    ul.nav li.dropdown > ul.dropdown-menu::after {
      content: " ";
      position: absolute;
      bottom: -20px;
      left: -10px;
      background: transparent;
      display: block;
      width: 100%;
      height: 20px;
      padding: 0 10px;
      box-sizing: content-box; }
    /* line 131, ../../../html/sass/main.scss */
    ul.nav li.dropdown > ul.dropdown-menu a {
      transition: all 0s; } }
    @media (min-width: 979px) and (prefers-reduced-motion: reduce) {
      /* line 131, ../../../html/sass/main.scss */
      ul.nav li.dropdown > ul.dropdown-menu a {
        transition: none; } }
@media (min-width: 979px) {
  /* line 135, ../../../html/sass/main.scss */
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; } }
/* Tweaks to allow search icon */
/* line 142, ../../../html/sass/main.scss */
.navbar-nav.main-nav, .navbar-nav.secondary-nav {
  position: relative; }
/* line 145, ../../../html/sass/main.scss */
.navbar-nav.main-nav {
  z-index: 0; }
/* line 148, ../../../html/sass/main.scss */
.navbar-nav.secondary-nav {
  z-index: 1; }
/* line 151, ../../../html/sass/main.scss */
.navbar-nav > .navbar-form {
  padding-right: 5px; }
  /* line 153, ../../../html/sass/main.scss */
  .navbar-nav > .navbar-form .has-feedback-btn {
    position: relative; }
  /* line 156, ../../../html/sass/main.scss */
  .navbar-nav > .navbar-form .form-control-feedback {
    color: #aaa; }
/* line 160, ../../../html/sass/main.scss */
.navbar-nav #logoutForm {
  display: inline; }
/* line 162, ../../../html/sass/main.scss */
.navbar-nav li > a.user-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px; }
  /* line 166, ../../../html/sass/main.scss */
  .navbar-nav li > a.user-menu .caret {
    vertical-align: baseline; }
/* line 170, ../../../html/sass/main.scss */
.navbar-nav li .user-image {
  position: relative;
  float: left;
  left: -5px;
  height: 30px; }

/*==================================
General colors & things
==================================*/
/* line 181, ../../../html/sass/main.scss */
body {
  background: #f9f9f9; }
  /* line 183, ../../../html/sass/main.scss */
  body .pagination > li > a, body .pagination > li > span {
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px; }

/* line 191, ../../../html/sass/main.scss */
body.has-page-header-menu .navbar.navbar-default.navbar-fixed-top {
  box-shadow: none; }
/* line 194, ../../../html/sass/main.scss */
body.has-page-header-menu #main-container {
  padding-top: 5em; }
/* line 198, ../../../html/sass/main.scss */
body.has-page-header-menu[data-action='index'] #main-container, body.has-page-header-menu[data-action='indexnew'] #main-container {
  padding-top: 6em; }

/* line 203, ../../../html/sass/main.scss */
hr {
  margin-top: 25px;
  border-color: #e2e2e2; }

/* line 207, ../../../html/sass/main.scss */
.alert button.close {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  text-shadow: none 2px 5px black; }

/* line 211, ../../../html/sass/main.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  /* line 215, ../../../html/sass/main.scss */
  .alert-success button.close {
    color: #155724; }

/* line 219, ../../../html/sass/main.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  /* line 223, ../../../html/sass/main.scss */
  .alert-warning button.close {
    color: #856404; }

/* line 227, ../../../html/sass/main.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  /* line 231, ../../../html/sass/main.scss */
  .alert-danger button.close {
    color: #721c24; }

/* line 235, ../../../html/sass/main.scss */
.text-default {
  color: #595959; }

/* line 238, ../../../html/sass/main.scss */
.page-header-menu {
  box-shadow: 0 1px 8px rgba(89, 89, 89, 0.3);
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  position: fixed;
  width: 100%;
  z-index: 10;
  height: 5em; }
  /* line 246, ../../../html/sass/main.scss */
  .page-header-menu h3 {
    font-weight: normal;
    font-size: 2.5em;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 0; }
  /* line 254, ../../../html/sass/main.scss */
  .page-header-menu .container, .page-header-menu .container-fluid {
    position: relative; }
  /* line 257, ../../../html/sass/main.scss */
  .page-header-menu .pull-right {
    position: absolute;
    right: 2%;
    top: 1.1em; }
    /* line 261, ../../../html/sass/main.scss */
    .page-header-menu .pull-right.btn.btn-lg {
      top: 0.55em; }
  /* line 265, ../../../html/sass/main.scss */
  .page-header-menu .header-menu-button-container {
    margin-top: -0.3em; }

/* Button and link transitions */
/* line 270, ../../../html/sass/main.scss */
a {
  transition: color 0.1s;
  cursor: pointer; }
  @media (prefers-reduced-motion: reduce) {
    /* line 270, ../../../html/sass/main.scss */
    a {
      transition: none; } }

/* line 274, ../../../html/sass/main.scss */
a.btn, button {
  transition: all 0.1s; }
  @media (prefers-reduced-motion: reduce) {
    /* line 274, ../../../html/sass/main.scss */
    a.btn, button {
      transition: none; } }

/* line 278, ../../../html/sass/main.scss */
.form-group label {
  font-weight: normal; }
/* line 282, ../../../html/sass/main.scss */
.form-group.required label:not(.not-required) {
  font-weight: bold; }
  /* line 284, ../../../html/sass/main.scss */
  .form-group.required label:not(.not-required)::after {
    content: "*"; }

/* line 290, ../../../html/sass/main.scss */
.form-control:focus {
  border-color: #19559c;
  outline: 0;
  box-shadow: none; }

/* line 295, ../../../html/sass/main.scss */
.dropdown-menu {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: none; }

/* line 302, ../../../html/sass/main.scss */
.dropdown-submenu {
  position: relative; }
  /* line 304, ../../../html/sass/main.scss */
  .dropdown-submenu > .dropdown-menu {
    border-radius: 0 6px 6px 6px;
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px; }
  /* line 312, ../../../html/sass/main.scss */
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  /* line 315, ../../../html/sass/main.scss */
  .dropdown-submenu:hover > a:after {
    border-left-color: #19559c; }
  /* line 319, ../../../html/sass/main.scss */
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px; }
  /* line 332, ../../../html/sass/main.scss */
  .dropdown-submenu.pull-left {
    float: none; }
    /* line 334, ../../../html/sass/main.scss */
    .dropdown-submenu.pull-left > .dropdown-menu {
      border-radius: 6px 0 6px 6px;
      left: -100%;
      margin-left: 10px; }

/*==================================
General structure & padding
==================================*/
/* line 345, ../../../html/sass/main.scss */
.container-fluid {
  padding-left: 2%;
  padding-right: 2%; }

/* line 349, ../../../html/sass/main.scss */
#main-container {
  padding-top: 1em; }

/* line 352, ../../../html/sass/main.scss */
input.datepicker {
  margin-top: 0; }

/* line 356, ../../../html/sass/main.scss */
#error-message {
  padding: 1em 2em; }

/* line 359, ../../../html/sass/main.scss */
.top-buffer {
  margin-top: 20px; }

/* line 362, ../../../html/sass/main.scss */
.padder {
  padding: 20px 0; }

/*==================================
Behaviors & effects
==================================*/
/* line 368, ../../../html/sass/main.scss */
a.btn.expand-width {
  transition: max-width, 0.5s;
  overflow: hidden;
  max-width: 3em; }
  @media (prefers-reduced-motion: reduce) {
    /* line 368, ../../../html/sass/main.scss */
    a.btn.expand-width {
      transition: none; } }
  /* line 372, ../../../html/sass/main.scss */
  a.btn.expand-width span {
    transition: opacity, 0.5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
    @media (prefers-reduced-motion: reduce) {
      /* line 372, ../../../html/sass/main.scss */
      a.btn.expand-width span {
        transition: none; } }
  /* line 376, ../../../html/sass/main.scss */
  a.btn.expand-width:hover, a.btn.expand-width:active, a.btn.expand-width:focus {
    max-width: 200px !important; }
    /* line 378, ../../../html/sass/main.scss */
    a.btn.expand-width:hover span, a.btn.expand-width:active span, a.btn.expand-width:focus span {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }

/* line 385, ../../../html/sass/main.scss */
table tbody td {
  position: relative; }
  /* line 388, ../../../html/sass/main.scss */
  table tbody td a:not(.btn).td-link-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

/* line 400, ../../../html/sass/main.scss */
body .tt-hint {
  display: none !important; }
/* line 404, ../../../html/sass/main.scss */
body .dataTables_wrapper .table-actions {
  display: inline-block;
  margin-left: 22px; }
  /* line 407, ../../../html/sass/main.scss */
  body .dataTables_wrapper .table-actions [data-archive-toggle] {
    display: none; }
/* line 412, ../../../html/sass/main.scss */
body .dataTables_wrapper tr td.action-checkboxes, body .dataTables_wrapper tr th.action-checkboxes {
  padding: 0;
  max-width: 80px;
  width: 60px; }
/* line 418, ../../../html/sass/main.scss */
body .dataTables_wrapper tr td.action-checkboxes .checkbox, body .dataTables_wrapper tr td.action-checkboxes .radio {
  padding-left: 12px;
  vertical-align: initial; }
/* line 422, ../../../html/sass/main.scss */
body .dataTables_wrapper tr td.action-checkboxes i[data-shared-status] {
  vertical-align: middle;
  cursor: pointer;
  color: #888;
  padding: 0.6em 0; }
  /* line 427, ../../../html/sass/main.scss */
  body .dataTables_wrapper tr td.action-checkboxes i[data-shared-status]:hover {
    color: #595959; }
/* line 432, ../../../html/sass/main.scss */
body .dataTables_wrapper tr th.favorite-column {
  color: transparent;
  width: 1px !important;
  overflow: hidden;
  font-size: 1px; }
/* line 439, ../../../html/sass/main.scss */
body .dataTables_wrapper .table-actions * {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.4s, visibility 0.4s;
  visibility: hidden; }
  @media (prefers-reduced-motion: reduce) {
    /* line 439, ../../../html/sass/main.scss */
    body .dataTables_wrapper .table-actions * {
      transition: none; } }
/* line 446, ../../../html/sass/main.scss */
body.item-checkboxes-selected .dataTables_wrapper .table-actions *:not([data-archive-toggle]) {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }
/* line 453, ../../../html/sass/main.scss */
body.has-archives .dataTables_wrapper .table-actions [data-archive-toggle] {
  display: inline-block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }
  /* line 456, ../../../html/sass/main.scss */
  body.has-archives .dataTables_wrapper .table-actions [data-archive-toggle][data-view-unarchived] {
    display: none; }
/* line 461, ../../../html/sass/main.scss */
body.has-archives.viewing-archived[data-view-unarchived] {
  display: inline-block; }
/* line 464, ../../../html/sass/main.scss */
body.has-archives.viewing-archived[data-view-archived] {
  display: none; }

/* line 471, ../../../html/sass/main.scss */
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  font-family: "FontAwesome"; }

/* line 476, ../../../html/sass/main.scss */
table.dataTable thead .sorting:after {
  content: "\f0dc"; }

/* line 479, ../../../html/sass/main.scss */
table.dataTable thead .sorting_asc:after {
  content: "\f0de"; }

/* line 482, ../../../html/sass/main.scss */
table.dataTable thead .sorting_desc:after {
  content: "\f0dd"; }

/* line 485, ../../../html/sass/main.scss */
.dt-button-collection.dropdown-menu > li:not(.active) > a:focus {
  text-decoration: none;
  color: #595959;
  background-color: #fff; }

/* line 491, ../../../html/sass/main.scss */
.table-striped > tbody > tr {
  transition: background-color, 0.3s;
  cursor: pointer; }
  @media (prefers-reduced-motion: reduce) {
    /* line 491, ../../../html/sass/main.scss */
    .table-striped > tbody > tr {
      transition: none; } }
  /* line 494, ../../../html/sass/main.scss */
  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.5); }
  /* line 497, ../../../html/sass/main.scss */
  .table-striped > tbody > tr:hover {
    background-color: #fff; }
/* line 501, ../../../html/sass/main.scss */
.table-striped > thead > tr th, .table-striped > tbody > tr td {
  vertical-align: middle; }

/* line 506, ../../../html/sass/main.scss */
div.dataTables_wrapper .row:first-child {
  margin-bottom: 15px; }
/* line 509, ../../../html/sass/main.scss */
div.dataTables_wrapper div.dataTables_paginate {
  text-align: left; }
/* line 512, ../../../html/sass/main.scss */
div.dataTables_wrapper .table-footer {
  padding-top: 20px; }
  /* line 515, ../../../html/sass/main.scss */
  div.dataTables_wrapper .table-footer .download-prompt-text {
    margin-right: 1em; }
/* line 519, ../../../html/sass/main.scss */
div.dataTables_wrapper div.dataTables_filter .datatable-search-container {
  min-width: 350px; }
  /* line 521, ../../../html/sass/main.scss */
  div.dataTables_wrapper div.dataTables_filter .datatable-search-container input[type='search'] {
    width: 100%;
    margin-left: 0; }
  /* line 525, ../../../html/sass/main.scss */
  div.dataTables_wrapper div.dataTables_filter .datatable-search-container #search-clear {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: all, 0.3s;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
    color: #bbb;
    padding: 10px;
    line-height: 14px; }
    @media (prefers-reduced-motion: reduce) {
      /* line 525, ../../../html/sass/main.scss */
      div.dataTables_wrapper div.dataTables_filter .datatable-search-container #search-clear {
        transition: none; } }
    /* line 539, ../../../html/sass/main.scss */
    div.dataTables_wrapper div.dataTables_filter .datatable-search-container #search-clear:hover {
      color: #999; }
  /* line 544, ../../../html/sass/main.scss */
  div.dataTables_wrapper div.dataTables_filter .datatable-search-container.searching #search-clear {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

/* line 552, ../../../html/sass/main.scss */
div.note-editor.note-frame.panel.panel-default div.modal.in div.modal-dialog div.modal-content label.keyboard-shortcut-label {
  color: #919191;
  font-weight: normal;
  width: 220px;
  margin-right: 10px; }
/* line 558, ../../../html/sass/main.scss */
div.note-editor.note-frame.panel.panel-default div.modal.in div.modal-dialog div.modal-content .help-list-item {
  margin: 4px 0 8px;
  border-bottom: 1px solid #f5f5f5; }
/* line 562, ../../../html/sass/main.scss */
div.note-editor.note-frame.panel.panel-default div.modal.in div.modal-dialog div.modal-content kbd {
  background: #919191;
  font-size: 100%;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 3px 8px 4px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px; }

/* line 579, ../../../html/sass/main.scss */
body.vertical-center .wrapper,
body[data-controller="account"][data-action="login"] .wrapper,
body[data-controller="account"][data-action="resetpassword"] .wrapper {
  height: 100% !important;
  width: 100%;
  text-align: center;
  /* align the inline(-block) elements horizontally */ }
/* line 587, ../../../html/sass/main.scss */
body.vertical-center .wrapper:before,
body[data-controller="account"][data-action="login"] .wrapper:before,
body[data-controller="account"][data-action="resetpassword"] .wrapper:before {
  /* create a full-height inline block pseudo=element */
  content: " ";
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  height: 100%; }
/* line 594, ../../../html/sass/main.scss */
body.vertical-center .wrapper > .container,
body[data-controller="account"][data-action="login"] .wrapper > .container,
body[data-controller="account"][data-action="resetpassword"] .wrapper > .container {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  /* reset the font property */
  text-align: left; }
@media (max-width: 768px) {
  /* line 603, ../../../html/sass/main.scss */
  body.vertical-center .wrapper:before,
  body[data-controller="account"][data-action="login"] .wrapper:before,
  body[data-controller="account"][data-action="resetpassword"] .wrapper:before {
    height: auto;
    /* Or */
    display: none; } }
/* line 609, ../../../html/sass/main.scss */
body.vertical-center .push,
body[data-controller="account"][data-action="login"] .push,
body[data-controller="account"][data-action="resetpassword"] .push {
  display: none; }

/* line 615, ../../../html/sass/main.scss */
.modal .modal-content {
  border: none;
  border-radius: 2px;
  box-shadow: 0 0px 25px rgba(50, 50, 50, 0.5); }
/* line 621, ../../../html/sass/main.scss */
.modal .modal-title.has-title-icon .modal-title-icon-container {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  color: #c4c4c4; }
/* line 627, ../../../html/sass/main.scss */
.modal .modal-title.has-title-icon .modal-title-text-container {
  vertical-align: middle;
  display: inline-block; }

/* line 634, ../../../html/sass/main.scss */
.bs-searchbox {
  position: relative; }
  /* line 636, ../../../html/sass/main.scss */
  .bs-searchbox .fa.fa-spin.form-control-feedback {
    line-height: 35px;
    transform-origin: 50% 42.5%;
    font-size: 1.4em;
    top: 23px;
    margin-top: -0.85em;
    right: 6px;
    color: #19559c;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      /* line 636, ../../../html/sass/main.scss */
      .bs-searchbox .fa.fa-spin.form-control-feedback {
        transition: none; } }
  /* line 648, ../../../html/sass/main.scss */
  .bs-searchbox.searching .fa.fa-spin.form-control-feedback {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

/*==================================
Socials
==================================*/
/* line 657, ../../../html/sass/main.scss */
.bgd-facebook {
  background: #3b5998 !important;
  border-color: #3b5998 !important;
  color: #fff; }

/* line 662, ../../../html/sass/main.scss */
.bgd-twitter {
  background: #1da1f2 !important;
  border-color: #1da1f2 !important;
  color: #fff; }

/* line 667, ../../../html/sass/main.scss */
.bgd-linkedin {
  background: #0077b5 !important;
  border-color: #0077b5 !important;
  color: #fff; }

/* line 672, ../../../html/sass/main.scss */
.bgd-instagram {
  background: #C13584 !important;
  border-color: #C13584 !important;
  color: #fff; }

/* line 677, ../../../html/sass/main.scss */
.bgd-web {
  background: #19559c !important;
  border-color: #19559c !important;
  color: #fff; }

/* line 682, ../../../html/sass/main.scss */
.bgd-youtube {
  background: #FF0000 !important;
  border-color: #FF0000 !important;
  color: #fff; }

/* line 687, ../../../html/sass/main.scss */
.bgd-google {
  background: #DD4B39 !important;
  border-color: #DD4B39 !important;
  color: #fff; }

/* line 692, ../../../html/sass/main.scss */
.bgd-yelp {
  background: #af0606 !important;
  border-color: #af0606 !important;
  color: #fff; }

/* line 697, ../../../html/sass/main.scss */
.bgd-angieslist {
  background: #7FBB00 !important;
  border-color: #7FBB00 !important;
  color: #000; }

/* line 703, ../../../html/sass/main.scss */
.fa.fa-angieslist::before {
  content: "";
  background: url(../img/icons/icon-angieslist.png) center center no-repeat;
  width: 18px;
  height: 13px;
  display: block; }

/* line 711, ../../../html/sass/main.scss */
.input-group.has-social {
  width: 100%; }

/* line 714, ../../../html/sass/main.scss */
.social-addon {
  width: 40px;
  padding: 0;
  height: 40px;
  font-size: 1.5em; }

/*==================================
Quick search
==================================*/
/* line 725, ../../../html/sass/main.scss */
body #quick-search-results {
  transition: opacity 0.3s, height 0.1s;
  position: fixed;
  top: 0;
  z-index: 1029;
  width: 100%;
  height: 0;
  overflow: hidden; }
  @media (prefers-reduced-motion: reduce) {
    /* line 725, ../../../html/sass/main.scss */
    body #quick-search-results {
      transition: none; } }
  /* line 734, ../../../html/sass/main.scss */
  body #quick-search-results #qs-backdrop {
    transition: opacity 0.3s, height 0.1s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: rgba(196, 196, 196, 0.9);
    z-index: 1029; }
    @media (prefers-reduced-motion: reduce) {
      /* line 734, ../../../html/sass/main.scss */
      body #quick-search-results #qs-backdrop {
        transition: none; } }
  /* line 745, ../../../html/sass/main.scss */
  body #quick-search-results #qs-content {
    position: relative;
    z-index: 1031;
    margin-top: 80px; }
    /* line 749, ../../../html/sass/main.scss */
    body #quick-search-results #qs-content .panel {
      border: none;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
      /* line 752, ../../../html/sass/main.scss */
      body #quick-search-results #qs-content .panel .panel-footer {
        padding: 5px 15px; }
        /* line 754, ../../../html/sass/main.scss */
        body #quick-search-results #qs-content .panel .panel-footer p {
          margin: 0; }
      /* line 756, ../../../html/sass/main.scss */
      body #quick-search-results #qs-content .panel .panel-body {
        padding: 0; }
        /* line 758, ../../../html/sass/main.scss */
        body #quick-search-results #qs-content .panel .panel-body a, body #quick-search-results #qs-content .panel .panel-body p {
          padding: 15px;
          display: inline-block;
          width: 100%;
          margin-bottom: 0; }
        /* line 764, ../../../html/sass/main.scss */
        body #quick-search-results #qs-content .panel .panel-body a {
          border-bottom: 1px solid #ddd; }
/* line 771, ../../../html/sass/main.scss */
body #quick-search-close-icon {
  display: none; }
/* line 775, ../../../html/sass/main.scss */
body.quicksearch-open #quick-search-icon-container {
  cursor: pointer;
  pointer-events: all; }
/* line 779, ../../../html/sass/main.scss */
body.quicksearch-open #quick-search-close-icon {
  display: inline-block;
  cursor: pointer; }
/* line 783, ../../../html/sass/main.scss */
body.quicksearch-open #quick-search-icon {
  display: none; }
/* line 786, ../../../html/sass/main.scss */
body.quicksearch-open #quick-search-results {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  height: 100%; }
  /* line 789, ../../../html/sass/main.scss */
  body.quicksearch-open #quick-search-results #qs-backdrop {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    height: 100%; }

/* line 798, ../../../html/sass/main.scss */
#preview-container .close {
  margin-top: 20px; }
/* line 801, ../../../html/sass/main.scss */
#preview-container .file-right-column {
  margin-top: 20px; }
/* line 804, ../../../html/sass/main.scss */
#preview-container .files-user-image {
  width: 48px; }
/* line 807, ../../../html/sass/main.scss */
#preview-container .files-user-image-next {
  margin-left: 60px; }
/* line 810, ../../../html/sass/main.scss */
#preview-container .file-corporate-approval {
  margin-top: -10px;
  margin-left: -5px; }
  /* line 813, ../../../html/sass/main.scss */
  #preview-container .file-corporate-approval .fa-certificate {
    color: #fbd227;
    padding-left: 5px; }
  /* line 817, ../../../html/sass/main.scss */
  #preview-container .file-corporate-approval .fa-bookmark {
    padding-top: 20px;
    font-size: 1.3em;
    color: #19559c;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg); }
/* line 824, ../../../html/sass/main.scss */
#preview-container .approval-explanation {
  font-style: italic; }
  /* line 825, ../../../html/sass/main.scss */
  #preview-container .approval-explanation .files-user-image {
    width: 24px;
    margin-left: 18px;
    margin-right: 4px; }
/* line 832, ../../../html/sass/main.scss */
#preview-container .file-viewer {
  margin-top: 20px; }
  /* line 835, ../../../html/sass/main.scss */
  #preview-container .file-viewer.default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 20px; }
    /* line 839, ../../../html/sass/main.scss */
    #preview-container .file-viewer.default * {
      padding: 0;
      margin: 0;
      font-weight: normal; }
    /* line 844, ../../../html/sass/main.scss */
    #preview-container .file-viewer.default h3 {
      margin: 40px;
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60); }
    /* line 848, ../../../html/sass/main.scss */
    #preview-container .file-viewer.default .file-download-link {
      font-size: 23px;
      margin: 40px; }
  /* line 854, ../../../html/sass/main.scss */
  #preview-container .file-viewer.opendoc iframe, #preview-container .file-viewer.google iframe {
    width: 100%;
    height: calc(100vh - 200px);
    border: none; }

@media (max-width: 767px) {
  /* line 864, ../../../html/sass/main.scss */
  .navbar-header {
    float: none; }

  /* line 867, ../../../html/sass/main.scss */
  .navbar-left, .navbar-right {
    float: none !important; }

  /* line 870, ../../../html/sass/main.scss */
  .navbar-toggle {
    display: block; }

  /* line 873, ../../../html/sass/main.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  /* line 877, ../../../html/sass/main.scss */
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  /* line 881, ../../../html/sass/main.scss */
  .navbar-collapse.collapse {
    display: none !important; }

  /* line 884, ../../../html/sass/main.scss */
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  /* line 888, ../../../html/sass/main.scss */
  .navbar-nav > li {
    float: none; }

  /* line 891, ../../../html/sass/main.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  /* line 895, ../../../html/sass/main.scss */
  .collapse.in {
    display: block !important; } }
/* line 899, ../../../html/sass/main.scss */
.fade {
  -webkit-transition: opacity 0.025s linear;
  -o-transition: opacity 0.025s linear;
  transition: opacity 0.025s linear; }

/* line 904, ../../../html/sass/main.scss */
.modal-backdrop.fade {
  background: #e7e7e7; }
  /* line 906, ../../../html/sass/main.scss */
  .modal-backdrop.fade.in {
    opacity: 0.8; }

/* line 910, ../../../html/sass/main.scss */
.modal.fade .modal-dialog {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.05s;
  -moz-transition: all 0.05s;
  transition: all 0.05s; }

/* line 922, ../../../html/sass/main.scss */
.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  opacity: 1; }

/* line 932, ../../../html/sass/main.scss */
.modal-footer.d-flex:before, .modal-footer.d-flex:after {
  display: none; }

/*Sierra CSS*/
/* line 939, ../../../html/sass/main.scss */
.font-normal {
  font-weight: normal; }

/* line 946, ../../../html/sass/main.scss */
#mfa-otp-modal body.all-in .modal .modal-dialog {
  width: 400px !important; }

/* line 953, ../../../html/sass/main.scss */
.small-popup {
  width: 500px !important; }

/* line 957, ../../../html/sass/main.scss */
.medium-popup {
  width: 600px !important; }

/* line 961, ../../../html/sass/main.scss */
.modal.theme {
  color: black; }

/* line 966, ../../../html/sass/main.scss */
.theme .modal-body {
  padding: 5px 15px; }
/* line 970, ../../../html/sass/main.scss */
.theme .modal-footer {
  padding: 5px 15px; }
/* line 975, ../../../html/sass/main.scss */
.theme .modal-header .close {
  font-size: 30px;
  margin-top: -10px; }
/* line 981, ../../../html/sass/main.scss */
.theme .modal-dialog {
  border: 10px solid rgba(25, 85, 156, 0.71);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }

/* line 991, ../../../html/sass/main.scss */
#mfa-modal .modal-dialog .modal-content .modal-header {
  padding: 5px 15px; }
  /* line 994, ../../../html/sass/main.scss */
  #mfa-modal .modal-dialog .modal-content .modal-header h3 {
    margin: 0px; }

/* line 1006, ../../../html/sass/main.scss */
#mfa-app-modal .modal-dialog .modal-content .modal-header h3 {
  margin: 0px; }

/* line 1014, ../../../html/sass/main.scss */
.box-radio-new {
  display: flex;
  gap: 10px; }
  /* line 1018, ../../../html/sass/main.scss */
  .box-radio-new label {
    position: relative;
    color: black;
    background-color: white;
    font-size: 16px;
    text-align: center;
    height: 120px;
    width: 250px;
    padding: 20px 7px 10px 7px;
    border: 3px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px; }
  /* line 1037, ../../../html/sass/main.scss */
  .box-radio-new input[type="radio"]:checked + label {
    border: 3px solid #2FCC71;
    background-color: white;
    color: #0B9D48; }
  /* line 1046, ../../../html/sass/main.scss */
  .box-radio-new input {
    display: inline-block; }
    /* line 1049, ../../../html/sass/main.scss */
    .box-radio-new input + label .small-heading {
      display: block;
      font-weight: bold; }
    /* line 1054, ../../../html/sass/main.scss */
    .box-radio-new input + label .small-heading-description {
      font-weight: normal; }
    /* line 1063, ../../../html/sass/main.scss */
    .box-radio-new input:checked + label .small-heading {
      color: #00AB0D; }
    /* line 1067, ../../../html/sass/main.scss */
    .box-radio-new input:checked + label .small-heading-description {
      color: black; }
    /* line 1071, ../../../html/sass/main.scss */
    .box-radio-new input:checked + label:after {
      content: "\2713";
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 100%;
      z-index: 999;
      position: absolute;
      top: 0;
      right: 0; }

/* line 1090, ../../../html/sass/main.scss */
.alert-message {
  width: 100%;
  text-align: center;
  padding: 8px;
  margin: 10px 0; }

/* line 1097, ../../../html/sass/main.scss */
.red-color {
  color: white;
  background: #FF7272;
  border: 1px solid #f00; }

/* line 1103, ../../../html/sass/main.scss */
.green-color {
  color: white;
  background: #69dd6dc7;
  border: 1px solid #00AB0D; }

/* line 1109, ../../../html/sass/main.scss */
.qrCode {
  width: 150px;
  height: 150px;
  margin: 0 auto; }
  /* line 1114, ../../../html/sass/main.scss */
  .qrCode img {
    width: 100%; }

/* line 1119, ../../../html/sass/main.scss */
.center {
  text-align: center; }

/* line 1123, ../../../html/sass/main.scss */
.keybox {
  border: 1px solid black;
  padding: 10px;
  margin: 5px auto;
  width: 250px; }

/* line 1136, ../../../html/sass/main.scss */
body .dataTables_wrapper #DataTables_Table_0 tr td.action-checkboxes .checkbox input[type="checkbox"] {
  margin-top: 0; }

/* line 1146, ../../../html/sass/main.scss */
.textbox-style {
  border: 0;
  border-bottom: 1px solid #000;
  margin-top: 5px; }

/* line 1152, ../../../html/sass/main.scss */
.pb-20 {
  padding-bottom: 20px; }

/* line 1157, ../../../html/sass/main.scss */
.ul-options li {
  margin-bottom: 8px; }

/* line 1162, ../../../html/sass/main.scss */
a.task-readonly {
  color: #7a7f85 !important; }

/* line 1167, ../../../html/sass/main.scss */
.communication-readonly .communication-text {
  color: #7a7f85 !important; }

/* line 1172, ../../../html/sass/main.scss */
.communications-row.communication-readonly {
  color: #7a7f85; }

/* line 1176, ../../../html/sass/main.scss */
.communications-row {
  color: #19559c; }

/* line 1183, ../../../html/sass/main.scss */
body[data-controller='home'][data-action='index'] #communications-box .panel-body .summary-row.communication-text {
  color: #19559c; }

/* line 1192, ../../../html/sass/main.scss */
.table-striped > tbody > tr.readOnly {
  background-color: #c3c3c3; }
/* line 1202, ../../../html/sass/main.scss */
.table-striped > tbody > tr > td .checkbox input[type="checkbox"] + label:before {
  background-color: white; }

/* line 1216, ../../../html/sass/main.scss */
table.dataTable.table-striped > tbody > tr.readOnly {
  background-color: #c3c3c3; }
/* line 1221, ../../../html/sass/main.scss */
table.dataTable.table-striped > tbody > tr > td {
  line-height: 1.2;
  height: 40px; }
  /* line 1226, ../../../html/sass/main.scss */
  table.dataTable.table-striped > tbody > tr > td .checkbox input[type="checkbox"] + label:before {
    background-color: white; }
  /* line 1237, ../../../html/sass/main.scss */
  table.dataTable.table-striped > tbody > tr > td > * {
    line-height: 1.2; }

/* line 1249, ../../../html/sass/main.scss */
table .dataTable.table-striped > tbody > tr.odd.readOnly > * {
  box-shadow: none; }

/* line 1257, ../../../html/sass/main.scss */
.ellipsis {
  max-width: 99% !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 1265, ../../../html/sass/main.scss */
.multi-thread-section {
  display: flex; }
  /* line 1267, ../../../html/sass/main.scss */
  .multi-thread-section .mail-thread {
    width: 420px;
    background: #fcfcfc;
    float: left;
    border-right: 1px solid #d1d1d1; }
    /* line 1272, ../../../html/sass/main.scss */
    .multi-thread-section .mail-thread ul {
      margin-bottom: 0 !important;
      height: 400px;
      overflow-x: auto; }
      /* line 1276, ../../../html/sass/main.scss */
      .multi-thread-section .mail-thread ul li {
        display: flex;
        float: none;
        border-bottom: 1px solid #d1d1d1; }
        /* line 1280, ../../../html/sass/main.scss */
        .multi-thread-section .mail-thread ul li a {
          width: 100%;
          border: transparent !important;
          background: transparent !important;
          padding: 0 !important; }
          /* line 1285, ../../../html/sass/main.scss */
          .multi-thread-section .mail-thread ul li a .mail-thread-item {
            display: flex;
            align-items: center;
            padding: 7px 10px;
            color: #000; }
            /* line 1290, ../../../html/sass/main.scss */
            .multi-thread-section .mail-thread ul li a .mail-thread-item .mail-user-thumb {
              display: flex;
              align-items: center;
              justify-content: center;
              align-items: center; }
              /* line 1295, ../../../html/sass/main.scss */
              .multi-thread-section .mail-thread ul li a .mail-thread-item .mail-user-thumb .user-image {
                width: 50px; }
            /* line 1299, ../../../html/sass/main.scss */
            .multi-thread-section .mail-thread ul li a .mail-thread-item .mail-details {
              flex: 1;
              margin-left: 8px; }
              /* line 1302, ../../../html/sass/main.scss */
              .multi-thread-section .mail-thread ul li a .mail-thread-item .mail-details h3 {
                margin: 0;
                font-size: 16px; }
              /* line 1306, ../../../html/sass/main.scss */
              .multi-thread-section .mail-thread ul li a .mail-thread-item .mail-details p {
                font-size: 14px;
                white-space: nowrap;
                text-overflow: ellipsis;
                width: 200px;
                overflow: hidden;
                margin-bottom: 0; }
            /* line 1316, ../../../html/sass/main.scss */
            .multi-thread-section .mail-thread ul li a .mail-thread-item .mail-date {
              width: 130px;
              display: flex;
              align-items: flex-start;
              height: 50px; }
              /* line 1321, ../../../html/sass/main.scss */
              .multi-thread-section .mail-thread ul li a .mail-thread-item .mail-date span {
                font-size: 14px;
                margin-top: 5px; }
      /* line 1329, ../../../html/sass/main.scss */
      .multi-thread-section .mail-thread ul li.active {
        background: #19559c; }
        /* line 1332, ../../../html/sass/main.scss */
        .multi-thread-section .mail-thread ul li.active a .mail-details {
          color: #fff; }
        /* line 1335, ../../../html/sass/main.scss */
        .multi-thread-section .mail-thread ul li.active a .mail-date {
          color: #fff; }
    /* line 1341, ../../../html/sass/main.scss */
    .multi-thread-section .mail-thread .mail-thread-footer {
      padding: 15px;
      display: flex;
      justify-content: end; }
  /* line 1347, ../../../html/sass/main.scss */
  .multi-thread-section .mail-preview {
    width: calc(100% - 420px); }
    /* line 1349, ../../../html/sass/main.scss */
    .multi-thread-section .mail-preview .mail-thread-item {
      display: flex;
      align-items: flex-start;
      padding: 7px 10px;
      color: #000;
      border-bottom: 1px solid #d1d1d1; }
      /* line 1355, ../../../html/sass/main.scss */
      .multi-thread-section .mail-preview .mail-thread-item .mail-user-thumb {
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center; }
        /* line 1360, ../../../html/sass/main.scss */
        .multi-thread-section .mail-preview .mail-thread-item .mail-user-thumb .user-image {
          width: 50px; }
      /* line 1364, ../../../html/sass/main.scss */
      .multi-thread-section .mail-preview .mail-thread-item .mail-details {
        flex: 1;
        margin-left: 8px; }
        /* line 1367, ../../../html/sass/main.scss */
        .multi-thread-section .mail-preview .mail-thread-item .mail-details h3 {
          margin: 0 0 5px 13px;
          font-size: 16px; }
        /* line 1371, ../../../html/sass/main.scss */
        .multi-thread-section .mail-preview .mail-thread-item .mail-details .ccBcc {
          display: flex; }
          /* line 1373, ../../../html/sass/main.scss */
          .multi-thread-section .mail-preview .mail-thread-item .mail-details .ccBcc span.ccBcc-label {
            width: 30px;
            margin-right: 5px;
            text-align: right;
            display: inline-block; }
          /* line 1379, ../../../html/sass/main.scss */
          .multi-thread-section .mail-preview .mail-thread-item .mail-details .ccBcc .ccBcc-data {
            font-size: 14px;
            width: 420px;
            margin-bottom: 0; }
      /* line 1386, ../../../html/sass/main.scss */
      .multi-thread-section .mail-preview .mail-thread-item .mail-date {
        width: 130px;
        display: flex;
        align-items: flex-start;
        height: 50px; }
        /* line 1391, ../../../html/sass/main.scss */
        .multi-thread-section .mail-preview .mail-thread-item .mail-date span {
          font-size: 14px;
          margin-top: 5px; }
    /* line 1397, ../../../html/sass/main.scss */
    .multi-thread-section .mail-preview .mail-body {
      padding: 1em;
      height: 370px;
      overflow-x: auto; }
    /* line 1402, ../../../html/sass/main.scss */
    .multi-thread-section .mail-preview .mail-reply-body {
      height: 470px;
      padding: 15px; }
      /* line 1405, ../../../html/sass/main.scss */
      .multi-thread-section .mail-preview .mail-reply-body .note-editable {
        min-height: 100px !important; }
      /* line 1408, ../../../html/sass/main.scss */
      .multi-thread-section .mail-preview .mail-reply-body .mailThreadBCC {
        color: #19559c;
        cursor: pointer; }
        /* line 1411, ../../../html/sass/main.scss */
        .multi-thread-section .mail-preview .mail-reply-body .mailThreadBCC:hover {
          text-decoration: underline; }
      /* line 1415, ../../../html/sass/main.scss */
      .multi-thread-section .mail-preview .mail-reply-body .mailThreadCC {
        color: #19559c;
        cursor: pointer; }
        /* line 1418, ../../../html/sass/main.scss */
        .multi-thread-section .mail-preview .mail-reply-body .mailThreadCC:hover {
          text-decoration: underline; }

/* line 1427, ../../../html/sass/main.scss */
.multi-thread-icon {
  display: inline-block; }

/* line 1433, ../../../html/sass/main.scss */
.all-in .modal .modal-dialog.modal-xl {
  width: 1100px !important; }

@media (max-width: 767px) {
  /* line 1440, ../../../html/sass/main.scss */
  .small-popup {
    width: auto !important; }

  /* line 1444, ../../../html/sass/main.scss */
  .medium-popup {
    width: auto !important; } }
@media (min-width: 1200px) {
  /* line 1453, ../../../html/sass/main.scss */
  body .all-in .modal .modal-dialog.modal-xl {
    width: 1100px !important; } }
@media (min-width: 1800px) {
  /* line 1464, ../../../html/sass/main.scss */
  body.all-in .modal .modal-dialog.modal-xl {
    width: 1400px; } }
/* line 1471, ../../../html/sass/main.scss */
.dropdown-menu > li > .submenu > li:hover, .dropdown-menu > li > .submenu > li:focus {
  color: #fff;
  text-decoration: none;
  background-color: #19559c; }

/* line 1476, ../../../html/sass/main.scss */
.submenu {
  list-style-type: none;
  padding: 0; }

/* line 1481, ../../../html/sass/main.scss */
.submenu li {
  padding: 5px 5px 5px 40px; }

/* line 1485, ../../../html/sass/main.scss */
.submenu li a {
  text-decoration: none;
  color: #595959; }

/* line 1490, ../../../html/sass/main.scss */
.dropdown-menu > li > .submenu > li:hover a {
  color: #fff; }

/*# sourceMappingURL=main.css.map */
