/*==================================
Globals
==================================*/
/* line 12, ../../../html/sass/main.scss */
#ux-templates, #global-templates {
  display: none;
}

/*==================================
Fix footer to bottom regardless of height
==================================*/
/* line 19, ../../../html/sass/main.scss */
* {
  margin: 0;
}

/* line 22, ../../../html/sass/main.scss */
html, body {
  height: 100vh;
  padding-bottom: 0;
}

/* line 26, ../../../html/sass/main.scss */
body {
  -webkit-font-smoothing: subpixel-antialiased;
  padding-top: 50px;
  overflow-x: hidden !important;
}

/* line 31, ../../../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 38, ../../../html/sass/main.scss */
.popover {
  z-index: 100031;
}

/* line 42, ../../../html/sass/main.scss */
.all-in.contracts.index .popover.top {
  margin-top: 10px;
  margin-right: 10px;
  width: 500px;
}

/* line 48, ../../../html/sass/main.scss */
footer, .push {
  height: 40px;
  /* .push must be the same height as .footer */
}

/* line 51, ../../../html/sass/main.scss */
footer {
  background: #19559c;
  color: #fff;
  text-align: center;
}
/* line 55, ../../../html/sass/main.scss */
footer p {
  line-height: 40px;
  margin-bottom: 0;
}
/* line 59, ../../../html/sass/main.scss */
footer a {
  color: #fff !important;
  text-decoration: underline;
}

/*==================================
Navbar positioning & tweaks
==================================*/
/* line 68, ../../../html/sass/main.scss */
.navbar.navbar-default.navbar-fixed-top {
  -moz-box-shadow: 0 1px 8px rgba(89, 89, 89, 0.3);
  -webkit-box-shadow: 0 1px 8px rgba(89, 89, 89, 0.3);
  box-shadow: 0 1px 8px rgba(89, 89, 89, 0.3);
}

/* Logo */
/* line 72, ../../../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 84, ../../../html/sass/main.scss */
  ul.nav li.dropdown > ul.dropdown-menu {
    cursor: pointer;
  }
  /* line 86, ../../../html/sass/main.scss */
  ul.nav li.dropdown > ul.dropdown-menu.user-dropdown {
    margin-right: 10px;
  }
  /* line 89, ../../../html/sass/main.scss */
  ul.nav li.dropdown > ul.dropdown-menu:not(.user-dropdown) {
    margin-top: -19px;
    border-top: 20px solid #19559c;
  }
  /* line 92, ../../../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 105, ../../../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 117, ../../../html/sass/main.scss */
  ul.nav li.dropdown > ul.dropdown-menu a {
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  /* line 121, ../../../html/sass/main.scss */
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
/* Tweaks to allow search icon */
/* line 128, ../../../html/sass/main.scss */
.navbar-nav.main-nav, .navbar-nav.secondary-nav {
  position: relative;
}
/* line 131, ../../../html/sass/main.scss */
.navbar-nav.main-nav {
  z-index: 0;
}
/* line 134, ../../../html/sass/main.scss */
.navbar-nav.secondary-nav {
  z-index: 1;
}
/* line 137, ../../../html/sass/main.scss */
.navbar-nav > .navbar-form {
  padding-right: 5px;
}
/* line 139, ../../../html/sass/main.scss */
.navbar-nav > .navbar-form .has-feedback-btn {
  position: relative;
}
/* line 142, ../../../html/sass/main.scss */
.navbar-nav > .navbar-form .form-control-feedback {
  color: #aaa;
}
/* line 146, ../../../html/sass/main.scss */
.navbar-nav #logoutForm {
  display: inline;
}
/* line 148, ../../../html/sass/main.scss */
.navbar-nav li > a.user-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
}
/* line 152, ../../../html/sass/main.scss */
.navbar-nav li > a.user-menu .caret {
  vertical-align: baseline;
}
/* line 156, ../../../html/sass/main.scss */
.navbar-nav li .user-image {
  position: relative;
  float: left;
  left: -5px;
  height: 30px;
}

/*==================================
General colors & things
==================================*/
/* line 167, ../../../html/sass/main.scss */
body {
  background: #f9f9f9;
}
/* line 169, ../../../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 177, ../../../html/sass/main.scss */
body.has-page-header-menu .navbar.navbar-default.navbar-fixed-top {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 180, ../../../html/sass/main.scss */
body.has-page-header-menu #main-container {
  padding-top: 5em;
}
/* line 184, ../../../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 189, ../../../html/sass/main.scss */
hr {
  margin-top: 25px;
  border-color: #e2e2e2;
}

/* line 193, ../../../html/sass/main.scss */
.alert button.close {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  text-shadow: none;
}

/* line 197, ../../../html/sass/main.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* line 201, ../../../html/sass/main.scss */
.alert-success button.close {
  color: #155724;
}

/* line 205, ../../../html/sass/main.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
/* line 209, ../../../html/sass/main.scss */
.alert-warning button.close {
  color: #856404;
}

/* line 213, ../../../html/sass/main.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/* line 217, ../../../html/sass/main.scss */
.alert-danger button.close {
  color: #721c24;
}

/* line 221, ../../../html/sass/main.scss */
.text-default {
  color: #595959;
}

/* line 224, ../../../html/sass/main.scss */
.page-header-menu {
  -moz-box-shadow: 0 1px 8px rgba(89, 89, 89, 0.3);
  -webkit-box-shadow: 0 1px 8px rgba(89, 89, 89, 0.3);
  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 232, ../../../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 240, ../../../html/sass/main.scss */
.page-header-menu .container, .page-header-menu .container-fluid {
  position: relative;
}
/* line 243, ../../../html/sass/main.scss */
.page-header-menu .pull-right {
  position: absolute;
  right: 2%;
  top: 1.1em;
}
/* line 247, ../../../html/sass/main.scss */
.page-header-menu .pull-right.btn.btn-lg {
  top: 0.55em;
}
/* line 251, ../../../html/sass/main.scss */
.page-header-menu .header-menu-button-container {
  margin-top: -0.3em;
}

/* Button and link transitions */
/* line 256, ../../../html/sass/main.scss */
a {
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  cursor: pointer;
}

/* line 260, ../../../html/sass/main.scss */
a.btn, button {
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

/* line 264, ../../../html/sass/main.scss */
.form-group label {
  font-weight: normal;
}
/* line 268, ../../../html/sass/main.scss */
.form-group.required label:not(.not-required) {
  font-weight: bold;
}
/* line 270, ../../../html/sass/main.scss */
.form-group.required label:not(.not-required)::after {
  content: "*";
}

/* line 276, ../../../html/sass/main.scss */
.form-control:focus {
  border-color: #19559c;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 281, ../../../html/sass/main.scss */
.dropdown-menu {
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: none;
}

/* line 288, ../../../html/sass/main.scss */
.dropdown-submenu {
  position: relative;
}
/* line 290, ../../../html/sass/main.scss */
.dropdown-submenu > .dropdown-menu {
  -moz-border-radius: 0 6px 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 6px 6px 6px;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
/* line 298, ../../../html/sass/main.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
/* line 301, ../../../html/sass/main.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #19559c;
}
/* line 305, ../../../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 318, ../../../html/sass/main.scss */
.dropdown-submenu.pull-left {
  float: none;
}
/* line 320, ../../../html/sass/main.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  -moz-border-radius: 6px 0 6px 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 0 6px 6px;
  left: -100%;
  margin-left: 10px;
}

/*==================================
General structure & padding
==================================*/
/* line 331, ../../../html/sass/main.scss */
.container-fluid {
  padding-left: 2%;
  padding-right: 2%;
}

/* line 335, ../../../html/sass/main.scss */
#main-container {
  padding-top: 1em;
}

/* line 338, ../../../html/sass/main.scss */
input.datepicker {
  margin-top: 0;
}

/* line 342, ../../../html/sass/main.scss */
#error-message {
  padding: 1em 2em;
}

/* line 345, ../../../html/sass/main.scss */
.top-buffer {
  margin-top: 20px;
}

/* line 348, ../../../html/sass/main.scss */
.padder {
  padding: 20px 0;
}

/*==================================
Behaviors & effects
==================================*/
/* line 354, ../../../html/sass/main.scss */
a.btn.expand-width {
  -moz-transition: max-width, 0.5s;
  -o-transition: max-width, 0.5s;
  -webkit-transition: max-width, 0.5s;
  transition: max-width, 0.5s;
  overflow: hidden;
  max-width: 3em;
}
/* line 358, ../../../html/sass/main.scss */
a.btn.expand-width span {
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 362, ../../../html/sass/main.scss */
a.btn.expand-width:hover, a.btn.expand-width:active, a.btn.expand-width:focus {
  max-width: 200px !important;
}
/* line 364, ../../../html/sass/main.scss */
a.btn.expand-width:hover span, a.btn.expand-width:active span, a.btn.expand-width:focus span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 371, ../../../html/sass/main.scss */
table tbody td {
  position: relative;
}
/* line 374, ../../../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 386, ../../../html/sass/main.scss */
body .tt-hint {
  display: none !important;
}
/* line 390, ../../../html/sass/main.scss */
body .dataTables_wrapper .table-actions {
  display: inline-block;
  margin-left: 22px;
}
/* line 393, ../../../html/sass/main.scss */
body .dataTables_wrapper .table-actions [data-archive-toggle] {
  display: none;
}
/* line 398, ../../../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 404, ../../../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 408, ../../../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 413, ../../../html/sass/main.scss */
body .dataTables_wrapper tr td.action-checkboxes i[data-shared-status]:hover {
  color: #595959;
}
/* line 418, ../../../html/sass/main.scss */
body .dataTables_wrapper tr th.favorite-column {
  color: transparent;
  width: 1px !important;
  overflow: hidden;
  font-size: 1px;
}
/* line 425, ../../../html/sass/main.scss */
body .dataTables_wrapper .table-actions * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  visibility: hidden;
}
/* line 432, ../../../html/sass/main.scss */
body.item-checkboxes-selected .dataTables_wrapper .table-actions *:not([data-archive-toggle]) {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 439, ../../../html/sass/main.scss */
body.has-archives .dataTables_wrapper .table-actions [data-archive-toggle] {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 442, ../../../html/sass/main.scss */
body.has-archives .dataTables_wrapper .table-actions [data-archive-toggle][data-view-unarchived] {
  display: none;
}
/* line 447, ../../../html/sass/main.scss */
body.has-archives.viewing-archived[data-view-unarchived] {
  display: inline-block;
}
/* line 450, ../../../html/sass/main.scss */
body.has-archives.viewing-archived[data-view-archived] {
  display: none;
}

/* line 457, ../../../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 462, ../../../html/sass/main.scss */
table.dataTable thead .sorting:after {
  content: "\f0dc";
}

/* line 465, ../../../html/sass/main.scss */
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
}

/* line 468, ../../../html/sass/main.scss */
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
}

/* line 471, ../../../html/sass/main.scss */
.dt-button-collection.dropdown-menu > li:not(.active) > a:focus {
  text-decoration: none;
  color: #595959;
  background-color: #fff;
}

/* line 477, ../../../html/sass/main.scss */
.table-striped > tbody > tr {
  -moz-transition: background-color, 0.3s;
  -o-transition: background-color, 0.3s;
  -webkit-transition: background-color, 0.3s;
  transition: background-color, 0.3s;
  cursor: pointer;
}
/* line 480, ../../../html/sass/main.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 483, ../../../html/sass/main.scss */
.table-striped > tbody > tr:hover {
  background-color: #fff;
}
/* line 487, ../../../html/sass/main.scss */
.table-striped > thead > tr th, .table-striped > tbody > tr td {
  vertical-align: middle;
}

/* line 492, ../../../html/sass/main.scss */
div.dataTables_wrapper .row:first-child {
  margin-bottom: 15px;
}
/* line 495, ../../../html/sass/main.scss */
div.dataTables_wrapper div.dataTables_paginate {
  text-align: left;
}
/* line 498, ../../../html/sass/main.scss */
div.dataTables_wrapper .table-footer {
  padding-top: 20px;
}
/* line 501, ../../../html/sass/main.scss */
div.dataTables_wrapper .table-footer .download-prompt-text {
  margin-right: 1em;
}
/* line 505, ../../../html/sass/main.scss */
div.dataTables_wrapper div.dataTables_filter .datatable-search-container {
  min-width: 350px;
}
/* line 507, ../../../html/sass/main.scss */
div.dataTables_wrapper div.dataTables_filter .datatable-search-container input[type='search'] {
  width: 100%;
  margin-left: 0;
}
/* line 511, ../../../html/sass/main.scss */
div.dataTables_wrapper div.dataTables_filter .datatable-search-container #search-clear {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  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;
}
/* line 525, ../../../html/sass/main.scss */
div.dataTables_wrapper div.dataTables_filter .datatable-search-container #search-clear:hover {
  color: #999;
}
/* line 530, ../../../html/sass/main.scss */
div.dataTables_wrapper div.dataTables_filter .datatable-search-container.searching #search-clear {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 538, ../../../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 544, ../../../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 548, ../../../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 565, ../../../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 573, ../../../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 580, ../../../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 589, ../../../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 595, ../../../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 601, ../../../html/sass/main.scss */
.modal .modal-content {
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 0px 25px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0 0px 25px rgba(50, 50, 50, 0.5);
  box-shadow: 0 0px 25px rgba(50, 50, 50, 0.5);
}
/* line 607, ../../../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 613, ../../../html/sass/main.scss */
.modal .modal-title.has-title-icon .modal-title-text-container {
  vertical-align: middle;
  display: inline-block;
}

/* line 620, ../../../html/sass/main.scss */
.bs-searchbox {
  position: relative;
}
/* line 622, ../../../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;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 634, ../../../html/sass/main.scss */
.bs-searchbox.searching .fa.fa-spin.form-control-feedback {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/*==================================
Socials
==================================*/
/* line 643, ../../../html/sass/main.scss */
.bgd-facebook {
  background: #3b5998 !important;
  border-color: #3b5998 !important;
  color: #fff;
}

/* line 648, ../../../html/sass/main.scss */
.bgd-twitter {
  background: #1da1f2 !important;
  border-color: #1da1f2 !important;
  color: #fff;
}

/* line 653, ../../../html/sass/main.scss */
.bgd-linkedin {
  background: #0077b5 !important;
  border-color: #0077b5 !important;
  color: #fff;
}

/* line 658, ../../../html/sass/main.scss */
.bgd-instagram {
  background: #C13584 !important;
  border-color: #C13584 !important;
  color: #fff;
}

/* line 663, ../../../html/sass/main.scss */
.bgd-web {
  background: #19559c !important;
  border-color: #19559c !important;
  color: #fff;
}

/* line 668, ../../../html/sass/main.scss */
.bgd-youtube {
  background: #FF0000 !important;
  border-color: #FF0000 !important;
  color: #fff;
}

/* line 673, ../../../html/sass/main.scss */
.bgd-google {
  background: #DD4B39 !important;
  border-color: #DD4B39 !important;
  color: #fff;
}

/* line 678, ../../../html/sass/main.scss */
.bgd-yelp {
  background: #af0606 !important;
  border-color: #af0606 !important;
  color: #fff;
}

/* line 683, ../../../html/sass/main.scss */
.bgd-angieslist {
  background: #7FBB00 !important;
  border-color: #7FBB00 !important;
  color: #000;
}

/* line 689, ../../../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 697, ../../../html/sass/main.scss */
.input-group.has-social {
  width: 100%;
}

/* line 700, ../../../html/sass/main.scss */
.social-addon {
  width: 40px;
  padding: 0;
  height: 40px;
  font-size: 1.5em;
}

/*==================================
Quick search
==================================*/
/* line 711, ../../../html/sass/main.scss */
body #quick-search-results {
  -moz-transition: opacity 0.3s, height 0.1s;
  -o-transition: opacity 0.3s, height 0.1s;
  -webkit-transition: opacity 0.3s, height 0.1s;
  transition: opacity 0.3s, height 0.1s;
  position: fixed;
  top: 0;
  z-index: 1029;
  width: 100%;
  height: 0;
  overflow: hidden;
}
/* line 720, ../../../html/sass/main.scss */
body #quick-search-results #qs-backdrop {
  -moz-transition: opacity 0.3s, height 0.1s;
  -o-transition: opacity 0.3s, height 0.1s;
  -webkit-transition: opacity 0.3s, height 0.1s;
  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;
}
/* line 731, ../../../html/sass/main.scss */
body #quick-search-results #qs-content {
  position: relative;
  z-index: 1031;
  margin-top: 80px;
}
/* line 735, ../../../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 738, ../../../html/sass/main.scss */
body #quick-search-results #qs-content .panel .panel-footer {
  padding: 5px 15px;
}
/* line 740, ../../../html/sass/main.scss */
body #quick-search-results #qs-content .panel .panel-footer p {
  margin: 0;
}
/* line 742, ../../../html/sass/main.scss */
body #quick-search-results #qs-content .panel .panel-body {
  padding: 0;
}
/* line 744, ../../../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 750, ../../../html/sass/main.scss */
body #quick-search-results #qs-content .panel .panel-body a {
  border-bottom: 1px solid #ddd;
}
/* line 757, ../../../html/sass/main.scss */
body #quick-search-close-icon {
  display: none;
}
/* line 761, ../../../html/sass/main.scss */
body.quicksearch-open #quick-search-icon-container {
  cursor: pointer;
  pointer-events: all;
}
/* line 765, ../../../html/sass/main.scss */
body.quicksearch-open #quick-search-close-icon {
  display: inline-block;
  cursor: pointer;
}
/* line 769, ../../../html/sass/main.scss */
body.quicksearch-open #quick-search-icon {
  display: none;
}
/* line 772, ../../../html/sass/main.scss */
body.quicksearch-open #quick-search-results {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  height: 100%;
}
/* line 775, ../../../html/sass/main.scss */
body.quicksearch-open #quick-search-results #qs-backdrop {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  height: 100%;
}

/* line 784, ../../../html/sass/main.scss */
#preview-container .close {
  margin-top: 20px;
}
/* line 787, ../../../html/sass/main.scss */
#preview-container .file-right-column {
  margin-top: 20px;
}
/* line 790, ../../../html/sass/main.scss */
#preview-container .files-user-image {
  width: 48px;
}
/* line 793, ../../../html/sass/main.scss */
#preview-container .files-user-image-next {
  margin-left: 60px;
}
/* line 796, ../../../html/sass/main.scss */
#preview-container .file-corporate-approval {
  margin-top: -10px;
  margin-left: -5px;
}
/* line 799, ../../../html/sass/main.scss */
#preview-container .file-corporate-approval .fa-certificate {
  color: #fbd227;
  padding-left: 5px;
}
/* line 803, ../../../html/sass/main.scss */
#preview-container .file-corporate-approval .fa-bookmark {
  padding-top: 20px;
  font-size: 1.3em;
  color: #19559c;
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
/* line 810, ../../../html/sass/main.scss */
#preview-container .approval-explanation {
  font-style: italic;
}
/* line 811, ../../../html/sass/main.scss */
#preview-container .approval-explanation .files-user-image {
  width: 24px;
  margin-left: 18px;
  margin-right: 4px;
}
/* line 818, ../../../html/sass/main.scss */
#preview-container .file-viewer {
  margin-top: 20px;
}
/* line 821, ../../../html/sass/main.scss */
#preview-container .file-viewer.default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 20px;
}
/* line 825, ../../../html/sass/main.scss */
#preview-container .file-viewer.default * {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
/* line 830, ../../../html/sass/main.scss */
#preview-container .file-viewer.default h3 {
  margin: 40px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 834, ../../../html/sass/main.scss */
#preview-container .file-viewer.default .file-download-link {
  font-size: 23px;
  margin: 40px;
}
/* line 840, ../../../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 850, ../../../html/sass/main.scss */
  .navbar-header {
    float: none;
  }

  /* line 853, ../../../html/sass/main.scss */
  .navbar-left, .navbar-right {
    float: none !important;
  }

  /* line 856, ../../../html/sass/main.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 859, ../../../html/sass/main.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 863, ../../../html/sass/main.scss */
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  /* line 867, ../../../html/sass/main.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 870, ../../../html/sass/main.scss */
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  /* line 874, ../../../html/sass/main.scss */
  .navbar-nav > li {
    float: none;
  }

  /* line 877, ../../../html/sass/main.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 881, ../../../html/sass/main.scss */
  .collapse.in {
    display: block !important;
  }
}
/* line 885, ../../../html/sass/main.scss */
.fade {
  -webkit-transition: opacity 0.025s linear;
  -o-transition: opacity 0.025s linear;
  transition: opacity 0.025s linear;
}

/* line 890, ../../../html/sass/main.scss */
.modal-backdrop.fade {
  background: #e7e7e7;
}
/* line 892, ../../../html/sass/main.scss */
.modal-backdrop.fade.in {
  opacity: 0.8;
}

/* line 896, ../../../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 908, ../../../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 918, ../../../html/sass/main.scss */
.modal-footer.d-flex:before, .modal-footer.d-flex:after {
  display: none;
}
